/* Navbar */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

      body {
        font-family: "Inter", sans-serif;
        /* background-color: #7D1C4A; */
        /* background-color: #A53860; */
        background-color: #3A0519;
        overflow-x: hidden;
        margin: 0;
        
      }

      #navbar-placeholder {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999; /* Ensure navbar is above other content */
      }

      .flag-container{
        width: 120px;
        
      }
      .sidebar {
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
      

      }
      .sidebar.open {
        transform: translateX(0);
      }
      .sidebar-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
      }
      .sidebar-overlay.open {
        opacity: 1;
        visibility: visible;
      }
      .nav-link-custom {
        font-style: italic;
        font-weight: 500; 
        color: #FCB50C; 
        font-size: 1.1rem;
      }
      .nav-link-custom:hover {
        color: #FCB50C; 
        text-decoration: underline;
      }
      .nav-link-custom.home {
        color: #FCB50C;
        text-decoration: underline; 
      }
      .search-button-custom {
        background-color: #8e267b; 
        color: white;
        font-style: italic;
      }



/* slider */

      body {
        font-family: "Inter", sans-serif;
        overflow-x: hidden; /* Prevent horizontal scroll */
        
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        
        box-sizing: border-box;
      }

      .main-wrapper {
        
        /* max-width: 1200px; Max width for desktop */
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        /* background-color: #FCB50C; */
        /* border-radius: 1rem; */
        overflow: hidden; /* Ensure angled parts are contained */
      }

      .angled-bar {
        /* background-color: #a779c7; */
        background-color: #A53860;
        color: white;
        text-align: center;
        padding: 1rem 0;
        position: relative;
        z-index: 1; /* Ensure it's above other elements if needed */
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }

      .top-angled-bar {
        transform: skewY(-2deg); /* Angle for the top bar */
        margin-bottom: -1rem;
        background-color: #A53860;
         /* Overlap with slider slightly */
        /* border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; */
      }

      .top-angled-bar .content {
        transform: skewY(2deg); /* Counter-angle for text */
        display: flex;
        justify-content: center;
        gap: 2rem;
        padding: 0 2rem;
      }

      .bottom-angled-bar {
        transform: skewY(2deg); 
        margin-top: -1rem; 
        z-index: 10;
       
      }

      .bottom-angled-bar .content {
        transform: skewY(-2deg);
      }

      .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;  
        
        /*White background for the main slider area */
        /* border-radius: 0.5rem; Slight rounded corners for the main slider */
      }

      .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
      }

      .slide {
        min-width: 100%;
        height: 480px; /* Fixed height for slides, adjusted for visual balance */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        position: relative; /* For absolute positioning of slide-content */
        overflow: hidden; /* Ensure content stays within slide */
        background-color: transparent;
      }

      .slide a{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .slide a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      /* Specific colors for each slide */
      /* .slide:nth-child(1) {
        background-color: #BE1C89; 
      } Darker Purple
      .slide:nth-child(2) {
        background-color: #24C3B1;
      }  Darker Blue
      .slide:nth-child(3) {
        background-color: #8E267B;
      }  
      .slide:nth-child(4) {
        background-color: #f1c40f;
      }  
      .slide:nth-child(5) {
        background-color:  #EF1286;
      }  */

      .slide-content {
        position: absolute;
        bottom: 2rem; /* Positioned from the bottom */
        left: 2rem; /* Positioned from the left */
        background-color: rgba(
          255,
          255,
          255,
          0.5
        ); /* Slightly transparent white background */
        color: #333;
        padding: 1.5rem 2.5rem;
        /* border-radius: 0.75rem; */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        max-width: 50%; /* To match the image proportion */
        text-align: left;
        /* Clip-path for the angled top-right corner */
        clip-path: polygon(0% 0%, 85% 0%, 100% 15%, 100% 100%, 0% 100%);
        transform: rotate(-1deg); /* Slight rotation for the content block */
        transform-origin: bottom left; /* Rotate around bottom-left corner */
        background-color: rgba(255, 255, 255, 0.9);
      }

      .slide-content h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: #4a4a4a;
      }

      .slide-content p {
        font-size: 1.2rem;
        line-height: 1.5;
        color: #6b7280;
      }

      .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.3); /* More subtle background */
        color: white;
        border: none;
        padding: 0.5rem; /* Adjusted padding */
        cursor: pointer;
        font-size: 3rem; /* Larger arrows */
        border-radius: 9999px; /* Fully rounded */
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
        z-index: 10; /* Ensure buttons are above slides */
        width: 4rem; /* Larger buttons */
        height: 4rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      }
      .nav-button:hover {
        background-color: rgba(0, 0, 0, 0.5);
        transform: translateY(-50%) scale(1.05); /* Slight scale on hover */
      }

      .content a {
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
}

