@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 70px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

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

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

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: bold;
}

.heading_container h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #00A450;
    margin: 10px auto 10px;
}

.heading_container h2 span {
  color: #00A450;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

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

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
    padding: 8px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #131313;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00A450;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #00A450;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00A450;
}

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 90px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h1 {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #150041;
    line-height: 70px;
}

.slider_section .detail-box h1 span {
  color: #00A450;
}

.slider_section .detail-box p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #00A450;
    border: 1px solid #00A450;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 700;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #00A450;
}

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

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00A450;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
    position: relative;
    margin-top: 25px;
    padding: 35px 35px;
    background-color: #f7f8f9;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.2);
    border: solid #fff 10px;
}

.product_section .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: 215px;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_section .box .detail-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 10px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #150041;
  font-weight: 600;
}

.product_section .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.arrival_section {
    background-color: #d4ced0;
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #00A450;
  border: 1px solid #00A450;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #00A450;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #00A450;
  border: 1px solid #00A450;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #00A450;
}

.arrival_section .heading_container {
  color: #150041;
  margin-bottom: 10px;
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.arrival_section .arrival_bg_box img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00A450;
  border: 1px solid #00A450;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #00A450;
}

.why_section .box {
    text-align: center;
    margin-top: 45px;
    background-color: #150041;
    padding: 45px 50px;
    border-radius: 5px;
    color: #ffffff;
}

.detail-box h5 {
    font-size: 21px;
    font-weight: 700;
}

.remove_line_bt h2::after {
    display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #150041;
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section .subscribe_form form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 90px;
    outline: none;
    padding: 5px 25px;
    background-color: #ffffff;
    margin-top: 15px;
    text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00A450;
  border: 1px solid #00A450;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #00A450;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.client_section .box .img_container .img-box {
    width: auto;
    height: auto;
    border-radius: 100%;
    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;
    background-color: #ffffff;
    margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  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;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

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

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #00A450;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #150041;
  color: #ffffff;
  padding-top: 70px;
}

.footer_section {
    color: #ffffff;
    text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 10px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #00A450;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
  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;
  color: #150041;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #00A450;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

li.nav-item ul {
    background: #fff;
    border: solid #000 2px;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px 0 #000;
    width: 190px;
}

li.nav-item ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

li.nav-item ul li a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
    transition: ease all 0.5s;
}

li.nav-item ul li a:hover, li.nav-item ul li a:focus {
    color: #00A450;
}

.inner_page_head {
    background: #00A450;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.inner_page_head h3 {
    font-size: 42px;
    font-weight: 800;
}

/** footer **/

footer {
    background: #f8f8f8;
    padding: 90px 0 70px;
}

.logo_footer {
    margin-bottom: 30px;
}

.information_f p {
    margin-bottom: 1.2rem;
    line-height: 25px;
    font-size: 15px;
}

.widget_menu h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.widget_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_menu ul li {
    float: left;
    width: 100%;
}

