@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  background: var(--whiteColor);
}

::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 2px;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0000004d;
}

p {
  font-size: 16px;
  font-style: normal;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1620px;
  position: relative;
  padding: 0px 60px;
}

.hero {
  background: url('../img/hero-banner.png') center/cover no-repeat;
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size:48px;
  font-weight:600;
  transition: 0.3s;
  margin-bottom: 15px;
}
.hero p {
  font-size: 18px;
  margin-bottom: 13px;
}
.commn-btn .btn {
  background: linear-gradient(135deg, #A3DC9A, #00809D);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
 transition: all 0.4s ease-in-out; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  background-size: 200% auto;
}
.commn-btn .btn:hover {
  background: linear-gradient(135deg, #00809D, #A3DC9A);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.commn-btn{
  margin-top: 40px;
}
/* about-sec */
.about-sec{
  padding: 100px 0px;
  background: #daefe229;
}
.about-inner-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-sec-left{
  width: calc(47% - 10px);
  text-align: center;
}
.about-sec-right{
  width: calc(50% - 10px);
}
.about-sec-right p{
  font-size: 17px;
  font-weight: 500;
  color: #414141;
  margin: 17px 0px;
}
.about-sec .subtitle{
  justify-content: start !important;
}
.about-list {
  padding-top:10px;
  margin: 0;
}

.about-list li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 32px; 
}

.about-list li::before {
  content: "\2713"; 
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: #e8f7ed;
  color: #5cb49c;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%; 
  font-weight: bold;
}
/* Navbar hover */
.navbar-nav .nav-link:hover ,.navbar-nav .nav-link:active{
  color: #5cb49c;
}
.nav-logo {
  width: 150px;
}
.nav-logo img{
  width: 100%;
}
.nav-head {
  background: #fff;
    padding: 13px 0px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
}
button.toggle-btn {
    border: none;
    background: #59b29b;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: none;
}
.toggle-btn span i{
  color: #fff;
}
.navbar-nav{
  gap: 10px;
}
.navbar-nav .nav-item a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
/* service-sec */
.service-sec{
  padding: 100px 0px;
}
.section-title {
    position: relative;
    z-index: 8;
}
.section-title p{
  color: #414141;
  font-weight: 500;
  font-size:17px;
  margin-bottom: 35px;
}
.subtitle {
      display: flex;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    justify-content: center;
    gap:9px;
    margin-bottom: 6px;
}
.subtitle img{
  filter: brightness(0) saturate(100%) invert(66%) sepia(42%) saturate(395%) hue-rotate(113deg) brightness(89%) contrast(88%);
  /* filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(5071%) hue-rotate(133deg) brightness(101%) contrast(87%); */
}
.service-info p{
  font-size: 17px;
  font-weight: 500;
  color: #414141;
}
.service-inner-sec{
  display: flex;
  gap: 15px;
  justify-content: center;
}
.services-data{
  width: calc(25% - 10px);
}
.service-box {
     background: #63b5af1f;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #63b5af66;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.service-icon img {
 width: 60px;
    height: 60px;
    border: 1px solid #6cbd9b;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease;
}
.service-icon {
  margin-bottom:21px;
}
.service-title h5{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.service-title span{
  font-size: 16px;
  font-weight: 500;
  color: #414141;
}
.service-box p {
    font-size: 15px;
    color: #121212d9;
    margin: 0;
    margin-top: 13px;
    font-weight: 500;
}
/* how-it-work */
.work-sec{
  padding: 100px 0px;
  background-color: #daefe229;
}
.work-step-data{
  justify-content: center;
  margin-top: 33px;
}
.work-data{
  width: 23%;
}
.work-stepbox .work-stepbox-content {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    position: relative;
}
.work-stepbox-content-wrap{
  text-align: center;
}
 .process-num {
    border: 1px solid rgba(0, 25, 76, 0.15);
    border-radius: 30px;
    /* background-image: linear-gradient(72deg, var(--base-white), var(--base-skin)); */
    /* background: #63b5af; */
    align-items: center;
    padding: 5px 15px 5px 30px;
    display: inline;
    vertical-align: top;
    overflow: hidden;
    color: #63b5af;
    font-weight: 500;
    position: relative;
    left: auto;
    box-shadow: none;
    font-size: 16px;
    top: 0;
    line-height: 28px;
}
 .process-num span{
  color: #000;
 }
.work-stepbox .process-num .numbers:before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    background: #63b5af;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
}
.work-stepbox .step-line {
    border-left: 1px dashed #63b5af;
    width: 1px;
    height: 60px;
    margin: 0 auto;
}
.work-stepbox .work-stepbox-iconbox {
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
    margin: 0 auto 15px;
    font-size: 30px;
    color:#fff;
}
.work-stepbox .work-stepbox-iconbox img {
    display: block;
    text-align: center;
    /* font-size: 27px; */
    width: 27px;
    line-height: 0px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(232deg) brightness(106%) contrast(100%);
}
.work-stepbox .work-stepbox-iconbox:before {
    border-radius: 50px;
    background-color: #63b5af;
    filter: blur(10px);
    position: absolute;
    inset: 0%;
    content: '';
    z-index: -1;
}
.work-box-title h4{
      font-size: 16px;
    color: #414141;
    font-weight: 500;
    padding-top: 10px;
}

/* Gallery Section */
.gallery-sec{
  padding: 100px 0px;
}
.gallery-inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery-card-img{
 width: 25%;
}
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s, filter 0.3s;
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000002b; 
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}
.gallery-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.gallery-card:hover::after {
  opacity: 1;
}

