 /* ============================================================
       CSS VARIABLES
    ============================================================ */
 :root {
     --primary: #1782be;
     --primary-light: #1782be;
     --dark: #1a1a1a;
     --text: #444;
     --muted: #888;
     --bg-light: #faf9f7;
     --white: #ffffff;
     --radius: 12px;
     --shadow: 0 8px 32px rgba(0, 0, 0, .10);
     --font-heading: 'Playfair Display', serif;
     --font-body: 'DM Sans', sans-serif;
 }

 *,
 *::before,
 *::after {
     box-sizing: border-box;
 }
 
.pagination .page-item.active .page-link {
    background-color: #fad419;
    border-color: #fad419;
}

 body {
     font-family: var(--font-body);
     color: var(--text);
     background: var(--white);
     margin: 0;
 }
.btn-primary{
    background-color: #0f85be;
    border-color: #0f85be;
}
.btn-primary:hover{
    transition:0.4s;
    background-color: #fad615;
    border-color: #fad615;
}

.btn-outline-primary:hover{
    /*background-color: #fad615;*/
    color: #fad615;
    border-color: #fad615;
}
.btn-outline-primary:hover{
    background-color: #fad615;
    transition: 0.4s;
       color: #fff;
    border-color: #fad615;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content > h1{
    line-height: 1.2;
}

.home-thh .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content{
    padding: 8% 0 6%;
}

/* Modal Box */
.custom-modal {
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

/* Close Button */
.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Title */
.modal-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 25px;
  color: #1188b8;
}

.modal-body p{
    padding: 0 0 8% 0;
    margin: 0;
    font-size: 13px;
}
#signupForm .nir-btn{
    margin: 5% 0 0;
    padding: 10px 35px;
}

/* Social Icons */
.social-icons {
  margin-bottom: 15px;
}

.social-icons i {
  margin: 0 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* Input Fields */
.form-group {
  margin-bottom: 12px;
}

.form-control {
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
}

#customModal .modal-dialog .modal-content{
    width: 100%;
    margin: 0 auto;
}
/* Button */
.submit-btn {
  width: 100%;
  background: #4a67ff;
  color: #fff;
  border: none;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #3b55d1;
}

