﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand:#BA0900 /*#ff4d29*/;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4 {
    font-weight: 700;
    color:black/* var(--brand)*/;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color:#fff;
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important; 
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

nav-item nav-link active {
    background: #547573; 
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #F0F0F0;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #547573; 
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
        background-color: #547573; 
        color: white;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #F0F0F0; 
    color: #547573;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #547573;
    color: white;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #547573;
    }

    .navbar-light .navbar-brand h1 {
        color: #547573;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #547573;
        color: #547573;
        background-color: transparent;
    }

        .navbar.navbar-expand-lg .navbar-toggler:hover {
            color: white;
            background-color: #547573;
            border-color: #547573;
        }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: #F0F0F0;
        }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.navbar .dropdown-menu {
    background-color: #547573;
    color: white;
}

    .navbar .dropdown-menu a {
        color: white;
    }

        .navbar .dropdown-menu a:hover {
            background-color: #F0F0F0;
            color: #547573;
        }

    .navbar .dropdown-menu .active {
        background-color: #F0F0F0;
        color: #547573;
    }
.nav-link.dropdown-toggle::after {
    content: none !important;
}



@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #547573;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: black !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: #547573 /* #717f7d*/;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;

}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: red;
    background-color:white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

    .social-icons a:hover {
        background-color: red;
        color: white;
    }
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);

}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: gainsboro;
    background-color: red;
    color: white;
}

    .btn-brand:hover {
        background-color: #fff;
        border-color: #fff;
        color: #fff;
    }

.intro {
    margin-bottom: 36px;
    text-align: center;
    box-shadow: #8cab81;
}



.intro {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(84, 117, 19, 0.2);
}

    .intro h1 {
        margin-top: 10px;
        text-transform: uppercase;
    }

.description {
    color: white;
    font-size: 1.2rem;
    max-width: 800px;
    line-height: 1.6;
}





.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


.milestone-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .milestone-box:hover {
        transform: translateY(-5px);
        box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
    }

.milestone-icon {
    font-size: 40px;
    color: #FFD700; /* لون ذهبي للأيقونات */
    margin-bottom: 10px;
}

.milestone-number {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.milestone-text {
    font-size: 16px;
    color: #ddd;
}




    





.service {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(84, 117, 19, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px; /* حد أدنى للارتفاع */
    height: 300px; /* ارتفاع ثابت */
    overflow: hidden; /* لمنع النصوص الكبيرة من الخروج */
}
    .service:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 10px 25px rgba(84, 117, 19, 0.5);
    }


    .service img {
        max-width: 80px;
        margin: 0 auto 15px;
    }

    .service h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service p {
        font-size: 14px;
        color: #666;
        flex-grow: 1;
    }
 

    .service h6 {
        color: darkred;
    }

    .service img {
        width: 90px;
    }
/* لضبط العرض في الشاشات الصغيرة */
@media (max-width: 768px) {
    .service {
        min-height: 300px;
        height: 300px;
    }
}





.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}
.team-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
    cursor:pointer;

}

.section-subtitle {
    color: #547513;
    font-size: 16px;
    font-weight: bold;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section-description {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 30px;
}
/* تحسين مظهر العنوان */
.title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    /* تأثير أسفل العنوان */
    .title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #547573;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease-out;
    }

    .title:hover::before {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

/* إضافة padding لزيادة الفراغ بين الجوانب */
.container {
    padding-left: 20px;
    padding-right: 20px;
}

/* تحسين مظهر البطاقات */
.team-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color:white;
}

    .team-card:hover {
        transform: scale(1.05);
    }

    .team-card img {
        width: 120px; /* تصغير حجم الصورة */
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
    }

    .team-card h5 {
        margin-top: 10px;
        font-weight: bold;
    }

    .team-card p {
        color: #777;
    }

/* تخصيص عن كل عضو */
.about {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

/* تخصيص أيقونات الشبكات الاجتماعية */
.social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .social-icons a {
        font-size: 20px;
        color: #333;
        text-decoration: none;
    }

        .social-icons a:hover {
            color: #ffcc00;
        }

/* زيادة التباعد بين الأعمدة */
.row.g-4 {
    gap: 1.5rem; /* زيادة التباعد بين الأعمدة */
}

/* لضمان ظهور الأعمدة بجانب بعض */
@media (min-width: 992px) {
    .col-lg-4 {
        display: flex;
        justify-content: space-between;
    }
}

/*.team-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;*/ /* لضبط العناصر في المنتصف */
/*}

.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    width: 350px;
    height: 400px;
    margin: 10px;*/ /* إضافة هامش لتوزيع البطاقات بشكل جيد */
/*}

    .team-member:hover {
        transform: translateY(-10px);
    }

    .team-member .image {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        margin: 0 auto 15px;
    }

    .team-member img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team-member:hover .overlay {
    opacity: 1;
}

.social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team-member:hover .social-icons {
    opacity: 1;
}

.social-icons a {
    color: white;
    font-size: 18px;
    transition: color 0.3s;
}

    .social-icons a:hover {
        color: #ffcc00;
    }

.team-member h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.team-member p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.team-member .bio {
    font-size: 14px;
    color: #444;
    margin-top: 5px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .team-section .row {
        flex-direction: column;*/ /* لتوزيع العناصر عمودياً */
        /*align-items: center;*/ /* لضبط العناصر في المنتصف */
    /*}

    .team-member {
        margin-bottom: 20px;
        width: 90%;*/ /* عرض الكارد في الشاشات الصغيرة */
        /*height: auto;*/ /* ارتفاع تلقائي */
    /*}

        .team-member .image {
            width: 120px;
            height: 120px;
        }
}

.team-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;*/ /* لضبط العناصر في المنتصف */
    /*margin-left: 0;*/ /* إزالة الفراغ من جهة اليسار */
    /*margin-right: 0;*/ /* إزالة الفراغ من جهة اليمين */
/*}

.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    width: 350px; 
    height: 400px;
    margin: 10px;*/ /* إضافة هامش لتوزيع البطاقات بشكل جيد */
/*}

@media (max-width: 768px) {
    .team-section .row {
        flex-direction: column;*/ /* لتوزيع العناصر عمودياً */
        /*align-items: center;*/ /* لضبط العناصر في المنتصف */
        /*padding-left: 15px;*/ /* إضافة حافة يسار صغيرة للبطاقات */
        /*padding-right: 15px;*/ /* إضافة حافة يمين صغيرة للبطاقات */
    /*}

    .team-member {
        margin-bottom: 20px;
        width: 90%;*/ /* عرض الكارد في الشاشات الصغيرة */
        /*height: auto;*/ /* ارتفاع تلقائي */
    /*}

    .team-member .image {
        width: 120px;
        height: 120px;
    }
}*/


#reviews {
    background-color: #547573; /*#082032*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background-color: #547573;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    cursor: pointer;
    color: darkred;
}

