@font-face {
      font-family: 'jost';
      src: url('/font-family/Jost-Regular.ttf');
    }
 body {
      font-family: 'jost';
      margin: 0;
    }
    body{
      background-color: #eaf7f4 !important;
    }

    * {
      box-sizing: border-box;
    }

    img {
      vertical-align: middle;
    }

    /* slider part Start  */
    .slider-container {
      position: relative;
      max-width: 100%;
      margin: auto;
    }

    .mySlides {
      display: none;
    }

    .image_size {
      width: 100%;
      object-fit: fill;
    }

   .about-heading{
    color: #009343;
   }

  
   .col-lg-8.col-md-6.col-12.p-0.enquiry--form{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      background: #009343;
      user-select: none;
      text-decoration:none;
    }

    @media (min-width: 1024px) {
     .next {
      right: 50px;
    }

    .prev {
      left: 50px;
    }

    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .next {
      right: 30px;
    }

    .prev {
      left: 30px;
    }

    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
}
@media (max-width: 767px) {
  .next {
      right: 20px;
    }

    .prev {
      left: 20px;
    }

    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
}
/* Slider Part End */
/* Highlights part start */
.project_highlights_div > h1{
      text-align: center;
      padding: 30px;
      font-size: 39px;
      line-height: 54px;
      font-weight: 700;
      margin-top: 2px;
      color: #32343b;
    }

  /* Highlights Slider Part Start */
      @media (max-width: 767px){

      .highlight-box {
      width: 350px ;
      height: 200px ;
    }    
    }
    @media (min-width: 768px) and (max-width: 1023px) {
  .highlight-box {
      width: 250px ;
      height: 200px ;
    }   
}
@media (min-width: 1023px) and (max-width: 1209px) {
  .highlight-box {
      width: 164px !important;
      height: 200px !important ;
    }   
}

    .highlight-box {
      width: 210px;
      height: 200px;
      text-align: center;
      background-color: white;
      padding: 20px;
      transition: background-color 0.6s ease-in-out;
      position: relative;
      overflow: hidden;
    }

    .highlight-box:hover {
      background-color: #e2dad3; /* Change background color on hover */
    }

    .highlight-box:hover .highlight-icon {
      background-color: #000; /* Change icon background color on hover */
    }

    /* Expanding border effect using ::before pseudo-element */
    .highlight-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      transform: scale(0); /* Initially collapsed */
      transition: transform 0.5s ease-in-out;
      z-index: -1; /* Place it behind the content */
    }

    .highlight-box:hover::before {
      transform: scale(1); /* Expands the border on hover */
    }

    .highlight-icon {
      width: 84px;
      height: 84px;
      margin: 10px auto 10px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .highlight-title {
      font-size: 18px;
      font-weight: bold;
      text-transform: capitalize;
    }

    /* Highlight Slider Part End */



    /* About us part is start */
     /* About Us Section Styles */


      .background-section {
      background-image: url('');
      background-size: cover;
      background-position: center;
      align-items: center;
    }
    .content-row {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .content-row img {
      max-width: 100%;
      border-radius: 8px;
    }
    .content-text {
      text-align: left;
    }

    .About_us {
      position: relative;
      width: 100%;
      height: 500px; /* Adjust the height as needed */
      margin-bottom: 100px;
    }

    .About-sm {
      color: #009343;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
    }
    
    

    .About-lg {
      color: #20754e;
      font-size: 36px;
      font-weight: 600;
      margin: 10px 0;
    }

    .About-p {
      text-align: justify;
      font-size: 17px;
      line-height: 1.5;
      margin-top: 15px;
      padding-left: 8%;
    padding-right: 8%;
    line-height: 1.9;
    }
        @media (min-width: 350px) and (max-width: 768px) {
  .About-p {
      font-size: 16px;
      line-height: 1.5;
      margin-top: 15px;
      padding-left: 8%;
    padding-right: 8%;
    line-height: 1.9;
    } 
}
    .specifications_text{
      text-align: center;
    }
    .sp-sm{
      color: #009343;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 2px;
    }
    .am-s{
      color: white;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 2px;
    }
    .sp-lg{
      color:#32343b;
      font-size: 36px;
      font-weight: 600;
      margin: 10px 0;
    /*line-height: 42px;*/
    /*margin-top: 2px;*/
    padding-bottom: 15px;
    }
    .am-t{
      color:white;
      font-size: 36px;
      font-weight: 600;
      margin: 10px 0;
    line-height: 54px;
    margin-top: 2px;
    padding-bottom: 15px;
    }

    /* Specifications Start Part */

     .specifications_text{
      text-align: center;
    }
    .sp-sm{
      color: #009343;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 2px;
    }
    
 .grid {
            display: grid;
             grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            width: 100%;
            padding: 10px;
        }

        .box {
            position: relative;
            overflow: hidden;
            height: 230px;
            background: #ddd;
            border-radius: 8px;
            cursor: pointer;
        }

        .box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .box:hover img {
            transform: scale(1.1);
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); /* Dark overlay before hover */
            display: flex;
            justify-content: center;
            align-items: end;
            transition: background 0.4s ease;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

        .box:hover .overlay {
            background: rgba(255, 255, 255, 0); /* Clear overlay on hover */
        }

        .text {
            font-size: 20px;
            color: #fff; /* White text for contrast with dark overlay */
            opacity: 1;
            transition: opacity 0.4s ease;
        }

        .box:hover .text {
            opacity: 0;
        }

        @media (min-width: 1200px) {
            .grid {
                grid-template-columns: repeat(3, 1fr);
                padding-left: 100px;
                padding-right: 100px;
                padding-bottom: 20px;
            }
        }

         @media (max-width: 992px) {
            .grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .grid {
                grid-template-columns: 1fr;
            }

            .text {
                font-size: 16px;
            }
        }

    

    
    .video{
      height:450px !important;
    }
     @media (max-width: 600px) {
      .video{
      height:200px !important;
    }
    }
    @media (max-width: 800px) {
      .video{
      height:350px !important;
    }
    }


    /* specifications End Part */

    

    /* Gallery Start Part */

    
 @media (max-width: 768px) {
      .wrapper {
          padding: 0px;
        }
      .sp-lg{
          margin-top:10px;
        font-size: 23px;
        line-height: 29px;
      }



    }

/* Default slide */
.center-slider .slick-slide {
  margin: 0px 20px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1.0);
  
 transition: all 0.4s ease-in-out;
}

/* Active center slide */
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.0);
 
}

