.bg-theme-light{
  background-color: #c0d1c6;
}

.bg-theme-dark{
  background-color: #0a3622;
}


.fs-l{
  font-weight: 100;
}

.fs-1-5l{
  font-size: 1.2em;
  font-weight: 100;
}

.fs-2l{
  font-size: 2em;
  font-weight: 100;
}


.fs-1-5{
  font-size: 1.2em;
  font-weight: 100;
}

.fs-2{
  font-size: 2em;
  font-weight: 100;
}


.text-big{
  font-size: 1.5rem;
  font-weight: 100;
}

.text-vsmall{
  font-size: 11px;
}


.topbar {
  /* background-color: orange; */
  color: white;
  padding: 5px 20px;
}

.topbar .flag {
  height: 15px;
  margin: 0 5px;
}




.navbar {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .nav-item {
  position: relative;
  margin: 0 20px;
  padding-bottom: 8px; /* Adjust according to your design */
}

.navbar .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px; /* Adjust border height */
  background-color: #22c35e;
  transition: width 0.3s ease; /* Animates the width */
}

.navbar .nav-item:hover::after {
  width: 100%; /* Expands the border from left to right */
}

.navbar .navbar-nav :last-child{
  margin-right: 0px !important;
}

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

.hero-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero-slider .swiper-container {
  position: relative;
  width: min(100%, 1600px);
  max-width: 100%;
  height: clamp(360px, 78vh, 760px);
  margin: 0 auto;
  overflow: hidden;
}

.hero-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.hero-slider .swiper-slide picture,
.hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide img {
  object-fit: cover;
}

.hero-slider .slider-caption {
  position: absolute;
  left: max(16px, calc((100vw - min(100vw, 1170px)) / 2 + 15px));
  right: auto;
  bottom: clamp(16px, 10vh, 80px);
  width: fit-content;
  max-width: min(calc(100vw - 32px), 680px);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  z-index: 3;
  background-color: rgba(20, 24, 28, 0.56);
  backdrop-filter: blur(3px);
  padding: clamp(12px, 2.2vw, 24px);
  border-radius: 12px;
}

.hero-slider .slider-caption h1 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 3.1vw, 3rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.hero-slider .slider-caption .btn {
  margin-top: clamp(16px, 2.2vw, 28px);
  font-size: clamp(0.85rem, 1vw, 1rem);
  white-space: normal;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 4;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
}

.hero-slider .swiper-pagination {
  bottom: 12px !important;
  z-index: 4;
}

.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
  background: #22c35e;
}

.about-img {
  text-align: center; /* Aligns the image to the right */
  margin-left: auto; /* Ensures proper alignment for flexbox/grid setups */
}

.about-img img {
  max-width: 60%;
  height: auto; /* Ensures the aspect ratio is maintained */
  display: inline-block; /* Ensures proper alignment within the container */
  border: 4px solid #22c35e; /* Thick border with solid color */
}


.products-section .card {
  transition: transform 0.3s;
}

.products-section .card:hover {
  transform: translateY(-10px);
}

.products-section img {
  height: 200px;
  object-fit: cover;
}



.whatsapp-float {
  position: fixed; 
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  z-index: 1000;
  text-align: center;
  line-height: 1;
}

.whatsapp-float:hover {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  
}








a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}


/* Service cards: same as service cards */
.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.service_section .service_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
}

.service_section .service_container .box .img-box img {
  max-width: 150px;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
  color: #2e0e5f;
  font-weight: 600;
  position: relative;
}

.service_section .service_container .box:hover, .service_section .service_container .box.active {
  border-top: 15px solid #512a97;
}


/* Category cards: same as service cards */
.category_section {
  text-align: center;
}

.category_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category_section .category_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category_section .category_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.category_section .category_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
}

.category_section .category_container .box .img-box img {
  max-width: 150px;
}

.category_section .category_container .box .detail-box {
  margin-top: 25px;
}

.category_section .category_container .box .detail-box .h5 {
  color: #2e0e5f;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.category_section .category_container .box:hover,
.category_section .category_container .box.active {
  border-top: 15px solid #512a97;
}



  .product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 250px;   /* controls vertical shape */
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, border-top-color 0.15s ease, box-shadow 0.15s ease;
    position: relative;
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5; /* fixed thickness to prevent shift */
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
  }

  .product-card:hover {
    border-top-color: #22c35e;
    box-shadow: 0 10px 18px rgba(0,0,0,0.10);
    transform: translateY(-2px);
  }

  .product-card img {
    width: 100%;
    height: 220px;           /* taller image area */
    object-fit: contain;
    padding: 35px;           /* makes image visually smaller inside */
    background: #fff;
  }

  .product-card-body {
    text-align: center;
    padding: 15px;
  }

  .product-title {
    font-size: 16px;      /* slightly larger */
    font-weight: 600;     /* same as service */
    color: #2e0e5f;       /* same purple */
    position: relative;   /* match service */
    margin: 0;
  }

  .product-card h5 {
    color: #2e0e5f;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;  /* service card has no bottom margin */
  }

  .product-card.selected {
    border-top-color: #22c35e;
    box-shadow: 0 10px 18px rgba(0,0,0,0.10);
  }

  .selected-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
    color: #22c35e;
  }



.info_section {
  /* background-color: #1a1a1a; Darker background */
  color: #ffffff;
  padding: 40px 20px;
}

.info_section h6 {
  font-weight: bold;
  color: #88bc40; /* Green accent */
  margin-bottom: 15px;
}

.info_section address {
  font-style: normal;
  font-size: 14px;
}

.info_section ul {
  padding-left: 0;
  list-style: none;
}

.info_section ul li a {
  color: #ffffff;
  text-decoration: none;
}

.info_section ul li a:hover {
  color: #88bc40;
}

.info_section .info_social a img {
  width: 35px;
  margin-right: 10px;
}

.info_section .info_social a img:hover {
  filter: brightness(1.2);
}

.info_section img {
  max-width: 100%;
}



/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.footer_section p {
  color: #b4b4b4;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.footer_section p a {
  color: #b4b4b4;
  text-decoration: none;
  font-size: smaller;
}
