*{
  font-family: "Bookman Old Style";
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px; 
}

body {
  background-color: rgba(7, 63, 108);
  margin-top: 0px;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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

.header_section {
  height: auto;
  width: 100vw;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(7, 63, 108);
  z-index: 100;
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}




.logo-box {
  padding-top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 30px;
}
.logo-box img{
  height: 70px;
  width: auto;
}

.logo-box span {
  font-size: 30px;
  font-weight: bold;
  color: rgb(215, 201, 78);
}

.header_section .header_container {
  display: flex;
  justify-content: space-around;
}

.header_top {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
}

.header_top-contact {
  display: flex;
  margin-right: 20%;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: rgb(215, 201, 78);
  text-align: center;
}

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

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

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #105a0c;
}

.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {
  width: 90vw;
  display: flex;
  justify-content: space-between;
}

.navbar-nav{
  display: flex;
  justify-content: space-between;
}
.nav-link:hover {}

.nav-link {
  color: gray;
  text-decoration: none;
  transition: color 0.3s;
  margin: 5px;
  padding: 0 50px;
  font-size: 18px;
  border-bottom: 3px solid rgb(215, 201, 78);
}

.nav-link.active {
  color: rgb(0, 0, 0);
  font-weight: bold;
}


.navbar-brand,
.navbar-brand:hover {
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
  margin-top: 250px;
}

.slider_form-box form {
  display: flex;
}

.slider_img-box > img {
  height: 300px;
}
.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: rgba(7, 63, 108);
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider-heading{
  font-size: xx-large;
  font-weight: bold;
  color: #ccc;
}

.slider_form-box form button {
  border: none;
  background-color: rgba(7, 63, 108);
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 15%;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: rgb(215, 201, 78);
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;
  color : rgb(215, 201, 78);
}

.quote-btn , .read-btn {
  background-color: #105a0c;
}
.quote-btn:hover , .read-btn:hover {
  background-color: rgba(196, 179, 52, 0.778);
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  bottom: -40%;
  left: 0%;
  /* bottom: auto;
  right: auto; */
  flex-direction: row;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: rgba(196, 179, 52, 0.778);
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #105a0c;
}


/* end slider section */



.policy_section {
      padding: 60px 20px;
      background-color: rgb(7, 63, 108);
      color: white;
      max-width: 1000px;
      margin: auto;
  }
.terms_section  {
      padding: 60px 20px;
      /*background-color: rgb(16,85,29);*/
      color: rgb(255, 255, 255);
      max-width: 1000px;
      margin: auto;
  }

.about-section {
      padding: 60px 20px;
      background-color: rgb(7, 63, 108);
      max-width: 1000px;
      margin: 30px auto;
      margin-top: 60px;
  }
    .title-about {
    font-size: 18px;
    font-weight: normal;
  }
  .title-alterpro {
    font-size: 32px;
    font-weight: bold;
  }

    h1, h2 {
      text-align: center;
      font-size: 30px;
      color: rgb(255, 255, 255);
      margin: 20px;
    }

    .highlight {
      font-size: 40px;
      color: rgb(215, 201, 78);
    }

    .content-block {
      margin: 40px 0;
      padding: 20px;
      /*border-left: 5px solid rgb(16,85,29);
      background-color: rgb(16,85,29);*/
      color: rgb(255, 255, 255);
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .content-block p {
      font-size: 1.05rem;
      line-height: 1.6;
    }

    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-top: 40px;
    }

    .grid-item {
      padding: 20px;
      /*background-color: rgb(16,85,29);*/
      color: rgb(255, 255, 255);
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    @media (max-width: 768px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }

/* end about section */

/* service section */
.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-3.png);
}

.service_img-box img {
  width: 100%;
}

.service-btn,
.service-btn:hover {
  padding: 7px 12px;
  background-color: #105a0c;
  color: #fff;
}

/* service section */

.services {
      padding: 50px 20px;
      text-align: center;
    }

    .services h2 {
      font-size: 2.5rem;
      color:rgb(215, 201, 78);
      margin-bottom: 40px;
    }

    .card-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding: 40px 0;
}

.card-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 10vw;
}

.card-container::-webkit-scrollbar {
  display: none;
}

.card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.card-body {
  padding: 15px;
}

