.newsletter-form span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: .7vw;
}

.news-search-section {
    
}
 
.news-search-section h1 {
    color: #ffffff !important;
    font-size: 5vw !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    font-family: 'GalanoGrotesque' !important;
    margin-bottom: 1vw !important;
}

.news-search-form .input-group {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: -1%;
}

.news-search-form input[type="text"] {
    border: none;
    border-radius: .8vw !important;
    padding: 15px;
    font-size: 1rem;
    margin-right: -55px;
}

.news-search-form .btn {
    border-radius: 30px !important;
    max-height: 45px;
    margin-top: 10px;
/*    padding: 10px 20px;*/
    font-size: 1.2rem;
    background-color: #000000;
    color: #fff;
    z-index: 999999999;
}

.news-search-form .btn:hover {
    background-color: #0056b3;
}

.app-store,
.play-store {
    display: inline-block;
    margin: 0 10px;
}

.app-store img,
.play-store img {
    max-width: 150px;
    height: auto;
}

input::placeholder {
    color: #0C0F13 !important;
    opacity: 1 !important;
}


.search h1,
.search h2, 
.search h3, 
.search h4, 
.search h5, 
.search h6,
.search p ,
.search div,
.search span,
.search a {
    font-family: 'GalanoGrotesque';
}

.search-results-section {
    background: #f8f9fa;
}

.card {
    transition: 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}



.news-category-archive h1 {

    font-size: 5vw !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    font-family: 'GalanoGrotesque';
    
}



/* cf7 */
.newsletter-section {
    margin: 50px auto;
    text-align: center;
    max-width: 600px;
}

.newsletter-text {
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
}

.newsletter-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}




.newsletter-form button.newsletter-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
}

.newsletter-form button.newsletter-btn:hover {
    background: #333;
}

/* Bootstrab cf7 */

.newsletter-form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    max-width: 25vw;
    width: 100%;
}

.newsletter-form input[type="email"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
}


.w-70 {
    width: 70% !important;
}


@media (max-width: 768px) {

    .newsletter-form {
        max-width: 100%;
    }
    .w-70 {
        width: 65% !important;
    }

    p.card-text.text-muted.w-70.color-4D {
        width: 100% !important;
    }



}


@media screen and (max-width: 1024px) and (min-width: 768px) {

    .newsletter-form {
        max-width: 45vw;
    }

    .newsletter-form button.newsletter-btn {
        padding: 10px 10px;
    }

}



@media screen and (max-width: 1455px) and (min-width: 1024px) {

    .newsletter-form {
        max-width: 30vw;
    }

}



@media (min-width: 2500px) {

    .news-search-form input[type="text"] {
        height: 9vh;
        font-size: 3rem;
        padding-left: 30px;
    }

    .news-search-form .btn {
        margin-top: 7%;
    }


    .newsletter-form {
        width: 30vw;
        height: 8vh;
        border-radius: 70px;
    }

    .newsletter-form input[type="email"] {
        font-size: 3rem;
        padding-left: 5%;
        padding-top: 3%;
    }

    .newsletter-form button.newsletter-btn {
        font-size: 0.7vw;
        padding: 25px 45px;
        border-radius: 50px;
    }


}


/* popular-blog-section */
.popular-blog-section {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.big-card .card {
    font-family: 'GalanoGrotesque';
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.big-card .card img {
    width: 100%;
    height: 96%;
    object-fit: cover;
    border-radius: 15px;
}

.big-card .card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0C0F13;
}

.small-card .card {
    font-family: 'GalanoGrotesque';
    border-radius: 10px;
    overflow: hidden;
}

.small-card .card img {
    width: 100%;
    height: 11.7vw;
    object-fit: cover;
    border-radius: 10px;
}

.small-card .card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.post-date {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .big-card , .small-cards{
        width: 100%;
    }

    .helf-cards {
        width: 50%;
    }

}

@media (min-width: 2500px) {
    .small-card .card img {
        height: 450px;
        border-radius: 35px;
    }

    .big-card .card img {
        height: 1200px;
        border-radius: 50px;
    }

}

.color-4D {
    color: #0D0F134D !important;
}

.rem-1 {
    font-size: 1rem;
}


.rem-9 {
    font-size: .9rem;
}


/*labs-slider*/
.labs-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lab-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: unset;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    margin-top: 10px;
}

.lab-card:hover {
    transform: scale(1.05);
}

.lab-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.lab-content {
    padding: 15px;
}

.lab-content h3 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: left;
}

.lab-content p {
    font-size: 1rem;
    color: #FFFFFF4D !important;
    text-align: left;
}

.post-date {
    font-size: .8vw !important;
    color: #7070704D !important;
    font-family: 'FFShamel' !important;
}


.labs-slider .slick-slide {
    margin: 0 15px !important; /* Add 15px spacing between slides */
    width: 440px !important;
}

.slick-list {
    padding: 0 10px !important; /* Ensure padding inside the slider */
}



