body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
    }
 .carousel-item img {
      width: 100%;
      height: 500px;
      object-fit: cover;
    }

    .thumbs {
      margin-top: 15px;
    }

    .thumbs img {
      width: 100px;
      height: 60px;
      object-fit: cover;
      margin: 5px;
      border: 2px solid transparent;
      cursor: pointer;
      transition: 0.3s ease;
    }

.Get1 {
    background-color: #bc92799c;
}

    .thumbs img.active-thumb {
      border-color: #007bff;
    }

    @media (max-width: 768px) {
      .carousel-item img {
        height: 250px;
      }
      .thumbs img {
        width: 70px;
        height: 45px;
      }
    }

    .navbar {
      background-color: #fff;
      transition: all 0.3s ease-in-out;
      z-index: 1000;
          box-shadow: 0 2px 4px rgba(0,0,0,0.05);

    }

    .navbar.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      animation: slideDown 0.3s ease-in-out;
    }

    @keyframes slideDown {
      from { top: -70px; opacity: 0; }
      to { top: 0; opacity: 1; }
    }

    .navbar-nav {
      margin-left: auto;
    }

    .dropdown-menu {
      display: none;
      opacity: 0;
      transition: all 0.3s ease;
    }

    @media (min-width: 992px) {
      .nav-item:hover .dropdown-menu {
        display: block;
        opacity: 1;
      }
    }
.business {
  color:#fff;
}
.container-fluid.sub-footer {
    background: #135625a1;
}
    .dropdown-menu {
      border: 1px solid #eee;
    }

    .dropdown-item:hover {
      background-color: #f8f9fa;
    }

    .navbar-brand img {
      height: 100px;
    }

    .btn-outline-primary {
      padding: 4px 12px;
      font-size: 14px;
    }

    /* For demo scrolling effect */
    .content {
      height: 1500px;
      background: linear-gradient(white, #f2f2f2);
      padding-top: 100px;
    }

.footer {
      background-color: #111;
      color: #fff;
      padding: 60px 20px 30px;
    }

    .footer h5 {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .footer p,
    .footer a {
      color: #ccc;
      font-size: 14px;
      line-height: 1.6;
    }

    .footer a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .social-icons a {
     
    }

    .footer-bottom {
      border-top: 1px solid #444;
      padding-top: 20px;
      font-size: 12px;
      color: #aaa;
    }

    .footer-bottom a {
      color: #aaa;
      margin-right: 15px;
    }
    .how  {
      color: #fff;
    }

    .carousel-caption.d-none.d-md-block.text-left {
    position: absolute;
    z-index: 8888;
    top: 101px !important;
}
.who-we-are {
      background-color: #fff;
      padding: 60px 30px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      max-width: 1000px;
      margin: 60px auto;
    }

    .who-we-are h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px;
      color: #1d1d1d;
    }

    .who-we-are p {
      margin-bottom: 20px;
    }

    .highlight {
      font-weight: 600;
      color: #5c4d7d;
    }

    @media (max-width: 767.98px) {
      .who-we-are {
        padding: 40px 20px;
      }
    }
    .footer-bottom a:hover {
      color: #fff;
    }
  .Get {
    background-color: #b8cdca;
    font-size: 15px;
}
    .btn-outline-primary {
    padding: 10px 12px !important;
    font-size: 14px;
}
a.tran {
    color: #fff;
    font-size: 14px;
}
.social-icons a {
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    padding: 10px;
    margin: 0 5px;
    display: inline-block;
    height: 50px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    background: #1b3b2f30 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #4f877e !important;
}
/* Header default styles */
    #mainHeader {
      width: 100%;
      transition: all 0.3s ease-in-out;
      z-index: 1030;
    }

    /* Sticky header style */
    .sticky {
      position: fixed;
      top: 0;
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      animation: slideDown 0.3s ease-in-out;
    }

    /* Slide down effect */
    @keyframes slideDown {
      from {
        transform: translateY(-10%);
      }
      to {
        transform: translateY(0);
      }
    }

    /* Space filler to prevent layout shift */
    .header-spacer {
      height: 80px; /* Adjust to header height */
    }