.widget_menu ul li a {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.field {
    display: flex;
}

.widget_menu {
    float: left;
    width: 100%;
}

div.form_sub .field input[type="email"], div.form_sub .field input[type="email"]:hover, div.form_sub .field input[type="email"]:focus {
    padding: 10px 110px 10px 15px;
    border-radius: 0;
    border: solid #ccc 1px;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 48px;
}

.form_sub {
    position: relative;
}

.form_sub input[type="email"] + input[type="submit"] {
    position: absolute;
    right: 0;
    background: #00A450;
    color: #fff;
    border: none;
    top: 0px;
    font-size: 14px;
    height: 48px;
    font-weight: 600;
    padding: 0 15px;
}

form input {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: normal;
}

form textarea {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form input[type="submit"] {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #00A450;
    color: #fff;
}

/** cpy **/

.cpy_ {
    background: #222;
    text-align: center;
    padding: 20px 0;
}

.cpy_ p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cpy_ p a {
    margin: 0;
    color: #00A450;
    font-size: 15px;
    font-weight: 400;
}

      /* ================= BLOG PAGE ================= */

      .blog_page_section {
         padding: 90px 0;
         background: #f7faff;
      }


      /* Heading */

      .blog_heading {
         text-align: center;
         max-width: 750px;
         margin: 0 auto 55px;
      }

      .blog_heading span {
         display: inline-block;
         color: #00a450;
         font-size: 15px;
         font-weight: 600;
         text-transform: uppercase;
         letter-spacing: 1.5px;
         margin-bottom: 8px;
      }

      .blog_heading h2 {
         font-size: 42px;
         font-weight: 700;
         color: #142b3d;
         margin-bottom: 15px;
      }

      .blog_heading p {
         color: #6c7b87;
         line-height: 1.7;
         margin: 0;
      }


      /* ================= FEATURED BLOG ================= */

      .featured_blog {
         display: grid;
         grid-template-columns: 1.1fr 1fr;
         background: #ffffff;
         border-radius: 20px;
         overflow: hidden;
         margin-bottom: 65px;
         box-shadow: 0 15px 45px rgba(25, 70, 100, 0.08);
      }

      .featured_blog_image {
         min-height: 380px;
      }

      .featured_blog_image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
      }

      .featured_blog_content {
         padding: 50px;
         display: flex;
         flex-direction: column;
         justify-content: center;
      }

      .blog_meta {
         display: flex;
         gap: 18px;
         margin-bottom: 18px;
      }

      .blog_meta span {
         color: #00a450;
         font-size: 13px;
         font-weight: 600;
      }

      .featured_blog_content h3 {
         color: #142b3d;
         font-size: 30px;
         line-height: 1.3;
         font-weight: 700;
         margin-bottom: 18px;
      }

      .featured_blog_content p {
         color: #6c7b87;
         line-height: 1.7;
         margin-bottom: 25px;
      }

      .blog_read_btn {
         width: fit-content;
         padding: 12px 22px;
         border-radius: 7px;
         background: #00a450;
         color: #ffffff;
         text-decoration: none;
         font-weight: 600;
         transition: 0.3s;
      }

      .blog_read_btn i {
         margin-left: 8px;
      }

      .blog_read_btn:hover {
         background: #0d5f91;
         color: #ffffff;
         transform: translateY(-2px);
      }


      /* ================= LATEST BLOG ================= */

      .latest_blog_heading {
         margin-bottom: 30px;
      }

      .latest_blog_heading h3 {
         color: #142b3d;
         font-size: 28px;
         font-weight: 700;
      }


      /* Blog Card */

      .blog_card {
         background: #ffffff;
         border-radius: 15px;
         overflow: hidden;
         margin-bottom: 30px;
         box-shadow: 0 10px 35px rgba(25, 70, 100, 0.07);
         transition: all 0.3s ease;
      }

      .blog_card:hover {
         transform: translateY(-7px);
         box-shadow: 0 18px 40px rgba(25, 70, 100, 0.12);
      }


      /* Blog Image */

      .blog_image {
         height: 230px;
         position: relative;
         overflow: hidden;
      }

      .blog_image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: 0.4s ease;
      }

      .blog_card:hover .blog_image img {
         transform: scale(1.05);
      }


      /* Category */

      .blog_category {
         position: absolute;
         left: 15px;
         top: 15px;
         background: #00a450;
         color: #ffffff;
         padding: 6px 13px;
         border-radius: 20px;
         font-size: 12px;
         font-weight: 600;
      }


      /* Blog Content */

      .blog_content {
         padding: 25px;
      }

      .blog_date {
         color: #8b98a3;
         font-size: 13px;
         margin-bottom: 10px;
      }

      .blog_date i {
         color: #00a450;
         margin-right: 5px;
      }

      .blog_content h4 {
         color: #142b3d;
         font-size: 20px;
         line-height: 1.4;
         font-weight: 700;
         margin-bottom: 12px;
      }

      .blog_content p {
         color: #6c7b87;
         font-size: 14px;
         line-height: 1.7;
         margin-bottom: 18px;
      }

      .blog_content a {
         color: #00a450;
         font-size: 14px;
         font-weight: 600;
         text-decoration: none;
      }

      .blog_content a i {
         margin-left: 6px;
         transition: 0.3s;
      }

      .blog_content a:hover {
         color: #0d5f91;
      }

      .blog_content a:hover i {
         margin-left: 10px;
      }


      /* ================= RESPONSIVE ================= */

      @media (max-width: 991px) {

         .blog_page_section {
            padding: 70px 0;
         }

         .blog_heading h2 {
            font-size: 36px;
         }

         .featured_blog {
            grid-template-columns: 1fr;
         }

         .featured_blog_image {
            min-height: 300px;
         }

         .featured_blog_content {
            padding: 35px;
         }

      }


      @media (max-width: 767px) {

         .blog_page_section {
            padding: 55px 15px;
         }

         .blog_heading {
            margin-bottom: 35px;
         }

         .blog_heading h2 {
            font-size: 30px;
         }

         .blog_heading p {
            font-size: 14px;
         }

         .featured_blog {
            border-radius: 14px;
            margin-bottom: 45px;
         }

         .featured_blog_image {
            min-height: 230px;
         }

         .featured_blog_content {
            padding: 25px;
         }

         .featured_blog_content h3 {
            font-size: 24px;
         }

         .latest_blog_heading h3 {
            font-size: 24px;
         }

         .blog_image {
            height: 210px;
         }

      }


      .certification_section {
   background: #f7faff;
   padding: 80px 0;
}

.certification_section .heading_container {
   margin-bottom: 40px;
}

.certification_section .heading_container h2 {
   font-size: 38px;
   font-weight: 700;
   color: #142b3d;
   margin-bottom: 10px;
}

.certification_section .heading_container p {
   color: #6d7b87;
   font-size: 15px;
}

.certification_image_box {
   display: flex;
   justify-content: center;
   align-items: center;
}

.certification_image {
   width: 100%;
   max-width: 430px;
   height: auto;
   display: block;
   border-radius: 10px;
   background: #fff;
   padding: 10px;
   box-shadow: 0 15px 40px rgba(20, 60, 90, 0.12);
   transition: 0.3s ease;
}

.certification_image:hover {
   transform: translateY(-5px);
   box-shadow: 0 20px 45px rgba(20, 60, 90, 0.18);
}

@media (max-width: 767px) {
   .certification_section {
      padding: 55px 15px;
   }

   .certification_section .heading_container h2 {
      font-size: 30px;
   }

   .certification_image {
      max-width: 330px;
   }
}


   /* ================================
PREMIUM CONTACT SECTION
================================ */

.contact_section {
background: #f5f9fc;
padding: 90px 0;
}

/* Section Heading */
.contact_section .heading_container {
margin-bottom: 55px;
}

.contact_section .heading_container h2 {
font-size: 42px;
font-weight: 700;
color: #142b3d;
margin-bottom: 15px;
}

.contact_section .heading_container p {
max-width: 850px;
margin: 0 auto;
color: #667685;
font-size: 16px;
line-height: 1.7;
}