/* Bottom Text */
.login-text {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

.navbar-header{
    width: 32%;
}

.navbar-header .navbar-brand img{
    width: 70%;
}
.swiper-content h1 a {
    font-size: 50px;
}
 img {
     max-width: 100%;
     display: block;
 }
.main_header_area .header-content ul li a:hover{
    color: #f8d51a !important; 
    transition: 0.4s !important;
}


 .header_menu .navbar-brand img {
     border-radius: 10px;
     /*padding: 3%;*/
     /*background-color: #fff;*/
     width: 50%;
 }

 .footer-about img {
     border-radius: 10px;
     padding: 3%;
     background-color: #fff;
     width: 50%;
 }

 .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
     display: none;
 }

 .header_menu .navbar.navbar-default .nav.navbar-nav li a i {
     display: none;
 }

 .slicknav_nav ul {
     display: none !important;
 }

 .slicknav_nav .slicknav_arrow {
     display: none !important;
 }


 @media (max-width: 600px) {
     .slicknav_menu .slicknav_icon {
         display: block !important;
     }

     .slicknav_btn.slicknav_open:before,
     .slicknav_btn.slicknav_collapsed:before {
         display: none !important;
     }
 }


 /* ============================================================
       REUSABLE TYPOGRAPHY  (use these classes in ANY section)
    ============================================================ */

 /* Small label that sits above a heading */
 .section-label {
     display: inline-block;
     font-family: var(--font-body);
     font-size: .75rem;
     font-weight: 500;
     letter-spacing: .18em;
     text-transform: uppercase;
     color: var(--primary);
     margin-bottom: .6rem;
 }

 /* Primary section heading */
 .section-heading {
     font-family: var(--font-heading);
     font-size: clamp(1.6rem, 4vw, 2.6rem);
     font-weight: 700;
     color: var(--dark);
     line-height: 1.2;
     margin-bottom: .75rem;
 }

 /* Secondary / sub-heading used inside cards or columns */
 .section-subheading {
     font-family: var(--font-heading);
     font-size: clamp(1rem, 2.5vw, 1.25rem);
     font-weight: 600;
     color: var(--dark);
     margin-bottom: .4rem;
 }

 /* Supporting paragraph under a heading */
 .section-body {
     font-size: .95rem;
     line-height: 1.75;
     color: var(--text);
     max-width: 520px;
 }

 /* ============================================================
       BUTTONS
    ============================================================ */
 .btn-primary-custom {
     display: inline-block;
     padding: .65rem 1.8rem;
     background: var(--primary);
     color: var(--white);
     font-family: var(--font-body);
     font-weight: 500;
     font-size: .9rem;
     letter-spacing: .04em;
     border: none;
     border-radius: 40px;
     text-decoration: none;
     transition: background .25s, transform .2s;
 }

 .btn-primary-custom:hover {
     background: var(--primary-light);
     color: var(--white);
     transform: translateY(-2px);
 }

 /* ============================================================
       SECTION: HERO BANNER  (.hero-section)
    ============================================================ */
 .hero-section {
     position: relative;
     min-height: 340px;
     background: url('https://lucidtrails.besthr.in/public/assets_front/images/slider/common-banner.png') no-repeat;
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: flex-end;
     overflow: hidden;
 }

 .hero-section::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(to bottom, rgba(20, 20, 20, .55) 0%, rgba(20, 20, 20, .85) 100%);
 }

 .hero-section .hero-content {
     position: relative;
     z-index: 2;
     padding: 9rem 0 4rem;
     color: var(--white);
 }

 .hero-section .hero-content .section-label {
     color: rgba(255, 255, 255, .7);
 }

 .hero-section .hero-content .section-heading {
     color: var(--white);
     font-size: clamp(2rem, 5vw, 3.2rem);
 }

 .hero-section .hero-content .section-body {
     color: rgba(255, 255, 255, .8);
     max-width: 600px;
 }

 /* Wavy bottom edge */
 .hero-section .wave-bottom {
     position: absolute;
     bottom: -2px;
     left: 0;
     width: 100%;
     z-index: 3;
     line-height: 0;
 }

  .hero-section .section-body{
      display: none;
  }


 /* Play button */
 .play-btn {
     position: absolute;
     right: 2rem;
     top: 50%;
     transform: translateY(-50%);
     z-index: 5;
     width: 54px;
     height: 54px;
     border-radius: 50%;
     background: var(--white);
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
     cursor: pointer;
     transition: transform .2s;
     text-decoration: none;
     color: var(--primary);
     font-size: 1.2rem;
 }

 .play-btn:hover {
     transform: translateY(-50%) scale(1.1);
     color: var(--primary);
 }

 /* ============================================================
       SECTION: WHY WE ARE BEST  (.why-section)
    ============================================================ */
 .why-section {
     padding: 80px 0 60px;
     background: var(--white);
 }

 /* Feature item */
 .feature-item {
     display: flex;
     gap: 1.1rem;
     align-items: flex-start;
     margin-bottom: 1.8rem;
 }

 .feature-icon {
     flex-shrink: 0;
     width: 44px;
     height: 44px;
     border-radius: 10px;
     border: 1.5px solid var(--primary);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary);
     font-size: 1.1rem;
     margin-top: 2px;
 }

 .feature-item .section-subheading {
     font-size: 1.05rem;
     margin-bottom: .25rem;
 }

 .feature-item p {
     font-size: .88rem;
     color: var(--muted);
     line-height: 1.6;
     margin: 0;
 }

 /* Image collage */
 .why-images {
     position: relative;
     height: 420px;
 }

 .why-images img {
     position: absolute;
     object-fit: cover;
     border-radius: var(--radius);
     box-shadow: var(--shadow);
 }

 .why-images .img-top {
     top: 0;
     right: 0;
     width: 60%;
     height: 52%;
 }

 .why-images .img-bottom {
     bottom: 0;
     left: 0;
     width: 55%;
     height: 52%;
 }

 /* ============================================================
       SECTION: STATS  (.stats-section)
    ============================================================ */
 .stats-section {
     padding: 64px 0;
     background: var(--bg-light);
     text-align: center;
 }

 .stats-section .section-label {
     margin-bottom: 1rem;
 }

 .stats-section .section-heading {
     margin-bottom: 2.5rem;
 }

 .stat-card {
     padding: 1.5rem 1rem;
 }

 .stat-icon {
     width: 100px;
     height: 100px;
     margin: 0 auto .8rem;
     border-radius: 50%;
     border: 1.5px solid rgba(192, 57, 43, .25);
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary);
     font-size: 2rem;
 }

 .stat-number {
     font-family: var(--font-heading);
     font-size: 2rem;
     font-weight: 700;
     color: var(--dark);
     line-height: 1;
 }

 .stat-label {
     font-size: .8rem;
     color: var(--muted);
     text-transform: uppercase;
     letter-spacing: .1em;
     margin-top: .3rem;
 }

 /* Play btn variant inside about section */
 .play-btn-outline {
     width: 54px;
     height: 54px;
     border-radius: 50%;
     border: 2px solid var(--primary);
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--primary);
     font-size: 1.1rem;
     text-decoration: none;
     transition: all .25s;
     margin-top: 1.2rem;
 }

 .play-btn-outline:hover {
     background: var(--primary);
     color: var(--white);
 }

 /* Checklist */
 .check-list {
     list-style: none;
     padding: 0;
     margin: 1rem 0 1.5rem;
 }

 .check-list li {
     font-size: .9rem;
     color: var(--text);
     margin-bottom: .45rem;
     display: flex;
     align-items: center;
     gap: .55rem;
 }

 .check-list li i {
     color: var(--primary);
     font-size: .85rem;
 }




 /* CTA Section Start */
 .cta-section {
     position: relative;
     width: 100%;
     max-width: 1000px;
     margin: 5% auto 5%;
     min-height: 280px;
     background-image: url('https://lucidtrails.besthr.in/public/assets_front/images/CTA banner.jpg');
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: 'Lato', sans-serif;
 }

 .cta-section .cta-overlay {
     background: rgba(255, 255, 255, 0.55);
     backdrop-filter: blur(2.2px);
     -webkit-backdrop-filter: blur(4px);
     padding: 48px 72px;
     text-align: center;
     border-radius: 4px;
 }

 .cta-section.cta-title {
     font-family: 'Playfair Display', serif;
     font-size: 1.9rem;
     font-weight: 600;
     color: #1a1a1a;
     line-height: 1.4;
     margin-bottom: 24px;
 }

 .cta-section .cta-btn {
     display: inline-block;
     background-color: #1782be;
     color: #fff;
     text-decoration: none;
     font-family: 'Lato', sans-serif;
     font-size: 0.75rem;
     font-weight: 700;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     padding: 13px 30px;
     border-radius: 2px;
     border: none;
     cursor: pointer;
     transition: background 0.25s ease, transform 0.2s ease;
 }

 .cta-section .cta-btn:hover {
     background-color: #1782be;
     transform: translateY(-1px);
 }


 /* Events Section Start */
 .wellness-section {
     padding: 80px 0;
     background: #f5f5f5;
 }

 .wellness-section .wellness-title {
     font-size: 64px;
     font-weight: 700;
     line-height: 1.1;
 }

 .wellness-section .wellness-sub {
     color: #666;
     margin-top: 10px;
 }

 .wellness-section .wellness-right p {
     color: #555;
     margin-bottom: 20px;
 }

 .wellness-section .wellness-btn {
     background: #000;
     color: #fff;
     border-radius: 30px;
     padding: 10px 25px;
 }

 .wellness-section .wellness-card {
     background: #fff;
     padding: 20px;
     border-radius: 20px;
     transition: .3s;
     height: 100%;
     position: relative;
 }
 .wellness-section .wellness-card h5{
    font-size: 24px;
    padding: 5px 0 0px 12px;
    margin-bottom: 0;
 }
  .wellness-section .wellness-card .small-text{
    font-size: 14px !important;
     font-size: 24px;
    padding: 5px 0 2px 15px;
  }
 .wellness-section .wellness-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
 }

 .wellness-section .card-top {
     display: flex;
     gap: 5px;
     margin-bottom: 10px;
    position: absolute;
    right: 6%;
    top: 9%;
    flex-direction: column;
 }

 .wellness-section .tag {
     background: #eee;
     padding: 4px 10px;
     border-radius: 20px;
     font-size: 12px;
 }

 .wellness-section .type {
     background: #e6f2ef;
     padding: 4px 10px;
     border-radius: 20px;
     font-size: 12px;
 }

 .wellness-section .image-box {
     position: relative;
     overflow: hidden;
     border-radius: 15px;
     margin-top: 15px;
 }

 .wellness-section .image-box img {
     width: 100%;
     display: block;
     transition: .5s;
 }

 .wellness-section .wellness-card:hover img {
     transform: scale(1.1);
 }
 .wellness-section .image-box {}
 .wellness-section .read-btn {
     position: absolute;
     bottom: 15px;
     left: 15px;
     background: rgb(245 245 245);
     color: #000;
     border: none;
     padding: 6px 14px;
     border-radius: 20px;
     font-size: 13px;
 }

 .wellness-section .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0000008d;
     opacity: 1;
     display: none;
     padding: 20px;
 }



 .wellness-section .overlay.active {
     display: block;
 }

 .wellness-section .close-overlay {
     position: absolute;
     top: 10px;
     right: 10px;
     border: none;
     background: #00000093;
     color: #fff;
     width: 28px;
     height: 28px;
     border-radius: 50%;
 }

 .wellness-section .overlay-content {
     margin-top: 40px;
 }

 .wellness-section .overlay-content p {
     font-size: 14px;
     color: #555;
 }


 .wellness-section .overlay-content h6{
    color: #fff;
 }

 .wellness-section .overlay-content p{
    color: #eee;
 }

 /* Contact Us Page design */
 .contact-section {
     padding: 80px 0;
     background: #f8f8f8;
 }

 .contact-section .contact-tag {
     font-size: 14px;
     color: #888;
     display: block;
     margin-bottom: 10px;
 }

 .contact-section .contact-title {
     font-size: 40px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .contact-section .contact-desc {
     color: #777;
     margin-bottom: 30px;
 }

 .contact-section .contact-info .info-box {
     margin-bottom: 25px;
 }

 .contact-section .contact-info h6 {
     font-weight: 600;
     margin-bottom: 8px;
 }

 .contact-section .contact-info p {
     margin: 0;
     color: #555;
 }

 .contact-section .social-icons a {
     display: inline-block;
     margin-right: 10px;
     color: #000;
     font-weight: 600;
     text-decoration: none;
 }

 .contact-section .contact-form-box {
     background: #fff;
     padding: 35px;
     border-radius: 10px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
 }

 .contact-section .contact-form-box h5 {
     margin-bottom: 20px;
     font-weight: 600;
 }

 .contact-section .contact-form-box .form-control {
     border: none;
     border-bottom: 1px solid #ddd;
     border-radius: 0;
     padding-left: 0;
 }

 .contact-section .contact-form-box .form-control:focus {
     box-shadow: none;
     border-color: #000;
 }

 .contact-section .submit-btn {
     background: #000;
     color: #fff;
     padding: 10px 25px;
     border-radius: 25px;
 }

 .contact-section .submit-btn:hover {
     background: #333;
 }

 .contact-section .contact-map {
     margin-top: 60px;
 }

 .contact-section .contact-map iframe {
     width: 100%;
     height: 350px;
     border: 0;
 }


 .contact-join-section {
     padding: 80px 0;
     background: #f7f7f7;
     text-align: center;
 }

 .contact-join-section .section-tag {
     font-size: 12px;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #ff6b4a;
     display: inline-block;
     margin-bottom: 10px;
 }

 .contact-join-section .section-title {
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 10px;
 }

 .contact-join-section .section-desc {
     color: #777;
     max-width: 550px;
     margin: auto;
 }

 .contact-join-section .contact-card {
     background: #fff;
     padding: 30px 20px;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     transition: 0.3s;
     height: 100%;
 }

 .contact-join-section .contact-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
 }

 .contact-join-section .icon-box {
     width: 70px;
     height: 70px;
     margin: 0 auto 15px;
     background: #f2f2f2;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     color: #f7d52a;
 }

 .contact-join-section .contact-card h6 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .contact-join-section .contact-card p {
     font-size: 14px;
     color: #666;
     margin: 0;
 }
 
 
   .login-section {
       padding: 40% 0 30%;
        height: 100vh;
        display: flex;
        align-items: center;
        /*background: #f5f6f8;*/
    }

    .login-section .login-wrapper {
        /*width: 100%;*/
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .07);
    }

    /* LEFT SIDE */

    .login-section .login-left {
        background: url('../images/bg/login-bg.jpg') center/cover no-repeat;
        position: relative;
        color: #fff;
        min-height: 500px;
        display: flex;
        /*align-items: flex-end;*/
        padding: 50px;
    }
        .login-left img{
            position: absolute;
            bottom: 6%;
            left: 6%;
            width: 25%;
        }
    .login-section .login-left::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
    }

    .login-section .login-left-content {
        position: relative;
        z-index: 2;
        max-width: 520px;
    }

    .login-section .login-left-content h2 {
        font-size: 45px;
        font-weight: 700;
        color: #f7d52a;
    }

    .login-section .login-left-content h3 {
        font-size: 28px;
        color: #eee;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .login-section .login-left-content p {
        font-size: 14px;
        opacity: .9;
    }

    /* RIGHT SIDE */

    .login-section .login-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    .login-section .login-form-box {
        width: 100%;
        max-width: 400px;
    }

    .login-section .login-form-box h4 {
        font-weight: 700;
        margin-bottom: 5px;
        color: #1782be;
        font-size: 35px;
    }

    .login-section .login-subtitle {
        font-size: 13px;
        color: #777;
        margin-bottom: 25px;
    }

    /* INPUT */

    .login-section .login-input {
        height: 40px;
        margin-bottom: 2%;
        border-radius: 6px;
    }

    /* OPTIONS */

    .login-section .login-options {
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .login-section .login-options a{
        color: #f7d52a;   
    }
    .login-section .login-options a:hover{
        color: #1782be;   
    }


    /* LOGIN BUTTON */

    .login-section .login-btn {
        background: #000;
        color: #fff;
        height: 45px;
        border-radius: 25px;
        font-weight: 600;
    }
    .login-section .login-btn:hover{
        transition: 0.4s;
        background-color: #1782be;
    }

    /* DIVIDER */

    .login-section .login-divider {
        text-align: center;
        margin: 20px 0;
        position: relative;
        font-size: 13px;
        color: #999;
    }

    .login-section .login-divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 40%;
        height: 1px;
        background: #ddd;
    }

    .login-section .login-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 40%;
        height: 1px;
        background: #ddd;
    }

    /* GOOGLE BUTTON */

    .login-section .login-google {
        border: 1px solid #ddd;
        height: 45px;
        border-radius: 25px;
        background: #fff;
        font-weight: 500;
    }

    /* SIGNUP */

    .login-section .login-signup {
        text-align: center;
        margin-top: 15px;
        font-size: 13px;
    }
    .login-signup a{
        color: #f7d52a;
        font-size: 15px;
    }
    .login-signup a:hover{
        color: #1782be;
    }
    
    
    
    
    /*Events layout css*/
    
 .event-grid-section .event-card {
     background: #fff;
     border-radius: 14px;
     overflow: hidden;
     transition: 0.3s;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
     height: 100%;
 }

 .event-grid-section .event-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
 }

 /* Image */

 .event-grid-section .event-img {
     position: relative;
     overflow: hidden;
 }

 .event-grid-section .event-img img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     transition: 0.4s;
 }

 .event-grid-section .event-card:hover img {
     transform: scale(1.1);
 }

 /* Date badge */

 .event-grid-section .event-date {
     position: absolute;
     top: 12px;
     left: 12px;
     background: #ffcc29;
     padding: 6px 10px;
     border-radius: 8px;
     text-align: center;
     font-weight: 600;
 }

 .event-grid-section .event-date span {
     display: block;
     font-size: 16px;
     line-height: 1;
 }

 .event-grid-section .event-date small {
     font-size: 12px;
 }

 /* Content */

 .event-grid-section .event-content {
     padding: 16px;
 }

 .event-grid-section .event-content h5 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 8px;
 }

 .event-grid-section .event-meta {
     font-size: 12px;
     color: #6c757d;
     margin-bottom: 5px;
 }

 .event-grid-section .event-meta i {
     margin-right: 5px;
 }

 .event-grid-section .event-meta .time {
     padding: 3% 0;
    font-size: 13px;
    display: flex;
    height: 95px;
 }






  /* ══════════════════  ALL styles scoped under .blog-section ═════════════════ */
 
    .blog-section {
      font-family: 'DM Sans', sans-serif;
      background: #f7f5f2;
      color: #111418;
      padding: 60px 0 80px;
    }
 
    /* ── Section label ───────────────────────────── */
    .blog-section .bs-label {
      font-size: .72rem;
      font-weight: 500;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #1085bd;
      margin-bottom: 10px;
    }
 
  
    /* ── Read Article button ─────────────────────── */
    .blog-section .btn-read {
      display: inline-flex; align-items: center; gap: 8px;
      background: #111418; color: #fff;
      padding: 12px 26px; border-radius: 8px;
      font-size: .85rem; font-weight: 500;
      text-decoration: none; border: 2px solid #111418;
      transition: background .28s cubic-bezier(.4,0,.2,1),
                  border-color .28s cubic-bezier(.4,0,.2,1),
                  gap .28s cubic-bezier(.4,0,.2,1);
      width: fit-content;
    }
    .blog-section .btn-read:hover {
      background: #1085bd; border-color: #1085bd; color: #fff; gap: 12px;
    }
    .blog-section .btn-read svg {
      transition: transform .28s cubic-bezier(.4,0,.2,1);
    }
    .blog-section .btn-read:hover svg {
      transform: translateX(3px);
    }
 
    /* ── Section heading row ─────────────────────── */
    .blog-section .bs-head {
      display: flex; align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 32px; padding-bottom: 20px;
      border-bottom: 1px solid #e5e1db;
    }
    .blog-section .bs-head h3 {
      
      font-size: 1.8rem; font-weight: 700;
      color: #111418;
    }
    .blog-section .bs-head .view-all {
      font-size: .82rem; color: #1085bd;
      text-decoration: none; font-weight: 500;
      letter-spacing: .04em;
      transition: letter-spacing .28s cubic-bezier(.4,0,.2,1);
    }
    .blog-section .bs-head .view-all:hover {
      letter-spacing: .09em;
    }
 
    /* ── Blog grid ───────────────────────────────── */
    .blog-section .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
 
    /* ── Blog card ───────────────────────────────── */
    .blog-section .blog-card {
      background: #ffffff;
      border: 1px solid #e5e1db;
      border-radius: 12px;
      overflow: hidden;
      display: flex; flex-direction: column;
      transition: box-shadow .28s cubic-bezier(.4,0,.2,1),
                  transform  .28s cubic-bezier(.4,0,.2,1);
      animation: bsFadeUp .45s ease both;
    }
    .blog-section .blog-card:hover {
      box-shadow: 0 16px 40px rgba(0,0,0,.09);
      transform: translateY(-5px);
    }
 
    @keyframes bsFadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .blog-section .blog-card:nth-child(1) { animation-delay: .05s; }
    .blog-section .blog-card:nth-child(2) { animation-delay: .13s; }
    .blog-section .blog-card:nth-child(3) { animation-delay: .21s; }
    .blog-section .blog-card:nth-child(4) { animation-delay: .29s; }
    .blog-section .blog-card:nth-child(5) { animation-delay: .37s; }
    .blog-section .blog-card:nth-child(6) { animation-delay: .45s; }
 
    .blog-section .blog-card .bc-img-wrap {
      overflow: hidden; position: relative;
      aspect-ratio: 16 / 10;
    }
    .blog-section .blog-card .bc-img-wrap img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .5s ease;
    }
    .blog-section .blog-card:hover .bc-img-wrap img {
      transform: scale(1.06);
    }
    .blog-section .blog-card .bc-img-wrap .card-tag {
      position: absolute; bottom: 14px; left: 14px;
      background: rgba(17,20,24,.72); color: #fff;
      font-size: .65rem; font-weight: 600;
      letter-spacing: .12em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 20px;
      backdrop-filter: blur(6px);
    }
 
    .blog-section .blog-card .bc-body {
      padding: 24px 24px 28px;
      display: flex; flex-direction: column; flex: 1;
    }
    .blog-section .blog-card .bc-body .bc-date {
      font-size: .72rem; color: #6b7280;
      margin-bottom: 10px; font-weight: 400;
      display: flex; align-items: center; gap: 6px;
    }
    .blog-section .blog-card .bc-body .bc-date svg {
      opacity: .55;
    }
    .blog-section .blog-card .bc-body h4 {
      
      font-size: 1.08rem; font-weight: 700;
      line-height: 1.35; margin-bottom: 10px;
      color: #111418;
      transition: color .28s cubic-bezier(.4,0,.2,1);
    }
    .blog-section .blog-card:hover .bc-body h4 {
      color: #1085bd;
    }
    .blog-section .blog-card .bc-body p {
      font-size: .86rem; line-height: 1.7;
      color: #6b7280; flex: 1; margin-bottom: 22px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
 
    /* ── Read More link ──────────────────────────── */
    .blog-section .btn-more {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: .8rem; font-weight: 600;
      color: #1085bd; text-decoration: none;
      letter-spacing: .03em;
      padding: 8px 0;
      border-bottom: 1.5px solid transparent;
      transition: border-color .28s cubic-bezier(.4,0,.2,1),
                  gap .28s cubic-bezier(.4,0,.2,1);
      width: fit-content;
    }
    .blog-section .btn-more:hover {
      border-color: #1085bd; gap: 10px; color: #1085bd;
    }
    
    
    
    
    
    
    
    /* Parent Section */
.consumer-video-grid{
    background:#f8f9fa;
}

/* Card */
.consumer-video-grid .video-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    cursor:pointer;
}