.set {
      background-color: #000;
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    .hero-section {
      padding: 60px 15px;
    }
    .hero-img {
      width: 100%;
      border-radius: 20px;
    }
    .support-card {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #fff;
      color: #000;
      padding: 15px 20px;
      border-radius: 20px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
      display: flex;
      align-items: center;
      z-index: 1000;
    }
.section#trip\ section\#trip {
    background: aliceblue !important;
}
    .support-card img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .support-card .btn {
      border-radius: 20px;
      padding: 6px 12px;
      font-size: 14px;
    }

.hero-section {
      padding: 60px 15px;
    }
    .hero-img {
      width: 100%;
      border-radius: 20px;
    }
    .support-card {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #fff;
      color: #000;
      padding: 15px 20px;
      border-radius: 20px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
      display: flex;
      align-items: center;
      z-index: 1000;
    }
    .support-card img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .support-card .btn {
      border-radius: 20px;
      padding: 6px 12px;
      font-size: 14px;
    }

    .design-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 0.5rem;
    }

    .design-card h5 {
      margin-top: 1rem;
      font-weight: 600;
    }

    .design-card p {
      font-size: 0.95rem;
      color: #555;
    }
    @media (max-width: 576px) {
      .design-card img {
        height: 180px;
      }
    }
    .fw-bold {
    font-weight: 700!important;
    color: #1c4a3d;
}
.design-banner {
    background: url('../images/slider3.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    min-height: 631px;
}
    .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
    .banner-content {
      position: relative;
      z-index: 2;
    }
    .banner-content h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .banner-content p {
      font-size: 1.25rem;
      margin-top: 10px;
    }
     .process-section {
      background-color: #1B3B2F;
      color: white;
      padding: 80px 20px;
      text-align: center;
    }

    .process-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      margin-bottom: 60px;
    }

    .step {
      margin-bottom: 40px;
    }

    .step-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 2px solid white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0 auto 20px;
      font-family: 'Inter', sans-serif;
    }
    img.logo {
    width: 58px;
}
a.nav-link {
    font-weight: 600;
}li.nav-item {
    font-weight: 800;
    color: #000000;
}
    .step-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      margin-bottom: 10px;
    }

    .step-desc {
      font-size: 0.95rem;
      color: #e0e0e0;
      max-width: 250px;
      margin: 0 auto;
    }
    .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
  }
    .navbar-nav .nav-link {
      font-weight: 500;
      padding-right: 20px;
    }

    .dropdown-menu {
      min-width: 200px;
    }
 
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .show > .nav-link {
      color: #198754;
    }

    .btn-contact {
      background-color: #20c997;
      color: white;
      border-radius: 20px;
      padding: 6px 16px;
      font-weight: 500;
    }

    .navbar-brand {
      font-weight: bold;
      font-size: 22px;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }
    footer {
    background: url(../images/slider3.png    ) no-repeat center;
    /* background: url(../images/footer-bg.jpg) no-repeat center; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 45px 0;
    position: relative;
    z-index: 0;
}
a.nav-link {
    color: #1c4a3d;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(81 134 126 / 10%) !important;
}
.Department-list p {
    color: #fff;
}
.Department-list h4 {
    font-size: 19px;
    color: #ffffff;
    border-bottom: 1px dashed#ddd;
    padding-bottom: 8px;
    font-weight: 600;
}
.social-media {
    padding-left: 15px;
    list-style: none;
}
.social-media li {
    margin-right: 21px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    background: rgb(255 255 255 / 18%);
}
.social-media li a {
    text-align: center;
    COLOR: #fff;
}
ul.Department li {
    line-height: 40px;
    list-style: none;
}
.Department-list h4 {
    font-size: 19px;
    color: #ffffff;
    border-bottom: 1px dashed#ddd;
    padding-bottom: 8px;
    font-weight: 600;
}
.call {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    background: rgb(150 201 61);
    color: rgb(255, 255, 255);
    line-height: 28px !important;
    font-size: 17px !important;
}

.hero-section {
      padding: 60px 15px;
    }
    .hero-img {
      width: 100%;
      border-radius: 20px;
    }
    .support-card {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #fff;
      color: #000;
      padding: 15px 20px;
      border-radius: 20px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
      display: flex;
      align-items: center;
      z-index: 1000;
    }
    .support-card img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .support-card .btn {
      border-radius: 20px;
      padding: 6px 12px;
      font-size: 14px;
    }
.gab {
    margin: 0px;
}
.copy-rights {
    height: 65px;
}.copy-rights p {
    text-align: center;
    font-size: 14px;
    line-height: 66px;
    color: #fff;
}
footer::before {
    content: "";
    background: #1B3B2F;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    opacity: 0.9;
    z-index: -1;
}
li.footer-links a {
    color: #fff;
    text-decoration: none;
}
 

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        .hero-section {
            min-height: 100vh;
            background: linear-gradient(135deg, rgba(45, 90, 39, 0.8), rgba(196, 155, 97, 0.6)), 
                        url('https://images.unsplash.com/photo-1586023492125-27b2c045efd7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
            display: flex;
            align-items: center;
            position: relative;
        }

        .hero-content {
            color: var(--white);
            text-align: center;
            animation: fadeInUp 1s ease-out;
        }

        .hero-title {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .hero-scroll {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: var(--white);
            animation: bounce 2s infinite;
        }

        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
        }

        .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color) !important;
        }

        .navbar-nav .nav-link {
            color: var(--text-dark) !important;
            font-weight: 500;
            transition: color 0.3s ease;
            margin: 0 10px;
        }

        .navbar-nav .nav-link:hover {
            color: var(--accent-color) !important;
        }

        .section-padding {
            padding: 100px 0;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 3rem;
            color: var(--primary-color);
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent-color);
        }

        .service-card {
            background: var(--white);
            border-radius: 20px;
            padding: 2.5rem;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            margin-bottom: 2rem;
            border: 1px solid rgba(196, 155, 97, 0.2);
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 80px rgba(0,0,0,0.15);
        }

        .service-icon {
            font-size: 3rem;
            color: var(--accent-color);
            margin-bottom: 1.5rem;
            display: block;
        }

        .service-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--primary-color);
        }

        .service-description {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 1rem;
        }

        .gallery-section {
            background: var(--secondary-color);
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            margin-bottom: 2rem;
            cursor: pointer;
        }

        .gallery-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(45, 90, 39, 0.8), rgba(196, 155, 97, 0.8));
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-text {
            color: var(--white);
            text-align: center;
            font-weight: 600;
        }

        .cta-section {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            color: var(--white);
            text-align: center;
        }

        .btn-primary-custom {
            background: var(--accent-color);
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .btn-primary-custom:hover {
            background: #b8854a;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .btn-outline-custom {
            border: 2px solid var(--white);
            color: var(--white);
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: transparent;
        }

        .btn-outline-custom:hover {
            background: var(--white);
            color: var(--primary-color);
            transform: translateY(-2px);
        }

        .footer {
            background: var(--text-dark);
            color: var(--white);
            padding: 60px 0 30px;
        }

        .footer-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .social-links a {
            color: var(--white);
            font-size: 1.5rem;
            margin: 0 15px;
            transition: color 0.3s ease;
        }

        .social-links a:hover {
            color: var(--accent-color);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateX(-50%) translateY(0);
            }
            40% {
                transform: translateX(-50%) translateY(-10px);
            }
            60% {
                transform: translateX(-50%) translateY(-5px);
            }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .service-card {
                padding: 2rem;
            }
        }
     
    @media (min-width: 768px) {
      .step {
        margin-bottom: 0;
      }
    }
     @media (max-width: 768px) {
      .banner-content h1 {
        font-size: 1.8rem;
      }
      .banner-content p {
        font-size: 1rem;
      }
      body {
      font-family: 'Inter', sans-serif;
    }
}

.hero-content {
            z-index: 2;
            position: relative;
        }

 .hero-title {
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    line-height: 1.2;
}
        .hero-subtitle {
            font-size: 1.4rem;
            margin-bottom: 30px;
            color: var(--primary-gold);
            font-style: italic;
        }

        .hero-description {
            font-size: 1.1rem;
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 600px;
        }

        .btn-custom {
            background: linear-gradient(45deg, var(--primary-gold), #f4d03f);
            color: var(--deep-purple);
            font-weight: bold;
            padding: 12px 30px;
            border: none;
            border-radius: 30px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        }

        .btn-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
            color: var(--deep-purple);
        }

        .section-padding {
            padding: 80px 0;
        }

        .section-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 20px;
            color: var(--deep-purple);
            position: relative;
        }

        .section-title::after {
            content: '';
            width: 80px;
            height: 3px;
            background: var(--primary-gold);
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.1rem;
            color: var(--warm-gray);
            margin-bottom: 60px;
            font-style: italic;
        }

        .founder-card {
            background: white;
            border-radius: 15px;
            padding: 40px 30px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid var(--primary-gold);
        }

        .founder-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .founder-name {
            font-size: 1.8rem;
            color: var(--deep-purple);
            margin-bottom: 10px;
            font-weight: bold;
        }

        .founder-role {
            color: var(--primary-gold);
            font-size: 1.1rem;
            margin-bottom: 20px;
            font-style: italic;
        }

        .founder-description {
            color: var(--warm-gray);
            line-height: 1.7;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .service-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid #f0f0f0;
        }

        .service-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        }

    .service-icon {
    font-size: 3rem;
    color: var(--accent-teal);
    margin-bottom: 20px;
    color: #4f877e;
}

.dropdown-item:hover {
    background-color: #488275 !important;
    color: #fff !important;
}
        .service-title {
            font-size: 1.3rem;
            color: var(--deep-purple);
            margin-bottom: 15px;
            font-weight: bold;
        }

        .philosophy-section {
            background: linear-gradient(135deg, var(--accent-teal), var(--warm-gray));
            color: white;
        }

        .philosophy-text {
            font-size: 1.3rem;
            line-height: 1.8;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            font-style: italic;
        }

        .contact-section {
            background: var(--deep-purple);
            color: white;
        }

        .contact-info {
            text-align: center;
            margin-bottom: 40px;
        }

        .contact-item {
            margin-bottom: 20px;
        }

        .contact-icon {
            color: var(--primary-gold);
            margin-right: 10px;
            font-size: 1.2rem;
        }

        footer {
            background: #1a1a1a;
            color: #ccc;
            padding: 40px 0 20px;
             
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .floating-elements::before,
        .floating-elements::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            background: rgba(212, 175, 55, 0.1);
            animation: float 6s ease-in-out infinite;
        }

        .floating-elements::before {
            width: 200px;
            height: 200px;
            top: 20%;
            right: 10%;
            animation-delay: 0s;
        }

        .floating-elements::after {
            width: 150px;
            height: 150px;
            bottom: 20%;
            left: 10%;
            animation-delay: 3s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .philosophy-text {
                font-size: 1.1rem;
            }
        }
        .accordion .card-header {
      background-color: #2e7d6b; /* Deep green from logo */
      color: white;
      cursor: pointer;
    }
    .accordion .card-header:hover {
      background-color: #256357;
      transition: background-color 0.3s ease;
    }
    .accordion .btn-link {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }
    .accordion .btn-link:hover {
      text-decoration: none;
      color: #d4b296; /* Beige from logo */
    }
    .accordion .card-body {
      background-color: #e8f0ed; /* Light teal tone */
      color: #333;
      border-top: 2px solid #d4b296;
    }