.lab-card:hover {
    transform: scale(1.05);
}

.lab-card img {
    width: 100%;
    height: 250px !important; 
    object-fit: cover;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.lab-content {
    padding: 15px;
}




/*latest-posts-grid*/
.latest-posts-grid {
    width: 100%;
    max-width: 94vw;
    margin: 0 auto;
    padding: 0;
}

.latest-posts-grid .blog-card {
    font-family: 'GalanoGrotesque';
    border-radius: 8px;
    overflow: hidden;
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
/*    text-align: center;*/
    transition: transform 0.3s ease-in-out;
/*    padding: 15px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.latest-posts-grid .blog-card:hover {
    transform: scale(1.05);
}

.latest-posts-grid .card-img {
    width: 100%;
    height: 180px; /* Ensures all images have the same height */
    object-fit: cover; /* Keeps images responsive and prevents stretching */
    border-radius: 10px;
}

.latest-posts-grid .blog-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Ensures content stretches evenly */
}

.latest-posts-grid .blog-content h3 {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 10px;
}

.latest-posts-grid .blog-content h3 a {
    color: #0C0F13;
}

.latest-posts-grid .category-links {
    font-size: 14px;
    color: #0073e6;
}

.latest-posts-grid .category-links a {
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
    margin-right: 5px;
}

.latest-posts-grid .category-links a:hover {
    text-decoration: underline;
}

.latest-posts-grid .excerpt {

    flex-grow: 1; /* Makes sure the excerpt expands evenly */
}

.latest-posts-grid .post-date {

    margin-top: auto; /* Pushes date to the bottom */
}

/* Responsive Adjustments */
@media (min-width: 1600px) {
    .latest-posts-grid .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 2000px) {
    .latest-posts-grid .col-lg-2 {
        flex: 0 0 16%;
        max-width: 16%;
    }
}

@media (min-width: 2500px) {
    .latest-posts-grid .col-lg-2 {
        flex: 0 0 14%;
        max-width: 14%;
    }
}

@media (min-width: 3000px) {
    .latest-posts-grid .col-lg-2 {
        flex: 0 0 12%;
        max-width: 12%;
    }
}




/*single news*/

/* Full-Width Container */
.single-news-container {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 40px 5%;
    text-align: center;
    background-color: #F5F5F5;
    font-family: 'GalanoGrotesque';
}

/* Category Badge */
.category-badge {
    display: inline-block;
    background-color: #E7E8EB;
    color: #2458F3 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 80px;
    border-radius: 50px;
    margin-bottom: 10px;
    text-decoration: none;
    margin: 0 10px;
}

/*.category-badge:hover {
    background-color: #2563eb;
    color: #fff;
}*/

/* Post Title */
.single-news .post-title {
    font-size: 3.5vw;
    font-weight: 500;
    color: #0C0F13;
    line-height: 1.3em;
    margin-bottom: 0;
}