.content a:hover , .content a.active {
  text-decoration: underline;
}

      .prev-button {
        left: 1rem;
      }
      .next-button {
        right: 1rem;
      }

      /* Responsive adjustments */
      @media (max-width: 768px) {
        .angled-bar {
          padding: 1rem 0;
          font-size: 0.9rem;
        }
        .top-angled-bar .content {
          gap: 1rem;
        }
        .slide {
          height: 300px; /* Smaller height for mobile */
        }
        .slide-content {
          bottom: 1rem;
          left: 1rem;
          padding: 1rem 1.5rem;
          /* max-width: 70%;  */
          clip-path: polygon(
            0% 0%,
            85% 0%,
            100% 15%,
            100% 100%,
            0% 100%
          ); /* Maintain angle */
          transform: rotate(-1deg); /* Maintain slight rotation */
        }
        .slide-content h2 {
          font-size: 1.8rem;
        }
        .slide-content p {
          font-size: 1rem;
        }
        .nav-button {
          padding: 0.5rem;
          font-size: 2rem;
          width: 3rem;
          height: 3rem;
        }
        .prev-button {
          left: 0.5rem;
        }
        .next-button {
          right: 0.5rem;
        }
      }

      @media (max-width: 480px) {
        .top-angled-bar .content {
          flex-wrap: wrap; /* Wrap items on very small screens */
          gap: 0.5rem;
          font-size: 0.8rem;
        }
        .slide-content h2 {
          font-size: 1.5rem;
        }
        .slide-content p {
          font-size: 0.9rem;
        }
      }


      /* Products section */

      

      /* contact us */

      #contact-team{
        width: 100%;
        /* background-color: #ed9fd3; */
        /* background-color: #FFD0C7; */
        color: #FCB50C;
      }

.contact-h2{
  color: #ffffff;
}

.team-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  /* background: #fff; */
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1.5rem;
  background-color: #A53860 !important;

}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0,0,0,0.1);
  background-color: #b65c89 !important; /* Darker shade on hover */
}

.team-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #24C3B1; /* Your brand green */
}



/* services section */

/* === Services Section Tweaked BY Sukhpreet === */


/* === Hide overlay heading on hover === */


/* === Hide all content (except heading) initially === */
.service-card > *:not(.overlay-heading):not(.card-corner-patch):not(.card-action):not(.service-icon) {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

/* === Show content on hover === */
.service-card:hover > *:not(.overlay-heading):not(.card-corner-patch):not(.card-action):not(.service-icon) {
  opacity: 1;
  transform: translateY(0);
} 




.services {
  /* background-color: #77f4ec; */
  padding: 100px 0 70px;
  width: 100%;
  justify-content: space-around;
  
}



.services .service-card {
  
  background-color: #8E267B;
  padding: 50px 40px 40px;
  margin-bottom: 30px;
  border-radius: 15px;
  border: none;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  min-height: 260px;
  width: 400px;
  margin: 8%;
}



.services .service-card .service-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px; /* optional: keeps text from touching the right edge */
}

/* .services .service-card .service-icon {
  background-color: white; /* subtle round background 
  width: 64px;
  height: 64px;
  border-radius: 50%; /* ⬅️ THIS makes it circular 
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 55px;
  transition: 0.3s ease;
} */

.services .service-card .service-icon {
  position: absolute;
  top: 98px; /* half of height to overlap neatly */
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}



.services .service-card .service-icon i {
  font-size: 32px;
  color: #BE1C89;
  transition: 0.3s ease;
}

.services .service-card:hover .service-icon i {
  color: #d51717;
  transform: scale(1.2);
}

.services .service-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.services .service-card h3 a {
  /* color: #FCB50C; */
  transition: color 0.3s ease;
  text-decoration: none;
}

.services .service-card h3 a span {
  display: block;
}

.services .service-card h3 a:hover {
  /* color: #ab90ab; */
  color: #ffffff;
}

.services .service-card p{
  
  font-size: 15px;
  transition: 0.3s ease;
}


.services .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(124, 9, 9, 0.5);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.services .service-card:hover::before {
  opacity: 1;
}

.services .service-card * {
  position: relative;
  z-index: 1;
}

/* === White Patch (Hidden Initially) === */
.services .service-card .card-corner-patch {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 160px;
  background-color: #3A0519;
  z-index: 0;
  opacity: 0;
  transform: translate(10px, -10px);
  border-bottom-left-radius: 100px;
  transition: all 0.4s ease;
  pointer-events: none;
}

/* === Show Patch on Hover === */
.services .service-card:hover .card-corner-patch {
  opacity: 1;
  /* transform: translate(0, 0); */
}


