@font-face {
  font-family: "Radikal";
  src: url("../font/RadikalTrial-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("../font/RadikalTrial-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Radikal";
  src: url("../font/RadikalTrial-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}


p {
  line-height: 30px;
  color: #666666;
}

[data-theme=default] {
  --white:#ffff!important;
  --body-backgound:#E6EEF3;
  --black:#000;
  --primary:#6A93B0;
  --secondary:#3C7460!important;
  --brown-light:#DCE7EE;
  --secondary-brown:#3C7460!important;
  --secondary-red:#D16666!important;
}

.theme-changer {
  background: var(--primary);
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 20px 0px;
  color: var(--white);
  display: none;
}


p {
  line-height: 30px;
  color: #666666;
}

.swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #eca154;
}

.hero-slider .swiper-slide {
  position: relative;
}
.hero-slider .swiper-slide img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-orange);
}

.swiper-button-next, .swiper-button-prev {
  width: 44px;
  height: 44px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: absolute !important;
  z-index: 1000;
  background: var(--body-backgound);
  border-radius: 50%;
}

i {
  color: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-btn {
  position: relative;
}

.product-main .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-main .col-lg-8 {
  padding-left: 50px;
}
.product-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}
.product-main .swiper-slide img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main #thumbsSlider {
  margin-top: 10px;
}
.product-main #thumbsSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-main #thumbsSlider .swiper-slide img {
  height: auto !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main #thumbsSlider .mySwiper2 {
  height: 80%;
  width: 100%;
}
.product-main #thumbsSlider .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-main #thumbsSlider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-main #thumbsSlider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-main #thumbsSlider .swiper-button-next, .product-main #thumbsSlider .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: var(--secondary-orange);
  opacity: 2;
  color: var(--white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: absolute !important;
}

[data-theme=default] {
  --white:#ffff!important;
  --body-backgound:#E6EEF3;
  --black:#000;
  --primary:#6A93B0;
  --secondary:#3C7460!important;
  --brown-light:#DCE7EE;
  --secondary-brown:#3C7460!important;
  --secondary-red:#D16666!important;
}

.theme-changer {
  background: var(--primary);
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 20px 0px;
  color: var(--white);
  display: none;
}

body {
  width: 100%;
  float: left;
  font-family: "Radikal", Arial, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}
body ul > li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
}

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

h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

p {
  line-height: 28px !important;
  color: #666666;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.main-head :where(h1, h2) {
    font-family: "Radikal", Arial, sans-serif;
  font-size: var(--size-34);
  font-weight: 600;
  color: var(--secondary-brown);
  margin-bottom: 20px !important;
}