.section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #011d16;
}
    .philosophy-card {
      border: none;
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: all 0.4s ease;
      overflow: hidden;
      text-align: center;
    }
    .philosophy-card:hover {
      transform: translateY(-10px) scale(1.03);
      box-shadow: 0 8px 25px rgba(46,125,107,0.3);
    }
    .philosophy-icon {
      font-size: 50px;
      margin: 20px 0;
      color: #2e7d6b;
      transition: color 0.3s ease;
    }
    .philosophy-card:hover .philosophy-icon {
      color: #d4b296;
    }
 .philosophy-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #07211c;
}
    .philosophy-text {
    color: #000000;
    padding: 0 20px 20px;
}
    .fade-in {
      animation: fadeInUp 1s ease forwards;
      opacity: 0;
    }
    @keyframes fadeInUp {
      from {
        transform: translateY(30px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .Designing {
        font-size: 12px;
    }
.architecture {
    font-size: 25px;
    text-align: center !important;
}
a.btn.btn-warning.text-white.font-weight-bold.mr-2 {
    background: #1b815c !important;
}
.btn-outline-primary {
    padding: 10px 12px !important;
    font-size: 14px;
    background: #4f877e5c;
    color: #000 !important;
    font-weight: 700 !important;
}
a.btn.btn-warning.text-white.font-weight-bold.mr-2 {
    background: #1b815c !important;
    border-color: #1d4b3e !important;
}
.Department-list h4 {
    font-size: 19px;
    color: #ffffff;
    border-bottom: 1px dashed#ddd;
    padding-bottom: 8px;
    font-weight: 600;
}
.call {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    background: rgb(150 201 61);
    color: rgb(255, 255, 255);
    line-height: 28px !important;
    font-size: 17px !important;
}
.Department-list p {
    color: #fff;
    font-size: 12px;
}
.contact {
    min-height: 600px !important;
    background-color: #e9edf0;
}
.get h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #21272f;
    margin-top: 20px;
} 
.login-get {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    background: #fff;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Contact {
    margin-top: 30px;
}
.form-group {
    margin-bottom: 15px;
}

.contact-container {
    max-width: 1200px;
    margin: 8px auto;
    padding: 0 20px;
}
        .form-section, .contact-info {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            height: fit-content;
        }
        .form-section h2, .contact-info h2 {
            color: #333;
            font-weight: 600;
            margin-bottom: 30px;
            font-size: 1.8rem;
        }
        .form-label {
            color: #666;
            font-weight: 500;
            margin-bottom: 8px;
        }
        .form-control, .form-select {
            border: 2px solid #e9ecef;
            border-radius: 5px;
            padding: 12px 15px;
            font-size: 14px;
            transition: border-color 0.3s ease;
        }
        .form-control:focus, .form-select:focus {
            border-color: #007bff;
            box-shadow: none;
        }
        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }
        .btn-primary {
            background-color: #007bff;
            border-color: #007bff;
            padding: 12px 30px;
            font-weight: 500;
            border-radius: 5px;
        }
        .contact-item {
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
        }
 .contact-icon {
    background-color: #1b815c;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: #fff !important;
}
   .contact-icon i {
    color: #ffffff;
    font-size: 18px;
}
      .contact-details h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}
  .contact-details p {
    color: #666;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}
        .service-areas {
            margin-top: 40px;
        }
        .service-areas h3 {
            color: #333;
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        @media (max-width: 768px) {
            .contact-container {
                margin: 20px auto;
            }
            .form-section, .contact-info {
                padding: 25px;
                margin-bottom: 20px;
            }
        }
        .con {
          margin-top: 200px;
        }

        .inner-page {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}
.breadcrumb {
    background-color: #007ac3;
    color: #fff;
}
.breadcrumb-item.active {
    color: #ffffff;
}

.form-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            padding: 40px;
            margin: 40px auto;
            max-width: 800px;
        }
        .form-header {
            text-align: center;
            margin-bottom: 30px;
            color: #495057;
        }
        .form-header h2 {
            font-weight: 600;
            margin-bottom: 10px;
        }
        .form-header p {
            color: #6c757d;
            font-size: 16px;
        }
        .section-title {
            font-weight: 600;
            color: #495057;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #007bff;
        }
        .form-control {
            border-radius: 6px;
            border: 1px solid #ced4da;
            padding: 12px 15px;
            transition: all 0.3s ease;
        }
        .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
        .required {
            color: #dc3545;
        }
        .phone-input {
            display: flex;
            gap: 10px;
        }
        .phone-input input {
            text-align: center;
        }
        .address-section {
            background-color: #fff9c4;
            padding: 25px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .custom-radio {
            margin-bottom: 10px;
        }
        .custom-checkbox {
            margin-bottom: 8px;
        }
        .btn-primary {
            background: linear-gradient(45deg, #007bff, #0056b3);
            border: none;
            padding: 12px 40px;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
        }
        .form-group label {
            font-weight: 500;
            color: #495057;
            margin-bottom: 8px;
        }
        @media (max-width: 768px) {
            .form-container {
                margin: 20px;
                padding: 25px;
            }
            .phone-input {
                flex-direction: column;
            }
        }