/* contact-us */

.contact-us{
  padding: 100px 0px;
  position: relative;
}
.form-group{
  text-align: start;
}
.contact-info{
  display: flex;
  gap: 20px;
  margin-top: 35px;
  justify-content: center;
}
.contact-box-left{
  width: calc(47% - 10px);
}
.contact-box-right{
  width: calc(50% - 10px);
}
.contact-box {
       background-color: #e7f3eb9c;
    padding: 50px 50px 64px;
    width: 100%;
    /* max-width: 900px;
    margin: auto; */
    border-radius: 18px;
}
.map-sec{
  height: 400px;
}
.map-sec iframe{
  width: 100%;
  height: 100%;
}
.location-info {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f0f8f3;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.location-icon {
    border: 1px dashed #2a979c;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    background-color: #fff;
}
.location-icon i{
  color: #2a979c;
  font-size: 19px;
}
.location-add {
    text-align: start;
} 
.location-add span{
  font-size: 16px;
  font-weight: 500;
  color: #414141;
}
.location-add p{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.form-group input {
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    border: none;
    outline: none;
}
.form-group label{
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-group input {
    padding: 12px 20px;
}
.form-group textarea{
  background-color: #fff;
  width: 100%;
    border-radius: 5px;
    border: none;
    padding: 12px 20px;
    outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: #555;
    opacity: 1;
}
.form-group input:focus ,.form-group input:active{
  border: 1px solid #94d39a;
}
.form-group textarea:focus ,.form-group textarea:active{
  border: 1px solid #94d39a;
}
.contact-us .sec-title{
      text-align: center;
}
.contact-btn{
    margin-top: 33px;
    display: flex;
    justify-content: center;
}

/* Footer*/

.footer-sec{
  padding: 50px 0px;
  background: #daefe229;
}
.footer-bottom {
    position: relative;
    width: 100%;
    padding: 18px 0px;
    border-top: 1px solid #ffffff3b;
}
.footer-content h3{
      font-size: 25px;
    margin-bottom: 20px;
}
.footer-content {
    text-align: center;
}
.social-links{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.footer-info {
    padding-bottom: 25px;
    padding-top: 46px;
    border-bottom: 1px solid #1d5a4e69;
}
.copyright p{
  text-align: center;
  font-size: 16px;
  color: #414141;
}
.copyright p a{
  color: #63b5af;
  font-weight: 500;
}
.social-links li a i{
  color: #63b5af;
}
.footer-contact .footer-content ul li a {
    border:1px solid #9eb9b3;
    padding: 0px;
    font-size: 22px;
    color: #ff820f;
    align-items: center;
    justify-content: center;
    width: 38px;
    border-radius:25px;
    display: flex;
    height: 38px;
    line-height: 28px;
    background: #ffffff1f;
}
.social-links li a:hover{
  background: #63b5af !important;
  color: #fff !important;
}
.social-links li a:hover i{
  color: #fff;
}
.social-links li a img{
      width: 20px;
      margin-bottom: 0px !important;
    filter: brightness(0) saturate(100%) invert(61%) sepia(53%) saturate(266%) hue-rotate(126deg) brightness(93%) contrast(103%);
}
.social-links li a:hover img{
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(102%) contrast(104%);
}
.footer-content img {
    margin-bottom: 24px;
    width: 189px;
}
@media (max-width : 1440px) {
  .about-sec,.service-sec,.work-sec,.gallery-sec,.contact-us{
    padding: 70px 0px;
  }
}
@media (max-width : 1300px) {
  .about-sec-right p{
    margin: 9px 0px;
        font-size: 16px;
  }
  .about-list li{
    font-size: 16px;
    margin-bottom: 13px;
  }
  .service-box{
    padding: 14px;
  }
}
@media (max-width : 1200px) {
  .services-data {
    width: calc(30% - 10px);
}
.service-icon img{
      width: 50px;
    height: 50px;
        padding: 9px;
}
.work-data {
    width: 32%;
    margin-bottom: 26px;
}
.contact-box{
  padding: 27px 25px 39px;
}
.map-sec {
    height: 356px;
}
}
@media (max-width : 1024px) {
  .hero h1{
    font-size: 38px;
  }
  .gallery-card-img {
    width: 30%;
}
    .services-data {
        width: calc(33% - 10px);
    }
}
@media (max-width : 991px) {
  button.toggle-btn {
    display: block;
  }
   .about-sec,.service-sec,.work-sec,.gallery-sec,.contact-us{
    padding:50px 0px;
  }
}
@media (max-width : 768px) {
  .about-sec-left img{
    display: none;
  }
  .about-inner-data{
    display: block;
  }
  .about-sec-right {
    width: calc(100% - 2px);
}
.subtitle{
  font-size: 20px;
}
    .services-data {
        width: calc(50% - 10px);
    }
    .service-inner-sec {
    flex-wrap: wrap;
}
    .work-data {
        width: 43%;
    }
    .gallery-card img{
      height: 220px;
    }
        .gallery-card-img {
        width: 32%;
    }
    .gallery-inner{
      gap: 10px;
    }
  .contact-info{
    display: block;
  }
  .contact-box-right ,.contact-box-left{
    width: calc(100% - 2px);
}
.contact-box{
  margin-bottom: 20px;
}
.footer-content img{
      width: 164px;
}
.footer-content h3{
  font-size: 22px;
}
.footer-info{
  padding-top: 0px;
}
}