


    @font-face {
    font-family: "Aileron";
    src: url("/fonts/Aileron-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal scrolling */
html, body {
  /* overflow-x: hidden; */
  width: 100%;
  background-color: #ffffff;
}


    /* Top banner */
    .top-banner {
      background-color: #C3695E;
      color: white;
      padding: 5px 0;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      font-family: 'Poppins', sans-serif;
    }
    .top-banner span {
      display: inline-block;
      padding-left: 100%;
      animation: marquee 19s linear infinite;
    }
    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-100%); }
    }


    .navbar {
      background-color: #153743; 
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      font-family: 'Poppins', sans-serif;

    }
    .navbar-brand {
      padding-left: 1rem; 
    }
    .navbar-nav {
      gap: 2.5rem; 
    }
    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 300;
      transition: color 0.3s ease;
      font-family: 'Poppins', sans-serif;

    }
    .navbar-nav .nav-link:hover {
      color: #c96b5a !important;
    }
    .navbar-brand img {
      height: 45px;
    }
    .icon-btn {
      color: white;
      font-size: 18px;
      margin-left: 20px;
      margin-right: 1rem; 
      cursor: pointer;
      transition: color 0.3s ease;
    }
    .icon-btn:hover {
      color: #c96b5a;
    }


    .navbar-toggler {
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    @media (max-width: 991px) {
      .navbar-nav {
        text-align: center;
        gap: 1.5rem;
      }
    }

    .sticky-top {
      top: 0;
      z-index: 1030;
    }





@media (max-width: 576px) {

   .icon-btn {
      color: white;
      font-size: 18px;
      margin-left: 10px;
      margin-right:10px; 
      cursor: pointer;
      transition: color 0.3s ease;
      text-decoration: none !important;
    }
  
}




    .profile-dropdown {
        display: flex;
        align-items: center;
        cursor: pointer;
        
    }

    .profile-dropdown .dropdown-icon {
        font-size: 0.8rem;
        vertical-align: middle;
        transition: transform 0.3s ease;
        color: white;
    }

    .profile-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #153743;
        border-radius: 6px;
        min-width: 120px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
        z-index: 1000;
        
    }

    .profile-menu .dropdown-item {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 0.5rem 1rem;
    }

    #profile{
            color: white;
      font-size: 18px;
      margin-left: 20px;
      margin-right: 0.5rem; 
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .profile-menu .dropdown-item:hover {
        background-color: #1f3c46;
        color: #f1f1f1;
    }

    /* Show dropdown on hover */
    .profile-dropdown:hover .profile-menu {
        display: block;
    }

    /* Rotate FA icon on hover */
    .profile-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }


 .badge {
    background-color: red;
    font-size: 0.7rem;
    position: relative;
    top: -10px;
    right: 10px;
}




    
/* .search-overlay {
  background: transparent;

  position: relative; 

  width: 100%;
  z-index: 1050;
  backdrop-filter: (10px);
  transition: 0.8s ease;
}

.search-overlay .container{
  border: 1px solid #a9a8a8;
  padding: 1rem;
  border-radius: 15px;
  transition: 2s;

} */



.search-overlay {
  position: absolute;        /* remove from normal flow */
  top: 100%;                 /* just below navbar */
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;        /* not clickable */
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  background: #153743;
  border-bottom: 1px solid #ddd;
  z-index: 1050;
  border-top: 1px solid #254956;
}

.search-overlay.show {
  opacity: 1;
  visibility: visible;       /* clickable now */
  transform: translateY(0);
}



.btn-pink {
  background-color: #C3695E;
  color: white;
  border-radius: 6px;
  border: none;
}

.btn-pink:hover {
  background-color: #d68b81;
  color: white;
}











