/* ------------------------------------------------------------------------------

  Template Name: Provident
  Description: Provident Landing Page
  Author: Mudassar
  Version: 1.0
  
  1.  Global 
    
      1.1 General 
      1.2 Typography 
      1.3 Fields
      1.4 Buttons 
      1.5 Icons
      1.6 Loader  
      1.7 Helpers
 
  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Teamba
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */


@font-face {
    font-family: 'optima';
    src: url('../fonts/optima.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'optima bold';
    src: url('../fonts/optima-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IvyMode SemiBold';
    src: url('../fonts/IvyMode-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IvyMode Regular';
    src: url('../fonts/IvyMode-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Regular';
    src: url('../fonts/Avenir-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:#000;
}
body,html{
    /* overflow-x: hidden; */
}
h1,
.h1 {
	font-size: 3.428rem;
	line-height: 1.1;
	color: #000;
	letter-spacing: -0.025em;
	margin: 0.5em 0;
    font-family: 'Futura Pt';
    font-weight: 400;
    letter-spacing: .065em;
}

h2,
.h2 {
	font-weight: 400;
	font-size: 2.571rem;
	line-height: 1.166;
	letter-spacing: 0;
	margin: 2.6rem 0;
	text-transform: uppercase;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: .065em;
    color: #000;
}

h3,
.h3 {
	font-weight: 600;
	font-size: 2.142rem;
    font-family: 'Futura Pt';
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000;
	margin: 2.6rem 0;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.714rem;
    font-family: 'Futura Pt';
	line-height: 1.25;
	letter-spacing: 0.025em;
	color: #000;
	margin: 2.6rem 0;
}

h5,
.h5 {
	font-weight: 600;
	font-size: 1.571rem;
    font-family: 'Futura Pt';
	line-height: 1.1;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h6,
.h6 {
	font-weight: 600;
	font-size: 1.285rem;
    font-family: 'Futura Pt';
	line-height: 1.3333;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}
p {
	font-size: 1rem;
    font-family: "Jost", sans-serif;
    line-height: 25px;
}
a {
    font-family: "Jost", sans-serif;
    text-decoration: none;
    color: #000;
}
span, nav{
    font-family: "Jost", sans-serif;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 105rem;
    }
    .banner-right{
        max-width: 500px!important;
        width: 100%;
    }
}
.container-fluid{
    width: 100%;
}
strong{
    font-weight: 600;
}
.success-message, .error-message {
    display: none;
    margin-top: 2rem;
}
.submit-btn button{
    border-radius: 5px;
    color: #fff;
    background: #111111;
    padding: 15px 0;
    width: 100%;
    font-family: 'optima';
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #111111;
    position: relative;
}
.submit-btn button:hover{
    background-color: #fff;
    color: #111111;
}
.section-head h2{
    font-size: 2.8rem;
    color: #2F2F2F;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 20px;
}
.section-head > div{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.section-head span{
    color: #ED7133; 
}

.section-head p{
    color: #646464;
    margin-top: 10px;
}
.mob-img{
    display: none;
}
.form-mob-text{
    display: none;
}

/* ------- Page CSS ------- */

#header{
    height: 100px;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
    border-bottom: 1px solid #FFFFFF33;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}
#header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#header .header-call-btn{
    display: flex;
    padding: 16px 29px;
    transition: all 0.3s ease;
    border-radius: 27px;
    gap: 8px;
}
#header .header-call-btn:hover{
    background: #25374F;
    color: #fff;
}
#header .header-call-btn img{
    max-width: 17px;
}
#header .header-call-btn:hover img{
    filter: invert(1);
}
/* Sticky header styles */
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    background-color: #273850;
}

#header.sticky.show {
    transform: translateY(0);
}
#header .register-btn{
    width: 190px;
    border: 1px solid transparent;
}
#header .register-btn:hover{
    border-color: #25374F;
}
#header .register-btn span{
    background-color: #ED7133;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}
.logo img{
    max-width: 165px;
    width: 100%;
}
.call-to-action-btns{
    display: flex;
    gap: 15px;
}
.white-bg img{
    max-width: 40px;
}
.black-bg img{
    max-width: 40px;
    padding: 12px;
    border-radius: 22px;
    background-color: #fff;
}
.register-btn:hover img{
    filter: invert(1);
}
.white-bg{
    color: #25374F;
    background-color: #FFFFFF1A;
    transition: background-color 0.3s ease;
    border: 1px solid #25374F;
}
.white-bg:hover{
    background-color: #25374F;
    color: #fff;
}
.black-bg{
    background-color: #25374F;
    color: #fff;
    transition: background-color 0.3s ease;
    border: 1px solid #25374F;
}
.black-bg:hover{
    background-color: #fff;
    color: #25374F;
}

/* Slider */
#slider-banner {
    width: 100%;
    min-height: 100vh;
    background: #f8f9fa;
    position: relative;
    display: flex;
}

.slider-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

/* Left Side - Content (50%) */
.banner-left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 60px 80px 80px;
    background: white;
}

.banner-content {
    max-width: 57%;
}

.banner-left h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #2d3748;
    margin-bottom: 24px;
}

.banner-left p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 40px;
}

.banner-btn-wrap {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.register-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    justify-content: center;
    /* border: 2px solid transparent; */
}

.register-btn.primary {
    background: #2b6cb0;
    color: white;
}

.register-btn.primary:hover {
    background: #2c5aa0;
    transform: translateY(-1px);
}

.register-btn.secondary {
    background: transparent;
    color: #4a5568;
    border-color: #e2e8f0;
}

.register-btn.secondary:hover {
    border-color: #cbd5e0;
    background: #f7fafc;
}

.register-btn img {
    width: 16px;
    height: 16px;
}