.img-hover {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.img-hover img {
  transition: all 0.3s ease-in-out;
}
.img-hover:hover img {
  transform: scale(1.5);
}

.comb-head {
  margin-bottom: 30px;
  position: relative;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
header {
  width: 100%;
  float: left;
  z-index: 1000;
}
header .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  /* position: absolute; */
  /* top: 0; */
  z-index: 1000;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: #173f35 !important;
}
header .logo img {
  width: 250px !important;
  padding: 5px 0px;
}
header .burger-icon label {
  display: flex;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}
header .burger-icon label span {
  background: #fff;
  border-radius: 10px;
  height: 5px;
  margin: 5px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .burger-icon span:nth-of-type(1) {
  width: 50%;
}
header .burger-icon span:nth-of-type(2) {
  width: 100%;
}
header .burger-icon span:nth-of-type(3) {
  width: 75%;
}
header .burger-icon input[type=checkbox] {
  display: none;
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
header .burger-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

.footer {
  background: #173F35;
  padding: 20px 0px;
  position: relative;
  
}
.footer .footer-card p, .footer .footer-card a {
  color: #fff;
}
.footer .footer-card a {
  padding: 0px 10px;
}
.footer .footer-card .social-flex {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer .footer-card .social-flex li {
  margin: 0px 10px 0px 0px;
}
.footer .footer-card .social-flex li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 4px;
}
.footer .footer-card .social-flex li a i {
  color: #fff;
}
.footer .footer-card .footer-logo {
    width: 270px;
    margin-bottom: 20px;
    margin: 20px auto 50px;
    padding-left: 50px;
}
.footer .footer-link-sec {
  display: flex;
  justify-content: space-between;
}



.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: 80px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    background: #173f3594;
    border: 1px solid #ffffff;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
  bottom: -50px;
  left: 0;
  width: 100%;
}
.hero-slider .swiper-button-next {
  right: 115px;
}
.hero-slider .swiper-button-prev {
  left: 115px;
}
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-slider .swiper-pagination {
  text-align: center !important;
}

.hero-style .slide-title {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1000;
}
.hero-style .slide-title h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: none !important;
    transition: all 0.4s ease;
    width: 65%;
    margin: auto;
    line-height: 70px;
    background: #173f3552;
    padding: 16px;
    border-radius: 10px;
}
.hero-style .slide-title a.btn.theme-btn {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.hero-style .slide-title i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
.hero-style .slide-title a:hover {
  text-decoration: none;
}

.product-sec {
  float: left;
  width: 100%;
  margin: 90px 0px 0px 0px;
}
.product-sec .slider-banner-image img {
  height: 430px;
}
.product-sec h5 {
  font-size: 26px;
  font-weight: 900;
  color: #173f35 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-sec h6 {
  font-size: 20px;
}
.product-sec a.btn.theme-btn {
  margin-top: 30px;
}
.product-sec h6 {
  padding-top: 10px;
}
.product-sec h6 span {
  color: #000 !important;
  font-weight: bold;
}

.main-img .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}

.main-img .slider.slider-nav {
  max-width: 16%;
}

.main-img .slider.slider-for,
.main-img .slider.slider-nav {
  width: 100%;
  float: left;
}

.main-img .slider.slider-nav {
  padding: 0px 10px 0;
}

.thumbImg img {
  height: 100px;
  border-radius: 10px;
  margin: 5px 0px;
}

.slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  display: none !important;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

.service-sec {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.service-sec .swiper-slide img {
    height: 570px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: fill;
    border-radius: 10px;
    position: relative;
}
.service-sec .swiper-slide img::before {
  width: 100%;
  height: 100vh;
  position: absolute;
  content: "";
  background: linear-gradient(14deg, rgba(23, 63, 53, 0.62) 0%, rgba(23, 63, 53, 0.64) 100%);
  top: 0;
  left: 0;
}
.service-sec h4 {
  font-weight: 700;
  color: #3d3d3d;
  font-size: 20px;
}
.service-sec p {
  line-height: 28px;
  color: #666666;
}

.service-sec .card .img-part {
    display: flex;
    align-items: center;
}

.service-sec .card img {
    width: 70px;
    margin-bottom: 5px;
    margin-right: 24px;
}
.service-sec .amenties-part-one, .service-sec .amenties-part-two {
    margin: 50px 0px 0px 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-sec .amenties-part-two .text-part {
  padding-left: 40px;
}

.form-sec {
    float: left;
    width: 100%;
    background: #d1e0d7!important;
    padding: 40px 0px!important;
}

.product-api-collapsible {
  /* padding: 10px 10px 10px 10px; */
  margin: 20px 10px 20px 10px;
}
.main.form-sec img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.form-sec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-sec .form-card .row {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

.form-sec #plan-error {
    color: red!important;
    position: absolute;
    top: 100%;
    font-size: 12px;
    margin-top: 4px;
}
.form-sec #rooms-error, #start_date-error, #materials-error, #location-error, #first_name-error, #last_name-error, #phone-error, #email-error {
    position: absolute;
    top: 100%;
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.form-text {
position:relative;
}


.form-sec #energy_source-error, #budget-error, #features-error {
    color: red!important;
    font-size: 12px;
    margin-top: 4px;
}

  /* {
    color: red;
    font-size: 12px;
    margin-top: 4px;
} */

.form-sec #house_size-error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.form-sec .step-10 .form-text {
       margin: 0px 0px 14px 0px !important;
}

.form-sec .step-10 .form-text h4 {
    margin-bottom: 30px;
}

.form-sec .step-10 .row {
       display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}



.form-text {
position:relative;
}

.form-text label {
    position: absolute;
    /* bottom: 70px; */
    color: red;
    top: 60%;
    font-size: 16px;
}

.form-dropdown label {
    color: red;
}

.form-sec h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}


