*{
padding: 0;
margin: 0;
box-sizing: border-box;
} 

h1,h2,h3,h4,h5,h6,p {
padding: 0;
margin: 0;
}

.custom-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}



.banner-main-content {
color: #fff;
font-size: 28px;
line-height: 166%;
letter-spacing: 0%;
text-transform: uppercase;
position: absolute;
left: 60px;
bottom: 50px;
font-family: "Plus_Jakarta_Sans-Bold";
}

  .banner-img {
    width: 100%;
    height: 100vh;          /* Default large screen height */
    object-fit: cover;      /* Crop correctly */
}



.Company-Overview-left h1{
font-family: "Plus_Jakarta_Sans-Semibold" ;
font-size: 22px;
line-height: 180%;
letter-spacing: 3%;
text-transform: uppercase;

}



.slider {
  position: relative;
  height: 100vh;
}

.slider__slides {
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider__control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.3s;
  cursor: pointer;
}

.slider__control--right {
  left: 95%;
}

.slider__control:hover {
  background-color: #2da6ff;
}

.slider__control-line {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 3px;
  height: 14px;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
}

.slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(-135deg);
}

.slider__control--right .slider__control-line {
  left: 37px;
  transform-origin: 1px 0;
  transform: rotate(45deg);
}

.slider__control--right .slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(135deg);
}

.slider__control-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
  background-color: #fff;
}

.slider__control.a--rotation .slider__control-line:after {
  animation: arrowLineRotation 0.49s;
}

.slider__control.a--rotation .slider__control-line:nth-child(1):after {
  animation: arrowLineRotationRev 0.49s;
}

/* Animations */
@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}

@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}




/* banner section end  */

.Company-Overview-details {
    width: 100%;
    background-image: url(../images/home/Company-Overview-details-bg.jpeg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 27px 35px 0px 40px;
}

.total-count {
font-family: "Plus_Jakarta_Sans" ;
font-size: 50px;
letter-spacing: 3%;
color: #fff;
text-shadow: 4px 3px 0 #333; 
}

.project-name h4 {
font-family: "Plus_Jakarta_Sans" ;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
text-align: right;
color: #fff;
}

.Company-Overview-details-view {
font-family: "Plus_Jakarta_Sans" ;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
text-align: right;
color: #fff;
    padding-left: 88px;
}

/* Base styles */
.Company-Overview-details-view {
 
}
.project-name img { transition: transform 0.6s ease; }


.set-one.active .project-name img { transform: rotate(180deg); }

.Company-Overview-details-view{
  display: none;
}





/* Arrow rotation */
.project-name img {
  transition: transform 0.6s ease;
}
.set-one:hover .project-name img,
.set-one.active .project-name img {
  transform: rotate(180deg);
}




.set-one::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%);
    left: 0;
    bottom: 0;
}