/* Scroll buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 50%;
}

.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
}

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
/* 
    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-body {
      padding: 20px;
      background-color: rgba(224, 208, 91, 0.185);
      font: bold;
      color: #000002;
    } */

    .card-body h3 {
      margin: 0 0 10px;
      color: rgb(23, 87, 17);
    }

    .card-body p {
      font-size: 0.95rem;
      color: #444;
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translateX(-50px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* Responsive padding tweak */
    @media (max-width: 600px) {
      .services h2 {
        font-size: 2rem;
      }
    }


/* shop section */

.shop_section {}

.shop_section .row {
  margin-top: 100px;
  background-color: #105a0c;
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: #78cffd;
  font-size: 22px;
}

.shop-detail p {
  color: #fff;
}

.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #78cffd;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

.client_box .client_img {
  position: absolute;
  top: -40%;
}

.client_section .carousel-indicators {
  position: absolute;
  top: 115%;
  left: 33%;
  bottom: auto;
  right: auto;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: #105a0c;
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
  background-color: #78cffd;
}

/* end client section */

/* company section */
.company_section {
  background-color: rgb(7, 63, 108);
}

.company-detail h3 {
  color: #060000;
  font-weight: bold;
}

.company-detail p {
  color: #fff;
  width: 85%;
}



.contact_section {
      padding: 60px 20px;
  background-color: rgba(7, 63, 108);
    }

    .heading_style {
      font-size: 2.5rem;
      font-weight: 700;
      color: rgb(215, 201, 78);
      text-align: center;
      margin-top: 80px;
      margin-bottom: 40px;
    }

    .heading_style::after {
      content: "";
      width: 60px;
      height: 4px;
      background: rgb(215, 201, 78);
      display: block;
      margin: 10px auto;
    }

    .contact_container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .contact_left, .contact_right {
      flex: 1 1 400px;
      min-width: 300px;
    }

    #map {
      width: 100%;
      height: 100%;
      min-height: 320px;
      background-color: #ccc;
      border-radius: 10px;
    }

    .contact_form-container {
      background-color: #fafafa;
      padding: 30px;
      max-width: 600px;      /* max width for large screens */
      margin: 10px auto;     /* center horizontally */
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

    .contact_form-container input {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
    }

    .contact_form-container input.message_input {
      height: 100px;
    }

    .contact_form-container button {
      background-color: rgb(16,85,29);
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .contact_form-container button:hover {
      background-color: rgb(20,100,35);
    }
/* end contact_section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: #fff;
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {

  font-size: 22px;

}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 65px;
}

.info_logo .logo-box span {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  border-radius: 10px;
  background-color: rgb(16,85,29);
  color: rgb(215, 201, 78);
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 180px;
}

.info_social a img {
  width: 40px;
}

/* end info section */
/* footer section*/

.footer_section {
  background-color: rgb(0, 0, 0);
  padding: 20px 0;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

.info_social {
  display: flex;
  gap: 10px;
}

.social_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;             /* space around icon */
  border-radius: 50%;       /* round background */
  transition: background-color 0.3s ease;
  width: 36px;              /* fixed size for uniform icons */
  height: 36px;
}

.social_icon img {
  width: 20px;              /* icon size */
  height: 20px;
  display: block;
}

.social_icon.facebook:hover {
  background-color: #1877F2;  /* Facebook blue */
}

.social_icon.twitter:hover {
  background-color: #1DA1F2;  /* Twitter blue */
}

.social_icon.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /* Instagram gradient background */
}

.social_icon.youtube:hover {
  background-color: #b66565;  /* YouTube red */
}
.social_icon.playstore:hover {
  background-color: #598eaa;  /* YouTube red */
}


/* end footer section*/


.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

/* .carousel-card {
  flex: 0 0 300px;
  opacity: 0.3;
  transform: scale(0.85);
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.carousel-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.carousel-card.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.carousel-btn {
  background: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 50%;
  z-index: 3;
}

.carousel-card {
  perspective: 1000px;
  width: 300px;
  height: 300px;
  opacity: 0.3;
  transform: scale(0.85);
  transition: all 0.4s ease;
}

.carousel-card.active {
  opacity: 1;
  transform: scale(1);
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.carousel-card:hover .card-inner {
  transform: rotateY(180deg);
}
.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.card-front img {
  width: 100%;
  border-radius: 10px;
}

.card-back {
  transform: rotateY(180deg);
  background-color: #f4f4f4;
  color: #333;
} */


/* === Carousel Wrapper === */
.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: max-content;
}

.carousel-card {
  flex: 0 0 300px;
  transition: transform 0.5s, opacity 0.5s;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0.5;
  transform: scale(0.8);
  cursor: pointer;
}

.carousel-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-card.active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
  border-radius: 5px;
  box-shadow: -4px -4px 20px 5px rgba(147, 147, 147, 0.851);
}


.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

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



.carousel-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 3;
  padding: 1rem;
}

.external-links{
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.external-links button{
  background-color: #105a0c;
  color: rgb(215, 201, 78);
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
button:hover{
  background-color: #23741e;
}
.external-links > button > a{
  color: rgb(215, 201, 78);
}

.footer-logo{
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  column-gap: 30px;
}

.footer-custom {
    background-color: rgb(9, 9, 78);
    color: #fff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
  }

  .footer-custom .footer-container {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .footer-column {
    flex: 1;
    max-width: 250px;
    margin: 10px;
  }

  .footer-column h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .footer-column a {
    color: #ccc;
    text-decoration: none;
  }

  .footer-column a:hover {
    text-decoration: underline;
  }

  .social-icons a img {
    width: 24px;
    margin-right: 10px;
  }
  .app-links a img {
    width: 50%;
    height: 50%;
    margin: -40px 0px;
  }

  .app-links{
    margin: 10px 0px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333333;
    font-size: 14px;
    color: #bbb;
  }

  .newsletter input[type="text"],
  .newsletter input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
  }

  .newsletter button {
    padding: 8px 16px;
    background-color: rgb(16,85,29);
    color:rgb(215, 201, 78);
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .newsletter button:hover {
    background-color: rgb(20,100,35);
  }