.center-slider .slick-current.slick-active {
  transform: scale(1.0);
}

.slick-next, .slick-prev {
  z-index: 5;
}

.slick-next {
  right: 10px !important;
  position: relative !important;
}

.slick-prev {
  left: 10px !important;
  position: relative !important;
  top:0px !important
}


.slick-next:before, .slick-prev:before {
  color: #000 !important;
  font-size: 26px;
}

.custom-arrows {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap:10px;
}

.custom-arrows button {
   display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0px solid #000; /* Black border */
  background-color:#009343 ;
  color: #fff; /* Black arrow */
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.custom-arrows button:hover {
  background-color:#009343 ; /* Black background on hover */
  color: #fff; /* White arrow on hover */
}

.custom-arrows button i {
  pointer-events: none; /* Ensures the hover is applied to the button, not the icon */
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: space-between; /* Ensure buttons and image have space */
  z-index: 999;
  padding: 0 20px; /* Add padding to keep the buttons away from the edges */
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.fullscreen-overlay .prev-btn,
.fullscreen-overlay .next-btn {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}

.fullscreen-overlay .prev-btn:hover,
.fullscreen-overlay .next-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.fullscreen-overlay .prev-btn {
  left: 20px; /* Adjust the spacing if needed */
}

.fullscreen-overlay .next-btn {
  right: 20px; /* Adjust the spacing if needed */
}

/* Gallery End Part */


/*Location Highlights  Start Part*/

 .highlight-container{
          padding: 160px;
          background-color: #32343b;
           display: flex;
           justify-content: center;
        }

.column-30 {
    flex: 0 0 35%;
    background-color: #fff;
}

.column-70 {
    flex: 0 0 65%;
    background-color: #d0d0d0;
}

.neighborhoods__faq {
    position: relative;
    display: block;
    background-color: #fff;
}

.accordion-title {
    border-bottom: 1px solid #e2dad3;
    cursor: pointer;
    transition: color 0.3s ease;
}

.accordion-title.active h4 {
    color: #009343;
}

/*Location Highlights End Part */

/* Background styling for the section */
.l-h-background {
  background-color: #32343b;
  padding: 20px 150px 60px 150px !important;
}

@media (max-width: 768px) {
  .l-h-background {
    padding: 10px !important;
  }
}

/* Row color styling */
.row-color {
  background-color: #fff;
}

/* Accordion styling */
.accordion-title {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.accordion-title.active {
  color: #009343;
}

/* Location Highlights Part End */


/* Contact form Part Start */



.popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      z-index: 9999;
    }

    .popup-content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      width: 480px;
      max-height: 98%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transform: translateY(-100%);
      transition: transform 0.5s ease-in-out;
      overflow-y: auto;
    }

    .popup-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.popup-content {
  scrollbar-width: none; /* Firefox */
}

    .popup.show .popup-content {
      transform: translateY(0);
    }

    .popup-content h2 {
      margin: 0 0 15px;
    }

    .popup-content input, .popup-content textarea, .popup-content button {
      width: 100%;
      margin: 10px 0;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 16px;
    }

    .popup-content button {
      width: 120px;
      background-color:  #009343;
      color: #fff;
      border: none;
      cursor: pointer;
    }

    .popup-content button:hover {
      background-color: #212529;
    }

    .close-btn {
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    .form-title {
      float: left;
      font-size: 25px;
      align-self: center;
    }

    .enquiry-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .enquiry-title{
    padding-top:30px;
     background-color: #e9f2ff; 
     font-size: 34px;
    }

     .enquiry-form {
      background-color: #04335912;
      padding: 20px 10px 20px 10px !important;
    }
     @media (min-width: 350px) and (max-width: 768px) {
  
    .enquiry-form {
      background-color: #f4efeb !important;
      padding: 20px 15px 20px 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
  
    .enquiry-form {
      background-color: #f4efeb;
      padding: 40px 30px 40px 30px;
    }
}

    #enquiry-form {
      background-color: #e9f2ff;
      padding: 80px 100px 80px 100px;
    }
     @media (min-width: 340px) and (max-width: 768px) {
  
    #enquiry-form {
      background-color: #e9f2ff;
      padding: 20px 15px 20px 15px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
  
    #enquiry-form {
      background-color: #e9f2ff;
      padding: 40px 30px 40px 30px;
    }
}

    .form-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
    }

    .form-row input,
    .form-row textarea {
      flex: 1;
      margin-right: 15px;
      padding: 15px;
      border: 0px;
      border-radius: 4px;
      outline:none;
    }
    

    .form-row input:last-child,
    .form-row textarea {
      margin-right: 0;
      border: 0px;
    }

    button {
      padding: 10px 15px;
      background-color: #28a745;
      color: white;
      border: 0px;
      border-radius: 4px;
      cursor: pointer;
    }

    button:hover {
      background-color: #218838;
    }

    .phone-input {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    select#options {
    padding: 15px;
}

    select {
      width: 120px;
      padding: 15px;
      font-size: 14px;
      border-radius: 5px;
      outline: none;
      border: 0px;
    }

    input[type="tel"] {
      flex-grow: 1;
      padding: 15px;
      font-size: 14px;
      border: none;
      outline: none;
    }

    select:focus, input[type="tel"]:focus {
      border-color: #007bff;
    }

    #message {
      height: 150px;
    }     

    



    

            /* WhatsApp Icon Styles */
        .whatsapp-icon {
            position: fixed;
            right: 0px; /* Adjust distance from the right edge */
            top: 40%; /* Center vertically */
            transform: translateY(-50%);
            background-color: #25D366;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            cursor: pointer;
        }

        .whatsapp-icon img {
            width: 35px;
            height: 35px;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) { /* Tablets and smaller */
            .whatsapp-icon {
                width: 50px;
                height: 50px;
            }

            .whatsapp-icon img {
                width: 30px;
                height: 30px;
            }
        }

        @media (max-width: 480px) { /* Mobile devices */
            .whatsapp-icon {
                width: 40px;
                height: 40px;
                right: 10px; /* Reduce distance for smaller screens */
            }

            .whatsapp-icon img {
                width: 25px;
                height: 25px;
            }
        }


                /* Enquiry Image Styles */
        .enquiry-img {
            position: fixed;
            right: 0px; /* Adjust distance from the right edge */
            top: 58%; /* Center vertically */
            transform: translateY(-50%);
            width: 40px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            cursor: pointer;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) { /* Tablets and smaller */
          .enquiry-img {
            position: fixed;
            /* Adjust distance from the right edge */
            top: 55%; /* Center vertically */
            transform: translateY(-50%);
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            cursor: pointer;
            width: 30px;
        }
       
            .whatsapp-icon {
                width: 43px;
                height: 43px;
            }

            .whatsapp-icon img {
                width: 30px;
                height: 30px;
            }
            
        }




       .scroll-to-top {
          position: fixed;
          bottom: 20px;
          right: 20px;
          width: 50px;
          height: 50px;
          background-color: #000; /* Black background */
          color: #fff; /* White arrow */
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          background-color:#009343 ;
          cursor: pointer;
          transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
          opacity: 0;
          visibility: hidden;
          z-index: 1000;
        }
        .scroll-to-top:hover {
  background-color:#0061af; /* Black background on hover */
  color: #fff; /* White arrow on hover */
}
.button#toggleFaqs{
 background-color:#009343 !important; 
}
.button#toggleFaqs:hover{
 background-color:#0061af; 
}


