
 @media(max-width:900px){
     h1 {     font-size: 24px;
    font-weight: 700;
    line-height: 1.8125rem; }
}
.section-desc {
    margin-top: 20px;margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
} h3{ text-transform: uppercase; }
@media(min-width:900px){
    .first-header div { gap:1rem !important; }
     h1 {     font-size: 2.14rem;
    font-weight: 700;
    line-height: 2.8125rem; }
}
 .heading-with-icon {
    display: flex;
    align-items: center;   /* vertical center */
    gap: 0.6rem;           /* space between icon & text */
}

.heading-with-icon img {
    width: 1.3rem;
    object-fit: contain;
    padding-top: 0;        /* remove manual offset */
}

.heading-with-icon h2 {
    margin: 0;             /* remove default h2 spacing */
    line-height: 1.2;      /* keeps alignment clean */
}

    .heading-with-icon1{
    display: flex;
    align-items: start;
    gap: 10px;
}

.heading-with-icon1 img {
    width: 1.03rem !important;
    object-fit: contain;
    padding-top: 0.1635rem !important;
}
.spacing-ys {   background:#F9F9F9;
padding-top: 4.5rem;padding-bottom: 2rem; }
.pt-5{ padding-top: 2rem; }
.discoverit {
    line-height: 30px;
    font-weight: 500;
}




/* ===============================
   SECTION
================================*/
.lease-form-section{
    background:#f2f2f2;
    padding:90px 20px;
    text-align:center;
}

.container{
    max-width:1150px;
    margin:auto;
}

/* ===============================
   HEADING
================================*/
.lease-title{
    font-size:34px;
    font-weight:800;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.lease-subtitle{
    font-size:16px;
    color:#555;
    margin-bottom:55px;
}

/* ===============================
   FORM GRID LAYOUT
================================*/
.lease-form{
    text-align:left;
}

/* 2 column grid */
.lease-form .form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    margin-bottom:22px;
}

/* ===============================
   INPUTS
================================*/
.lease-form input,
.lease-form select,
.lease-form textarea{
    width:100%;
    height:40px;
    padding:0 20px;
    border:1.5px solid #222;
    border-radius:12px;
    font-size:14px;
    background:transparent;
    outline:none;
}

/* textarea */
.lease-form textarea{
    height:180px;
    padding:18px 20px;
    resize:none;
    margin-bottom:40px;
}

/* placeholder style */
.lease-form ::placeholder{
    color:#777;
    letter-spacing:.5px;
}

/* focus */
.lease-form input:focus,
.lease-form select:focus,
.lease-form textarea:focus{
    border-color:#f36b21;
}

/* ===============================
   SELECT ARROW
================================*/
.select-wrapper{
    position:relative;
}

.select-wrapper select{
    appearance:none;
    cursor:pointer;
}

.select-wrapper::after{
    content:"⌄";
    position:absolute;
    right:20px;
    top:40%;
    transform:translateY(-50%);
    color:#f36b21;
    font-size:18px;
    pointer-events:none;
}

/* ===============================
   BUTTON
================================*/
.submit-wrap{
    text-align:center;
}

.submit-btn{
    background:#000;
    color:#fff;
    padding:9px 39px;
    border:none;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    transition:.3s;
}

.submit-btn .arrow{
    color:#f36b21;
    font-size:18px;
}

.submit-btn:hover{
    background:#f36b21;
}

/* ===============================
   MOBILE
================================*/
@media(max-width:768px){

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

    .lease-form .form-row{
        grid-template-columns:1fr;
        gap:16px;
    }

}

/* FIX SELECT TEXT VISIBILITY */
.lease-form select{
    color:#000;              /* visible text */
    background-color:transparent;
}

/* FIX DROPDOWN OPTION COLORS */
.lease-form select option{
    color:#000;
    background:#fff;
}

/* FIX PLACEHOLDER STYLE LOOK */
.lease-form select:invalid{
    color:#777;
}

/* when user selects value → turn dark */
.lease-form select:valid{
    color:#000;
}



/* grid */