/* ================================
LEFT INFORMATION CARD
================================ */

.contact_info_box {
height: 100%;
padding: 45px 40px;
border-radius: 20px;
background: linear-gradient(145deg, #07974d, #08c464);
color: #ffffff;
box-shadow: 0 18px 45px rgba(20, 90, 130, 0.18);
position: relative;
overflow: hidden;
}

/* Decorative Circle */
.contact_info_box::after {
content: "";
position: absolute;
width: 220px;
height: 220px;
border-radius: 50%;
background: rgba(255,255,255,0.06);
right: -80px;
bottom: -80px;
}

.contact_info_box::before {
content: "";
position: absolute;
width: 130px;
height: 130px;
border-radius: 50%;
background: rgba(255,255,255,0.05);
right: 80px;
top: -60px;
}

.contact_info_box h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 15px;
position: relative;
z-index: 2;
}

.contact_info_box > p {
color: rgba(255,255,255,0.88);
line-height: 1.7;
margin-bottom: 32px;
position: relative;
z-index: 2;
}

/* Contact Items */

.contact_info_item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 25px;
position: relative;
z-index: 2;
}

.contact_info_item .icon {
width: 46px;
height: 46px;
min-width: 46px;
border-radius: 12px;
background: rgba(255,255,255,0.15);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}

.contact_info_item h5 {
margin: 0 0 5px;
font-size: 16px;
font-weight: 600;
color: #ffffff;
}

.contact_info_item p {
margin: 0;
color: rgba(255,255,255,0.85);
line-height: 1.6;
}

/* WhatsApp Button */

.whatsapp_btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
padding: 13px 21px;
margin-top: 8px;
border-radius: 50px;
background: #ffffff;
color: #168b48;
font-size: 14px;
font-weight: 600;
text-decoration: none;
position: relative;
z-index: 2;
transition: all 0.3s ease;
}

.whatsapp_btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
color: #168b48;
text-decoration: none;
}

.whatsapp_btn i {
font-size: 18px;
}

/* ================================
RIGHT FORM CARD
================================ */

.contact_form_box {
height: 100%;
background: #ffffff;
padding: 45px 42px;
border-radius: 20px;
box-shadow: 0 18px 45px rgba(30, 65, 90, 0.08);
border: 1px solid #edf1f5;
}

.form_heading h3 {
color: #142b3d;
font-size: 28px;
font-weight: 700;
margin-bottom: 8px;
}

.form_heading p {
color: #74818d;
line-height: 1.6;
margin-bottom: 28px;
}

/* Form Group */

.form_group {
margin-bottom: 20px;
}

.form_group label {
display: block;
color: #263b4b;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
}

/* Inputs */

.form_group input,
.form_group select,
.form_group textarea {
width: 100%;
border: 1px solid #dfe6ec;
border-radius: 9px;
background: #f9fbfd;
padding: 13px 15px;
color: #263b4b;
font-size: 14px;
outline: none;
transition: all 0.25s ease;
}

.form_group input {
height: 50px;
}

.form_group select {
height: 50px;
cursor: pointer;
}

.form_group textarea {
min-height: 130px;
resize: vertical;
}

/* Input Focus */

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
border-color: #07974d;
background: #ffffff;
box-shadow: 0 0 0 3px rgba(41,145,208,0.10);
}

/* Placeholder */

.form_group input::placeholder,
.form_group textarea::placeholder {
color: #a1abb4;
}

/* ================================
WHATSAPP SUBMIT BUTTON
================================ */

.contact_submit_btn {
width: 100%;
height: 52px;
border: none;
border-radius: 9px;
background: linear-gradient(145deg, #07974d, #08c464);
color: #ffffff;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 8px 20px rgba(41,145,208,0.20);
}

.contact_submit_btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 25px rgba(41,145,208,0.28);
}

.contact_submit_btn i {
margin-right: 8px;
font-size: 17px;
}

/* ================================
RESPONSIVE
================================ */

@media (max-width: 991px) {

.contact_section {
padding: 70px 0;
}

.contact_section .heading_container h2 {
font-size: 36px;
}

.contact_info_box,
.contact_form_box {
padding: 35px 30px;
}

}