.form-sec .form-select {
    width: 50% !important;
    padding: 14px 24px !important;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid #79bcff;
    border-radius: var(--bs-border-radius);
    margin: 30px 0px 16px 0px !important
}

#main-form {
  position: relative;
  z-index: 1000;
}
#main-form .steps {
    font-size: 24px;
    color: #525252;
    margin-bottom: 30px;
    font-weight: 700;
}
#main-form #progressbar {
  display: flex;
}
#main-form .contact-form-last {
  display: flex;
  gap: 20px;
}

.form-card h4 {
  font-size: 22px;
  display: flex;
  margin-bottom: 0px;
}

#main-form fieldset:not(:first-of-type) {
  display: none;
}

#main-form input:focus,
#main-form textarea:focus {
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0;
}

#main-form .action-button {
    width: 100px;
    cursor: pointer;
    padding: 10px 5px;
    float: left;
    border: 1px solid;
    background: #173f35;
    color: #fff;
    border-radius: 7px;
    margin-top: 20px;
}

#main-form .action-button-previous {
    width: 100px;
    background: none !important;
    font-weight: bold;
    padding: 10px 5px;
    margin: 20px 20px 0px 0px;
    float: left;
    box-shadow: none;
    border: 1px solid #5f5f5f;
    color: #5f5f5f !important;
    border-radius: 7px;
}

#main-form .action-button-previous:hover,
#main-form .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar ol, ul {
  padding-left: 0rem !important;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 8%;
  height: 60px;
  position: relative;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 48px;
  height: 10px;
  background: rgba(136, 136, 136, 0.3411764706);
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: -1;
  padding: 7px;
  margin: 10px 0px;
  border-radius: 50px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #5184F3;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #5184F3;
}

.ans-sec {
 margin: 30px 0px 16px 0px !important;
}

.ans-sec .ans-input input[type=radio] {
  position: absolute;
  opacity: 0;
}

.ans-sec .ans-input {
  cursor: pointer;
  width: 260px;
  margin: 30px 0px 16px 0px;
  position: relative;
}

#plan-error {
    position: absolute;
    color: red;
    top: 74%;
}

label#energy_source-error {
    position: absolute;
    color: red;
    top: 74%;
}

.ans-sec .ans-input .ans-content {
  padding: 20px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  transition: box-shadow 0.4s;
  position: relative;
  background: #fff;
}

.ans-sec .ans-input .ans-content img {
  margin-right: 30px;
  height: 72px;
}

.form-text {
  width: 38% !important;
  padding: 10px 10px !important;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid #79bcff;
  border-radius: var(--bs-border-radius);
  margin: 30px 0px 30px 0px !important;
}
.form-text .form-control {
  border: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.ans-sec .ans-input input[type=radio]:checked + .ans-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.ans-sec .ans-input input[type=radio]:checked + .ans-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  transition: ease-in 0.3s;
}

.service-sec .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-sec .card {
    padding: 20px 20px;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.9s;
    position: relative;
    border-radius: 4px;
    z-index: 1;
}
.service-sec .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
}
.service-sec .card:hover h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.service-sec .card:hover img {
  transform: rotate(360deg) !important;
}
.service-sec .card::before {
  background: #789f90;
}
.service-sec .card:hover {
  transform: translateY(-5px);
}
.service-sec .card img {
  display: inline-block;
  transition: all 0.5s;
  font-size: 45px;
}
.service-sec .card img ::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.9s;
}
.service-sec .card:hover::before {
  height: 100%;
}
.service-sec .card:hover p {
  color: #fff;
}
.service-sec .card p {
  margin-bottom: 0px !important;
}
.service-sec .card:hover h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.service-sec .card:hover img {
     /* filter: brightness(100); */
    border-radius: 50px;
}
.service-sec .card:hover .read-more {
  color: #ffffff;
}
.service-sec .card .read-more:hover {
  letter-spacing: 1.5px;
}
.service-sec .card::before {
  background: #789f90;
}