/* === TOP-RIGHT ARROW === */
.services .service-card .card-action {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 75px;
  height: 75px;
  background-color: rgba(124, 9, 9, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-10px, 10px);
  transition: all 0.4s ease;
  z-index: 10;
}

.services .service-card:hover .card-action {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0); /* Slides into position */
}

.services .service-card .card-action i {
  font-size: 22px;
  color: #c2c2c2;
  transition: transform 0.3s ease;
}

.services .service-card .card-action:hover {
  background-color: #000;
  transform: rotate(45deg);
}

.services .service-card .card-action:hover i {
  color: #FEB60C;
}



/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .services .service-card {
    padding: 100px 25px 25px;
    width: 360px;
    margin: 5%;
  }

  .services .service-card .service-icon {
    position: static;
    margin-bottom: 70px;
    margin-left: 160px;
    width: 90px;
    height: 90px;
  }

  .services .service-card h3 {
    font-size: 24px;
  }
}

/* GET IN TOUCH */
.contact-section {
        /* background: #f8f9fa; */
        /* background: #FFD0C7; */
        position: relative;
        overflow: hidden;
        color: #fff;
      }

      .contact-section form .form-control {
        border-radius: 12px;
      }

      .contact-section form .btn {
        border-radius: 50px;
        background-color: #be1c89;
        color: #fff;
        border: none;
      }

      .shape {
        position: absolute;
        border-radius: 50%;
        opacity: 0.15;
      }

      .shape-1 {
        width: 200px;
        height: 200px;
        background: #ef1286;
        top: 20%;
        right: -50px;
        animation: float 6s ease-in-out infinite;
      }

      .shape-2 {
        width: 120px;
        height: 120px;
        background: #ef1286;
        bottom: 10%;
        left: -50px;
        animation: float 8s ease-in-out infinite;
      }

      @keyframes float {
        0% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-15px);
        }
        100% {
          transform: translateY(0);
        }
      }
/* 
      .polygon-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #be1c89;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
        z-index: 1;
        opacity: 0.7;
        animation: pulseRotate 8s infinite alternate ease-in-out;
      }

      .polygon-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #24c3b1;
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
        z-index: 1;
        opacity: 0.7;
        animation: pulseRotate 10s infinite alternate-reverse ease-in-out;
      } */


      @keyframes pulseRotate {
        0% {
          transform: scale(1) rotate(0deg);
          opacity: 0.7;
        }
        50% {
          transform: scale(1.05) rotate(2deg);
          opacity: 0.85;
        }
        100% {
          transform: scale(1) rotate(0deg);
          opacity: 0.7;
        }
      }

      /* Hover zoom for inputs */
      .hover-zoom {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .hover-zoom:hover {
        transform: scale(1.03);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      }

      /* Hover grow for buttons */
      .hover-grow {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .hover-grow:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      }

      /* Slow entrance for Animate.css */
      .animate__slow {
        --animate-duration: 2s; /* slower speed */
      }


      /* style.css */
/* Add this to your style.css */

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-fade-up {
  opacity: 0; /* start hidden */
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.scroll-fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-right {
  transform: translateX(-30px); /* Start from left, move right */
}

.scroll-fade-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Smooth transition for all input and textarea fields */
#distributorForm input {
  transition: all 0.3s ease;
}

/* Hover effect: slight scale and border color change */
#distributorForm input:hover,
#distributorForm input:focus {
  transform: scale(1.02);
  border-color: #0d6efd; /* Bootstrap primary */
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
}

#distributorForm button[type="submit"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#distributorForm button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}




/* Footer Container */
.simple-footer {
  /* background-color: #aefaf1; */
  /* background-color: #FCB50C; */
  /* background-color: #D2649A; */
  border-top: 2px solid #a50971;
  text-align: center;
  color: #333;
  padding-top: 40px;
  position: relative;
  width: 100% !important;
  margin: 0px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer-section {
  flex: 1 1 200px;
  margin: 20px 0;
}

.footer-section a {
  display: block;
  margin: 6px 0;
  /* color: #BE1C89; */
  color: #FCB50C;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  /* color: #FCB50C; */
  /* color: #EF1286; */
  color: #ea9e3a;
  text-decoration: underline;
}

.footer-center img {
  max-width: 200px;
  transition: transform 0.3s ease;
  height: 180px;
}

.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-center img:hover {
  transform: scale(1.05);
}

.footer-bottom {
  /* border-top: 1px solid #24C3B1; */
  border-top: 2px solid  #a05004;
  /* border-top: 2px solid #554d0c; */
  
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 15px 20px;
  font-size: 0.9rem;
  /* background-color: #da9c0d ; */
  background-color: #FCB50C;
  color:#3A0519;
}

.footer-bottom .footer-text2 a{
  font-weight: bolder;
  text-decoration: none;
  color: #3A0519;
}

.footer-bottom .footer-text2 a:hover{
  /* color: blue; */
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-section {
    margin: 10px 0;
  }
}


/*  COMPANY section BY Sukhpreet */

#about-company{
  width: 100%;
  color: #fff;
}

