

/* Hero Section */

.hero-section {
  min-height: 80vh;
  background: linear-gradient(rgb(29 100 84 / 75%), rgb(29 100 84 / 75%)), url(/images/hero-bg.jpg) center / cover no-repeat;
}

.hero-badge {
  background-color: rgb(232 176 5 / 22%);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 100;
  border: 1px solid #e8b005;
}

.hero-section .btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    border-radius: 0;
}
.hero-section .btn-secondary {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--white-color);
    font-size: 1rem;
    border-radius: 0;
    background: rgb(255 255 255 / 41%);
    color: var(--white-color);
    backdrop-filter: blur(117px) saturate(110%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
}
.bottom-text-div .col-4 {
    display: flex;
    align-items: center;
    width: 29%;
}
.bottom-text-div .col-4 p {
    padding-left: 10px;
    color: #e4e4e4;
    border-right: 1px solid var(--white-color);
}
.bottom-text-div .col-4 h5 {
    font-size: 2.25rem;
    color: var(--secondary-color);
}


/* I'm Looking for */

.services-section {
    background-color: var(--soft-bg);
    overflow: hidden;
  }

  /* Image Section Styling */
  .image-container {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
  }

  .floating-stats-card {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 1.25rem;
    max-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* Grid Card Styling */
  .service-card {
    background: #ffffff;
    border: 1px solid #eef2f1;
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
  }

  .service-card:hover {
    transform: translateY(-10px);
    background: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--primary-color);
  }

  .service-card:hover p{
    color: var(--white-color) !important;
  }
  .service-card:hover .service-icon-box {
    background:var(--secondary-color)
  }
  .service-card:hover i {
    color: var(--white-color);
  }

  .service-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(25, 135, 84, 0.1);
    color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-badge {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.6rem 1.2rem;
    background: rgba(25, 135, 84, 0.1) !important;
    color: var(--primary-color) !important;
  }

  .services-section .btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    border-radius: 0;
    padding: 1rem;
}
.services-section .btn-primary:hover {
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}



  /* ABout Section */

        .section-padding {
            padding-top: 100px;
        }

        /* Typography */
        .sub-header {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--text-muted);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sub-header::after {
            content: "";
            width: 40px;
            height: 1px;
            background: var(--text-muted);
        }

        h1.display-5 {
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -2px;
        }

        .text-accent {
            color: var(--primary-color);
        }

        /* Image Containers */
        .img-wrapper {
            border-radius: 24px;
            overflow: hidden;
            transition: transform 0.4s ease;
        }

        .img-wrapper:hover {
            transform: translateY(-5px);
        }

        /* Badges */
        .custom-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(8px);
            padding: 5px 15px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 600;
            border: 1px solid rgba(0,0,0,0.05);
        }

        /* Stats Section */
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0;
        }

        .stat-label {
            font-size: 13px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Avatars */
        .avatar-group .avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 3px solid white;
            margin-left: -15px;
            object-fit: cover;
        }

        .avatar-group .avatar:first-child {
            margin-left: 0;
        }

        /* Play Button */
        .play-trigger {
            cursor: pointer;
            transition: opacity 0.3s;
        }

        .play-trigger:hover {
            opacity: 0.7;
        }

        .play-icon {
            width: 50px;
            height: 50px;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Simple Reveal Animation */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }



        /* Our Feature Section */


        .feature-section-wrapper {
             background-color: #1d6454;
             border-radius: 40px;
             padding: 80px 60px;
             color: white;
             position: relative;
             overflow: hidden;
             margin: 2rem;
        }

        /* Main Container Styling */
        /* .feature-section {
            background-color: var(--primary-color);
            border-radius: 40px;
            padding: 80px 60px;
            color: white;
            position: relative;
            overflow: hidden;
        } */

        /* Decorative Leaf (Simplified) */
        .leaf-bg {
            position: absolute;
            top: 20px; left: 20px;
            opacity: 0.1;
            width: 100px;
        }

        .section-tag {color: #ffffff;font-size: 1.2rem;font-weight: 500;}

        .display-heading {
            font-family: 'Times New Roman', serif;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 40px;
        }

        /* Icon Styling */
        .icon-circle {
            width: 55px;
            height: 55px;
            background-color: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-right: 20px;
        }
        .icon-circle i { font-size: 1.5rem; color: white; }

        .feature-text h6 { font-size: 1.15rem; margin-bottom: 5px; }
        .feature-text p { font-size: 0.85rem; color: var(--soft-white); line-height: 1.4; max-width: 300px; }

        /* Image Stack Logic */
        .image-container { position: relative; height: 500px; }
        
        .img-top {
            width: 300px;
            height: 390px;
            object-fit: cover;
            border-radius: 20px;
            position: absolute;
            left: 12px;
            top: 0;
            z-index: 2;
        }

        .img-bottom {
            width: 270px;
            height: 350px;
            object-fit: cover;
            border-radius: 20px;
            position: absolute;
            right: 0px;
            bottom: -1px;
            z-index: 1;
        }

        /* Experience Badge */
        .exp-badge {
            position: absolute;
            top: 10px; right: 20px;
            width: 110px; height: 110px;
            border: 1px dashed rgba(255,255,255,0.4);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 0.7rem;
            z-index: 3;
        }

        /* Rating Box */
        .rating-box {
            position: absolute;
            bottom: 40px;
            left: 10px;
            z-index: 4;
            background: rgba(0,0,0,0.3);
            backdrop-filter: blur(8px);
            padding: 8px 15px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.8rem;
        }

        /* Rotating Badge Container */
.exp-badge-container {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 120px;
    height: 120px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The Spinning SVG */
.rotating-svg {
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Center Number (Static) */
.badge-center-text {
    position: absolute;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
}

/* How it works */

        .how-it-work {
            padding: 80px 0;
        }

        .section-subtitle {
            font-size: 0.9rem;
            color: var(--secondary-color);
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 50px;
            font-weight: 600;
        }

        .section-title span {
            font-style: italic;
            font-weight: 400;
            display: block;
        }

        /* Circle Image Styling */
        .step-img-container {
            width: 180px;
            height: 180px;
            margin: 0 auto 25px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

        .step-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Arrow Styling */
        .step-col {
            position: relative;
        }

        /* The Arrow between columns */
        .step-col:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 25%;
            right: -15%;
            width: 50px;
            height: 30px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 50 30' fill='none'%3E%3Cpath d='M1 28C5 15 20 1 48 5M48 5L40 1M48 5L44 12' stroke='%231d6454' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            z-index: 1;
        }

        .step-title {
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: var(--primary-color);
        }

        .step-desc {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.6;
            padding: 0 10px;
        }

        /* Mobile Adjustments */
        @media (max-width: 991px) {
            .step-col:not(:last-child)::after {
                display: none; /* Hide arrows on mobile for better stacking */
            }
            .step-col {
                margin-bottom: 40px;
            }
        }

        /* Faq's */




        .faq-section{
            background: #e8af052a;
    margin: 2rem;
    border-radius: 20px;
    padding: 80px 0;
        }


        /* Left Side */
        .faq-label { color: var(--secondary-color); font-size: 0.95rem; font-style: italic; }
        .faq-title { 
             
            font-weight: 700; 
            font-size: 3.2rem; 
            color: var(--primary-color);
            line-height: 1.1;
            margin-bottom: 2rem;
        }
        .faq-title span { font-family: 'Playfair Display', serif;color: var(--secondary-color); font-style: italic; font-weight: 500; }
        .faq-desc { color: var(--text-muted); max-width: 450px; line-height: 1.6; }

        .btn-custom {
            background-color: var(--secondary-color);
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 0px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border: 1px solid var(--secondary-color);
            transition: 0.3s ease;
        }
        .btn-custom:hover { background-color: transparent; color: var(--secondary-color); transform: translateY(-2px);border: 1px solid var(--secondary-color); }

        /* Right Side - Accordion Customization */
        .accordion { --bs-accordion-bg: transparent; }
        .accordion-item { border: none; border-bottom: 1px solid var(--border-light); }
        .accordion-item:last-child { border-bottom: none; }

        .accordion-button {
            padding: 25px 0;
            font-weight: 700;
            color: var(--primary-color) !important;
            background-color: transparent !important;
            box-shadow: none !important;
            font-size: 1.15rem;
            text-align: left;
        }

        /* Custom Icon Logic (Plus/Minus Circles) */
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8b005'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/svg%3E");
            background-size: 28px;
            width: 28px;
            height: 28px;
        }
        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d6454'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z'/%3E%3C/svg%3E");
        }

        .accordion-body { 
            padding: 0 0 25px 0; 
            color: var(--text-muted); 
            line-height: 1.7; 
            font-size: 1rem;
        }

        /* Activities Section */


    .activity-section{
        padding: 80px 0;
    }

    .eyebrow{
      font-size:.85rem;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#6b7280;
    }

    .section-title{
      font-weight:700;
      letter-spacing:-.02em;
    }

    .section-sub{
      max-width:640px;
      color:#6b7280;
    }

    /* Activity Tiles */
    .activity-tile{
      background:#fff;
      border-radius:20px;
      padding:1.75rem 1.5rem;
      height:100%;
      border:1px solid #eef0f4;
      transition:.25s ease;
    }

    .activity-tile:hover{
      transform: translateY(-4px);
      box-shadow:0 20px 40px rgba(0,0,0,.08);
    }

    .icon-wrap{
      width: 56px;
      height: 56px;
      border-radius:14px;
      display:flex;
      background: #e8f3ee !important;
      color: #1d6454 !important;
      align-items:center;
      justify-content:center;
      font-size:1.5rem;
      margin-bottom:1rem;
    }

    .activity-title{
      font-weight:600;
      margin-bottom:.35rem;
    }

    .activity-list{
      padding-left:1rem;
      margin:0;
      color:#6b7280;
    }

    .activity-list li{
      margin:.35rem 0;
    }

    /* CTA */
    .cta{
      background:#ffffff;
      border-top:1px solid #e5e7eb;
      padding:3rem 1.5rem;
      margin-top:4rem;
    }

    .btn-soft{
      border-radius:999px;
      padding:.7rem 1.25rem;
      border:1px solid #e5e7eb;
      background:#fff;
    }

    .btn-soft-primary{
      border-radius:999px;
      padding:.7rem 1.35rem;
      background:#2563eb;
      color:#fff;
      border:none;
    }

    .btn-soft-primary:hover{
      background:#1d4ed8;
      color:#fff;
    }
    .activity-tile:hover{
        background: var(--primary-color);
        color: var(--white-color);
    }
    .activity-tile:hover .icon-wrap{
        background: var(--secondary-color) !important;
        color: var(--white-color) !important;
    }
    .activity-tile:hover .activity-list li{
        color: var(--white-color) !important;
    }