.gallery {
    -moz-column-count: 3;
    column-count: 3;
    padding: 0px 3px;
    margin: 20px 0px;
}
.gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-main .card {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 14px;
}

.gallery-main .card-image {
  display: block;
  padding-top: 70%;
  position: relative;
}
.gallery-main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .gallery-main .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.btn {
  display: flex;
  padding: 10px 49px;
  content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0.5rem;
}

.updating {
  margin: 3em;
  text-align: center;
}

.theme-btn {
  border-color: #173f35;
  color: #ffffff;
  transition: all 0.5s;
  background: #173f35;
}

.theme-btn {
  border-color: #173f35;
  background: #173f35;
  color: #fff;
  transition: all 0.5s;
}
.theme-btn:hover {
  box-shadow: inset 0 1.5em 0em 0em #173f35, inset 0 -1.5em 0em 0em #173f35;
  border-color: #173f35;
  color: #fff;
}

.entry-content h2 {
    font-size: 24px;
    font-weight: 400;
}

.entry-header {
    margin: 70px 0px 30px 0px;
}

.entry-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}
/* Hero Banner */
.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}



.hero-banner .text-part {
  margin-top: 20px;
}

.hero-banner h2 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2;
}

.hero-banner a.btn.theme-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #173f35;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

/* Benefits Section */
.benefit-sec {
  margin-top: -150px;
}

.benefit-sec .card {
  position: relative;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #173f35;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.benefit-sec .card:hover {
  transform: translateY(-10px);
}

.benefit-sec .card img {
  width: 70px;
  margin-bottom: 10px;
}

.benefit-sec .card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #5e1231;
  margin-bottom: 8px;
}

.benefit-sec .card p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}

/* Valid Button */
.valid-btn {
  margin: 30px auto 0;
}

.valid-btn .valid-part {
  position: relative;
  overflow: hidden;
}

.valid-btn .valid-part:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  animation: shine 2s infinite linear;
}

.valid-btn .valid-part i {
  margin-right: 10px;
}

/* Product Section */
.product-sec {
  margin-top: 90px;
}

.product-sec h5 {
  font-size: 26px;
  font-weight: 900;
  color: #5e1231;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-sec a.btn.theme-btn {
  margin-top: 16px;
}

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

.usp-sec ul li {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0px;
    display: flex;
    justify-content: left!important;
    align-items: baseline;
}

.usp-sec i {
    background-color: #173f35;
    color: #ffffff;
    border-radius: 66%;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px;
}

/* Slider Navigation */
.slider-nav img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.slick-slider {
  margin-bottom: 10px;
}

.slick-slide {
  margin: 0 6px;
  cursor: pointer;
}

.slick-prev, .slick-next {
  font-size: 24px;
  color: #000000;
  z-index: 1000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Keyframes */
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}











/* sale page css */



/* banner slider start */
.hero-banner.hero-part {
  float: left;
  width: 100%;
  position: relative;
  z-index: -100;
}


.hero-banner .banner-content img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner .banner-content .text-part span {
  color: #ff973b;
}

.hero-banner .banner-content::after {
  width: 100%;
  height: 100vh;
  position: absolute;
  content: "";
 /* background: linear-gradient(14deg, rgba(23, 63, 53, 0.62) 0%, rgba(23, 63, 53, 0.64) 100%);*/
  top: 0;
  left: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}


.hero-part .text-part {
  position: absolute;
  /* bottom: 0px; */
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  z-index: 100;
}

.hero-part .text-part h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  width: 70%;
  margin: auto;
  line-height: 100px;
  background: #173f3552;
}