@media (max-width: 767px) {

.contact_section {
padding: 55px 15px;
}

.contact_section .heading_container {
margin-bottom: 35px;
}

.contact_section .heading_container h2 {
font-size: 30px;
}

.contact_section .heading_container p {
font-size: 14px;
}

.contact_info_box,
.contact_form_box {
padding: 30px 22px;
border-radius: 15px;
}

.contact_info_box {
margin-bottom: 25px;
}

.contact_info_box h3 {
font-size: 25px;
}

.form_heading h3 {
font-size: 24px;
}

}

 /* =====================================
        SINGLE BLOG PAGE
      ===================================== */

      .single_blog_section {
        padding: 85px 0;
        background: #f7faff;
      }


      /* Header */

      .single_blog_header {
        max-width: 900px;
        margin: 0 auto 40px;
        text-align: center;
      }

      .single_blog_category {
        display: inline-block;
        padding: 7px 16px;
        border-radius: 30px;
        background: rgba(41,145,208,0.10);
        color: #00a450;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 18px;
      }

      .single_blog_header h1 {
        color: #142b3d;
        font-size: 46px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 20px;
      }

      .single_blog_meta {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
        color: #788691;
        font-size: 14px;
      }

      .single_blog_meta i {
        color: #00a450;
        margin-right: 5px;
      }


      /* Featured Image */

      .single_blog_image {
        width: 100%;
        max-height: 500px;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 55px;
        box-shadow: 0 15px 45px rgba(20,60,90,0.10);
      }

      .single_blog_image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
      }


      /* Main Content */

      .single_blog_content {
        background: #ffffff;
        padding: 45px;
        border-radius: 18px;
        box-shadow: 0 10px 35px rgba(20,60,90,0.06);
      }

      .single_blog_content p {
        color: #667681;
        font-size: 16px;
        line-height: 1.85;
        margin-bottom: 22px;
      }

      .single_blog_content .intro_text {
        color: #435766;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.8;
      }


      /* Headings */

      .single_blog_content h2 {
        color: #142b3d;
        font-size: 28px;
        font-weight: 700;
        margin: 38px 0 17px;
      }

      .single_blog_content h3 {
        color: #142b3d;
        font-size: 22px;
        font-weight: 700;
      }


      /* Highlight */

      .blog_highlight_box {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        padding: 25px;
        margin: 35px 0;
        border-radius: 12px;
        background: #f2f9fd;
        border-left: 4px solid #00a450;
      }

      .highlight_icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 50%;
        background: #00a450;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
      }

      .blog_highlight_box h4 {
        color: #142b3d;
        margin: 0 0 7px;
        font-size: 18px;
      }

      .blog_highlight_box p {
        margin: 0;
        font-size: 14px;
      }


      /* List */

      .blog_list {
        padding: 0;
        margin: 25px 0 30px;
        list-style: none;
      }

      .blog_list li {
        color: #5e6f7b;
        margin-bottom: 13px;
        font-size: 15px;
      }

      .blog_list li i {
        color: #00a450;
        margin-right: 10px;
      }


      /* Conclusion */

      .blog_conclusion {
        margin-top: 35px;
        padding: 25px;
        border-radius: 12px;
        background: #f7faff;
      }

      .blog_conclusion h3 {
        margin-top: 0;
      }


      /* Share */

      .blog_share {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        border-top: 1px solid #e8edf1;
        margin-top: 40px;
        padding-top: 25px;
      }

      .blog_share h4 {
        margin: 0;
        color: #142b3d;
        font-size: 18px;
      }

      .share_buttons {
        display: flex;
        gap: 8px;
      }

      .share_buttons a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-decoration: none;
        transition: 0.3s;
      }

      .share_buttons a:hover {
        transform: translateY(-3px);
      }

      .share_facebook {
        background: #1877f2;
      }

      .share_twitter {
        background: #1da1f2;
      }

      .share_linkedin {
        background: #0a66c2;
      }

      .share_whatsapp {
        background: #25d366;
      }


      /* =====================================
        SIDEBAR
      ===================================== */

      .blog_sidebar {
        margin-left: 20px;
      }

      .sidebar_box {
        background: #ffffff;
        padding: 28px;
        border-radius: 16px;
        margin-bottom: 25px;
        box-shadow: 0 10px 30px rgba(20,60,90,0.06);
      }

      .sidebar_box h3 {
        color: #142b3d;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 18px;
      }

      .sidebar_about p {
        color: #6c7b87;
        font-size: 14px;
        line-height: 1.7;
      }

      .sidebar_about > a {
        color: #00a450;
        font-weight: 600;
        text-decoration: none;
      }

      .sidebar_about > a i {
        margin-left: 5px;
      }


      /* Categories */

      .sidebar_categories {
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .sidebar_categories li {
        border-bottom: 1px solid #edf0f2;
      }

      .sidebar_categories li:last-child {
        border-bottom: none;
      }

      .sidebar_categories a {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        color: #5d6d78;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s;
      }

      .sidebar_categories a:hover {
        color: #00a450;
        padding-left: 5px;
      }

      .sidebar_categories span {
        color: #9aa6ae;
      }


      /* Recent Posts */

      .recent_post {
        display: flex;
        gap: 13px;
        margin-bottom: 20px;
      }

      .recent_post:last-child {
        margin-bottom: 0;
      }

      .recent_post img {
        width: 75px;
        height: 65px;
        object-fit: cover;
        border-radius: 7px;
      }

      .recent_post div {
        flex: 1;
      }

      .recent_post span {
        display: block;
        color: #9aa6ae;
        font-size: 11px;
        margin-bottom: 5px;
      }

      .recent_post a {
        color: #263b4b;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 600;
        text-decoration: none;
      }

      .recent_post a:hover {
        color: #00a450;
      }


      /* Contact CTA */

      .sidebar_contact {
        padding: 32px 28px;
        border-radius: 16px;
        background: linear-gradient(145deg, #0c5d8f, #00a450);
        color: #ffffff;
        text-align: center;
      }

      .sidebar_contact > i {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 15px;
      }

      .sidebar_contact h3 {
        color: #ffffff;
        margin-bottom: 8px;
      }

      .sidebar_contact p {
        color: rgba(255,255,255,0.85);
        font-size: 14px;
        line-height: 1.6;
      }

      .sidebar_contact a {
        display: inline-block;
        padding: 10px 18px;
        background: #ffffff;
        color: #00a450;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
      }

      .sidebar_contact a i {
        margin-left: 5px;
      }


      /* =====================================
        RESPONSIVE
      ===================================== */

      @media (max-width: 991px) {

        .single_blog_section {
            padding: 65px 0;
        }

        .single_blog_header h1 {
            font-size: 38px;
        }

        .single_blog_image img {
            height: 400px;
        }

        .blog_sidebar {
            margin-left: 0;
            margin-top: 30px;
        }

      }


      @media (max-width: 767px) {

        .single_blog_section {
            padding: 50px 15px;
        }

        .single_blog_header h1 {
            font-size: 30px;
        }

        .single_blog_meta {
            gap: 12px;
            font-size: 12px;
        }

        .single_blog_image {
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .single_blog_image img {
            height: 250px;
        }

        .single_blog_content {
            padding: 25px 20px;
        }

        .single_blog_content h2 {
            font-size: 24px;
        }

        .single_blog_content p {
            font-size: 14px;
        }

        .single_blog_content .intro_text {
            font-size: 16px;
        }

        .blog_share {
            align-items: flex-start;
            flex-direction: column;
        }

      }


      /* =====================================
   PRODUCT SINGLE PAGE
===================================== */

.product_single_section {
   padding: 80px 0;
   background: #f7faff;
}


/* Breadcrumb */

.product_breadcrumb {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 30px;
   font-size: 14px;
}

.product_breadcrumb a {
   color: #00a450;
   text-decoration: none;
}

.product_breadcrumb span {
   color: #98a5ae;
}


/* Main Product */

.product_detail_box {
   background: #ffffff;
   border-radius: 20px;
   padding: 35px;
   box-shadow: 0 15px 45px rgba(20,60,90,0.07);
}


/* Product Image */

.product_main_image {
   height: 500px;
   border-radius: 15px;
   background: #f5f9fc;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.product_main_image img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   padding: 25px;
   transition: 0.4s ease;
}

.product_main_image:hover img {
   transform: scale(1.04);
}


/* Product Content */

.product_detail_content {
   padding: 25px 30px;
}

.product_label {
   display: inline-block;
   color: #00a450;
   background: rgba(41,145,208,0.10);
   padding: 7px 15px;
   border-radius: 20px;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 15px;
}

.product_detail_content h1 {
   color: #142b3d;
   font-size: 40px;
   line-height: 1.25;
   font-weight: 700;
   margin-bottom: 18px;
}

.product_intro {
   color: #687985;
   font-size: 16px;
   line-height: 1.8;
   margin-bottom: 25px;
}


/* Features */

.product_features {
   margin-bottom: 30px;
}

.product_feature {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 13px;
   color: #3e5361;
   font-size: 15px;
}

.product_feature i {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   background: rgba(41,145,208,0.12);
   color: #00a450;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 11px;
}


/* Buttons */

.product_buttons {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
}

.product_whatsapp_btn,
.product_contact_btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 13px 22px;
   border-radius: 8px;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   transition: 0.3s;
}

.product_whatsapp_btn {
   background: #25d366;
   color: #ffffff;
}

.product_whatsapp_btn:hover {
   background: #1da851;
   color: #ffffff;
   transform: translateY(-2px);
}

.product_whatsapp_btn i {
   margin-right: 8px;
   font-size: 17px;
}

.product_contact_btn {
   border: 1px solid #00a450;
   color: #00a450;
   background: #ffffff;
}

.product_contact_btn:hover {
   background: #00a450;
   color: #ffffff;
}


/* Description */

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

.product_description,
.product_applications {
   background: #ffffff;
   padding: 35px;
   border-radius: 16px;
   box-shadow: 0 10px 30px rgba(20,60,90,0.05);
}

.product_description h2,
.product_applications h2 {
   color: #142b3d;
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 18px;
}

.product_description p {
   color: #687985;
   line-height: 1.8;
   font-size: 15px;
}


/* Applications */

.product_applications ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.product_applications li {
   padding: 12px 0;
   border-bottom: 1px solid #edf1f4;
   color: #536672;
   font-size: 14px;
}

.product_applications li:last-child {
   border-bottom: none;
}

.product_applications li i {
   color: #00a450;
   margin-right: 10px;
}


/* Bottom Heading */

.product_bottom_heading {
   text-align: center;
   max-width: 750px;
   margin: 75px auto 45px;
}

.product_bottom_heading span {
   color: #00a450;
   text-transform: uppercase;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 1.5px;
}

.product_bottom_heading h2 {
   color: #142b3d;
   font-size: 34px;
   font-weight: 700;
   margin: 10px 0 12px;
}

.product_bottom_heading p {
   color: #687985;
   line-height: 1.7;
}


/* Related Products */

.related_heading {
   margin-bottom: 25px;
}

.related_heading h2 {
   color: #142b3d;
   font-size: 28px;
   font-weight: 700;
}

.related_product_card {
   background: #ffffff;
   border-radius: 15px;
   overflow: hidden;
   margin-bottom: 30px;
   box-shadow: 0 10px 30px rgba(20,60,90,0.06);
   transition: 0.3s ease;
}

.related_product_card:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 40px rgba(20,60,90,0.11);
}

.related_product_image {
   height: 230px;
   background: #f5f9fc;
   overflow: hidden;
}

.related_product_image img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   padding: 15px;
   transition: 0.4s;
}