/* Right Side - Slider (50%) */
.banner-slider-wrap {
    flex: 1;
    position: relative;
    background: #e2e8f0;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    width: 100%; /* 3 slides × 100% */
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.slider-wrapper .slide::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000023;
}
.slide {
    min-width: 100%;
    height: 100vh;
    position: relative;
}

/* Slide backgrounds with images/content */
.slide:nth-child(1) {
    background: linear-gradient(135deg, rgba(43, 108, 176, 0.1), rgba(43, 108, 176, 0.05)), 
    url('../images/banner-1.jpg?v=1') center/cover;
}

.slide:nth-child(2) {
    background: linear-gradient(135deg, rgba(56, 178, 172, 0.1), rgba(56, 178, 172, 0.05)), 
    url('../images/banner-2.jpg') center/cover;
}

.slide:nth-child(3) {
    background: linear-gradient(135deg, rgba(69, 183, 209, 0.1), rgba(69, 183, 209, 0.05)), 
    url('../images/banner-3.jpg') center/cover;
}

/* Content overlay for slides */
.slide-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    right: 60px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.slide-content {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 100px;
    left: 30px;
}
.slide-content p{
    color: #fff;
    font-size: 15px;
}
.three-words {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.word {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4a5568;
    padding: 4px 12px;
    background: #edf2f7;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-heading {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #2d3748;
    margin-bottom: 16px;
}

.slide .register-btn {
    background: #2b6cb0;
    color: white;
    font-size: 0.9rem;
    padding: 12px 24px;
}

/* Navigation Controls */
.nav-container {
    /* position: absolute; */
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.slider-controls {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.nav-btn {
    width: 60px;
    height: 60px;
    background: transparent;
    cursor: pointer;
    border: none;
}
.nav-btn img{
    width: 100%;
}

#prevBtn img, #prevBtn1 img{
    transform: rotate(180deg);
}



/* Pagination */
.pagination {
    display: flex;
    gap: 6px;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.pagination-line {
    width: 60px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-line.active {
    background: white;
    /* width: 32px; */
}

.pagination-line.completed {
    background: rgba(255, 255, 255, 0.7);
}

/* Floating Badge */
.floating-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #48bb78;
    border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .banner-left {
        padding: 60px 40px 60px 60px;
    }

    .slide-overlay {
        bottom: 60px;
        left: 40px;
        right: 40px;
        padding: 25px;
    }

    .nav-container {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        flex-direction: column;
    }

    .banner-left {
        flex: none;
        min-height: 50vh;
        padding: 60px 40px;
        text-align: center;
    }

    .banner-slider-wrap {
        flex: none;
        height: 50vh;
    }

    .slide {
        height: 50vh;
    }

    .slide-overlay {
        bottom: 40px;
        left: 20px;
        right: 20px;
        padding: 20px;
    }

    .main-heading {
        font-size: 1.3rem;
    }

    .nav-container {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: center;
        margin-top: 20px;
        padding: 0 20px 20px;
    }

    .floating-badge {
        top: 20px;
        right: 20px;
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .banner-left {
        padding: 40px 20px;
    }

    .banner-btn-wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .register-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .slide-overlay {
        bottom: 20px;
        left: 15px;
        right: 15px;
        padding: 16px;
    }

    .three-words {
        flex-direction: column;
        gap: 6px;
    }

    .word {
        font-size: 0.7rem;
        text-align: center;
    }

    .main-heading {
        font-size: 1.2rem;
        text-align: center;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
    }

    .slider-controls {
        gap: 6px;
    }
}
/* Slider Ends */

/* -------Banner------- */

.form-group{
    margin-bottom: 12px;
}
.form-group input, .form-group select{
    width: 100%;
    height: 45px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    color: #161C2D;
    font-size: 12px;
    margin-top: 4px;
}
.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder{
    color: #808080;
    font-style: italic;
}

.form-group label{
    font-family: 'optima';
    font-size: 12px;
    color: #000;
}
#sliderFormID{
    margin-top: 15px;
}
.form-img{
    text-align: center;
}
.form-img img{
    width: 100%;
    /* max-width: 130px; */
}
.form-group input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
}
.mort-check {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 20px 0;
    font-weight: 600;
}
/* About */
#about-section{
    margin: 80px 15px;
}
#about-section .section-head > div{
    margin-top: 50px;
}
.about-section-wrap{
    display: flex;
    justify-content: center;
}
.about-section-wrap .section-head{
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about-section .section-head p{
    max-width: 70%;
    text-align: center;
    margin-top: 30px;
}
.about-section-wrap .about-grid{
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.about-grid .about-grid-item nav:nth-child(1){
    font-size: 3rem;
    color: #25374F;
}
.about-grid .about-grid-item nav:nth-child(2){
    font-size: 16px;
    color: #2F2F2F;
}

/* Grid */
.main-grid{
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 25px;
}
.grid-wrap-1-item img{
    width: 100%;
}
.grid-wrap-1-item{
    padding: 25px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}
.grid-wrap-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.grid-wrap-2-item{
    padding: 25px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}
.main-grid nav{
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0;
}
.main-grid p{
    color: #646464;
    margin-bottom: 13px;
}

/* Certificates */
#certificates{
    margin-top: 100px;
}
.certificates{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 60px;
}
#certificates .section-head p{
    max-width: 70%;
    text-align: center;
    margin-top: 30px;
}
#certificates .section-head > div{
    margin-top: 80px;
}
.certificates img{
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}
/* Quality checks */
#quality-checks{
    background-color: #FAFAFA;
    padding: 40px 0 78px 0;
    margin-top: 100px;
}
#quality-checks .section-head{
    display: flex    ;
    flex-direction: column;
    align-items: center;
}
#quality-checks .section-head p{
    margin-top: 30px;
}
.quality-grid{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 80%;
}
.quality-grid-item{
    display: flex;
    gap: 10px;
    background-color: #fff;
    border-radius: 25px;
    padding: 12px 25px;
    transition: all 0.3s ease;
    border: 1px solid #a7d6d098;
    align-items: center;
}
.quality-grid-item:hover{
    background-color: #FAFAFA;
}
.quality-grids{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
/* Inspection */
#inspection{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FAFAFA;
}
#inspection .section-head{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#inspection .section-head p {
    max-width: 70%;
    text-align: center;
    margin-top: 30px;
}
#inspection .section-head > div {
    margin-top: 80px;
}
.inspection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #f1f1f1b4;
    gap: 0; /* Important: no gap */
    margin-top: 60px;
}