.hero-part .text-part a.btn.theme-btn {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.hero-part .text-part i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

/* benifits-sec */

.main.benifit-sec {
  margin-top: -230px;
}

.benifits-part {
  background: #f7fffd;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #0000003b;
}



.benifit-sec .card:hover p {
  color: #fff;
}

.benifit-sec .card:hover h4 {
  color: #fff;
}

.benifit-sec .card img {
  width: 70px;
  margin: 0px 0px 10px 0px;
}

.benifit-sec .card img {
    width: 70px;
    margin: 0px 0px 10px 0px;
    border-radius: 50%;
}

.benifit-sec .card h4 {
  font-size: 22px;
  font-weight: 600;
}

.benifit-sec .card {
  padding: 24px;
  border: 1px solid #173f35;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  transition: all 0.9s;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}

.benifit-sec .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
}

.benifit-sec .text-part {
  text-align: center;
}

.benifit-sec .text-part h2 {
  font-size: 34px;
  font-weight: 600;
  padding: 10px 0px;
  color: #173f35;
}

.benifit-sec .card:hover::before {
  height: 100%;
}

.benifit-sec .card:hover {
  transform: translateY(-5px);
}

.benifit-sec  .card::before {
  background: #789f90;
}

.main.benifit-sec .card p {
  margin-bottom: 0px!important;
}

.benifit-sec .text-part  h4 {
    font-size: 26px;
    font-weight: 500;
    padding: 0px 0px 30px 0px;
}

.vaild-btn {
  background: #00392bb3;
  border-radius: 10px;
  border: 2px solid #c5c5c5;
  width: fit-content;
  margin: 30px auto 0px;
}

.vaild-btn span {
  color: #ffff!important;
}

.vaild {
  display: flex;
  padding: 12px 31px;
  content: center;
  align-items: center;
}


.vaild-part {
  position: relative;
  overflow: hidden;
}

.vaild-btn .vaild-part:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255,255,255, 0) 30%,
    rgba(255,255,255, .8),
    rgba(255,255,255, 0) 70%
);
  top: 0;
  left: -100px;
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {left: -100px}
  20% {left: 100%}
  100% {left: 100%}
}

/* 
.vaild-content :before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255,255,255, 0) 30%,
    rgba(255,255,255, .8),
    rgba(255,255,255, 0) 70%
);
  top: 0;
  left: -100px;
  animation: shine 2s infinite linear;
} */

.vaild-btn i {
  margin-right: 10px;
  color: #fff;
}

/* benifits-sec */

/* product sec */

.product-sec {
  float: left;
  width: 100%;
  margin: 90px 0px 0px 0px;
}

.product-sec h5 {
  font-size: 26px;
  font-weight: 900;
  color: #173f35 !important;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-sec a.btn.theme-btn {
  margin-top: 16px;
}

.usp-sec ul {
  padding-left: 0px;
}

.usp-sec ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 14px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* .usp-sec i {
  color: #fff;
  background: #173f35;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 12px;
  padding: 7px;
} */

.usp1-slider img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.usp2-slider img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.slider-nav img {
  width: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.slick-slider {
  margin-bottom: 10px!important;
}
.slick-slide {
  margin: 0px 6px;
  cursor: pointer;
}
.slick-slide img {
  border-radius: 8px;
}

.slick-prev {
  left: 10px!important;
  color: #000!important;
  z-index: 1000;
}

.slick-next {
  right: 10px!important;
}

/* product sec end */







.enquiry-form {
  float: left;
  width: 100%;
  background: #173f35;
  padding: 40px 20px 70px 20px;
  margin: 40px 0px;
}

.enquiry-form h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.enquiry-form label {
  color: #fff;
  padding: 10px 0px;
  /* font-size: 16px; */
}

.enquiry-form h2 {
  font-size: 30px;
  margin: 20px 0px;
  color: #fff;
  font-weight: 800;
}


.enquiry-form .progress-bar {
  width: 80%;
  height: 10px;
  background-color: #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
}

.enquiry-form button#prevBtn {
    width: fit-content!important;
    color: #fff;
    border: 1px solid;
}

