*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Galada&family=Poppins:wght@200&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tiro+Bangla:ital@0;1&display=swap');

section {
    padding: 40px ;
}
/*header*/
#header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 80px;
    background: #E3E6F3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
/*navigation bar*/
#navbar {
    display: flex;
    align-items: center;
    justify-content: center;

    
}
/*navigation bar list item*/
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
/*navigation bar links*/
#navbar li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
    text-transform: uppercase;
    
}
#navbar li a:hover,
#navbar li a.active {
    color: #088178;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
/* Add this CSS rule to your main styles, not inside a media query */

#mobile {
  display: none;
}

/*Home page hero*/
#hero {
    background-image: url(/Assets/background.png);
    height: 70vh;
    width: 100%;
    background-position: top 25% right 0%;
    background-size: cover;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#hero h4{
    font-family: "Tiro Bangla", serif;
    padding-bottom: 15px;
    font-size: 80px;

}
#hero h1{
    font-family: "Tiro Bangla", serif;
    color: #088178;
    font-size: 70px;
}
#hero button {
    background-color: orange;
    color: white;
    border-radius: 50px;
    padding: 14px 80px 14px 65px;
    transition: 0.5s ease;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
#hero button:hover{
    background-color: #088178;
}
/*feature with big banner*/
#feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#feature .fe-box{
    width: 270px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 10px 10px 54px rgba(0, 0, 0, 0);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}
#feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
    
}
#feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color: #fddde4;
    font-size: 18px;
}
#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}
/*scroll bar with lots of code*/
#feature-name{
    text-align: center;
    
}
#feature-name h2.text1{
    text-align: center;
    
}
#feature-name .media-element{
    width: 100%;
    min-width: 83px;
    padding: 10px 12px;
    border: 1px  ;
    border-radius: 10px;
}
#feature-name .media-element .img{
    width: 100%;
    border-radius: 10px;
}
#feature-name .media-element .des{
    text-align: start;
    padding: 10px 0;
    font-size: 13px;
}
#feature-name .media-element .des h4{
    padding-top: 7px;
    font-weight: 700;
    font-size: 15px;
    color: #088178;
}
.sc-btn{
    color: white;
    background-color: black;
    border-radius: 15px;
    padding: 5px 10px;
    cursor: pointer;
}
/*original media scrollbar animation ohh sorry not animation*/
.media-scroller{
    display: grid;
    gap: 10rem;
    grid-auto-flow: column;
    height: 680px;
    overflow-x: auto;
    scroll-behavior: smooth;
    
    
}
/*editing the scrollbar*/
.media-scroller::-webkit-scrollbar{
    height: 10px;
}
.media-scroller::-webkit-scrollbar-track{
    background: #ddd;
    border-radius: 10px;

}
.media-scroller::-webkit-scrollbar-thumb{
    background: #333;
    border-radius: 10px;
}
.media-scroller img{
    width: 400%;
    height: 80%;

}
h2.text-1{
    font-size: 35px;
    font-family: 300;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
}
/*new hero section*/

#hero1 {
    background-image: url(/Assets/banner\ tea\ stall.png);
    height: 35vh;
    width: 100%;
    background-position: top 25% right 0%;
    background-size: cover;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#hero1 h2, p{
    font-family: "Tiro Bangla", serif;
}
#hero1 h4{
    font-family: "Tiro Bangla", serif;
    padding-bottom: 15px;
    font-size: 30px;

}
#hero1 h1{
    font-family: "Tiro Bangla", serif;
    color: #088178;
    font-size: 50px;
}
#hero1 button {
    background-color: #088178;
    color: white;
    border-radius: 50px;
    padding: 14px 80px 14px 65px;
    transition: 0.5s ease;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
#hero1 button:hover{
    background-color: orange;
}

/*new hero section2*/

#hero2 {
    background-image: url(/Assets/banner\ howrah\ bridge.png);
    height: 35vh;
    width: 100%;
    background-position: top 25% right 0%;
    background-size: cover;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#hero2 h4{
    font-family: "Tiro Bangla", serif;
    padding-bottom: 15px;
    font-size: 30px;
    color: white;

}
#hero2 h1{
    font-family: "Tiro Bangla", serif;
    color: orange;
    font-size: 50px;
}
#hero2 button {
    background-color: #088178;
    color: white;
    border-radius: 50px;
    padding: 14px 80px 14px 65px;
    transition: 0.5s ease;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