.navbar-brand:hover {
    color: black;
}


footer p {
    color: white;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}


.social-icons a:hover {
    background: #F0F0F0;
    color: darkred;
}


.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.trending-area {
    background-color: #f9f9f9;
    padding: 50px 0;
    border-radius: 10px;
}

.trending-tittle {
    text-align: center;
    margin-bottom: 30px;
}

    .trending-tittle h2 {
        color: #547513;
        font-size: 2.2rem;
        font-weight: 700;
    }

    .trending-tittle p {
        font-size: 1.2rem;
        color: #555;
    }

.trend-top-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .trend-top-img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.trending-bottom .single-bottom {
    transition: transform 0.3s ease-in-out;
    background-color: #f9f9f9;
}

    .trending-bottom .single-bottom:hover {
        transform: scale(1.05);
    }

.trend-bottom-cap {
    text-align: center;
    padding: 10px 0;
}

.category-badge, .news-badge, .activity-badge {
    display: inline-block;
    background-color: #547513;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

.read-more {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    color: #BA0900;
    font-weight: bold;
    text-decoration: none;
}
    
    .read-more:hover {
        text-decoration: underline;
    }

.trand-right-single {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    transition: background-color 0.3s ease-in-out;
}

    .trand-right-single:hover {
        background-color: rgba(84, 117, 19, 0.1);
    }

.trand-right-img img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 15px;
}

.trand-right-cap h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.about-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.about-image {
    text-align: center;
}

    .about-image img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
    }

        .about-image img:hover {
            transform: scale(1.05);
        }

.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

    .info-box:hover {
        transform: translateX(10px);
    }

.icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #547513;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .icon img {
        width: 100%;
        height: auto;
        filter: invert(100%);
    }

.text {
    margin-left: 15px;
}

    .text h5 {
        font-size: 18px;
        font-weight: bold;
        color: #547513;
        margin-bottom: 5px;
    }

    .text p {
        font-size: 15px;
        color: #444;
        margin: 0;
    }

@media (max-width: 768px) {
    .about-section {
        padding: 50px 0;
    }

    .about-content {
        text-align: center;
    }

    .info-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .trending-bottom .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .single-bottom {
        width: 100%; 
        margin-bottom: 10px; 
    }

    .trend-bottom-cap h4 {
        font-size: 1rem; 
    }

    .trend-bottom-cap a {
        font-size: 0.9rem;
    }
}
/*@keyframes slideText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }*/
}

.trending-tittle p {
    font-size: 1.2rem;
/*    animation: slideText 5s ease-in-out infinite;
*/    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: block;
}

.highlight {
    color: #547513;
    font-weight: bold;
}

@media (max-width: 768px) {
    .trending-tittle p {
        font-size: 1rem;
/*        animation-duration: 6s;
*/    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .trending-bottom .row {
/*        grid-template-columns: repeat(3, 1fr);
*/    }
}
@media (max-width: 768px) {
    .trand-right-single {
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center; 
        text-align: center;
        width: 100%;
    }

    .trand-right-img img {
        width: 100px; 
        height: 100px;
        border-radius: 8px; 
        margin-bottom: 10px;
    }

    .trand-right-cap h5 {
        font-size: 1rem; 
        font-weight: bold;
    }
}
.hero-slider {
    position: relative;
}

.slide {
    background-size: cover;
    background-position: center;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    color: #547573;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

    .slide-text h2 {
        font-size: 3.5em; 
        margin: 0;
        transition: transform 0.3s ease;
    }

    .slide-text p {
        font-size: 1.2em; 
        margin: 5px 0 0 0;
    }

.slide:hover .slide-text h2 {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .slide-text h2 {
        font-size: 3em;
    }

    .slide-text p {
        font-size: 2em; 
    }
}

@media (max-width: 480px) {
    .slide-text h2 {
        font-size: 1.5em;
    }

    .slide-text p {
        font-size: 0.9em; 
    }
}
.trend-top-img {
    position: relative;
    overflow: hidden;
}

.trend-top-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6); 
    color: white;
    text-align: center;
}

.news-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

    .news-title:hover {
        font-size: 30px;
        color: darkred;
    } 

.news-badge {
    background: rgba(0, 0, 0, 0.6); 
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
.site-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.youtube-area .testmonial-nav .single-video .video-intro h5 {
    font-size: 14px !important;
    line-height: 1.4;
}