.inspection-grid-item {
    padding: 30px 20px 45px 20px;
    border-right: 1px solid #f1f1f1b4;
    border-bottom: 1px solid #f1f1f1b4;
}
.inspection-grid-item:last-child{
    background-color: #A7D6D0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #fff;
    cursor: pointer;
}
.inspection-grid-item:last-child:hover{
    background-color: #25374F;
}
/* Remove borders on last column and last row */
.inspection-grid-item:nth-child(4n) {
    border-right: none;
}

.inspection-grid-item:nth-last-child(-n+4) {
    border-bottom: none;
}

/* Inspection process */
.inspection-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}


.section-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.content-left {
    padding-right: 40px;
}

.content-left h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: white;
}

.content-left p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.navigation-buttons {
    display: flex;
    gap: 20px;
}




.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Right Carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 30px;
}

.carousel-item {
    flex: 0 0 calc(42.5% - 15px);
}

.tool-image {
    /* width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    overflow: hidden; */
}
.inspection-section .swiper-slide {
    flex-direction: column;
}
.tool-image img {
    width: 100%;
    /* height: 80px;
    object-fit: contain;
    filter: brightness(1.2); */
}

.tool-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
    letter-spacing: 0;
    text-align: left;
}

.tool-description {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

/* Carousel Indicators */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.indicator.active {
    background: white;
    transform: scale(1.3);
}
@media (max-width: 768px) {
    .section-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .content-left {
        padding-right: 0;
        text-align: center;
    }

    .content-left h2 {
        font-size: 32px;
    }

    .carousel-item {
        flex: 0 0 calc(80% - 15px);
        padding: 30px 20px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .section-grid .swiper{
        padding-bottom: 0;
    }
    .section-grid .carousel-item{
        padding-top: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .carousel-item {
        flex: 0 0 calc(90% - 15px);
    }
    
    .content-left h2 {
        font-size: 28px;
    }
}

/* Sample Report */

#sample-report{
    margin-top: 100px;
}
#sample-report .section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sample-report .section-head h2{
    text-align: center;
}
#sample-report .section-head p{
    text-align: center;
    margin-top: 30px;
    max-width: 70%;
}
.sample-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.sample-images{
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.sample-images div{
    width: 50%;
    position: relative;
}
.sample-images img{
    width: 100%;
}
.sample-images a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.sample-images a img{
    max-width: 80px;
}

/* Testimonial Section */
#testimonials-section{
    padding-top: 80px;
    margin-top: 100px;
    padding-bottom: 140px;
    background-color: #273850;
}
#testimonials-section .section-head h2{
    color: #fff;
}
.testimonials-section {
    width: 100%;
}
#testimonials-section .register-btn{
    border: 1px solid transparent;
}
#testimonials-section .register-btn:hover{
    border-color: #fff;
}
.testimonials-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials-heading .register-btn{
    color: #25374F;
    background-color: #A7D6D0;
}
.testimonials-heading .register-btn:hover{
    color: #fff;
    border-color: #A7D6D0;
    background-color: transparent;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.section-header {
    text-align: left;
    margin-bottom: 60px;
}

/* FAQ */
/* FAQ Section */

#faq{
    padding: 70px 0;
    position: relative;
}
#faq::before{
    content:"";
    position: absolute;
    background-image: url(../images/project-bg.png);
    width: 100%;
    height: 100%; 
    background-repeat: repeat-y; 
    top: 0;
    left: 0;
    background-size: auto 100%; 
    background-position: top center;
    pointer-events: none;
    opacity: .4;
    z-index: 0;
    background-size: cover;
}
#faq .faq-con {
    border-radius: 7px;
    position: relative;
}

.faq {
    margin: 50px 0 0;
    background-color: #fff;
}
.faq-item {
    border-bottom: 1px solid #ccc;
}
.faq-question {
    cursor: pointer;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq .faq-item:last-child{
    border-bottom: none;
}
.faq-item.active .faq-answer {
    display: block;
    opacity: 1;
}
.faq-answer ul{
    margin: 10px 0 10px 20px;
}
.faq-question span {
    font-size: 17px;
}
.faq-icon {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
}
.faq-answer {
    display: none;
    padding: 15px 20px;
    line-height: 1.5;
    font-family: futura-pt, Helvetica, sans-serif;
    font-size: 15px;
    transition: max-height 0.4s ease;
    opacity: 0;
    font-family: 'optima';
}
.faq-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-support{
    display: flex;
    gap: 10px;
}
.support-img img{
    width: 100%;
    max-width: 22px;
}
.faq-support div nav:nth-child(1){
    color: #062A34;
    font-family: 'optima bold';
}
.faq-support div nav:nth-child(2){
    color: #062A34;
    font-family: 'optima';
    margin-top: 5px;
}

.section-tag {
    color: #e67e22;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: white;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
}

.book-service-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    color: #2c3e50;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    z-index: 10;
}

.book-service-btn:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.book-service-btn::after {
    content: '→';
    font-size: 18px;
}