.jetour-section {
    padding: 10px 0;
    background: #fff;
}



.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}


/* ===== ROW 1 ONLY ===== */

.jetour-row1-title {
    margin-bottom: 35px;
    margin-top: 40px;
}

.jetour-row1 .grid-2 {
    position: relative;
}

/* divider line */
.jetour-row1 .grid-2::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 150px;
    height: 1px;
    width: 40%;
    background: #dcdcdc;
}

.jetour-row1 .content-box {
    padding-right: 80px;
}

.jetour-row1 .content-box p {
    line-height: 1.9;
    color: #555;
    margin-bottom: 22px;
}

.jetour-row1 .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {

    .mobpt5{
        margin-top: 1.5rem !important;
    }
    .jetour-row1 .grid-2::before {
        width: 100%;
    }

    .jetour-row1 .content-box {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.mb-5 { margin-bottom: 30px !important; }
.mb-6 { margin-bottom: 50px !important; }
.bg-greys { background: #F9F9F9 !important; }
.content-box {
    padding: 60px;
}


@media(min-width:900px)
{
    .content-box1 {
    padding-left: 50px;
    padding-top: 50px;
}
}


.section-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-title img {
    width: 1.3rem;
}

.section-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* feature list layout */
.jetour-section .feature-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.jetour-section .feature-list li{
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}

/* NUMBER CIRCLE */
.jetour-section .feature-list li span{
    min-width: 30px;
    height: 30px;

    border: 2px solid #000;   /* black border */
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    font-size: 14px;
    color: #f36b21;           /* number color (orange like design) */

    background: transparent;
}

/* TITLE */
.jetour-section .feature-list h4{
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #111;
}

/* DESCRIPTION */
.jetour-section .feature-list p{
    margin: 6px 0 0;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.content-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-box a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FEATURES */

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.feature-list span {
    width: 34px;
    height: 34px;
    border: 2px solid #f36b21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f36b21;
    font-weight: 700;
}

.feature-list h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.feature-list p {
    margin: 5px 0 0;
    color: #666;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }

    .content-box {
        padding: 40px 20px;
    }
}


.faqh h2 { font-size: 27px; }

.accordion-header{
    background: transparent !important;
}
.accordion-header.active { color:#000 !important; }
.blog-image { border-radius: 10px;}




/* ===============================
   GLOBAL MOBILE FIXES
================================*/
@media(max-width: 900px) {
    h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0;
    }

    h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    h3 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .section-desc {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.5;
        color: #555;
    }

    .spacing-ys {
        background: #F9F9F9;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }

    .pt-5 {
        padding-top: 1.5rem;
    }

    .discoverit {
        line-height: 1.6;
        font-weight: 500;
        font-size: 15px;
        padding: 1rem 0;
    }
}

@media(min-width: 901px) {
    .first-header div {
        gap: 1rem !important;
    }

    h1 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.8125rem;
    }
}

/* ===============================
   HEADING ICON STYLES
================================*/
.heading-with-icon {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.heading-with-icon img {
    width: 1.3rem;
    object-fit: contain;
    padding-top: 0;
}

.heading-with-icon h2 {
    margin: 0;
    line-height: 1.2;
}

.heading-with-icon1 {
    display: flex;
    align-items: start;
    gap: 10px;
}

.heading-with-icon1 img {
    width: 1.03rem !important;
    object-fit: contain;
    padding-top: 0.1635rem !important;
}

/* ===============================
   LEASE FORM SECTION
================================*/
.lease-form-section {
    background: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
}

.container {
    max-width: 1150px;
    margin: auto;
}

.lease-title {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

.lease-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.lease-form {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.lease-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.lease-form input,
.lease-form select,
.lease-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1.5px solid #222;
    border-radius: 12px;
    font-size: 15px;
    background: transparent;
    outline: none;
    box-sizing: border-box;
}

.lease-form textarea {
    height: 150px;
    padding: 15px 20px;
    resize: none;
    margin-bottom: 30px;
}

.lease-form ::placeholder {
    color: #777;
    letter-spacing: .5px;
}

.lease-form input:focus,
.lease-form select:focus,
.lease-form textarea:focus {
    border-color: #f36b21;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    cursor: pointer;
}

.select-wrapper::after{
    content:"";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%) rotate(180deg);
    width:14px;
    height:14px;
    background:url("../images/caret-top.png") no-repeat center;
    background-size:contain;
    pointer-events:none;
}

.submit-wrap {
    text-align: center;
}

.submit-btn {
    background: #000;
    color: #fff;
    padding: 12px 45px;
    border: none;
    border-radius: 40px;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: .3s;
}

.submit-btn .arrow {
    color: #f36b21;
    font-size: 20px;
}

.submit-btn:hover {
    background: #f36b21;
}

.lease-form select {
    color: #000;
    background-color: transparent;
}

.lease-form select option {
    color: #000;
    background: #fff;
}

.lease-form select:invalid {
    color: #777;
}

.lease-form select:valid {
    color: #000;
}

/* ===============================
   JETOUR SECTION
================================*/
.jetour-section {
    padding: 20px 0;
    background: #fff;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.jetour-row1-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.jetour-row1 .grid-2 {
    position: relative;
}

.jetour-row1 .grid-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 150px;
    height: 1px;
    width: 40%;
    background: #dcdcdc;
}

.jetour-row1 .content-box {
    padding-right: 60px;
}

.jetour-row1 .content-box p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.jetour-row1 .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-box {
    padding: 50px;
}

.content-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.content-box a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-title img {
    width: 1.3rem;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}

.feature-list li span {
    min-width: 34px;
    height: 34px;
    border: 2px solid #f36b21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    color: #f36b21;
    background: transparent;
}

.feature-list h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.feature-list p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.faqh h2 {
    font-size: 26px;
}

.accordion-header {
    background: transparent !important;
}

.accordion-header.active {
    color: #000 !important;
}

.blog-image {
    border-radius: 10px;
}
.blog-image {
    height: 200px; /* Match the image height */
    overflow: hidden;
    border-radius: 10px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Removes any extra space below image */
}
/* ===============================
   TABLET RESPONSIVE (768px - 992px)
================================*/
@media (max-width: 992px) {
    .mobpt5 {
        margin-top: 1.5rem !important;
    }

    .jetour-row1 .grid-2::before {
        width: 80%;
        left: 10%;
    }

    .jetour-row1 .content-box {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .content-box {
        padding: 40px 30px;
    }

    .content-box1 {
        padding: 0 30px 40px;
    }

    .image-box {
        order: -1;
    }

    .image-box img {
        max-height: 400px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .faqh h2 {
        font-size: 24px;
    }

    .lease-title {
        font-size: 28px;
    }

    .testimonial-slide {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}

/* ===============================
   MOBILE RESPONSIVE (max 767px)
================================*/
@media (max-width: 767px) {
    /* Headers */
    h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .faqh h2 {
        font-size: 22px;
    }

    .heading-with-icon {
        gap: 0.4rem;
    }

    .heading-with-icon img {
        width: 1.1rem;
    }

    .heading-with-icon h2 {
        font-size: 20px;
    }

    /* Spacing */
    .spacing-ys {
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
    }

    .spacing-y {
        padding: 2rem 0;
    }

    .mt-40 {
        margin-top: 25px;
    }

    .mb-6 {
        margin-bottom: 30px !important;
    }

    /* Content */
    .content-box {
        padding: 30px 20px;
    }

    .content-box1 {
        padding: 0 20px 30px;
    }

    .content-box p {
        font-size: 15px;
        line-height: 1.7;
    }

    .discoverit {
        font-size: 14px;
        line-height: 1.6;
        padding: 0.5rem 0;
    }

    /* Feature List */
    .feature-list li {
        gap: 15px;
        margin-bottom: 22px;
    }

    .feature-list li span {
        min-width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .feature-list h4 {
        font-size: 16px;
    }

    .feature-list p {
        font-size: 14px;
    }

    /* Lease Form */
    .lease-form-section {
        padding: 40px 15px;
    }

    .lease-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .lease-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .lease-form .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }

    .lease-form input,
    .lease-form select,
    .lease-form textarea {
        height: 48px;
        font-size: 14px;
        padding: 0 15px;
    }

    .lease-form textarea {
        height: 120px;
        padding: 12px 15px;
        margin-bottom: 25px;
    }

    .submit-btn {
        padding: 10px 35px;
        font-size: 14px;
    }


    .accordion-header {
        font-size: 15px;
        padding: 10px;
    }

    .accordion-content h6 {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Blog */
    .blog-card {
        margin-bottom: 20px;
    }

    .blog-image img {
        height: 180px;
    }

    .blog-date {
        font-size: 13px;
    }

    .blog-title {
        font-size: 16px;
    }

    /* Testimonials */
    .testimonials-wrapper {
        gap: 15px;
    }

    .testimonial-slide {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .profile-initials {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .testimonial-name {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .testimonial-rating .star {
        font-size: 14px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .rating-date {
        font-size: 12px;
        margin-left: 5px;
    }

    .slider-pagination {
        margin-top: 20px;
    }

    .pagination-dot {
        width: 8px;
        height: 8px;
    }

    .pagination-dot.active {
        width: 20px;
    }

    .google-logo-wrapper {
        margin-top: 10px;
    }

    .google-logo {
        height: 28px;
    }

    /* Navigation arrows hide on mobile */
    .slider-nav {
        display: none;
    }
}

/* ===============================
   SMALL MOBILE (max 480px)
================================*/
@media (max-width: 480px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 19px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .faqh h2 {
        font-size: 20px;
    }

    .heading-with-icon h2 {
        font-size: 19px;
    }

    .content-box {
        padding: 25px 15px;
    }

    .content-box1 {
        padding: 0 0px 9px;
    }

    .lease-title {
        font-size: 20px;
    }

    .lease-subtitle {
        font-size: 14px;
    }

    .submit-btn {
        padding: 10px 30px;
        font-size: 13px;
        gap: 8px;
    }

    .submit-btn .arrow {
        font-size: 18px;
    }

    .testimonial-slide {
        flex: 0 0 260px;
        min-width: 260px;
    }

    .testimonial-card {
        padding: 18px;
    }

    .profile-initials {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .google-logo {
        height: 24px;
    }
}

/* ===============================
   UTILITY CLASSES
================================*/
.mb-5 {
    margin-bottom: 25px !important;
}

.mb-6 {
    margin-bottom: 40px !important;
}

.bg-greys {
    background: #F9F9F9 !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

@media (min-width: 901px) {
    .content-box1 {
        padding-left: 50px;
        padding-top: 50px;
    }
}


/* ===============================
   BLOG SECTION MOBILE FIXES
================================*/
@media (max-width: 767px) {
    /* Blog container slider fixes */
    .blog-container.swiper-container {
        overflow: visible !important;
        padding: 0 5px !important;
        margin: 23px -5px !important;
        width: calc(100% + 10px) !important;
    }

    .blog-container .swiper-wrapper {
        display: flex;
        gap: 15px;
    }

    .blog-container .swiper-slide {
        flex: 0 0 280px !important;
        width: 280px !important;
        margin-right: 0 !important;
        height: auto;
    }

    /* Blog card fixes */
    .blog-card {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    }

    /* Blog image fixes - remove bottom space */
    .blog-image {
        width: 100%;
        height: 160px;
        overflow: hidden;
        border-radius: 12px 12px 0 0;
        margin: 0;
        padding: 0;
        line-height: 0; /* Removes extra space below image */
        display: block;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; /* Removes extra space */
        border-radius: 12px 12px 0 0;
    }

    /* Blog content spacing */
    .blog-card .blog-date {
        margin: 12px 0 5px 0;
        padding: 0 12px;
        font-size: 12px;
        color: #888;
        display: block;
    }

    .blog-card .blog-title-link {
        display: block;
        padding: 0 12px;
        margin: 0 0 10px 0;
        text-decoration: none;
    }

    .blog-card .blog-title {
        font-size: 15px;
        line-height: 1.4;
        margin: 0;
        padding: 0;
        color: #333;
        font-weight: 600;
        min-height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-card .btn-3 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 12px 15px 12px;
        font-size: 13px;
        color: #e60012;
        text-decoration: none;
    }

    .blog-card .btn-3 img {
        width: 14px;
        height: 14px;
    }

    /* Fix for heading container on mobile */
    .heading-container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .heading-container > div {
        width: 100%;
    }

    /* Hide View All button on mobile if using slider */
    .heading-container .btn-dark.min-768 {
        display: none;
    }

    .max-767.btn-5 {
        display: inline-flex;
        margin-top: 25px;
        padding: 8px 25px;
        font-size: 14px;
    }
}

/* ===============================
   TESTIMONIALS SECTION MOBILE FIXES
================================*/
@media (max-width: 767px) {
    /* Testimonials container fixes */
    .testimonials-slider-container {
        overflow: visible !important;
        padding: 5px 0 15px 0 !important;
        margin: 0 -5px !important;
        width: calc(100% + 10px) !important;
    }

    .testimonials-wrapper.swiper-wrapper {
        display: flex;
        gap: 15px;
    }

    .testimonial-slide.swiper-slide {
        flex: 0 0 280px !important;
        width: 280px !important;
        margin-right: 0 !important;
        height: auto;
    }

    /* Testimonial card fixes */
    .testimonial-card {
        width: 100%;
        height: 100%;
        padding: 18px;
        background: #fff;
        border-radius: 12px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 3px 10px rgba(0,0,0,0.03);
    }

    /* Profile section */
    .testimonial-header {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .profile-container {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .profile-initials {
        width: 40px;
        height: 40px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .profile-info {
        flex: 1;
    }

    .testimonial-name {
        font-size: 16px;
        margin: 0 0 2px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .testimonial-rating {
        display: flex;
        gap: 2px;
    }

    .testimonial-rating .star {
        font-size: 14px;
    }

    .rating-date {
        font-size: 12px;
        color: #999;
        white-space: nowrap;
        align-self: flex-end;
        margin-left: 0;
    }

    /* Testimonial text */
    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 15px 0;
        color: #555;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Pagination dots positioning */
    .slider-pagination {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .pagination-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ddd;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pagination-dot.active {
        background: #e60012;
        width: 18px;
        border-radius: 10px;
    }

    /* Google logo */
    .google-logo-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-top: 5px;
    }

    .google-logo {
        height: 26px;
        width: auto;
    }
}

/* ===============================
   SMALL MOBILE (max 480px)
================================*/
@media (max-width: 480px) {
    /* Blog */
    .blog-container .swiper-slide {
        flex: 0 0 250px !important;
        width: 250px !important;
    }

    .blog-image {
        height: 140px;
    }

    .blog-card .blog-title {
        font-size: 14px;
    }
    .mb-4 { margin-bottom: 2rem; }

    /* Testimonials */
    .testimonial-slide.swiper-slide {
        flex: 0 0 250px !important;
        width: 250px !important;
    }

    .testimonial-card {
        padding: 15px;
    }

    .profile-initials {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-text {
        font-size: 13px;
        -webkit-line-clamp: 4;
    }
}

/* ===============================
   FIX FOR SWIPER CONFLICTS
================================*/
/* Ensure swiper doesn't override our styles */
.swiper-container {
    overflow: hidden !important;
}

.swiper-wrapper {
    display: flex !important;
}

.swiper-slide {
    height: auto !important;
}

/* Fix for blog container when swiper is initialized */
.blog-container.swiper-container .swiper-slide {
    display: flex !important;
}

/* Ensure proper spacing in grid view (when not swiper) */
.blog-container:not(.swiper-container) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 990px) {
    .blog-container:not(.swiper-container) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-container:not(.swiper-container) {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* Make select text identical to input placeholder */
.lease-form select{
    font-size:15px !important;
    font-family: inherit;
    letter-spacing:.5px;
    font-weight:400;
}

/* fake placeholder look */
.lease-form select:invalid{
    color:#777;
    font-size:13px !important;   /* 🔥 force same size */
}





/* =========================================
   HERO BANNER STYLES
   ========================================= */
.faq-note{
    margin-top:20px;
    font-size:14px;
    color:#555;
}

.faq-note a{
    font-weight:600;
    color:#000;
    text-decoration:underline;
}
/* Main Banner Container */
.hero-banner {
    position: relative;
    width: 100%;
    min-height: 91vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-title span{
    display:inline !important;
}
/* Background Image */
.hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Dark Overlay */
.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
}

/* Container */
.hero-banner-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
}

/* Content Grid */
.hero-banner-content {
    display: grid;
    grid-template-columns: 40% 40%;
    column-gap: 20%;
    align-items: start;
}

/* =========================================
   LEFT SIDE - WHY CHOOSE ART
   ========================================= */

.hero-left {
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: rgba(243, 107, 33, 0.2);
    color: #f36b21;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(243, 107, 33, 0.3);
    backdrop-filter: blur(5px);
}

.hero-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-title span {
    color: #f36b21;
    display: block;
    font-size: 28px;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Why Choose ART Section */
.why-choose-art {
    margin-top: 20px;
}

.why-choose-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.why-choose-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #f36b21;
}

/* Features Grid */
.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 7px 9px 5px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(243, 107, 33, 0.1);
    border-color: rgba(243, 107, 33, 0.3);
    transform: translateX(5px);
}

.feature-number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 2px solid #f36b21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #f36b21;
    background: rgba(0, 0, 0, 0.3);
}

.feature-content h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #fff;
}

.feature-content p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* =========================================
   RIGHT SIDE - LEAD FORM
   ========================================= */

.hero-right {
    position: relative;
}

.lead-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-title {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

.form-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Form Fields */
.lead-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 9px 17px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #f36b21;
    box-shadow: 0 0 0 4px rgba(243, 107, 33, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.form-submit {
    background: #000;
    color: #fff;
    padding: 16px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: 100%;
}

.form-submit:hover {
    background: #f36b21;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(243, 107, 33, 0.3);
}

.submit-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.form-submit:hover .submit-arrow {
    transform: translateX(5px);
}

/* Form Footer */
.form-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-footer p {
    color: #666;
    font-size: 14px;
}

.form-footer a {
    color: #f36b21;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.form-footer a:hover {
    color: #000;
    text-decoration: underline;
}

/* =========================================
   QUICK NAVIGATION
   ========================================= */

.quick-nav {
    background: #111;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quick-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.quick-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    transition: color 0.3s ease;
    position: relative;
}

.quick-nav-link:hover {
    color: #f36b21;
}

.nav-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */

/* Large Desktop (1200px and up) */
@media (min-width: 1400px) {
    .hero-banner-container {
        padding: 10px 9px;
    }

    .hero-title {
        font-size: 25px;
    }

    .hero-title span {
        font-size: 25px;
    }
}

/* Desktop (992px - 1199px) */
@media (max-width: 1199px) {
    .hero-banner-content {
        grid-template-columns: 1.1fr 1fr;
        gap: 40px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-title span {
        font-size: 36px;
    }

    .lead-form-card {
        padding: 35px 30px;
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .hero-banner {
        min-height: auto;
    }

    .hero-banner-container {
        padding: 60px 30px;
    }

    .hero-banner-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-left {
        text-align: center;
    }

    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .feature-item {
        max-width: 600px;
        margin: 0 auto;
    }

    .feature-item:hover {
        transform: translateY(-5px);
    }

    .lead-form-card {
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-banner-overlay {
        background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 100%);
    }
}

/* Mobile Landscape (576px - 767px) */
@media (max-width: 767px) {
    .hero-banner-container {
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-title span {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .why-choose-title {
        font-size: 22px;
    }

    .feature-item {
        padding: 12px 15px;
        gap: 12px;
    }

    .feature-number {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 14px;
    }

    .feature-content h4 {
        font-size: 16px;
    }

    .feature-content p {
        font-size: 13px;
    }

    .lead-form-card {
        padding: 30px 20px;
    }

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

    .form-subtitle {
        font-size: 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    .quick-nav-container {
        padding: 0 20px;
        gap: 5px;
    }

    .quick-nav-link {
        font-size: 13px;
        padding: 5px 8px;
    }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-title span {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }

    .feature-content h4 {
        text-align: center;
    }

    .feature-content p {
        text-align: center;
    }

    .form-title {
        font-size: 22px;
    }

    .form-submit {
        padding: 14px 25px;
        font-size: 15px;
    }

    .quick-nav-container {
        flex-wrap: wrap;
        gap: 8px;
    }

    .quick-nav-link {
        font-size: 12px;
    }

    .nav-separator {
        display: none;
    }

    .quick-nav-link::after {
        content: '•';
        color: #f36b21;
        margin-left: 8px;
        opacity: 0.5;
    }

    .quick-nav-link:last-child::after {
        display: none;
    }
}

/* Small Mobile (up to 380px) */
@media (max-width: 380px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-title span {
        font-size: 22px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .why-choose-title {
        font-size: 20px;
    }

    .form-title {
        font-size: 20px;
    }

    .form-submit {
        padding: 12px 20px;
        font-size: 14px;
    }
}




  /* Profile Initials Styles */
.profile-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.profile-initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.profile-info {
    flex: 1;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.testimonial-rating {
    display: flex;
    gap: 2px;
}

.testimonial-rating .star {
    color: #ffb800;
    font-size: 16px;
    line-height: 1;
}

.rating-date {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 10px;
}

/* Google Logo Styles */
.google-logo-wrapper {
    display: flex;
    align-items: center;
}

.google-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* Rest of the CSS remains the same */
.testimonials-slider-container {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px 0;
}




.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #e0e0e0;
}

.testimonial-text {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-style: normal;
    flex-grow: 1;
    padding-left: 0;
}

.testimonial-text::before {
    display: none;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.google-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.google-reviews {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-nav:hover {
    background: #e60012;
}

.slider-nav:hover img {
    filter: brightness(0) invert(1);
}

.slider-nav img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.slider-prev {
    left: -20px;
}

.slider-next {
    right: -20px;
}

/* Slider Pagination */
.slider-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #e60012;
    width: 25px;
    border-radius: 10px;
}

/* Mobile Responsive */
@media screen and (max-width: 1200px) {
    .testimonial-slide {
        flex: 0 0 calc(33.333% - 17px);
        min-width: calc(33.333% - 17px);
    }
}

@media screen and (max-width: 990px) {
    .testimonial-slide {
        flex: 0 0 calc(50% - 13px);
        min-width: calc(50% - 13px);
    }
}

@media screen and (max-width: 767px) {
    .testimonials-wrapper {
        gap: 15px;
    }

    .testimonial-slide {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .profile-initials {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .rating-date {
        font-size: 12px;
    }

    .slider-nav {
        display: none;
    }

    .google-logo {
        height: 30px;
    }
}


 .whatsapp-float {
    position: fixed;
    bottom: 85px;
    right: 29px;
    width: 56.5px;
    height: 56.5px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}


.phone-group{
    display:flex;
    gap:10px;
}
.country-code{
    display:flex;
    align-items:center;
    background:#f5f5f5;
    border:1px solid #ddd;
    padding:0 12px;
    border-radius:8px;
    min-width:110px; /* important */
}

.country-code img{
    width:22px;
    margin-right:8px;
}

.country-code input{
    border:none;
    background:transparent;
    width:90px;   /* increase */
    font-weight:600;
    color:#333;
}

.phone-input{
    flex:1;
}


.inlineflx{
    align-items: center;
    text-decoration: none !important;
    font-size: 13px;
    background: #FE8745 !important;
    max-width: 143px;
    margin-top: 10px;
}

.spacingred{
    padding-bottom: 2rem !important;
}
.paddinglow{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.spacinghm{
    padding-bottom: 3.5rem !important;
}
.paddingtoplow{
    padding-top: 2rem !important;
}