#hero2 button:hover{
    background-color: orange;
}
/*preloader*/
#preloader {
    background: #000 url(/Assets/preloader.gif) no-repeat center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;

}
/* Special Offer Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .popup-content h2 {
    margin-bottom: 10px;
    color: #d9534f;
  }
  
  .popup-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .popup-content button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .popup-content button:hover {
    background-color: #218838;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
  }

/* Chat Button */
#chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border-radius: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Chat Box */
#chat-box {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 360px;
  max-height: 500px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}

#chat-box.hidden {
  display: none;
}

/* Header */
#chat-header {
  background-color: #f0f2f5;
  color: #000;
  padding: 12px 14px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

/* Message area */
#chat-messages {
  flex-grow: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f9f9f9;
}

/* Message styles */
.message {
  max-width: 75%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
}

.message.user {
  align-self: flex-end;
  background-color: #000;
  color: white;
  border-bottom-right-radius: 4px;
}

.message.bot {
  align-self: flex-start;
  background-color: #000;
  color: white;
  border-bottom-left-radius: 4px;
}

/* Status text */
.status {
  font-size: 11px;
  color: green;
  margin-top: -2px;
  margin-left: auto;
  margin-right: 4px;
}

/* Input area */
#chat-input {
  border: none;
  border-top: 1px solid #ddd;
  padding: 14px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: white;
}
.testimonials {
      padding: 60px 20px;
      text-align: center;
      background: #ffffff;
    }

    .testimonials h2 {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: #222;
    }

    .testimonials p {
      margin-bottom: 40px;
      color: #555;
    }

    .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .testimonial-card {
      background: #fff;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .testimonial-img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin: 0 auto 15px;
      object-fit: cover;
      border: 3px solid #0072ff;
    }

    .testimonial-name {
      font-weight: bold;
      font-size: 1.1em;
      margin-top: 5px;
      color: #0072ff;
    }

    .testimonial-role {
      font-size: 0.9em;
      color: #999;
      margin-bottom: 15px;
    }

    .testimonial-text {
      font-style: italic;
      color: #333;
      line-height: 1.5;
    }
    .footer {
      background-color: #1e1e2f;
      color: #fff;
      padding: 50px 20px 30px;
    }

    .footer-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
    }

    .footer-column {
      flex: 1 1 220px;
      margin: 15px;
    }

    .footer h3 {
      margin-bottom: 15px;
      font-size: 20px;
    }

    .footer p, .footer a {
      font-size: 14px;
      color: #ccc;
      text-decoration: none;
      line-height: 1.6;
    }

    .footer a:hover {
      color: #fff;
    }

    .accordion-toggle {
      background: none;
      border: none;
      color: #00c6ff;
      font-size: 16px;
      text-align: left;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .accordion-content.open {
      max-height: 300px;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      color: #999;
      font-size: 13px;
    }
/* =================================== */
/* ===== RESPONSIVE CSS STYLES ===== */
/* =================================== */

/* Define a breakpoint for tablet and mobile devices */
@media (max-width: 799px) {

  /* --- 1. Header and Navigation Bar --- */
  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    height: 100vh;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.3s ease; /* Smooth slide-in animation */
  }

  /* Style for when the menu is active/open */
  #navbar.active {
    right: 0px;
  }

  #navbar li {
    margin-bottom: 25px;
  }

  /* Show the hamburger menu icon */
  #mobile {
    display: block; /* Use block or flex, not inline */
    align-items: center;
  }

  #mobile i {
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 20px;
    cursor: pointer;
  }


  /* --- 2. Hero Section --- */
  #hero {
    height: 25vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }

  #hero h1 {
    font-size: 1px; /* Decrease font size for mobile */
  }

  #hero h2 {
    font-size: 1px;
  }
  #hero h4 {
    font-size: 1.5rem;
    padding-top: 25px;
  }
  #hero button {
    font-size: 10px;
    padding: 5px 10px 5px 10px;
  }

  /* --- 3. Feature Boxes Section --- */
  #feature {
    justify-content: center;
    flex-wrap: wrap; /* Allow boxes to wrap to the next line */
  }

  #feature .fe-box {
    margin: 15px 15px; /* Add some space when they stack */
    width: 155px; /* Give them a consistent width */
  }


  /* --- 4. Testimonial Section --- */
  .testimonial-grid {
    flex-direction: column; /* Stack the cards vertically */
    align-items: center;
  }

  .testimonial-card {
    width: 80%; /* Allow cards to take more width */
    margin-bottom: 20px;
  }


  /* --- 5. Footer Section --- */
  .footer-grid {
    grid-template-columns: 1fr; /* Make footer columns stack */
    text-align: center;
  }

  .footer-column {
    margin-bottom: 20px;
  }
}