.consumer-video-grid .video-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

/* Hover Zoom */
.consumer-video-grid .video-card:hover img{
    transform:scale(1.08);
}

/* Overlay */
.consumer-video-grid .video-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
    /*display:flex;*/
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    opacity:0;
    transition:.4s;
}

.consumer-video-grid .video-card:hover .video-overlay{
    opacity:1;
}

/* Play Button */
.consumer-video-grid .play-btn{
    width:60px;
    height:60px;
    background:#fff;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:10px;
    transition:.3s;
    position: absolute;
    right: 40%;
}

.consumer-video-grid .play-btn:hover{
    transform:scale(1.15);
    background-color: transparent;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50%;
}

/* Title */
.consumer-video-grid h5{
    text-align: center;
    margin: 4% 0 4%;
    font-weight: 600;
    text-align: center;
    color: #1087bc;
}

/* Mobile */
@media(max-width:768px){
    .consumer-video-grid .play-btn{
        width:50px;
        height:50px;
        font-size:18px;
    }
}
    
    
    
    
    
 
    /* ── Responsive ──────────────────────────────── */
    @media (max-width: 991px) {
      .blog-section .blog-grid       { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 575px) {
      .blog-section .blog-grid            { grid-template-columns: 1fr; }
    }
    
 
    

    /* RESPONSIVE */

    @media(max-width:991px) {

        .login-section {
            height: auto;
            padding: 30px 0;
        }

        /*.login-section .login-left {*/
        /*    display: none;*/
        /*}*/

        .login-section .login-right {
            padding: 30px;
        }

    }


 /* ============================================================
       RESPONSIVE TWEAKS
    ============================================================ */
 @media (max-width: 767.98px) {
     .login-section{
         padding: 5%;
     }
     .login-section .login-left-content h2{
         font-size: 32px;
     }
     .login-section .login-left-content h3 {
         font-size: 20px;
     }
     .login-section .login-form-box h4{
         font-size: 30px;
     }
     .login-section .login-input {
    height: 30px;
     }
     label {
         font-size: 12px;
     }
     .why-images {
         height: 260px;
         margin-bottom: 2rem;
     }

     .why-images .img-top {
         width: 60%;
         height: 50%;
     }

     .why-images .img-bottom {
         width: 58%;
         height: 50%;
     }

     .about-img-main {
         width: 100%;
         height: 240px;
     }

     .about-img-small {
         width: 50%;
         height: 150px;
         bottom: -20px;
     }

     .hero-section {
         min-height: 260px;
     }

     .play-btn {
         right: 1rem;
         width: 44px;
         height: 44px;
         font-size: 1rem;
     }

     .stats-section .section-heading {
         margin-bottom: 1.2rem;
     }
     
     .cta-section .cta-title{
         font-size: 20px;
     }
     .why-section{
         padding: 0 5%;
     }
     .cta-section .cta-overlay{
         padding: 30px 55px;
     }
 }