.about-container {
  padding: 30px 20px;
  background-color: #A53860;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #FCB50C; /* pink left border */
  border-radius: 8px;
}

.company-highlight {
  background-color: #d2d44b;
  padding: 100px 30px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  animation: slideIn 1s ease-in;
}

.company-content {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company-text h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.company-text h2 span {
  color: #218c74;
  font-style: italic;
}

.company-text h3 {
  font-size: 1.5rem;
  color: #218c74;
  font-style: italic;
  margin-bottom: 20px;
}

.company-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  /* color: #444; */
  margin-bottom: 10px;
}

.company-certifications h4 {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.cert-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.cert-logos img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.cert-logos img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .company-content {
    padding: 30px 20px;
  }
  .company-text h2 {
    font-size: 2rem;
  }
  .company-text h3 {
    font-size: 1.2rem;
  }
  .trusted-partners{
   width: 330px;
   height: 40px;
  }
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Delay helpers */
.fade-delay-1 { animation-delay: 0.2s; }
.fade-delay-2 { animation-delay: 0.4s; }
.fade-delay-3 { animation-delay: 0.6s; }
.fade-delay-4 { animation-delay: 0.8s; }
.fade-delay-5 { animation-delay: 1s; }
.fade-delay-6 { animation-delay: 1.2s; }





/* heading underline design  */



.animated-underline {
  width: 0%;
  transform: translateX(-50%);
  animation: expand-shrink 5s infinite ease-in-out;
}

@keyframes expand-shrink {
  0% {
    width: 0%;
    left: 0%;
    transform: translateX(0);
  }
  25% {
    width: 100%;
    left: 0%;
    transform: translateX(0);
  }
  50% {
    width: 0%;
    left: 100%;
    transform: translateX(-100%);
  }
  75% {
    width: 100%;
    left: 0%;
    transform: translateX(0);
  }
  100% {
    width: 0%;
    left: 0%;
    transform: translateX(0);
  }
}


/* quality */

/* body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 40px;
      color: #333;
    } */

    .quality-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 1200px;
      padding: 30px;
    }

    .quality-text {
      flex: 1 1 60%;
      padding-right: 20px;
    }

    .quality-text em {
      display: block;
      font-style: italic;
      color: #28a745;
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 20px;
    }

    .quality-text p {
      margin-bottom: 20px;
    }

    .quality-image {
      flex: 1 1 35%;
      text-align: center;
    }

    .quality-image img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .quality-section {
        flex-direction: column;
        text-align: center;
      }

      .quality-text {
        padding-right: 0;
      }
    }


    .icon-wrapper i {
  display: inline-block;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.05); /* light glow feel */
   border-radius: 10px; 
} 
    #product-list-section{
      margin: 20px auto 0px;
      background-color: #fff;
    }


  .text-center-touch{
    display: flex;
    align-items: center;
    gap: 10px;
    
    
  }

  .text-element-touch{
    font-size: medium;
    border: #0B5ED7 solid 1px;
    border-radius: 5px;
    padding: 8px;
    margin-top: 1px;
    color: #0B5ED7; 
  }

  * { 
    box-sizing: border-box;
    max-width: 100%;
   }



   /* alert box style */

      .alert-box {
  position: fixed;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  max-width: 400px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-family: "Segoe UI", sans-serif;
}

.alert-box.show {
  opacity: 1;
  transform: translateY(0);
}

#alertIcon {
  font-size: 24px;
  margin-top: 3px;
}

#alertContent {
  flex-grow: 1;
}

#alertTitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

#alertMessage {
  margin: 5px 0 0;
  font-size: 14px;
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background: none;
  border: none;
  color: inherit;
  margin-left: auto;
  margin-top: 2px;
}

.hidden {
  display: none;
}

.alert-success {
  background: #e6f9ec;
  color: #256029;
  border-left: 6px solid #2ecc71;
}

.alert-error {
  background: #fdecea;
  color: #922b21;
  border-left: 6px solid #e74c3c;
}


.custom-map-section {
  background-color: #3A0519;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 4px solid #fff; */
  border-bottom: 4px solid #FCB50C;
}

.map-container {
  border: 6px solid #FCB50C;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.map-container:hover {
  transform: scale(1.02);
}

.styled-map {
  width: 100%;
  height: 450px;
  border: none;
  filter: grayscale(20%) contrast(110%) brightness(95%);
}