.testimonials-container {
    position: relative;
    margin-top: 70px;
}

.swiper {
    width: 100%;
    padding-bottom: 80px;
}

.swiper-slide {
    height: auto!important;
    display: flex;
    align-items: stretch;
}

.testimonial-card {
    padding: 40px 30px;
    color: white;
    position: relative;
    height: 100%;
    margin-right: -1px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-right: 1px solid #cbdada31;
}

.quote-icon {
    margin-bottom: 25px;
}
.quote-icon img{
    width: 40px;
}
.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-author {
    font-weight: 600;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
    color: white;
}
.testimonial-sub{
    color: #d9d9d9e8;
    font-family: "Jost", sans-serif;
    margin-top: 5px;
}
.swiper-navigation {
    position: absolute;
    
    bottom: -30px;
    right: 0;
    display: flex;
    gap: 15px;
    z-index: 10;
    flex-direction: row;
}

.swiper-button-prev,
.swiper-button-next {
    position: initial;
    width: 60px;
    height: 60px;
    background: transparent;
    cursor: pointer;
    border: none;
}
.swiper-button-prev img,
.swiper-button-next img{
    width: 100%;
}
.swiper-button-prev img{
    transform: rotate(180deg);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.swiper-button-disabled svg {
    fill: rgba(255, 255, 255, 0.5);
}



.pagination-test {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    gap: 10px;
}

.pagination-line-test {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pagination-line-test::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    transition: width 0.3s ease;
}

.pagination-line-test.active::before {
    width: 100%;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .book-service-btn {
        position: relative;
        margin-top: 20px;
        align-self: flex-start;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .swiper-navigation {
        display: flex;
        justify-content: space-between;
        /* width: 80%; */
        left: 50%;
        transform: translate(-50%);
        right: inherit
    }

    .swiper-pagination {
        display: flex;
    }

    .swiper {
        padding-bottom: 60px;
    }
    .pagination-test{
        display: flex;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}
/* Right side - scrollable content */
.feature-right {
    flex: 1;
    padding-top: 80px;
}

.feature-card {
    border-radius: 20px;
    margin-bottom: 3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-card h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0;
    color: #000;
    font-family: "Jost", sans-serif;
}

.feature-card p {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.card-img {
    width: 100%;
    margin-bottom: 2rem;
}
.card-img img{
    width: 100%;
}
/* Responsive design */
@media (max-width: 968px) {
    .feature-wrap {
        flex-direction: column;
    }

    .feature-left {
        position: relative;
        height: auto;
        min-height: 34vh;
    }

    .feature-left h1 {
        font-size: 2.5rem;
    }

    .feature-left h2 {
        font-size: 2rem;
    }

    .feature-card {
        /* padding: 2rem; */
    }
}

/* Location Map Section */
#location {
    margin-top: 130px;
}

#location-map {
    padding: 70px 0;
    position: relative;
}

#location-map::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/about-bg.png);
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
}

#location-map::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(249, 249, 249, 0.90) 0%, rgba(255, 255, 255, 0.90) 99.76%);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

#location-map .section-head {
    display: block !important;
    margin-bottom: 35px;
}

#location-map .section-head h2 {
    color: #013055;
}

#location-map .section-head span {
    color: #013055;
    border-color: #013055;
    padding: 7px 24px;
    border: 1px solid #fff;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
}

#location-map .container {
    display: flex;
    position: relative;
    z-index: 1;
}

/* Sidebar Styles */
.sidebar {
    width: 390px;
    background: white;
    padding: 35px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
}

.sidebar nav {
    font-size: 26px;
    margin-bottom: 28px;
    margin-top: 5px;
    color: #013055;
}

.sidebar p {
    color: #013055;
}

/* Location Buttons */
.location-btn {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #f4f3ed00;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: left;
    position: relative;
    border: none;
}

.btn-content {
    display: flex;
    gap: 40px;
}

.btn-content span:nth-child(1) {
    white-space: nowrap;
    font-family: bold;
}

.btn-content span {
    color: #013055;
    line-height: 1.4;
}

.location-btn:hover {
    background: #f8f9ff;
    transform: translateY(-2px);
}

.location-btn.active {
    background-color: #f4f3ed86;
}

/* Video Section */
#videoArea {
    margin-top: 100px;
}
.videoImage {
    position: relative;
    background-image: url(../images/video.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40rem;
    margin-top: 80px;
}
.videoImage:before {
    content: "";
    background-color: #00000033;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#videoArea .section-head h2, #videoArea .section-head p{
    text-align: center;
}
.videoBtn img {
    width: 100px;
}
.videoBtn a{
    padding: 13px 20px;
}
.video-cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}


/* Form Section */
#vist-area{
    background-color: #F6F6F6;
    padding-top: 80px;
    padding-bottom: 80px;
}
#vist-area .container{
    border-radius: 20px;
    display: flex;
}
.form-img{
    width: 43%;
    padding-right: 50px;
}
.form-wrap{
    width: 57%;
}
#vist-area .form-container{
    display: flex    ;
    justify-content: center;
    margin-top: 50px;
}