.enquiry-form button#nextBtn {
  width: fit-content!important;
}

.enquiry-form .progress-fill {
  height: 100%;
  background-color: #605bff;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
  width: 16.66%;
}

.enquiry-form .step-info {
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
}

.enquiry-form .step-content {
  margin-bottom: 20px;
}

.enquiry-form .content-step {
  display: none;
}

.enquiry-form .content-step.active {
  display: block;
}

.enquiry-form .progress-controls {
  margin-top: 20px;
  display: flex;
}

.enquiry-form .progress-controls button {
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 16px;
}


.enquiry-form .multi-form {
    background: #ffffff36;
    padding: 31px 60px;
    width: 80%;
    margin: auto;
    border-radius: 10px;
}



.sales-enquiry .form-card h4 {
  font-size: 22px;
  display: flex;
  margin-bottom: 30px!important;
}

.sales-enquiry label {
  margin-bottom: 10px!important;
}

.sales-enquiry .input-group {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%!important;
    max-width: 100%;
}

.sales-enquiry input {
    width: 100%;
}

.sales-enquiry .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%!important;
    min-width: 0;
    padding: 10px;
}


.sales-enquiry .form-card h4 {
  font-size: 22px;
  display: flex;
  margin-bottom: 30px!important;
}

.sales-enquiry label {
  margin-bottom: 10px!important;
}

.sales-enquiry .invalid {
    color: #f00;
    font-size: 14px;
    padding: 10px 0px;
}


.sales-enquiry #email-error {
    color: red;
    font-size: 14px!important;
}

.sales-enquiry {
    width: 75%;
    margin: auto;
    padding: 20px;
    /* background: #d1e0d7; */
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}

.sales-enquiry .action-button-previous {
    width: 100px;
    margin: 20px 20px 0px 0px!important;
    border-radius: 7px;
}

.sales-enquiry .form-card .row {
    display: flex;
    justify-content: revert;
    align-items: baseline;
    gap: 0px!important;
}

/* Product API layout improvements */
.product-api-block .product-api-card {
    background: #ffffff;
    border: 1px solid #c7dbd1;
    outline: 2px solid rgba(60, 116, 96, 0.14);
    outline-offset: 0;
    border-radius: 14px;
    padding: 24px;
    margin: 0 0 36px 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}

.product-api-stack {
    position: relative;
    padding: 10px 0 34px;
}

.product-api-stack-item {
    position: relative;
    min-height: auto;
    padding-bottom: 26px;
    display: block;
    margin-top: 0;
}

.product-api-stack-item .product-api-card {
    position: relative;
    top: 0;
    z-index: 1;
    opacity: 1;
    transform: none;
}

.product-api-animate-item .product-api-card {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.45s ease;
}

.product-api-animate-item.is-inview .product-api-card {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.product-api-gallery .slider > div img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 12px;
}