.our-story {
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

.our-story a{
    background-color: white;
    color: #153743;
}

.our-story a:hover{
    background-color: rgb(198, 195, 195);
    color: #153743;
}

.discover h4{
    color: white;
    font-size: clamp(1.5rem,1vw,2rem);
    font-weight: 300;
}
.discover{
    border: 1px solid rgb(41, 40, 40);
    border-radius: 20px;
    background-color: #153743;
    position: relative;
    
}


@keyframes beeFly {
  0% {
    top: 0%;   
    right: 10%;
    /* transform: translateX(-100px); */
    transform: rotate(0deg);

  }

    50% {
    top: 0%;   
    right: 10%;
    /* transform: translateX(-100px); */
    transform: rotate(45deg);

  }

  100% {
    top: 0%; 
    right: 10%;
    /* transform: translateX(600px); */

   
    transform: rotate(0deg);
  }
}

.honeybee{
    position: absolute;
    height: 140px;
    width: 100px;
    top: 0%;
    right: 50px;
    transform: rotate(10deg);
    
}
.discover:hover .honeybee{
    animation: beeFly 3s ease-in-out forwards;


}



.about-img {
  height: 500px;
  object-fit: cover;
  /* filter: brightness(75%); */

}

/* Section Titles */
.section-title {
  font-weight: 400;
  font-size: 3rem;
  color: #153743;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #19323b;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Story Blocks */
.story-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.story-img {
  max-width: 400px;   /* smaller controlled size */
  height: auto;
  border-radius: 15px;
 
}


.si{
  border-radius: 15px;

}

.story-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #153743;
}

.story-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}

.story-block:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .story-title,
  .story-text {
    text-align: center;
  }
  .story-img {
    max-width: 200px;
    margin-bottom: 15px;
  }
}


.vision .col-md-5{
    border: 1px solid #153743;
    border-radius: 20px;
}



    .divider { border-top:1px solid #e6e6e6; margin:18px 0; }
    




/* 
.about-us-section {
  font-family: 'Poppins', sans-serif;
}

.about-hero {
  position: relative;
}
.about-hero .hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(70%);
}
.about-hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 2rem;
}
.about-hero h1 {
  font-weight: 700;
}
.about-hero p {
  font-weight: 400;
  font-size: 1.2rem;
}


.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  padding: 1rem 2rem;
  position: relative;
  width: 50%;
}
.timeline-item.left {
  left: 0;
}
.timeline-item.right {
  left: 50%;
}
.timeline-item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid #007bff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-item.right::before {
  left: -10px;
  right: auto;
}
.timeline-content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.timeline-content h3 {
  font-weight: 600;
  margin-bottom: .5rem;
}
.timeline-content p {
  margin-bottom: 0;
  font-weight: 400;
  color: #555;
}

@media (max-width: 767px) {
  .timeline::after {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }
  .timeline-item.right {
    left: 0%;
  }
  .timeline-item::before {
    left: 0;
    right: auto;
  }
} */



















 











    



















    

.footer-section {
            background-image: url('images/Frame\ 123.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: #ffffff;
            padding: 60px 0 40px 0;
            position: relative;
    font-family: 'Poppins', sans-serif;

        }



        .footer-section .container {
            position: relative;
            z-index: 2;
        }

        .footer-logo {
            width: 120px;
            height: 60px;
            background: url('images/logo.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 1rem !important;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #e0e0e0 !important;
    font-family: 'Poppins', sans-serif;

        }

        .footer-heading {
            font-size: 2rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
    font-family: 'IvyMode', serif;

        }

        .footer-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-nav-item {
            margin-bottom: 12px;
        }

        .footer-nav-link {
            color: #d0d0d0;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.3s ease;
            display: block;
        }

        .footer-nav-link:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .footer-section .social-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: background-color 0.3s ease;
           
        }
        .footer-section .social-icon i{
            color:white;
        }

        .social-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .contact-info {
            font-size: 1rem;
            line-height: 1.6;
            color: #d0d0d0;
        }

        .contact-info strong {
            color: #d0d0d0;
            display: block;
            margin-bottom: 5px;
        }

        .phone-number {
            color: #ffffff;
            font-weight: 500;
            margin-top: 10px;
        }

        .footer-copyright {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 13px;
            color: #b0b0b0;
        }

        @media (max-width: 768px) {
            .footer-section {
                padding: 40px 0 30px 0;
            }
            
            .footer-heading {
                margin-bottom: 15px;
                margin-top: 30px;
            }
            
            .col-md-3:first-child .footer-heading {
                margin-top: 0;
            }
        }



  