.related_product_card:hover .related_product_image img {
   transform: scale(1.05);
}

.related_product_content {
   padding: 22px;
}

.related_product_content span {
   color: #00a450;
   font-size: 12px;
   font-weight: 600;
}

.related_product_content h4 {
   color: #142b3d;
   font-size: 19px;
   line-height: 1.4;
   font-weight: 700;
   margin: 8px 0 15px;
}

.related_product_content a {
   color: #00a450;
   font-size: 13px;
   font-weight: 600;
   text-decoration: none;
}

.related_product_content a i {
   margin-left: 5px;
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {

   .product_single_section {
      padding: 60px 0;
   }

   .product_detail_content {
      padding: 30px 10px 10px;
   }

   .product_detail_content h1 {
      font-size: 34px;
   }

   .product_main_image {
      height: 400px;
   }

   .product_description_section {
      grid-template-columns: 1fr;
   }

}


@media (max-width: 767px) {

   .product_single_section {
      padding: 45px 15px;
   }

   .product_detail_box {
      padding: 20px;
      border-radius: 14px;
   }

   .product_main_image {
      height: 300px;
   }

   .product_detail_content {
      padding: 25px 5px 5px;
   }

   .product_detail_content h1 {
      font-size: 28px;
   }

   .product_intro {
      font-size: 14px;
   }

   .product_buttons {
      flex-direction: column;
   }

   .product_whatsapp_btn,
   .product_contact_btn {
      width: 100%;
   }

   .product_description,
   .product_applications {
      padding: 25px 20px;
   }

   .product_bottom_heading {
      margin: 50px auto 30px;
   }

   .product_bottom_heading h2 {
      font-size: 28px;
   }

   .product_breadcrumb {
      font-size: 12px;
      flex-wrap: wrap;
   }

}


/* =====================================
   FLOATING CONTACT BUTTONS
===================================== */

.floating_contact {
   position: fixed;
   right: 22px;
   bottom: 25px;
   display: flex;
   flex-direction: column;
   gap: 12px;
   z-index: 9999;
}


/* Common Button */

.floating_btn {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   color: #ffffff;
   text-decoration: none;
   font-size: 20px;
   box-shadow: 0 6px 20px rgba(0,0,0,0.20);
   transition: all 0.3s ease;
   overflow: hidden;
}


/* Text Hidden Initially */

.floating_btn span {
   display: none;
   font-size: 13px;
   font-weight: 600;
   white-space: nowrap;
}


/* WhatsApp */

.whatsapp_float {
   background: #25d366;
}

.whatsapp_float:hover {
   width: 125px;
   border-radius: 30px;
   color: #ffffff;
   text-decoration: none;
}

.whatsapp_float:hover span {
   display: inline-block;
}


/* Call */

.call_float {
   background: #2991d0;
}

.call_float:hover {
   width: 110px;
   border-radius: 30px;
   color: #ffffff;
   text-decoration: none;
}

.call_float:hover span {
   display: inline-block;
}


/* Icons */

.floating_btn i {
   font-size: 21px;
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

   .floating_contact {
      right: 14px;
      bottom: 15px;
      gap: 9px;
   }

   .floating_btn {
      width: 48px;
      height: 48px;
      font-size: 18px;
   }

   .floating_btn i {
      font-size: 19px;
   }

   /* Keep buttons compact on mobile */
   .floating_btn:hover {
      width: 48px;
      border-radius: 50%;
   }

   .floating_btn:hover span {
      display: none;
   }

}





   /* =========================================================
   H.S. ELECTRONICS - ABOUT US SECTION
========================================================= */

.hs-about-section {
    width: 100%;
    padding: 80px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.hs-about-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   MAIN ABOUT BOX
========================================================= */

.hs-about-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #d8d2d4;
    padding: 70px;
    border-radius: 5px;
}


/* Background Image */

.hs-about-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.hs-about-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom left;
}