.product-api-gallery .slider-nav-ups1 img,
.product-api-gallery .slider-nav-ups2 img {
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.product-api-content h3 {
    margin-bottom: 6px;
}

.product-api-content h6 {
    margin-bottom: 18px;
    color: #3C7460;
}

.product-api-content .theme-btn {
    margin-top: 10px;
}

.product-api-section {
    margin-bottom: 18px;
}

.product-api-section > .col-12 > h6 {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    background: #e9f3ef;
    border-radius: 6px;
    color: #2e5d4c;
    font-weight: 600;
}

.product-api-spec-item {
    display: flex;
    flex-direction: column;
    background: #f8fafb;
    border: 1px solid #e8eef1;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 10px;
    min-height: 72px;
}

.product-api-spec-extra {
    display: none;
}

.product-api-section.is-expanded .product-api-spec-extra {
    display: block;
}

.product-api-spec-toggle {
    margin-top: 10px;
    border: 0;
    background: transparent;
    color: #3C7460;
    font-weight: 700;
    font-size: 15px;
    padding: 4px 0;
    text-decoration: underline;
}

.product-api-spec-toggle:hover {
    color: #2f5d4b;
}

.product-api-spec-label {
    font-size: 13px;
    line-height: 1.2;
    color: #60727e;
    margin-bottom: 6px;
}

.product-api-spec-value {
    font-size: 15px;
    line-height: 1.3;
    color: #22313a;
    font-weight: 600;
}

.product-api-features li {
    margin-bottom: 10px;
    align-items: flex-start;
}

.product-api-features li i {
    margin-top: 4px;
}

.product-api-file-tile {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-api-collapsible details {
    background: #f8fafb;
    border: 1px solid #dbe7e2;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.product-api-collapsible summary {
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3C7460;
    padding: 12px 16px;
    transition: background 0.2s ease;
}

.product-api-collapsible summary:hover {
    background: #346653;
}

.product-api-collapsible details[open] summary {
    background: #2f5d4b;
}

.product-api-collapsible summary::-webkit-details-marker {
    display: none;
}

.product-api-collapsible summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: 10px;
}

.product-api-collapsible details[open] summary::after {
    transform: rotate(-135deg);
}

.product-api-collapsible details > .row,
.product-api-collapsible details > ul {
    margin: 0;
    padding: 14px 14px 6px;
}

/* Premium hero banner */
.hero-banner--premium.hero-banner.hero-part {
    position: relative;
    float: left;
    width: 100%;
    min-height: 78vh;
    z-index: 1;
}

.hero-banner--premium .banner-content {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: flex-start;
}

.hero-banner--premium .banner-content img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner--premium .hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(12, 31, 42, 0.44) 10%, rgba(13, 34, 29, 0.35) 58%, rgba(18, 53, 45, 0.2) 100%);
}

.hero-banner--premium.no-image .hero-banner-overlay {
    background: linear-gradient(135deg, #6A93B0 0%, #3C7460 100%);
}

.hero-banner--premium .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-banner--premium .hero-banner-panel {
    margin-top: 10%;
    width: min(860px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    background: rgba(13, 44, 67, 0.3);
    backdrop-filter: blur(4px);
}

.hero-banner--premium .hero-banner-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-banner--premium .hero-banner-title strong,
.hero-banner--premium .hero-banner-title span {
    color: #ffae4c;
}

.hero-banner--premium .hero-banner-date {
    margin: 20px auto 0;
    width: fit-content;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(27, 96, 77, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f3f7f5;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}

.hero-banner--premium .hero-banner-date i {
    color: #f3f7f5;
}

/* Benefits section enhancement */
.benifit-sec--enhanced {
    margin-top: -170px;
    position: relative;
    z-index: 5;
}

.benifit-sec--enhanced .benifits-part {
    background: #f3f7f6;
    border: 1px solid #d6e5df;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
    padding: 28px 22px;
    row-gap: 18px;
}

.benifit-sec--enhanced .text-part {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 4px;
}

.benifit-sec--enhanced .text-part h2 {
    margin-bottom: 8px;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.1;
}

.benifit-sec--enhanced .text-part h4 {
    margin-bottom: 0;
    font-size: clamp(24px, 2.8vw, 36px);
    color: #1b2d37;
    font-weight: 600;
}

.benifit-sec--enhanced .benefit-card {
    height: 100%;
    margin-bottom: 0;
    border: 1px solid #c5d7d0;
    border-radius: 10px;
    padding: 20px 18px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 2px 8px rgba(20, 41, 32, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benifit-sec--enhanced .benefit-card:hover {
    transform: translateY(-4px);
    border-color: #3C7460;
    box-shadow: 0 10px 18px rgba(27, 61, 49, 0.16);
}

.benifit-sec--enhanced .benefit-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto 14px;
    padding: 10px;
    border-radius: 999px;
    background: #edf5f2;
}

.benifit-sec--enhanced .benefit-card h4 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #1f2f3a;
    font-weight: 700;
}

.benifit-sec--enhanced .benefit-card p {
    margin: 0;
    font-size: 18px !important;
    line-height: 1.35 !important;
    color: #475962;
    font-weight: 500 !important;
}