#vist-area .section-head p{
    color: #161c2d98;
    text-align: left;
}
#vist-area .section-head h2{
    margin-top: 0;
    text-align: left;
}
#vist-area .form-group input, #vist-area .form-group select{
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    background: transparent;
    color: #161C2D;
    font-size: 12px;
    margin-top: 4px;
}
#vist-area .form-group textarea{
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    background: transparent;
    color: #161C2D;
    font-size: 12px;
    margin-top: 4px;
    padding-top: 10px;
}
#vist-area .submit-btn button{
    font-family: "Jost", sans-serif;
    padding: 13px 30px;
    display: flex;
    width: 250px;
    border-radius: 34px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    transition: padding-right 0.3s ease, all 0.3s ease;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background-color: #273850;
    color: #fff;
    transition: background-color 0.3s ease;
    border: 1px solid #273850;
    justify-content: center;
}
#vist-area .submit-btn button:hover{
    background-color: #fff;
    color: #273850;
}
#vist-area .submit-btn button:hover img {
    filter: invert(1);
}
#vist-area .submit-btn{
    display: flex;
    /* justify-content: center; */
    margin-top: 45px;
}
.form-flex{
    display: flex;
    gap: 10px;
}
.form-flex .form-group{
    width: 50%;
}
.visit-content{
    width: 100%;
    padding: 0;
}
.visit-content .section-head h2{
    display: none;
}
.visit-content .section-head p{
    display: none;
}
.footer-quote {
    width: 65%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner-left .btn-mob{
    display: none;
}
.footer-quote img {
    width: 100%;
    max-width: 305px;
    z-index: 12;
    position: relative;
}
.show-info {
    position: relative;
    width: 52%;
}
.form-img-text {
    position: absolute;
    width: 265px;
    height: 250px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    top: 15px;
    z-index: 1;
    padding: 25px;
    /* border-radius: 10px; */
}
.form-img-text p {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Footer Bar */
#bottom-bar {
    background-color: #25374F;
    display: flex;
    align-items: center;
    padding: 25px 0;
}
#bottom-bar p {
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 0;
}
#bottom-bar p strong{
    color: #fff;
}
#bottom-bar p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
}
#bottom-bar .container{
    text-align: center;
}
#bottom-bar a{
    margin-top: 10px;
    text-align: center;
    font-size: 12px !important;
    color: #fff;
    font-style: underline;
    text-decoration: underline;
}
.month-project-info-mob{
    display: none;
}
/* Popup code */
.autoPopup {
    border-radius: 10px;
    padding: 40px;
    background: #fff;
    max-width: 500px;
    position: relative;
}
#contactPopup .section-head h2, #brochurePopup .section-head h2{
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: center;
}
#contactPopup .section-head p, #brochurePopup .section-head p{
    text-align: center;
}
.autoPopup-description {
    color: white;
    padding: 30px 45px 0px;
}
.autoPopup-description h3 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.autoPopup-description p {
    margin: 0;
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 15px;
}
.agent-wrap {
    display: flex;
    align-items: center;
}
.mt40, .mt40-desk-only {
    margin-top: 40px;
}
.agent-wrap .agent-photo img {
    max-width: 115px;
    border-radius: 25px;
}
.agent-wrap .agent-contact {
    flex-basis: 215px;
    padding-left: 14px;
}
.agent-wrap .agent-contact p {
    margin: 0;
    line-height: 1.6;
}
.autoPopup-description p {
    color: white;
}
.agent-wrap .agent-contact a {
    color: white;
    text-decoration: none;
}
.autoPopup-form {
    background: white;
    border-radius: 30px;
}
.autoPopup .flex-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
#autoPop, #brochureFormPopup{
    margin-top: 20px;
}
.mfp-close-btn-in .mfp-close{
    color: #000;
}
.social-media-icon {
    position: fixed;
    bottom: -50px;
    max-width: 85px;
    right: 16px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}
.social-media-icon ul {
    list-style: none;
}
.social-media-icon ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 11px;
    max-width: 62px;
}
.ion-android-call:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/call.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}
.ion-social-whatsapp-outline:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/whatsapp.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}

.social-media-icon ul li a {
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 2px 6px rgb(0, 0, 0, 0.1);
    transition: 0.8s all;
    margin: 5px 0;
    text-decoration: none;
    text-align: center;
}
.social-media-icon ul li .call-btn {
    background: #50afe4;
}
.social-media-icon ul li a .icon {
    font-size: 25px;
    width: 34px;
    height: 51px;
}
.icon {
    display: inline-block;
}
.social-media-icon ul li .whatsapp-btn {
    background: #25d366;
}
.whatsapp-btn::before{
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #25d366;
    border-radius: 10px;
}
.call-btn::before{
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #50afe4;
    border-radius: 10px;
}

.social-media-icon ul li a span {
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 0;
    -webkit-transition: max-width 0.8s;
    overflow: hidden;
    font-size: 16px;
    margin-left: 5px;
}
/*.social-media-icon ul li a:hover span {*/
/*	max-width: 300px;*/
/*	transition: max-width 1.6s;*/
/*	-webkit-transition: max-width 1.6s;*/
/*}*/
.grecaptcha-badge{
    visibility: hidden;
}