/* =========================================================
   ABOUT INTRO - CENTER
========================================================= */

.hs-about-intro {
    position: relative;
    z-index: 2;

    width: 78%;
    max-width: 900px;

    margin: 0 auto 60px;

    text-align: center;
}

.hs-about-heading {
    text-align: center;
    margin-bottom: 25px;
}

.hs-about-heading span,
.hs-about-block-title span,
.hs-about-small-title,
.hs-about-info-card span,
.hs-about-feature span,
.hs-about-quality-heading span {
    display: block;

    color: #00a94f;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.hs-about-heading h2 {
    margin: 0;

    color: #201052;

    font-size: 52px;
    line-height: 1.1;

    font-weight: 700;
}

.hs-about-intro p {
    max-width: 850px;

    margin: 0 auto 18px;

    color: #292929;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   OUR JOURNEY
========================================================= */

.hs-about-story {
    position: relative;
    z-index: 2;

    width: 100%;

    margin: 0 auto 55px;
}

.hs-about-story-card {
    width: 78%;
    max-width: 850px;

    margin: 0 auto;

    display: flex;
    align-items: flex-start;

    gap: 25px;

    background: rgba(255, 255, 255, 0.95);

    padding: 30px;

    border-radius: 8px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hs-about-icon,
.hs-about-info-icon {
    min-width: 55px;

    width: 55px;
    height: 55px;

    background: #00a94f;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 21px;
}

.hs-about-story-card h3,
.hs-about-info-card h3,
.hs-about-feature h3,
.hs-about-quality-heading h3,
.hs-about-block-title h3 {
    color: #201052;

    margin: 0 0 12px;

    font-size: 26px;

    font-weight: 700;
}

.hs-about-story-card p,
.hs-about-info-card p,
.hs-about-feature p,
.hs-about-quality p {
    color: #444;

    line-height: 1.7;

    margin-bottom: 12px;
}


/* =========================================================
   COMMON BLOCKS
========================================================= */

.hs-about-block {
    position: relative;
    z-index: 2;

    margin-bottom: 55px;
}

.hs-about-block-title {
    text-align: center;

    margin-bottom: 30px;
}

.hs-about-block-title h3 {
    font-size: 34px;

    margin-bottom: 0;
}


/* =========================================================
   OUR MOTTO
========================================================= */

.hs-about-motto-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}

.hs-about-motto-card {
    background: #fff;

    padding: 28px;

    border-radius: 8px;

    border-top: 4px solid #00a94f;

    transition: 0.3s ease;
}

.hs-about-motto-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.hs-about-motto-card strong {
    display: block;

    color: #00a94f;

    font-size: 30px;

    margin-bottom: 12px;
}

.hs-about-motto-card p {
    color: #444;

    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   APPLICATIONS
========================================================= */

.hs-about-app-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 15px;
}

.hs-about-app-card {
    background: #fff;

    padding: 25px 18px;

    text-align: center;

    border-radius: 8px;

    transition: all 0.3s ease;
}

.hs-about-app-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.hs-about-app-card i {
    color: #00a94f;

    font-size: 28px;

    margin-bottom: 15px;
}

.hs-about-app-card h4 {
    color: #201052;

    font-size: 17px;

    margin-bottom: 10px;
}

.hs-about-app-card p {
    color: #555;

    font-size: 13px;

    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   INFRASTRUCTURE + DELIVERY
========================================================= */

.hs-about-two-column {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-bottom: 55px;
}

.hs-about-info-card {
    display: flex;

    gap: 20px;

    background: #fff;

    padding: 30px;

    border-radius: 8px;
}

.hs-about-info-card span {
    margin-bottom: 5px;
}

.hs-about-info-card h3 {
    font-size: 25px;
}


/* =========================================================
   DESIGN & DEVELOPMENT
========================================================= */

.hs-about-feature {
    position: relative;
    z-index: 2;

    display: flex;

    gap: 30px;

    background: #201052;

    color: #fff;

    padding: 40px;

    border-radius: 8px;

    margin-bottom: 55px;
}

.hs-about-feature-number {
    font-size: 55px;

    line-height: 1;

    font-weight: 700;

    color: #00a94f;

    min-width: 70px;
}

.hs-about-feature span {
    color: #62dc94;
}

.hs-about-feature h3 {
    color: #fff;
}

.hs-about-feature p {
    color: rgba(255, 255, 255, 0.82);
}


/* =========================================================
   QUALITY POLICY
========================================================= */

.hs-about-quality {
    position: relative;
    z-index: 2;

    background: #fff;

    padding: 40px;

    border-radius: 8px;

    margin-bottom: 55px;

    text-align: center;
}

.hs-about-quality-heading h3 {
    font-size: 34px;
}

.hs-about-quality p {
    max-width: 850px;

    margin: 0 auto 18px;
}

.hs-about-quality-badge {
    display: inline-block;

    padding: 12px 25px;

    margin: 15px 0 20px;

    background: #00a94f;

    color: #fff;

    border-radius: 30px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   QUALITY OBJECTIVES
========================================================= */

.hs-about-objectives {
    position: relative;
    z-index: 2;

    margin-bottom: 55px;
}

.hs-about-objective-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}

.hs-about-objective-grid > div {
    background: #fff;

    padding: 25px;

    border-radius: 8px;

    display: flex;

    gap: 18px;

    align-items: flex-start;
}

.hs-about-objective-grid strong {
    color: #00a94f;

    font-size: 25px;
}

.hs-about-objective-grid p {
    margin: 0;

    color: #444;

    line-height: 1.7;
}


/* =========================================================
   QUALITY MIND
========================================================= */

.hs-about-mind {
    position: relative;
    z-index: 2;

    background: #fff;

    padding: 40px;

    border-radius: 8px;
}

.hs-about-mind-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
}

.hs-about-mind-list div {
    display: flex;

    align-items: center;

    gap: 15px;

    background: #f7f7f7;

    padding: 15px 18px;

    border-radius: 6px;
}

.hs-about-mind-list b {
    min-width: 35px;

    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #00a94f;

    color: #fff;

    border-radius: 50%;

    font-size: 12px;
}

.hs-about-mind-list span {
    color: #333;

    line-height: 1.5;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {

    .hs-about-section {
        padding: 60px 20px;
    }

    .hs-about-box {
        padding: 55px;
    }

    .hs-about-intro {
        width: 85%;
    }

    .hs-about-story-card {
        width: 85%;
    }

    .hs-about-app-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hs-about-section {
        padding: 50px 20px;
    }

    .hs-about-box {
        padding: 45px 35px;
    }

    /* Background becomes subtle */

    .hs-about-bg {
        width: 65%;

        opacity: 0.12;
    }

    /* Center everything */

    .hs-about-intro {
        width: 100%;

        max-width: 800px;
    }

    .hs-about-story-card {
        width: 100%;

        max-width: 800px;
    }

    /* Motto */

    .hs-about-motto-grid {
        grid-template-columns: 1fr;
    }

    /* Applications */

    .hs-about-app-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Infrastructure */

    .hs-about-two-column {
        grid-template-columns: 1fr;
    }

    /* Objectives */

    .hs-about-objective-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hs-about-section {
        padding: 30px 12px;
    }

    .hs-about-box {
        padding: 35px 18px;

        border-radius: 5px;
    }

    /* Background */

    .hs-about-bg {
        width: 100%;

        opacity: 0.08;
    }

    .hs-about-bg img {
        object-position: bottom center;
    }

    /* About */

    .hs-about-intro {
        width: 100%;

        margin-bottom: 45px;

        text-align: center;
    }

    .hs-about-heading {
        text-align: center;
    }

    .hs-about-heading h2 {
        font-size: 38px;
    }

    .hs-about-intro p {
        font-size: 14px;

        line-height: 1.7;
    }

    /* Journey */

    .hs-about-story {
        width: 100%;
    }

    .hs-about-story-card {
        width: 100%;

        flex-direction: column;

        padding: 22px;

        gap: 18px;
    }

    .hs-about-story-card h3 {
        font-size: 23px;
    }

    /* Common headings */

    .hs-about-block-title h3 {
        font-size: 28px;
    }

    /* Applications */

    .hs-about-app-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hs-about-app-card {
        padding: 20px 12px;
    }

    /* Infrastructure */

    .hs-about-two-column {
        grid-template-columns: 1fr;
    }

    .hs-about-info-card {
        padding: 22px;
    }

    /* Design */

    .hs-about-feature {
        flex-direction: column;

        padding: 28px 22px;

        gap: 15px;
    }

    .hs-about-feature-number {
        font-size: 40px;

        min-width: auto;
    }

    /* Quality */

    .hs-about-quality {
        padding: 28px 20px;
    }

    .hs-about-quality-heading h3 {
        font-size: 28px;
    }

    /* Mind */

    .hs-about-mind {
        padding: 28px 18px;
    }

    .hs-about-mind-list {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hs-about-section {
        padding: 20px 8px;
    }

    .hs-about-box {
        padding: 28px 15px;
    }

    .hs-about-heading h2 {
        font-size: 32px;
    }

    .hs-about-heading span,
    .hs-about-block-title span {
        font-size: 11px;

        letter-spacing: 1.5px;
    }

    /* Applications */

    .hs-about-app-grid {
        grid-template-columns: 1fr;
    }

    /* Cards */

    .hs-about-story-card,
    .hs-about-info-card {
        padding: 20px;
    }

    .hs-about-motto-card {
        padding: 22px;
    }

    .hs-about-objective-grid > div {
        padding: 20px;
    }

    .hs-about-quality {
        padding: 25px 17px;
    }

    .hs-about-quality-badge {
        font-size: 13px;

        padding: 10px 18px;
    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

    .hs-about-box {
        padding: 25px 12px;
    }

    .hs-about-heading h2 {
        font-size: 28px;
    }

    .hs-about-intro p {
        font-size: 13px;
    }

    .hs-about-app-card h4 {
        font-size: 15px;
    }

    .hs-about-feature {
        padding: 25px 18px;
    }

}





/* ================================
   HS AUTO IMAGE CAROUSEL
================================ */

.hs-image-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background: #fff;
}

.hs-image-carousel-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: hsImageMove 25s linear infinite;
}

.hs-image-slide {
    flex: 0 0 300px;
    width: 300px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.hs-image-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}


/* Hover Effect */

.hs-image-slide:hover img {
    transform: scale(1.06);
}


/* Continuous Movement */

@keyframes hsImageMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 12.5px));
    }
}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

    .hs-image-carousel-track {
        gap: 20px;
        animation-duration: 22s;
    }

    .hs-image-slide {
        flex: 0 0 260px;
        width: 260px;
        height: 200px;
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .hs-image-carousel {
        padding: 20px 0;
    }

    .hs-image-carousel-track {
        gap: 15px;
        animation-duration: 18s;
    }

    .hs-image-slide {
        flex: 0 0 220px;
        width: 220px;
        height: 170px;
        border-radius: 8px;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .hs-image-slide {
        flex: 0 0 190px;
        width: 190px;
        height: 145px;
    }

    .hs-image-carousel-track {
        gap: 12px;
        animation-duration: 16s;
    }
}



   /* =========================
   VIDEO HERO SECTION
========================= */

.slider_section {
    position: relative;
    width: 100%;
    min-height: 650px;
    height: 100vh;
    max-height: 850px;
    overflow: hidden;
    display: flex;
    align-items: center;
}


/* Background Video */

.slider_video_box {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slider_video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


/* Dark Overlay */

.slider_video_overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
}


/* Carousel */

.slider_section #customCarousel1 {
    position: relative;
    z-index: 2;
    width: 100%;
}