/* Further adjustments for very small mobile screens */
@media (max-width: 477px) {
  #header {
    padding: 10px 30px;
  }

  #hero {
    padding: 0 20px;
    background-position: 55%;
  }

  #hero h1 {
    font-size: 25px;
  }
  
  #hero h2 {
    font-size: 25px;
  }
  #hero button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }

  #feature {
    justify-content: space-between;
  }

  #feature .fe-box {
    width: 120px; /* Make boxes a bit smaller */
    margin: 0 0 15px 0;
  }
  #feature .fe-box h6{
    font-size: 10px;
  }
  #feature-name .media-element{
    width: 100%;
    height: 80%;
    min-width: 50px;
    padding: 50px 8px;
    border: 1px  ;
    border-radius: 10px;
  }
  .media-scroller{
    display: grid;
    gap: 10rem;
    grid-auto-flow: column;
    height: 500px;
    overflow-x: auto;
    scroll-behavior: smooth;
    
    
}
  #feature-name .media-element .des{
    font-size: 15px;
  }
  #hero1 {
    height: 20vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }
  #hero1 {
    padding: 0 20px;
    background-position: 55%;
  }
  #hero1 h1{
    font-size: 15px;
  }
  #hero1 h4{
    font-size: 25px;
  }
  #hero1 h2{
    font-size: 25px;
  }
  #hero1 button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }
  #hero2 {
    height: 15vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }
  #hero2 {
    padding: 0 20px;
    background-position: 55%;
  }
  #hero2 h1{
    font-size: 15px;
  }
  #hero2 h4{
    font-size: 25px;
  }
  #hero2 h2{
    font-size: 25px;
  }
  #hero2 button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }
  .testimonials h2 {
    font-size: 1.8em;
  }
  .testimonial-card {
    width: 100%; /* Make cards full width */
  }
}

/* Further adjustments for very small mobile screens */
@media (max-width: 439px) {
  #header {
    padding: 10px 30px;
  }

  #hero {
    padding: 0 20px;
    background-position: 55%;
  }

  #hero h1 {
    font-size: 20px;
  }
  
  #hero h2 {
    font-size: 25px;
  }
  #hero button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }

  #feature {
    justify-content: space-between;
  }

  #feature .fe-box {
    width: 100px; /* Make boxes a bit smaller */
    margin: 0 0 15px 0;
  }
  #feature .fe-box h6{
    font-size: 10px;
  }
  #feature-name .media-element{
    width: 50%;
    height: 80%;
    min-width: 50px;
    padding: 50px 8px;
    border: 1px  ;
    border-radius: 10px;
  }
  #feature-name .media-element .des{
    font-size: 15px;
  }
  .media-scroller{
    display: grid;
    gap: 10rem;
    grid-auto-flow: column;
    height: 500px;
    overflow-x: auto;
    scroll-behavior: smooth;
    
    
}
  #hero1 {
    height: 20vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }
  #hero1 {
    padding: 0 20px;
    background-position: 55%;
  }
  #hero1 h1{
    font-size: 12px;
  }
  #hero1 h4{
    font-size: 25px;
  }
  #hero1 h2{
    font-size: 25px;
  }
  #hero1 button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }
  #hero2 {
    height: 15vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }
  #hero2 {
    padding: 0 20px;
    background-position: 55%;
  }
  #hero2 h1{
    font-size: 15px;
  }
  #hero2 h4{
    font-size: 25px;
  }
  #hero2 h2{
    font-size: 25px;
  }
  #hero2 button {
    font-size: 10px;
    padding: 5px 25px 5px 25px;
  }
  .testimonials h2 {
    font-size: 1.8em;
  }
  .testimonial-card {
    width: 100%; /* Make cards full width */
  }
}