/* Post Date */
.single-news .post-date {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* Full-Width Post Image */
.single-news .post-image {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}

.single-news .post-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

/* Elementor Content Styling */
.single-news .elementor-content {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    text-align: left;
}

/* Responsive Adjustments for Wide Screens */
@media (min-width: 1600px) {
    .single-news-container {
        padding: 50px 10%;
    }
    .single-news .post-title {
        font-size: 56px;
    }
}

@media (min-width: 2000px) {
    .single-news-container {
        padding: 60px 12%;
    }
    .single-news .post-title {
        font-size: 64px;
    }
}

@media (min-width: 2500px) {
    .single-news-container {
        padding: 80px 15%;
    }
    .single-news .post-title {
        font-size: 72px;
    }
}

@media (min-width: 3000px) {
    .single-news-container {
        padding: 100px 18%;
    }
    .single-news .post-title {
        font-size: 80px;
    }
    .single-news .post-image img {
        max-height: 800px;
        border-radius: 30px;
    }
}





/* Custom Title in a Div */

.related-posts-bg {
    background-color: #F5F5F5;
}

.related-posts-title {
    width: 100%;
    max-width: 85%;
    margin: 0 auto 30px;
    padding: 20px 0;
    text-align: center;
}

.related-posts-title h2 {
    font-size: 2.9vw !important;
    font-weight: 500 !important;
    line-height: 1.5em !important;
    text-align: left;
    font-family: 'GalanoGrotesque';
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .related-posts-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .related-posts-title h2 {
        font-size: 20px;
    }
}



/*single slider*/

.s-p .lab-content h3 {
    color: #0D0F13 !important;
}

.s-p .lab-content p {
    color: #0D0F134D !important;
}






@media (min-width: 2500px) {
    .big-card .card-title {
        font-size: 5rem;
        margin-top: 30px;
    }

    p.card-text {
        font-size: .8vw;
        line-height: 1.5em;
    }

    .small-card .card-title {
        font-size: 4rem;
    }

    .latest-posts-grid .card-img {
        height: 400px;
        border-radius:30px !important;
    }

    .latest-posts-grid .blog-content h3 {
        font-size: 1.5vw;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .latest-posts-grid .excerpt {
        font-size: .8vw;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

    .lab-content h3 {
        font-size: 4rem !important;
    }

    .lab-content p {
        font-size: .8vw;
        line-height: 1.5em;
    }

    .labs-slider .slick-slide {
        width: 1500px !important;
    }

    .lab-card img {
        height: 800px !important;
        border-radius:30px !important;
    }


    .single-news .lab-card:hover {
        transform: unset !important;
    }

    .post-category a {
        font-size: 1vw !important;
    }

    .news-category-archive .card-img-top , 
    .search-results-section .card-img-top  {
        height: 400px;
        object-fit: cover;
        border-radius: 1vw;
    }

    .search-results-section article.card {
        border-radius: 1vw;
    }

}



@media (min-width: 3500px) {

    .news-search-form .btn {
        margin-top: 6%;
    }

    .bi-search::before {
        vertical-align: -.1em;
    }

    .newsletter-form button.newsletter-btn {
        padding: 25px 60px;
    }

}






.newsletter-form input[type="email"]::placeholder ,
.newsletter-form input#email::placeholder {
    color: #25282D !important;
}





@media (max-width: 768px) {

    .news-category-archive .card-img-top, 
    .search-results-section article.card {
        border-radius: 20px !important;
    }

    .news-search-section h1 {
        font-size: 5.5vw !important;
        line-height: 1.4em !important;
    }

    .news-search-form input[type="text"] {
        border-radius: 3vw !important;
    }

    .small-card .card img {
        height: 50vw !important;
    }

    .post-date {
        font-size: 3vw !important;
        margin-top: 10px !important;
    }

    .latest-posts-grid .blog-content h3 {
        font-size: 4.5vw !important;
    }


    .single-news .post-title {
        font-size: 6vw !important;
    }

    .related-posts-title h2 {
        font-size: 4.5vw !important;
    }

    .single-news .labs-slider {
        width: 95% !important;
    }

    .single-news .lab-card img {
        border-radius: 20px !important;
    }

}




.rtl.single-news *:not(div):not([class*="fa-"]):not(i[class*="fa"]),
.rtl.page-id-17761 *:not(div):not([class*="fa-"]):not(i[class*="fa"]) {
    font-family: 'FFShamel' !important;
}

.rtl.single-news .post-date {
    margin-bottom: 20px !important;
}


.rtl.single-news .related-posts-title h2 {
    text-align: right !important;
    font-weight: 600 !important;
}

.rtl.single-news .lab-content h3 {
    text-align: right !important;
}

.rtl.single-news .lab-content p {
    text-align: right !important;
}

.rtl.single-news .post-title {
    line-height: 1.5em !important;
    font-weight: 600 !important;
}


.rtl .news-search-form input[type="text"] {
    margin-left: -55px;
    margin-right: 0;
}

.rtl .news-search-form .input-group {
    margin-right: -1%;
}

.rtl .wpcf7 input[type="email"] {
    direction: rtl;
}



.rtl .lab-content h3 {
    text-align: right !important;
}

.rtl .lab-content p {
    text-align: right !important;
}


.rtl .wpcf7-not-valid-tip {
    margin-right: 5%;
}

.rtl .news-search-form .btn {
    font-size: 1rem;
}

.rtl .bi-search::before {
    vertical-align: -.3em;
}



@media (min-width: 2500px) {

    .rtl .news-search-form input[type="text"] {
        height: 7vh;
        margin-left: -60px;
    }

    .rtl .news-search-form .btn {
        margin-top: 5%;
    }

    .rtl .newsletter-form label.w-70 {
        padding-top: 3%;
    }


    .rtl .newsletter-form button.newsletter-btn {
        padding: 25px 65px;
    }


}



@media (min-width: 3500px) {

    .rtl .news-search-form .btn {
        margin-top: 4%;
    }

    .bi-search::before {
        vertical-align: -.0em !important;
    }

    .rtl button i {
        font-size: 20px !important;
    }

    .rtl .newsletter-form button.newsletter-btn {
        padding: 27px 85px !important;
    }
    

    .rtl .newsletter-form input[type="email"] {
        padding-top: 3%!important;
        padding-right: 5%!important;
    }

    .rtl .newsletter-form label.w-70 {
        padding-top: 1.8%!important;
    }

    .rtl .news-search-form input[type="text"] {
        margin-left: -80px!important;
    }

}




@media (max-width: 768px) {
    .rtl .newsletter-form {
        max-width: 95%;
    }
    .rtl .newsletter-form button.newsletter-btn {
        padding: 10px 35px;
    }
}



@media screen and (max-width: 1455px) and (min-width: 1024px) {

    .rtl .newsletter-form {
        max-width: 25vw;
    }

}