@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sail&display=swap");

@font-face {
  font-family: "Araboto";
  src: url("araboto/Araboto Normal 400.ttf") format("truetype"); /* Adjust the path if needed */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Araboto";
  src: url("araboto/Araboto Bold 400.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Apply the font globally */
body {
  font-family: "Araboto" !important;
}

p {
  margin-bottom: 0 !important;
}
.smalltext {
  font-size: 0.8rem;
}
.mediumtext {
  font-size: 1rem;
}
.HeadingText {
  font-size: 2rem;
  font-weight: 600;
  color: #02542d;
}
.navbar-nav{
    font-weight: 800;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 30px;
  }
}
.BannerImage {
  /* height: 90vh; */
  width: 100%;
}
.BannerImage img {
  height: 100%;
  width: 100%;
}
/* Section Styling */
.stats-section {
  padding: 30px 0;
  background-color: white;
  text-align: center;
}

.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stats-number {
  font-size: 46px;
  font-weight: bold;
  color: #0f6939;
  margin-top: 5px;
}
.stats-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.stats-label {
  font-size: 20px;
  font-weight: 600;
}

/* Image Styling */
.stats-image {
  width: 10px;
  object-fit: cover;
  height: 100%;
}

/* Responsive */
@media (max-width: 767px) {
  .stats-image {
    display: none; /* Hide images on small screens */
  }
  .stats-label {
    font-size: 18px;
  }
}

/* Section Styling */
.about-section {
  background-color: #2c2c2c; /* Dark Background */
  color: white;
  padding: 80px 0;
  position: relative;
}

.about-title {
  font-size: 5rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  width: fit-content;
  height: fit-content;
  margin: auto;
  display: flex !important;
  transform: rotate(180deg);
  position: relative;
  left: -30px;
}

/* Green-bordered Image */
.about-image {
  position: relative;
  height: 100%;
  width: 90%;
  margin: auto;
}

.about-image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.about-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #0f6939;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.1);
}