/* Content */

.slider_section .detail-box {
    position: relative;
    z-index: 3;
}

.slider_section .detail-box h1 {
    color: #fff;
}

.slider_section .detail-box h1 span {
    color: #fff;
}

.slider_section .detail-box p {
    color: #fff;
}


/* Indicators */

.slider_section .carousel-indicators {
    z-index: 5;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .slider_section {
        min-height: 600px;
        height: 80vh;
    }

    .slider_video_box video {
        object-position: center center;
    }

    .slider_section .detail-box h1 {
        font-size: 42px;
        line-height: 1.15;
    }

    .slider_section .detail-box p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .slider_section {
        min-height: 620px;
        height: 100svh;
        max-height: none;
    }

    .slider_video_box video {
        object-fit: cover;
        object-position: center center;
    }

    .slider_video_overlay {
        background: rgba(0, 0, 0, 0.55);
    }

    .slider_section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider_section .detail-box {
        padding-top: 40px;
    }

    .slider_section .detail-box h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .slider_section .detail-box p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .slider_section .btn1 {
        font-size: 14px;
        padding: 11px 22px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .slider_section {
        min-height: 600px;
    }

    .slider_section .detail-box {
        padding-top: 30px;
    }

    .slider_section .detail-box h1 {
        font-size: 28px;
    }

    .slider_section .detail-box p {
        font-size: 13px;
    }

    .slider_video_box video {
        object-position: center center;
    }
}