.scroll-to-top i {
  font-size: 20px;
}

.scroll-to-top:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}




.get-in-touch-container {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            overflow: hidden;
            background-color: #fff;
            margin-top: 200px;
            margin-bottom: 200px;
            padding: 0px 160px 70px 160px;;
        }

        .left-section {
            flex: 1 1 40%;
            background-color: #fff;
            padding: 30px;
            align-items: center;
            justify-content: center;
        }

        .right-section {
            flex: 1 1 60%;
            padding:80px 80px 30px 80px;
            background-color: #f4efeb;
        }

        h1 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        form {
            display: flex;
            flex-direction: column;
        }

        label {
            margin-top: 10px;
            font-weight: bold;
        }

        input, textarea {
            width: 100%;
            margin-top: 5px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        button {
            margin-top: 15px;
            padding: 10px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        button:hover {
            background-color: #0056b3;
        }

        @media (max-width: 1024px) {
            .container {
                flex-direction: row;
            }

            .left-section {
                flex: 1 1 40%;
            }

            .right-section {
                flex: 1 1 60%;
            }
        }

        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }

            .left-section, .right-section {
                flex: 1 1 100%;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 20px;
            }

            input, textarea {
                font-size: 14px;
                padding: 8px;
            }

            button {
                font-size: 14px;
                padding: 8px;
            }
        }


        