@media (max-width: 1440px){
    .banner-left h1{
        /* max-width: 78%; */
    }
    .banner-content{
        max-width: 100%;
    }
    .banner-left{
        width: 65%;
    }
    .banner-right{
        width: 45%;
    }
    .form-img-text{
        right: 51%
    }
    .feature-left {
        height: 50vh;
    }
    .grid-wrap-1-item{
        height: 100%;
    }
    .quality-grid-item{
        padding: 12px 20px;
    }
    .form-wrap{
        width: 45%;
    }
    .form-img {
        width: 55%;
    }
    .banner-btn-wrap{
        max-width: 275px;
    }
    .banner-btn-wrap div{
        width: 100%;
    }
    .banner-btn-wrap .register-btn{
        width: 100%;
    }
    .quality-grid{
        max-width: 100%;
    }
    #vist-area .section-head h2{
        font-size: 37px;
    }
}
@media (max-width: 1199px){
    .videoImage{
        height: 25rem;
    }
}
/* Responsive */
@media (max-width: 991px) {
    p{
        font-size: 14px;
    }
    .banner-right{
        display: none;
    }
    #header{
        height: 70px;
    }
    .banner-left h1{
        max-width: 100%;
    }
    #inspection{
        padding-top: 0;
    }
    #inspection .section-head p{
        max-width: 100%;
    }
    .inspection-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .logo img{
        max-width: 130px;
    }
    #discover-projects .section-head p{
        text-align: left;
    }
    .invest-grid-left .inv-img{
        height: 65%;
        object-fit: cover;
    }
    .tab-button{
        width: 100px;
        padding: 10px 20px;
    }
    .slide-content{
        max-width: 100%;
    }
    #testimonials-section{
        padding-bottom: 120px;
    }
    .swiper-navigation{
        bottom: -44px;
        right: 1rem;
    }
    .main-heading{
        font-size: 2.5rem;
    }
    .feature-left{

    }
    .consult-main{
        flex-direction: column-reverse;
    }
    .consult-main .section-head{
        width: 100%;
        margin-top: 30px;
    }
    .slider-controls{
        bottom: 65px;
    }
    .banner-btn-wrap{
        left: 50%;
        transform: translate(-50%);
        position: relative;
    }
    .certificates{
        gap: 20px;
    }
    .main-grid{
        grid-template-columns: 1fr;
    }
    .pagination{
        bottom: 75px;
    }
    .consult-main .section-head p{
        max-width: 100%;
        text-align: left;
    }
    .consult-img{
        width: 100%;
    }
    .section-head h2{
        font-size: 2rem;
    }
    .month-proj-name h2{
        width: 75%;
    }
    .month-proj-name hr {
        width: 35%;
    }
    .month-reg-btn{
        width: 25%;
    }
    .banner-inner{
        justify-content: center;
    }
    .banner-left .call-to-action-btns{
        justify-content: center;
    }
    .banner-left p{
        text-align: center;
    }
    .banner-left .inner-logo{
        max-width: 280px;
    }
    .banner-left > div{
        text-align: center;
    }
    .banner-left{
        justify-content: center;
        width: 100%;
    }
    .form-img{
        display: none;
        width: 100%;
        padding-right: 0;
    }
    .form-wrap{
        width: 100%;
    }
    .project-info-mobile hr{
        border: none;
        height: 1px;
        background-color: #E1E1E1;
    }
    .banner-left-bottom{
        display: none;
    }
    .section-head > div{
        justify-content: center;
    }
    .section-head p{
        text-align: center;
    }
    .project-detail{
        margin-top: 22px;
        padding-left: 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .about-details p{
        text-align: center;
    }
    .project-detail p {
        position: relative;
        line-height: 1.5;
        max-height: calc(1.5em * 2); /* Show only 2 lines */
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .project-detail p.expanded {
        max-height: none;
    }
    
    .project-detail p.truncated::after {
        content: "... ";
        position: absolute;
        right: 0;
        bottom: 0;
        background: white;
        padding-left: 5px;
    }
    
    .read-more-btn {
        display: inline;
        color: #EE7133; /* Adjust color to match your theme */
        text-decoration: underline;
        cursor: pointer;
        font-weight: 500;
        background: none;
        border: none;
        padding: 0;
        font-size: 14px;
        font-family: inherit;
        margin-left: 2px;
    }
    
    .read-more-btn:hover {
        color: #0056b3;
    }

    .project-pricing{
        margin-top: 15px;
    }
    .project-pricing div{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }
    .project-location{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }
    .mob-img{
        display: block;
        width: 100%;
    }
    .project-pricing div:nth-child(1) img{
        max-width: 22px!important;
        margin-left: -2px;
    }
    .project-info-mobile nav{
        margin-left: 7px;
        font-size: 17px;
    }
    .project-detail-divs{
        display: grid;
        grid-template-columns: 73% 24%;
        gap: 10px;
    }
    
    .project .project-swiper{
        width: 100%;
    }
    .tabs-container{
        /* display: none; */
    }
    .project{
        flex-direction: column;
        /* border: 1px solid #E1E1E1; */
    }
    .form-mob-text strong{
        font-family: 'optima bold';
        color: #fff;
    }
    .form-mob-text{
        display: block;
        text-align: center;
        color: #fff;
        margin-top: 20px;
    }
    .project-detail .call-to-action-btns{
        flex-direction: column;
    }
    .project-detail .call-to-action-btns a{
        width: 100%;
    }
    .project-grid{
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    .project-grid .project:nth-child(even){
        flex-direction: column-reverse;
    }
    .invest-first{
        flex-direction: column-reverse;
    }
    .invest-first-left{
        width: 100%;
        align-items: center;
    }
    .invest-first-right{
        width: 100%;
        max-height: 220px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }
    .invest-first-left .section-head h2{
        text-align: center;
    }
    .invest-first-left .section-head p{
        max-width: 100%;
        text-align: center;
    }
    .invest-first-left .register-btn{
        margin-top: 20px;
    }
    .invest-grid{
        grid-template-columns: 1fr 1fr;
    }

    .video-btn img{
        max-width: 60px;
    }
    .map{
        height: 68vh;
        background-repeat: no-repeat;
    }
    .sidebar {
        width: calc(100% - 30px);
        right: 0;
        top: initial;
        transform: translate(0, 0);
        bottom: -356px;
        left: 15px;
    }
    #location-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    
    .locations-grid{
        grid-template-columns: 1fr 1fr;
        padding: 40px 0 0;
    }
    .location-btn {
        margin-bottom: 0;
    }
    #location-map {
        height: 65rem;
    }
    #map {
        height: 450px;
    }
    .location-btn .btn-content {
        gap: 6px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .location-box:nth-child(5) {
        grid-column: 1 / -1;         /* Span both columns */
        justify-self: center;        /* Center the box horizontally */
    }
    .location-box{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 14px;
    }
    .location-box h3{
        margin: 0;
        font-size: 16px;
    }
    .location-box p{
        margin: 0;
        font-size: 16px;
    }
    .location-card{
        min-width: 254px;
        max-width: 260px;
    }
    .location-card h4{
        font-size: 12px;
    }
    .location-card h3{
        font-size: 1rem;
    }
    .video-cta{
        justify-content: center;
    }
    .map{
        background-position: 45%;
    }
    .book-section{
        flex-direction: column;
    }
    .book-img {
        width: 100%;
    }
    .book-right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .book-right .call-to-action-btns{
        margin-top: 30px;
        justify-content: center;
    }
    #faq{
        background-color: #fff;
        padding: 0;
        margin-top: 55px;
    }
    #faq .section-head h2{
        color: #000;
    }
    #faq .section-head > div span{
        color: #000;
    }
    #faq .section-head > div img{
        filter: invert(0);
    }
    .faq-top{
        justify-content: center;
    }
    .faq-support, .faq-top .call-to-action-btns{
        display: none;
    }
    .faq{
        background-color: #FAFAFA;
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .faq-item.active .faq-answer{
        color: #000;
    }
    .faq-question span{
        color: #000;
    }
    .form-container{
        flex-direction: column-reverse;
    }
    .footer-quote .show-info{
        /* text-align: center; */
        width: 100%;
    }
    .footer-quote{
        width: 100%;
        align-items: flex-end;
        justify-content: center;
    }
    .visit-content{
        width: 100%;
        padding: 0;
    }
    .visit-content .section-head h2{
        display: block;
        font-size: 22px;
        margin-bottom: 30px;
    }
    #vist-area .container{
        /* background-color: #fff; */
    }
    #vist-area{
        margin-top: 65px;
    }
    .form-img-text {
        right: 41%;
    }
    #vist-area .container > .section-head{
        /* display: none; */
    }
    #vist-area .container{
        padding: 0 45px;
        padding-top: 1px;
        flex-direction: column;
    }
    .visit-content{
        margin-top: 0;
    }
    #bottom-bar{
        padding: 10px;
    }
    #bottom-bar p:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 10px !important;
        line-height: 1.4;
    }
    .visit-content .booking-form-area{
        padding: 0;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    #banner{
        height: 100vh;
    }
    .header h1 {
        font-size: 2rem;
    }
    .map-container {
        height: 265px;
    }
    .locations-grid {
        padding: 20px;
        grid-template-columns: 1fr;
    }
    #header .call-to-action-btns{
        display: none;
    }
    #header .container{
        justify-content: center;
    }
    #header {
        height: 80px;
    }
    .project-grid{
        grid-template-columns: 1fr;
    }
    .section-head h2{
        font-size: 1.6rem;
    }
    .invest-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .invest-grid-item:nth-child(1){
        border-top: 1px solid #E3E3E3;
        padding-top: 30px;
    }
    .invest-grid-item{
        /* padding: 0; */
        padding-bottom: 30px;
    }
    #vist-area{
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .ease-of-service-heading, .testimonials-heading{
        flex-direction: column;
        align-items: flex-start;
    }
    .form-flex{
        flex-direction: column;
    }
    .form-flex .form-group{
        width: 100%;
    }
    .ease-service-grid{
        grid-template-columns: 1fr;
    }
    .map{
        height: 30vh;
        background-size: cover;
    }
    .quality-grid-item{
        width: 100%;
        max-width: 90%;
    }
    #quality-checks{
        padding: 40px 0 10px 0;
    }
    #quality-checks{
        margin-top: 60px;
    }
    #certificates .section-head h2{
        text-align: center;
    }
    #certificates .section-head p{
        max-width: 100%;
    }
    .three-words{
        display: none;
    }
    .section-head > div{
        margin-bottom: 0;
    }
    #sample-report{
        margin-top: 60px;
    }
    .grid-wrap-2{
        grid-template-columns: 1fr;
    }
    .sample-btns{
        flex-direction: column;
    }
    .certificates img{
        max-width: 85px;
    }
    .banner-inner{
        padding-left: 12px;
    }
    #bottom-bar{
        height: auto;
        padding: 20px 0;
    }
    .location-card {
        min-width: 0;
        max-width: 143px;
        border-radius: 4px;
    }
    .banner-left > div{
        text-align: left;
    }
    .location-card p{
        display: none;
    }
    .location-card h3 {
        font-size: 10px;
    }
    #sample-report .register-btn{
        max-width: 280px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .sample-images{
        flex-direction: column;
    }
    #testimonials-section .swiper{
        padding-bottom: 0;
    }
    #testimonials-section{
        padding-top: 35px;
        margin-top: 60px;
    }
    .sample-images div{
        width: 100%;
    }
    .location-card h4 {
        font-size: 7px;
        margin-top: 3px;
    }
    .btn-mob div{
        width: 100%;
    }
    .pagination-line{
        width: 40px;
        height: 3px;
    }
    .banner-bottom-sec{
        display: none;
    }
    .banner-left .register-btn{
        width: 100%;
    }
    .inspection-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .inspection-grid-item {
        border-right: 1px solid #f1f1f1b4;
        border-bottom: 1px solid #f1f1f1b4;
    }
    
    /* Mobile: Remove borders on every 2nd column and last row */
    .inspection-grid-item:nth-child(2n) {
        border-right: none;
    }
    
    .inspection-grid-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
    .invest-grid-left .invest-grid-item p{
        margin-bottom: 0;
    }
    .form-img-text {
        position: relative;
        width: 198px;
        height: 250px;
        padding: 13px;
        right: 0;
    }
    .investt-main-grid{
        grid-template-columns: 1fr;
    }
    .invest-grid-item:nth-child(1){
        border-top: none;
    }
    .invest-grid-left .inv-img{
        display: none;
    }
    .form-img-text p {
        font-size: 13px;
        line-height: 1.8;
    }
    .footer-quote{
        display: none;
    }
    .tabs-container{
        margin-top: 40px;
    }
    .tab-button{
        border-radius: 20px;
        margin-bottom: 0;
    }
    .ease-of-service-heading .ease-btn{
        width: 100%;
        display: flex;
        justify-content: left;
        margin-top: 30px;
    }
    .testimonials-heading .register-btn{
        margin-top: 30px;
    }
    .testimonials-container{
        margin-top: 34px;
    }
    .tabs-nav{
        margin-bottom: 0;
    }
    .tab-button::before{
        display: none
    }
    .about-section-wrap{
        flex-direction: column;
    }
    .about-section-wrap .section-head{
        width: 100%;
    }
    #about-section {
        margin: 50px 0;
    }
    #videoArea {
        margin-top: 80px;
    }
    #about-section .section-head > div {
        justify-content: left;
    }
    .videoImage {
        height: 13rem;
    }
    .about-section-wrap .about-grid{
        width: 100%;
        margin-top: 30px;
    }
    .service-wrap{
        flex-direction: column;
    }
    #location-buttons {
        grid-template-columns: 1fr;
    }
    .sidebar p, .sidebar nav {
        text-align: center;
    }
    
    .sidebar {
        bottom: -515px;
    }
    
    #map {
        height: 350px;
    }
    
    .location-card {
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        border-radius: 7px;
    }
    
    .location-card img {
        height: 108px;
    }
    
    .location-card .card-content {
        padding: 5px 0!important;
    }
    
    .location-btn .btn-content {
        gap: 20px;
        flex-direction: row;
        text-align: left;
    }
    
    #location-map {
        height: 43rem!important;
    }
    
    .location-card h3 {
        font-size: 11px;
    }
    
    .location-card h4 {
        font-size: 7px;
        margin-top: 3px;
    }
    
    .location-card p {
        display: none;
    }
    .btn-desk{
        display: none!important;
    }
    .month-proj-name h2{
        color: #2F2F2F;
    }
    .month-proj-name hr{
        display: none;
    }
    .month-loc img{
        filter: invert(1);
    }
    .banner-bottom-btns{
        width: 100%;
        justify-content: center;
    }
    .banner-bottom-btns a {
        padding: 24px 22px;
    }
    .month-proj-name .month-reg-btn{
        display: none;
    }
    .month-reg-btn {
        width: 100%;
        margin-top: 28px;
    }
    .banner-bottom-sec p{
        display: none;
    }
    .month-project-info .register-btn{
        width: 100%;
    }
    #vist-area .section-head p{
        max-width: 100%;
    }
    .project-detail .property-types{
        z-index: 2;
        /* position: absolute;
        top: 7px;
        right: 7px; */
    }
    .project-detail .property-types p{
        display: block;
        padding: 5px 15px;
    }
    .footer-quote img {
        max-width: 55%;
        margin-top: -195px;
    }
    .location-box{
        width: 100%;;
    }
    .mfp-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .location-box p {
        font-size: 15px;
    }
    .location-box h3 {
        font-size: 15px;
    }
    .main-heading{
        display: block;
        color: #fff;
        font-family: 'optima';
        font-size: 2.5rem;
        margin-top: 30px;
        margin-bottom: 24px;
        max-width: 86%;
    }
    .month-proj-name h2{
        width: 100%;
    }
    .location-btn{
        padding: 12px;
    }
    #location-buttons{
        gap: 0;
    }
    .sidebar{
        padding: 20px;
    }
    #discover-projects{
        padding: 50px 15px;
    }
    
    .section-head > div hr{
        width: 68px;
    }
    .banner-left .call-to-action-btns{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .banner-left span{
        text-transform: none;
        text-align: left;
    }
    .animated-scroll-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        position: absolute;
        bottom: 36px;
        left: 50%;
        transform: translate(-50%);
    }
    
    .animated-scroll-btn:hover {
        transform: scale(1.05);
    }
    
    /* Circle Container - No animation */
    .scroll-circle {
        width: 38px;
        height: 62px;
        border: 2px solid rgba(255, 255, 255, 0.6);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 15px;
    }
    
    /* Arrow Animation Container */
    .animated-arrow-container {
        position: relative;
        width: 30px;
        height: 40px;
        overflow: hidden;
    }
    
    /* Arrow Image - Only this animates */
    .moving-arrow {
        position: absolute;
        width: 20px;
        height: 28px;
        left: 50%;
        margin-left: -10px;
        animation: arrowFlow 2.5s ease-in-out infinite;
    }
    
    /* Arrow Image Element */
    .moving-arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Single Arrow Animation */
    @keyframes arrowFlow {
        0% {
            top: -25px;
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 1;
        }
        100% {
            top: 45px;
            opacity: 0;
        }
    }
    
    /* Text Styles - No animation */
    .scroll-caption {
        margin: 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-top:0!important;
    }
    .banner-left{
        width: 100%;
    }
    .banner-left h1{
        text-align: center;
        font-size: 2rem;
    }
    #header .header-call-btn{
        display: none;
    }
    .faq-top{
        justify-content: center;
    }
    .visit-content .section-head p{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .visit-content .booking-form-area{
        padding: 0;
    }
    .visit-content{
        margin-top: 0;
    }
    #vist-area .form-container{
        margin-top: 30px;
    }
    #vist-area .container{
        padding: 45px;
        padding-top: 45px;
    }
    #visitPop .form-group input,#visitPop .form-group select{
        background-color: #FAFAFA;
        border: none;
        border-bottom: 1px solid #57575773;
        border-radius: 0;
    }
}