/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.cdnfonts.com/css/samsung-sharp-sans');


body {
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  color: #555;

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

:root {
  --pc: #2E827A
}

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

:focus {
  outline: none;
}

/* Styles for images */
img {
  max-width: 100%;
  height: auto;
}

.logo {
  width: 200px;
}

header .nav-link {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;

}

.socials {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
}

.contact {

  font-weight: 600;
  font-size: 16px;
  color: #000;
  border: 1px solid var(--pc);
  padding: 10px 35px;
  background: #fff;
  border-radius: 5px;
  color: var(--pc);
  transition: all 300ms ease-in-out;

}

.contact:hover {
  background: var(--pc);
  color: #fff;
}

.top-r {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

header .navbar-nav {
  gap: 1rem;
}

header {
  background: linear-gradient(180deg, rgb(195 237 233 / 42%), #0000, rgb(195 237 233 / 42%));
}

header .nav-link:hover {
  color: var(--pc);
}

.nav-link.active {
  position: relative;
  color: #fff !important;
}

.nav-link.active::before {
  width: 90px;
  height: 90px;
  background: url(../media/active-bg.png)center/contain no-repeat;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

h1 {

  font-weight: 600;

  font-size: 54px;

  text-align: center;
  text-transform: capitalize;
  color: #fff;

}

.banner {
  position: relative;
}

.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text span {

  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.text {
  margin-top: 1.5rem;
  text-align: center;
}

.explore a {
  background: var(--pc);
  color: #fff;
  border-radius: 3rem;
  padding: 15px 35px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  display: inline-block;
  outline: 1px solid var(--pc);
  transition: all 300ms ease-in-out;
}

.explore a:hover {
  background: #fff;
  outline: 1px solid var(--pc);
  color: var(--pc);
}

.explore {
  margin-top: 2rem;
  text-align: center;
}

.title-green {
  font-family: Samsung Sharp Sans;
  font-weight: 700;
  font-size: 49.68px;
  line-height: 64px;
  color: var(--pc);
}

.title-green {
  position: relative;
  margin-bottom: 2rem;
}

.title-green span::after {
  position: absolute;
  height: 4px;
  bottom: -10px;
  width: 100%;
  background-image: linear-gradient(to right, #2E827A, transparent);
  content: '';
  left: 0;
}

.py-40 {
  padding: 4rem 0;
}

.sub-title {
  font-size: 24px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #1E1E1E;
}

.rm-btn {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background: var(--pc);
  color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  display: inline-block;
  transition: all 300ms ease-in-out;
  outline: 1px solid var(--pc);
}

.rm-btn svg {
  margin-right: 5px;
  transition: all 300ms ease-in-out;
}

.rm-btn:hover {
  outline: 1px solid var(--pc);
  color: var(--pc);
  background: #fff;
}

.rm-btn svg path {
  transition: all 300ms ease-in-out;
}

.rm-btn:hover svg path {
  stroke: var(--pc);
}

h2.title {

  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 49.68px;

  line-height: 64px;
  letter-spacing: 0%;
}

.angle-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
}

.inp-grp input {
  width: 100%;
  outline: none;
  border: 0;
}

.inp-grp {
  border: 1px solid gray;
  border-radius: 7px;
  padding: 10px 15px;
  background: #fff;
}

form label {
  font-weight: 400;
  font-style: Regular;
  font-size: 14.88px;
  leading-trim: NONE;
  line-height: 26px;
  color: #4D4D4D;
  letter-spacing: 0%;
}

.terms-cb {
  margin-right: 10px;
  height: 15px;
  accent-color: var(--pc);
  width: 20px;
}

.enquiry {
  background: #F6F6F6;
}

.title-small {
  font-size: 32px;
  font-weight: 400;
}

.high-text {
  padding: 2rem 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.high-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* start fully left */
  width: 120%;
  height: 100%;
  background: var(--pc);
  /* overlay color */
  transition: left 0.5s ease;
  /* animation */
  z-index: -1;

  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.high-text:hover::before {
  left: 0;
  /* slide to full overlay */
}

.high-text h2 {
  transition: all 300ms ease-in-out;
}

.high-text:hover h2 {
  color: #fff;
}

.grid-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.grid-item {
  background: #fff;
  padding: 20px 13px;
  border-radius: 5px;
}

.grid-item h2 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;
}

.grid-item h3 {

  font-weight: 400;
  font-style: Regular;
  font-size: 14px;


}

.grid-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.high-area {
  background: url(../media/high-banner.png)center/cover no-repeat;
  padding: 7rem 0;
}

.services {
  background: linear-gradient(to bottom, #2E827A, transparent);
}

.card-content p {
  font-size: 13px;
  line-height: 23px;
}

.rm-card {
  margin-top: auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  text-transform: capitalize;
  color: var(--pc) !important;
}


.card-content {
  background: #fff;
  padding: 10px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.ser-card h3 {
  font-weight: 500;

  font-size: 20px;

  text-transform: capitalize;
}

.ser-card {
  border-radius: 10px;
  overflow: hidden;
}

.card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.card-img img {
  background: #000;
  transition: all 300ms ease-in-out;
  opacity: 1;
}

.ser-card:hover img {
  opacity: 0.6;
}

.card-img {
  background: #000;
}

.testimonials {
  background: url(../media/test-banner.webp)center/cover;
  height: 700px;
}

.test-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.test-card h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #525252;
  text-align: center;
}

.test-card h3 {

  font-weight: 400;
  font-style: Regular;
  font-size: 12px;

  text-align: center;
  color: #525252;
}

.test-card p {

  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding: 0 70px;

}

.pat-img {
  position: absolute;
  top: -25px;
  z-index: -1;
}

.test-pp {
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  /* A=1, B=1, C/D column=2 */
  grid-template-rows: 250px 250px;
  /* total 500px (C+D stack) */
  gap: 10px;
}

.item.a {
  grid-column: 1;
  grid-row: 1 / span 2;
 
}

.item.b {
  grid-column: 2;
  grid-row: 1 / span 2;
 
}

.item.c {
  grid-column: 3;
  grid-row: 1;
}

.item.d {
  grid-column: 3;
  grid-row: 2;
}

/* under C */


/* Optional styling */
.item {

  border-radius: 6px;
  overflow: hidden;
}

.news {
  background: #1A514B;
}

.a img,
.b img {
 height: 100%;
  object-fit: cover;
}

.c img,
.d img {
 height: 100%;width: 100%;
  object-fit: cover;
}



.floating-content h2{
font-weight: 600;
padding-bottom: 10px;
font-size: 20px;
color: #fff;
text-transform: capitalize;
}

.floating-content{position: absolute;bottom: 0;background-image: linear-gradient(to top , #000 , transparent);padding: 2rem 1rem 1rem;width: 100%;transform: translateY(calc(100% - 75px));transition: all 300ms ease-in-out;}
.f-logo{width: 200px;}
.floating-content p{font-size: 13px;line-height: 22px;color: #fff;}
.grid .item:hover .floating-content{transform: translateY(0);}
footer h5{
font-weight: 700;

font-size: 20px;
margin-bottom: 1rem;
text-transform: capitalize;
}

footer ul li a{
font-weight: 400;
font-size: 16px;

}

footer ul li{margin: 10px 0;}
.news-letter-form input{padding: 5px 10px;border: 1px solid var(--pc);font: 12px;}
.news-letter-form button{background: var(--pc)!important;color: #fff;}
.copy{padding: .5rem 0;background: var(--pc);}
.copy p{margin: 0;}


.banner-inner .banner-img{height: 450px;}
.banner-inner img{height: 100%;object-fit: cover;width: 100%;}

.counter-section {
      background: #f9f9f9;
      padding: 60px 20px;
      text-align: center;
    }
    .counter-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .counter-box {
      background: #fff;
      padding: 30px 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .counter-box:hover {
      transform: translateY(-5px);
    }
    .counter-number {
      font-size: 3.5rem;
      font-weight: 500;
      color: var(--pc);
    }
    .counter-label {
      margin-top: 10px;
      font-size: 1.1rem;
      color: #333;
      font-weight: 400;
    }
    @media(max-width: 768px) {
      .counter-container {
        grid-template-columns: 2fr 2fr;
      }
    }
    @media(max-width: 480px) {
      .counter-container {
        grid-template-columns: 1fr;
      }
    }

    .suffix {
  font-size: 2rem;
  font-weight: bold;
  color: #0073e6;
  margin-left: 4px;
}

.service-box{display: flex;gap: 2rem;padding: 2.5rem 0;border-bottom: 1px solid #cdcd;}
.s-img {
    flex-shrink: 0;
    flex-basis: 420px;
}

.service-box p{text-align:justify;font-size: 15px;line-height: 27px;margin: 0;}
.service-box h2{font-size: 27px;color: var(--pc);margin-bottom: 2rem;}
.service-box img{height: 100%;object-fit: cover;border-radius: 3px;}
.title-service::after {
    position: absolute;
    height: 4px;
    bottom: -10px;
    width: 100%;
    background-image: linear-gradient(to right, #2E827A, transparent);
    content: '';
    left: 0;
    
}

.s-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(43 131 126 / 36%); /* dark overlay */
  
  border-radius: 8px;
  z-index: 1;
}

.s-img{position: relative;}
.service-box:nth-child(odd){flex-direction: row-reverse;}
.contact-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
     
      max-width: 1200px;
      margin: auto;
    }

    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }



    .contact-form input,
    .contact-form textarea,
    .contact-form button {
      width: 100%;
      margin-bottom: 15px;
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 16px;
    }

    .contact-form button {
      background: var(--pc);
      color: #fff;
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }

    .contact-form button:hover {
      background: var(--pc);
    }

    .contact-details {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .info-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .info-box h3 {
      margin-bottom: 20px;
      font-size: 25px;
      color: #000;
    }

    .map {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

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

    .contact-details svg{width: 30px;height: 30px;margin-right: 10px;}
    .contact-details svg path{stroke: var(--pc);}

    .contact-form .title{color: var(--pc);}
    footer{border-top: 1px solid #cdcd;}
    