.over-view-heading {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-family: "Plus_Jakarta_Sans-Bold";
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.over-view-content {
font-family: "Plus_Jakarta_Sans" ;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
padding-left: 15px;
padding-top: 10px;
padding-bottom: 20px;
}

.over-view-btn {
font-family: "Plus_Jakarta_Sans" ;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
background: linear-gradient(90deg, #F0CA95 0%, #FFFFFF 100%);
border-radius: 6px;
color: #000;
padding: 5px 15px;
margin-left: 15px;
text-decoration: none;
}

.project-section {
    background-color: #000;
        z-index: 9999;
}

.center-section-content h1{
font-family: "Plus_Jakarta_Sans" ;
font-size: 18px;
line-height: 180%;
letter-spacing: 3%;
text-align: center;
position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.project-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.55%, rgba(0, 0, 0, 0.466213) 93.27%, #101113 103.78%);
    top: 0;
    left: 0;
}
.project-img  img{
  border-radius: 4px;
}
.project-heading {
font-family: "Plus_Jakarta_Sans" ;
font-size: 23px;
line-height: 180%;
letter-spacing: 3%;
color: #FFD290;
}

.location {
    font-family: "Plus_Jakarta_Sans" ;
    color: #FFFFFF;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;

}

.project-details {
font-family: "Plus_Jakarta_Sans" ;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
 color: #FFFFFF;
}

.project-btn {
font-family: "Plus_Jakarta_Sans" ;
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
color: #000;
background-color: #fff;
text-decoration: none;
padding: 6px 6px;
border-radius: 6px;
}

.project-all {
    row-gap:20px;
}

.project-main-btn {
font-family: "Plus_Jakarta_Sans" ;
font-size: 20px;
line-height: 180%;
letter-spacing: 3%;
text-align: center;
text-transform: uppercase;
background: #fff;
color: #000;
border: 1px solid #000;
border-radius: 20px;
    padding: 2px 16px;
    text-decoration: none;
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
}

.enq-btn:hover{
     background: #FFD290;
       transform: translateX(-50%) scale(1.1);
       transition: transform 0.5s ease;
}

.project-section::after{
  position: absolute;
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  left: 0;

border-top: 3px solid transparent;
  border-left: 3px solid transparent;

  border-image-source: linear-gradient(
    221.08deg,
    rgba(237, 194, 132, 0) -1.53%, 
    #EDC284 47.06%, 
    rgba(135, 111, 75, 0) 97.55%
  );
  border-image-slice: 1;

      border-bottom: 0;
    border-right: 0;


}

.project-section::before{
  position: absolute;
  content: "";
  width: 25%;
  height: 25%;
  bottom: 0;
  right: 0;

border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;

  border-image-source: linear-gradient(
    221.08deg,
    rgba(237, 194, 132, 0) -1.53%, 
    #EDC284 47.06%, 
    rgba(135, 111, 75, 0) 97.55%
  );
  border-image-slice: 1;

      border-top: 0;
    border-left: 0;


}

.home-footer {
  background-color:#fff;
  z-index: 9999;
}

.main-heading {
 font-family: "Plus_Jakarta_Sans-Bold";
color: #000;
font-size: 22px;
line-height: 150%;
letter-spacing: 0%;
text-transform: uppercase;

}

.sub-heading {
 font-family: "Plus_Jakarta_Sans-Bold";
color: #000;
font-size: 16px;
line-height: 180%;
letter-spacing: 3%;
text-transform: capitalize;
}

.footer-content {
font-family: "Plus_Jakarta_Sans-Light";
font-size: 14px;
line-height: 180%;
letter-spacing: 3%;
color: #000;
text-decoration: none;
}

.footer-main-details::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;

background: linear-gradient(221.08deg, rgba(237, 194, 132, 0) -1.53%, #000000 97.91%);


  bottom: -20px;
  left: 0;
}

.duffl-link {
    color: #fff;
    font-size: 11px;
text-decoration: none;
letter-spacing: 0.80px;

}

.small-footer {
      padding: 11px 0;
      color: #fff;
  background-color: #000;
}


@media (max-width:991px) {
  .key-img {
        width: 30%;
    margin: 0 auto;
  }
}

@media (max-width:600px) {
  .Company-Overview-details-view {

    padding-left:20px;
}

.banner-img {
      height: 400px;
  }

  .banner-main-content {
   font-size: 20px;
   left: 27px;
   bottom: 23px;
  }

  .Company-Overview-details{
        padding: 27px 15px 0px 15px;
  }

  .Company-Overview-left h1 {
    font-size: 19px;
}
}
.project-btn-n{
   background: #000;
   color: #fff;
   border-color: #FFD290;
}
.project-banner-section{
  position: relative;
  z-index: 1;
}
.item.slick-slide{
  position: relative;
}
.item.slick-slide::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.84%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 69.43%, rgba(0, 0, 0, 0.553029) 83.87%, #000000 100%);
}

/* Banner section */
.banner-slider h1{
       font-size: 18px;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    position: absolute;
    color: #F0CA95;
    bottom: 9%;
    z-index: 99;
    left: 5%;
    font-family: "Plus_Jakarta_Sans-Bold";
    color: #fff;

line-height: 166%;
letter-spacing: 0%;
text-transform: uppercase;
position: absolute;


font-family: "Plus_Jakarta_Sans-Bold";
}

.banner-slider .slick-dots{
            list-style-type: none;
    position: absolute;
    z-index: 9;
    right: 5%;
    /* top: 36%; */
    bottom: 10%;
 
          }
          .banner-slider .slick-dots{
            display: flex;
            align-items: center;
 
          }
       .banner-slider  .slick-dots button{
            display: none;
          }
      .banner-slider .slick-dots li{
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #E0E0E0;
            color: transparent;
            outline: none;
            border: none;
            margin: 8px;
            cursor: pointer;
             transition: all 0.5s ease;
        }
      .banner-slider .slick-dots li.slick-active {
          background-color:transparent;
          border: 1px solid #fff;
          width:18px ;
          height: 18px;
          box-shadow: 0px 1px 8px 0px #F5F5F5;
          transition: all 0.5s ease;

          /* box-shadow: 0px 0px 9px 4px #F0CA95; */
        }
        .project-banner-section,.banner-slider,.slick-list,.slick-track{
          height: 100%;
        }
        @media (max-width:576px){
          .banner-slider .slick-dots{
            bottom: 1%;
          }
        }
@media (min-width:1024px){
    .banner-slider h1{
        font-size: 24px;
        left: 9%;
    }
    .banner-slider .slick-dots{
            list-style-type: none;
    position: absolute;
    z-index: 9;
    right: 5%;


 
          }
}

  .bg-main-banner.banner{
    height: 60vh;
    overflow: hidden;
  }
 .bg-main-banner .slick-slide img{
    height: 100%;
    object-fit: cover;
        width: 100%;
  }
@media(min-width:768px){
  .bg-main-banner.banner{
    height: 100vh;
  }

  .banner-slider h1{
font-size: 28px;
  }
  .banner-slider h1{
    bottom: 16%;
  }
}
   /* Banner full height */
.banner {
  position: absolute;
width: 100%;
top: 0px;
}
.Company-Overview{
       position: relative;
    z-index: 99;
    background: #fff;
}


.viewport,
.scroll-container,
.main-content {
  overflow: visible !important;
  position: static !important;
  transform: none !important;
}
.banner {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 5;
  transform-origin: top;
}
.header{
  background: transparent;
      position: fixed;
}



.about-vencer{
  background: #fff;
  position: relative;
  z-index: 9999;
}



/* popup form style */

    .enqpop {
            padding: 16px 48px;
            background: linear-gradient(to right, #1D1D1D, #393838);;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            display: inline-block;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
            border: 2px solid transparent;
        }
        
        .enqpop:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
            color: white;
            border-color: white;
        }
        .modal-backdrop{
    --bs-backdrop-opacity: 0.8;
        }
.modal-backdrop.show{

}
        /* Modern Modal Styling */
        .modal-content {
            border-radius: 24px;
           border: 1px solid #FFD290;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
        .contact-sec{background: linear-gradient(to right, #1D1D1D, #393838);;
        }

        .modal-header {
            background:#000;
            color: white;
            padding: 24px 32px;
            border: none;
        }

        .modal-title {
            font-size: 28px;
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .btn-close {
            filter: brightness(0) invert(1);
            opacity: 0.8;
            transition: all 0.3s;
        }

        .btn-close:hover {
            opacity: 1;
            transform: rotate(90deg);
        }

        .modal-body {
            padding: 0;
        }

        .form-sec { 
            padding: 40px 32px;
        }

        label {
            font-weight: 500;color: #ffffff;
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
    letter-spacing: 0.75px;
        font-family: "Plus_Jakarta_Sans-Light";
        }

        .form-control {
               border: none;
    border-bottom: 2px solid #818589;
    border-radius: 0px !important;
    padding: 5px 10px;
            font-size: 15px;
            transition: all 0.3s ease;
            background: transparent;
                color: hsl(0deg 0% 100% / 92%) !important;
    letter-spacing: 0.75px;
        }

        .form-control:focus {
            border-color: #fff; 
            outline: none;
        }

        textarea.form-control {
               resize: vertical;
    min-height: 68px;border: 2px solid #818589;
        }

        .err-msg {
            color: #f56565;
            font-size: 12px;
           
            margin-top: 2px;
            font-weight: 500;
        }
.form-control:focus{
    background: transparent;
    box-shadow: none;
}

.contactsuccesspopup{
       
    z-index: 999999999999999;
    background: #000000d6;
    text-align: center;
}
        .error {
            color: #f56565;
            font-size: 13px;
            font-weight: 500;
            margin-top: 6px;
        }

        /* Custom Dropdown */
        .czs-dropdown {
            position: relative;
        }
        
        .czs-dropdown-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 10px;
                border: none;
    border-bottom: 2px solid #818589;
             text-decoration: none;
            color: #fff;
            transition: all 0.3s ease;
            font-size: 15px;
        }
        
        .czs-dropdown-toggle:hover {
            border-color: #fff; 
        }
        
        .czs-dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            width: 100%;
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 6px;
            margin: 0;
            padding: 8px;
            list-style: none;
            display: none;
            z-index: 1000;
            max-height: 220px;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .czs-dropdown-menu.show {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .czs-dropdown-menu li {
            padding: 6px 10px ;
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 4px;    margin: 2px;
            color: #4a5568;
            font-size: 15px;
        }
        
        .czs-dropdown-menu li:hover {
            background: linear-gradient(to right, #7c7676, #453d3d);
            color: white;
        }
        
        .czs-arrow i {
            transition: transform 0.3s;
            font-size: 14px;
        }
        
       

                .czs-dropdown .czs-arrow  {
  transform: rotate(180deg);
}
/* Rotate arrow when open */

.czs-dropdown.active .czs-arrow  {
  transform: rotate(0deg);
}

        /* Input Group for Phone */
        .input-group {
            display: flex;
        }

        .txt-countryno {
    border-right: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 7px;font-weight: 500;
    color: hsl(0deg 0% 100% / 92%) !important;
    font-size: 15px;
    color: hsl(0deg 0% 100% / 92%) !important;
    border: none;
    border-bottom: 2px solid #818589;
        }

        .input-group .form-control {
            border-left: none;
            border-radius: 0 ;
        }

        /* Checkbox Styles */
        .form-check-input {
            width: 16px;
            height: 16px;
            border: 1px solid #cbd5e0;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .form-check-input:checked {
                background-color: #212529;
    border-color: #667eea;
        }

        .form-check-input:focus {
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
        }

        .form-check-label {
            color: #c3cbd9;
            font-size: 13px;
            cursor: pointer;margin-top: 3px;
                line-height: 1.5; margin-bottom: 0px;
        }

        .samenumber, .terms-field {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-top: 2px;
        }

        /* Submit Button */
        .submit-btn {
            
    padding: 10px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #cfcfcf 100%);
    color: #000000;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(224, 228, 245, 0.3);
            border: none;
            cursor: pointer;
        }
        
        .submit-btn:hover { 
            transform: translateY(-2px);
            box-shadow: 0 12px 28px  rgba(224, 228, 245, 0.3);
            color: white;
            background:linear-gradient(135deg, #a19797 0%, #000000 100%);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        /* Thank You Modal */
        .thank-you-content {
            text-align: center;
            padding: 40px;
        }

        .success-icon {    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #30ffa8 0%, #13583b 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            animation: scaleIn 0.5s ease;
        }

        @keyframes scaleIn {
            from {
                transform: scale(0);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .success-icon i {
            font-size: 50px;
            color: white;
        }

        .thank-you-content h2 {
            font-size: 24px;
            font-weight: 700;
            color: #3b3c3f;
            margin-bottom: 16px;
        }

        .thank-you-content p {
            font-size: 16px;
            color: #505254;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .close-btn {
            padding: 10px 20px;
     background:linear-gradient(135deg, #a19797 0%, #000000 100%);
         color: #fff;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.75px;
    font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(224, 228, 245, 0.3);
            border: none;
            cursor: pointer;
        }

        .close-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px  rgba(224, 228, 245, 0.3);
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .modal-dialog {
                margin: 10px;
            }

            .form-sec {
                padding: 24px 20px;
            }

            .modal-title {
                font-size: 24px;
            }

            .thank-you-content {
                padding: 40px 24px;
            }

            .thank-you-content h2 {
                font-size: 26px;
            }
        }

.com-overview-img1{
            display: block;
          }
           .com-overview-img2{
            display: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
          }

        @media (min-width:1800px){
          .com-overview-img1{
            display: none;
          }
           .com-overview-img2{
            display: block;
          }
        }
        .cursor-auto {
    cursor: auto !important;
}

@media (max-width:360px){
  .enq-btn{
    font-size: 18px;
  }
}