/* Cards (Vision & Mission) */
.about-card {
  background: white;
  color: black;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.about-card h5 {
  color: #0f6939;
  font-weight: bold;
  margin-bottom: 0;
}

/* Button */
.btn-green {
  background-color: #14ae5c;
  color: white;
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}

.btn-green:hover {
  background-color: #27ae60;
}
.leaf-icon {
  width: 20px;
  height: 16px;
  margin-left: 10px;
  font-size: 20px;
}
.about-content p {
  padding-block: 12px;
}
.shape1 {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.shape2 {
  position: absolute;
  top: 0;
  right: 50px;
}
.testimonialSwiper {
  padding: 60px;
  position: relative;
  overflow: hidden;
  background-image: url(./images/success-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.border-separation {
  width: 80%;
  height: 0.5px;
  background-color: #14ae5c;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 10%;
  border: 0.5px solid #14ae5c;
}
.shape3 {
  position: absolute;
  top: 0;
  left: 70px;
}
.shape4 {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.swiper-container {
  width: 100%;
}
.swiper-images {
  height: 500px !important;
  padding: 51px 90px;
  border-radius: 10px;
  width: 100%;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(11, 61, 40, 0.8);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  transition: 0.3s ease;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  background-color: #0b3d28;
}

.swiper-button-prev-custom {
  left: 10px;
}

.swiper-button-next-custom {
  right: 10px;
}
.testimonialheading {
  width: 60%;
  margin: auto;
}
.projects-section {
  padding: 50px 0 0 0;
  position: relative;
  overflow-x: hidden;
}
.project-title {
  font-weight: bold;
  color: #0b3d28;
  text-align: center;
}
.ProjectsHeading {
  position: relative;
  width: 85%;
  margin: auto;
 
}
.ProjectsHeading a {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 2px solid #148958;
  font-weight: 600;
  
}

.info-box {
  color: #fff;
  text-align: center;
}
.info-box h4,
.info-box p {
  text-align: center;
  font-size: 24px;
}
.more-details-btn {
  background: #522504;
  color: white;
  border: none;
  padding: 6px 20px;
}
.more-details-btn i {
  color: #14ae5c !important;
}
.projectDesc {
  text-align: right;
  width: 75%;
  margin: 0px auto;
  padding-bottom: 40px;
}
.projectstats {
  background: linear-gradient(92.4deg, #14ae5c 40.88%, #042515 99.76%);
  padding: 20px 10px;
  position: relative;
  left: -20px;
  width: 102.49%;
  padding-inline: 25px;
}
.projectstats .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.absShape {
  position: absolute;
  top: 0;
  right: -20px;
  width: 10px;
  height: 100%;
  filter: brightness(57.5);
}
.info-box img {
  height: 100px;
}
.projects-section .col-md-6 {
  padding: 0 !important;
}
.mainRow {
  height: 750px;
}
.sectionmage {
  height:610px;
  width: 100%;
  position: relative;
  /* left: -20px; */
}
.sectionmage img {
  height: 100%;
  width: 100%;
  /* object-fit:cover; */
}

.secondimage {
  left: -30px;
  width: 106.5%;
}
.projectstats .position-relative {
  top: 20px;
}
.whyChooseparent {
  background-color: #fdffeb;
  padding-block: 60px;
}

.whyChooseCard {
  border: 2px solid #0b3d28;
  padding: 20px;
  text-align: left;
  position: relative;
  min-height: 190px;
  margin-bottom: 55px;
}
.whyChooseCard i {
  text-align: center;
}
.whyChooseCard i {
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: darkgreen;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: auto;
  position: relative;
  top: -50px;
}
.whyChooseparent .col-md-4:nth-child(2) .whyChooseCard,.whyChooseparent .col-md-4:nth-child(5) .whyChooseCard{
  background-color: #02542d;
  color: #fff;
  border: none;
}
.whyChooseparent h2 {
  padding-bottom: 80px;
}
.whyChooseCard h4 {
  padding-bottom: 10px;
  margin-top: -15px;
}
.consultaionSection {
  background: url(./images/Isolation_Mode.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.consultaionSection h3 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #603813;
  text-align: center;
  width: 80%;
  margin: auto;
}

.consultaionSection span {
  font-size: 2.3rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #0b552d; /* Green outline */
  white-space: nowrap;
  display: inline-block;
}
.knowmore {
  margin: 30px auto;
  background: #0f6939;
  color: #fff;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  text-decoration: none;
  padding: 7px 15px;
}
.formImage {
  height: 480px;
  width: 100%;
}
.formImage img {
  height: 100%;
  width: 100%;
}

.contact-content {
  width: 70%;
  margin: auto;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  /* border-radius: 5px; */
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: 2px solid #0b552d;
}
.contact-content h2 {
  font-size: 30px;
}
.contact-content h2 {
  font-size: 36px;
  padding-bottom: 20px;
}
.blogSectionParent h2 {
  font-family: "Sail" !important;
  font-weight: 400;
  font-size: 44px;
}
.BlogsCard img {
  width: 100%;
  height: 300px;
  transition: all 0.3s ease;
}
.BlogsCard {
  overflow: hidden;
}
.BlogsCard img:hover {
  transform: scale(1.1);
}
.blogText {
  background-color: #ececec;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.blogText i {
  background-color: #522504;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 25px 0 0 25px;
  right: 0;
  bottom: -5px;
  color: #14ae5c;
}
.reviews-section {
  background: url(./images/reviewsbg.png);
  background-color: #f8f9fa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.review-card {
  background: white;
  padding: 20px;
  border: 2px solid #148958;
  text-align: center;
  position: relative;
}

.quote-icon {
  font-size: 2rem;
  color: #0b552d;
  position: absolute;
  top: -10px;
  left: -10px;
  background: white;
  border-radius: 50%;
  padding: 5px 10px;
}

.review-content p {
  font-size: 1rem;
}

.review-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
  border: 2px solid #148958;
  background: #fff;
  padding: 5px 10px;
  width: fit-content;
  bottom: -45px;
  text-align: left;
}

.review-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  display: none;
}

.review-author h6 {
  font-weight: bold;
  margin: 0;
}

.review-author p {
  font-size: 0.9rem;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #0b552d;
}

.quote-icon {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 6px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-section .swiper-wrapper {
  padding-top: 30px;
}
.reviews-section .swiper-horizontal {
  touch-action: pan-y;
  padding: 10px;
}
.review-content p {
  text-align: left !important;
}
.reviews-slider {
  width: 80%;
  margin: auto;
}
.blogSectionParent {
  padding-bottom: 100px;
}
/* footer styles starts here */
.footer {
  color: white;
  padding: 40px 0;
  position: relative;
  background: url(./images/image\ 9.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f6939;
}
.FooterLinks p {
  padding-top: 12px;
}
.footer-logo-section {
  background: white;
  padding: 20px;
  border-radius: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  padding-inline: 40px;
  color: #0f6939;
  border: 1px solid #14ae5c;
  position: absolute;
  top: -27px;
}
.footer-logo-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -27px;
  width: 0;
  height: 0;
  border-right: 28px solid #0f6939;
  border-top: 28px solid transparent;
  border-bottom: 30px solid transparent;
  z-index: -1;
}

.footer-logo-section p {
  border-bottom: 1.5px solid #0f6939;
}
.footer-logo {
  height: 130px;
  width: 150px;
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
}
.social-icons a {
  font-size: 24px;
}
.social-icons a:nth-child(1) {
  color: #1877f2;
}
.social-icons a:nth-child(2) {
  color: #ff0000;
}
.social-icons a:nth-child(3) {
  color: #0076b2;
}
.social-icons a:nth-child(4) {
  color: #ff0000;
}
.footer-Address {
  padding-left: 55px;
}

.contactInfo {
  background: #fff;
  color: green;
  text-align: center;
  padding: 6px;
  margin-bottom: 1px;
  border-radius: 0 50px 0 0;
  width: 280px;
}
.contact-card {
  position: relative;
}
.icon1 {
  position: absolute;
  top: 0px;
  left: -41px;
  background: linear-gradient(225.62deg, #02542d 9.33%, #14ae5c 90.32%);
  height: 103%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 65px;
  border-radius: 0 0 0 50px;
}
.emailIcon {
  background: linear-gradient(225.62deg, #02542d 9.33%, #14ae5c 90.32%);
  height: 102%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 65px;
  border-radius: 0 0 0 50px;
  position: absolute;
  right:-40px;
  transform: rotate(181deg);
}
.emailIcon i.fas.fa-envelope{
  transform: rotate(180deg);
}
.form-control {
  border-radius: 0;
}
.emailSection {
  border-radius: 0 0 0 50px;
  /* width: 195px; */
  width: 270px;
  margin-left: 25px;
}
.emailSection i.fas.fa-envelope {
  transform: rotate(180deg);
}
.copyrightSection {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 40px;
}
.contactCardParent {
  padding-top: 50px;
}
/* media queries start here */
.enquiry-btn {
  display: block !important;
}
/* Enable hover dropdown */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8) !important;
  /* Transparent black */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  backdrop-filter: blur(5px);
}
.navbar {
  transition: all 0.4s ease-in-out;
}
.navbar.fixed .nav-link {
  color: #fff !important;
}

.navbar.fixed .navbar-brand {
  background-color: #fff;
}
@media (max-width: 768px) {
  .gallery-container {
    padding: 20px 0 !important;
}
  .features div {
    font-size: 14px;
}
  .shape1 {
    left: 30px;
  }
  .shape2 {
    right: 15px;
  }
  .stats-section {
    padding: 30px 0;
  }
  .HeadingText {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .shape3 {
    left: 14px;
  }
  .shape4 {
    right: 8px;
  }
  .reviews-slider {
    width: 95%;
    margin: auto;
  }
  .footer-logo img {
    object-fit: contain;
  }
  .about-section {
    padding: 60px 0;
  }
  .reviews-section .text-center.pb-5 {
    padding-bottom: 10px !important;
  }
  .whyChooseparent {
    padding: 40px 0 0 0;
  }
  .blogSectionParent {
    padding-bottom: 20px;
  }

  .container.d-flex.justify-content-between.align-items-center.px-5 {
    padding: 0 !important;
  }
  .stats-section .row {
    flex-direction: column;
    gap: 30px;
  }
  .about-section .col-lg-7.d-flex.gap-3 {
    flex-direction: column;
  }
  .BannerImage {
    height: 100%;
    width: 100%;
  }
  .testimonialSwiper p {
    padding-bottom: 20px;
  }
  .formImage {
    height: 100%;
    width: 100%;
  }
  .sectionmage {
    height: 100%;
    width: 100%;
  }
  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .testimonialheading {
    width: 90%;
    margin: auto;
  }
  .swiper-images {
    height: 100% !important;
    width: 100% !important;
    padding: 0;
  }
  .testimonialSwiper {
    padding: 20px;
  }
  .about-image {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  
  .projectDesc {
    text-align: justify;
    width: 90%;
    margin: 0px auto;
    /* padding-block: 40px; */
  }
  .project-title {
    text-align: center !important;
  }
  .projectstats .row {
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  .info-box p{
    font-size: 16px !important;
  }
  .projectstats {
    padding-inline: 10px;
  }
  .info-box img {
    margin-bottom: 50px;
  }
  .d-flex.gap-3.justify-content-end.align-items-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .info-box h4,
  .info-box p {
    text-align: center;
    font-size: 20px;
  }
  .project-content {
    text-align: justify;
  }
  .secondimage {
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .sectionmage {
    width: 100%;
  }
  .projectstats {
    left: 0;
    width: 100%;
  }
  .whyChooseCard {
    margin-bottom: 50px;
    text-align: center;
  }
  .whyChooseCard p {
    text-align: justify;
  }
  .consultaionSection h3 {
    font-size: 2rem;
    width: 95%;
  }
  .consultaionSection span {
    font-size: 2rem;
    word-wrap: break-word;
    white-space: normal;
  }
  .contact-content {
    width: 90%;
    margin: 30px auto;
  }
  .contact-content h2 {
    font-size: 26px;
    text-align: center;
  }
  .BlogsCard {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .BlogsCard img {
    height: 100%;
  }
  .blogSectionParent h2 {
    font-size: 40px;
    padding-block: 20px !important;
  }
  .footer-logo-section {
    position: relative;
    width: 100%;
  }
  .footer-Address {
    padding-left: 0px;
  }
  .col-md-2.FooterLinks {
    padding: 15px 0 0 20px;
  }
  .contactCardParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding-top: 0;
    margin-left: -15px;
  }
  .copyrightSection {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 0;
  }
  .emailIcon {
    right: -45px;
  }
  .footer {
    color: white;
    padding: 80px 0 20px 7px;
  }
  .projects-section .col-lg-6 {
    padding: 0 !important;
  }
  .navbar .container-lg.px-5 {
    padding-inline: 20px !important;
  }
  .navbar {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar.fixed .nav-link {
    color: #000 !important;
  }
  .navbar.fixed {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  .navbar.fixed {
    background-color: #fff !important;
  }
  .navbar.fixed .nav-link {
    color: #000 !important;
  }
}
@media screen and (max-width: 992px) {
  .col-md-6.col-lg-2.FooterLinks {
    padding-top: 25px;
  }
  nav.navbar.navbar-expand-lg .enquiry-btn {
    display: none !important;
  }
}
/* Responsive Adjustments */
@media (max-width: 991px) {
  .glimpse-card{
    height:250px !important;
  }
  button.navbar-toggler.collapsed {
    border: none !important;
    outline: none;
  }
  div#navbarNav {
    padding-top: 25px;
  }
  .nav-link.active {
    border-bottom: none !important;
  }
  .about-title {
    position: absolute;
    transform: rotate(0);
    text-align: center;
    margin-bottom: 20px;
    left: 0;
  }
  .about-content {
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .BannerImage {
    height: 70vh;
    width: 100%;
  }
  .about-image {
    height: 400px;
    width: 430px;
    margin: 40px auto 0 auto;
  }
  .sectionmage {

    margin-top: 20px;
  }
  .projectstats {
    left: 0;
    width: 100%;
  }
  .contact-content {
    padding-block: 30px;
  }
  .footer-logo-section {
    position: relative;
  }
  .col-md-6.col-lg-2.FooterLinks {
    padding-left: 50px;
  }
  .emailIcon {
    position: absolute;
    right: -44px;
  }
  .emailSection {
    width: 270px;
  }
  .contact-card {
    position: relative;
    width: fit-content;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .contactCardParent {
    padding-top: 30px;
  }
  .footer-logo-section {
    padding-inline: 10px;
  }
  .footer-Address {
    padding-left: 30px;
  }
  .contactInfo p {
    font-size: 14px;
  }
  .emailIcon {
    right: -40px;
  }
  .contactInfo {
    width: 190px;
  }
  .footer-logo {
    height: 130px;
    width: 132px;
  }
  .about-image {
    height: 400px;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .sectionmage {
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }
  .sectionmage img {
    object-fit: cover;
  }
  .row.mainrow.p-0.m-0.align-items-end {
    flex-direction: column;
  }
  .projects-section .col-lg-6.p-0,
  .projects-section .col-lg-6 {
    width: 100%;
    padding: 0;
  }
  .projectDesc {
    width: 75%;
    margin: 30px auto;
  }

}
.whyChooseCard{
  transition: all 0.3s linear;
}
.whyChooseCard:hover{
 transform: scale(1.04);
 background-color:#02542d !important;
 color: #fff !important;
 border: 2px solid #27ae60;
}
.whyChooseCard:hover h4,.whyChooseCard:hover p{
  color: #fff !important;
}
.whyChooseCard:nth-child(2):hover{
  background-color:transparent !important;
  color: #000 !important;
}
.strategicLocation:hover{
  background-color:transparent !important;
  color: #000 !important;
  border: 2px solid #27ae60 !important;
}
.strategicLocation:hover h4,.strategicLocation:hover p{
  color: #000 !important;

}
   .contactInfo.emailSection a {
      text-decoration: none;
}
@media screen and (max-width:575px){
  .emailSection .name{
font-size: 12px !important;
  }
  .emailSection {
    width: 270px;
    margin-left: 25px;
}
.contactInfo {
  width: 200px;
}
}

@media screen and (min-width:992px) and (max-width:1199px){
    .contactInfo a{
    font-size: 10px;
  }
      .emailIcon {
        right: -44px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px){
   .emailIcon {
        right: -25px;
    }
        .contactInfo {
        width: 220px;
    }
    .contactInfo.emailSection a {
      font-size: 12px;
      text-decoration: none;
}

}





