.contact-smt-btn{
  width:130px;
  height:50px;
  background-color: #009343 ;
  border-radius: 0px;
}
.contact-smt-btn:hover{
  background-color: #009343;
}

.contact-one__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.contact-one__list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2dad3;
    padding-bottom: 15px;
}

.contact-one__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-one__list .icon {
    flex-shrink: 0;
    font-size: 24px;
    color: #009343;
    background-color: #eaf7f4; /* Initial background color */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-one__list .content {
    margin-left: 15px;
    text-align: left;
}

.contact-one__list .content p {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.contact-one__list .content h4 {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.contact-one__list .content h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-one__list .content h4 a:hover {
    color: #0061af;
}

.contact-one__list .icon:hover {
    background-color: #0061af; /* Background color on hover */
    color: #fff; /* Icon color on hover */
}


/* Contact form Part End */


/* Enquiry Now Part Start */

.Enquiry-btn{ 
  align-self: center;
  margin:0px 40px 0px 40px;
  border-radius: 0px;
}
/* Enquiry Now part End */


/* Custom table styles */

@media (min-width: 350px) and (max-width: 375px) {
 .specifications_text {
    margin-top: 150px;
} 
}
@media (min-width: 375px) and (max-width: 540px) {
 .specifications_text {
    margin-top: 60px;
} 
}
@media (min-width: 540px) and (max-width: 768px) {
 .specifications_text {
    margin-top: 100px;
} 
}
@media (min-width: 768px) and (max-width: 1023px) {
 .specifications_text {
    margin-top: -100px;
} 
}
@media (min-width: 1023px) and (max-width: 1900px) {
 .specifications_text {
    margin-top: 50px;
} 
}
.pg{
  width:100%;
}


.table thead th {
  background-color: #009343; /* Bootstrap danger color */
  color: white; /* White text for the header */
}

.table tbody a {
  text-decoration: none; /* Remove underline from the link */
  transition: color 0.3s ease; /* Smooth color transition for hover */
  
}
tbody{
  background-color: #ddd;;
}

.table tbody a:hover {
  color: #007bff; /* Bootstrap primary color for hover */
}

/* Custom styles for the Download Brochure button */

.download-brouchure {
    background-color:#009343 !important; /* Bootstrap danger color */
    color:white !important;
  border: none !important;
  font-size: 18px !important; /* Adjust font size */
  font-weight: bold !important;
  text-transform: uppercase !important ;
  transition: all 0.3s ease !important;
}

.download-brouchure:hover {
  background-color: #009343 !important ; /* Darker shade on hover */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add hover effect */
}

.download-brouchure {
  font-size: 20px; /* Icon size */
}
@media (max-width: 576px) { /* Mobile */
  #enquiry-btn1 {
  width: 220px;
  font-size: 12px !important;
}
.col-lg-8.col-md-6.col-12.p-0.enquiry--form{
  margin-top: 50px;
}
.container.my-0.px-5.pb-2.pt-4.profile--section{
  padding: 10px !important;
}
.enquiry-title{
  padding: 5px;
  font-size:25px;
}
.img.img-fluid.h-75.w-100.px-5.master--layout{
  padding: 5px !important;
}
#master--layout{
  padding: 5px !important;
}
}

@media (min-width: 577px) and (max-width: 768px) { /* Tablet */
  #enquiry-btn1 {
  width: 250px;
  font-size: 15px !important;
}
}





/* Popup Form Styles */
.popup-form {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.close-btn:hover {
  color: #ff0000;
}



/* Parallax Section */
/* Parallax Section */
.parallax-section {
  position: relative;
  height: auto; /* Adjust dynamically to content */
  background-image: url('images/AARCH-VIDEO.jpeg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px;
  color: white;
  z-index: 1; /* Ensure content appears above the overlay */
}

.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust color and opacity: black with 50% opacity */
  z-index: -1; /* Place the overlay behind the content */
}


/* Text Styling */
.parallax-section .text-white {
  font-size:13px;
}























.slick1-slide {
    margin: 0px 20px;
}

.slick1-slide img {
    width: 100%;
}

.slick1-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick1-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick1-list:focus {
    outline: none;
}

.slick1-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick1-slider .slick1-track,
.slick1-slider .slick1-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick1-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick1-track:before,
.slick1-track:after {
    display: table;
    content: '';
}

.slick1-track:after {
    clear: both;
}

.slick1-loading .slick1-track {
    visibility: hidden;
}

.slick1-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick1-slide {
    float: right;
}

.slick1-slide img {
    display: block;
}

.slick1-slide.slick1-loading img {
    display: none;
}

.slick1-slide.dragging img {
    pointer-events: none;
}

.slick1-initialized .slick1-slide {
    display: block;
}

.slick1-loading .slick1-slide {
    visibility: hidden;
}

.slick1-vertical .slick1-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick1-arrow.slick1-hidden {
    display: none;
}

@media (min-width: 350px) and (max-width: 768px) {
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: initial;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    background: #009343;
    user-select: none;
    text-decoration: none;
    }

    .custom-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0px solid #000;
  background-color: #009343;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.founder-column{
      padding: 30px 15px 30px 15px !important;
}
}




h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos {
      margin: 0 auto;
      width: 80%;
   }
   .customer-logos .slide {
       text-align: center;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 10px;
   }
   .customer-logos img {
      height: auto;
      display: inline-block;
   }
   .customer-logos {
         margin: 0 auto;
         width: 80%;
      }

      .customer-logos .slide {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
      }

      .customer-logos img {
         width: 50px; /* Adjust as needed */
         height: auto;
         padding:5px;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         margin-bottom: 10px;
      }

      .highlight-title {
         font-size: 16px;
         font-weight: 600;
         color: #333;
      }
      a.nav-link{
          font-weight:600;
      }
      a.nav-link {
    color: #009343; 
}

      
