/*==================================================================
TONINO LAMBORGHINI RESIDENCES — RESPONSIVE STYLESHEET
File: assets/css/responsive.css
--------------------------------------------------------------------
This file contains ONLY @media breakpoint rules. Base/global styles
live in style.css. Keeping the split clean avoids duplicate and
conflicting rules across files.

BREAKPOINTS USED
  max-width : 1400px  -> Large desktop
  max-width : 1200px  -> Laptop
  max-width : 991px   -> Tablet
  max-width : 767px   -> Mobile
  max-width : 576px   -> Small mobile
  max-width : 480px   -> Extra-small mobile
  min-width combos     -> Desktop-up overrides for Project Overview
==================================================================*/

/*======================================
RESPONSIVE CSS
Tonino Lamborghini Residences
======================================*/
/*=========================
TABLET
=========================*/

@media (max-width:991px){

.navbar{
    height:92px;
}

.nav-container{
    padding:0 20px;
    height:72px;
}

.logo{
    height:68px;
}

.navbar-collapse{
    position:absolute;
    top:72px;
    left:15px;
    right:15px;
    background:#111;
    border-radius:12px;
    padding:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.4);
}

.navbar-nav{
    display:block;
    width:100%;
    margin:0;
}

.navbar-nav li{
    margin-bottom:15px;
}

.navbar-nav li:last-child{
    margin-bottom:0;
}

.navbar-nav a{
    display:block;
    padding:8px 0;
}

.btn-gold{
    width:100%;
    margin-top:20px;
    text-align:center;
}

}
//*====================================================
                HERO RESPONSIVE
====================================================*/

/************** Large Desktop **************/
@media (max-width:1400px){

.hero-title{
    font-size:68px;
}

.hero-residence{
    font-size:40px;
}

.hero-subtitle{
    font-size:24px;
}

.hero-price span{
    font-size:34px;
}

.hero-content{
    padding-right:40px;
}

}


/************** Laptop **************/
@media (max-width:1200px){

.hero{
    padding-top:120px;
}

.hero-title{
    font-size:58px;
}

.hero-residence{
    font-size:34px;
    letter-spacing:7px;
}

.hero-subtitle{
    font-size:22px;
}

.project-item h4{
    font-size:24px;
}

.lead-form{
    padding:30px;
}

}


/************** Tablet **************/
@media (max-width:991px){

.hero{

    min-height:auto;

    padding:120px 0 60px;

    text-align:center;

}

.hero-content{

    padding-right:0;

    margin-bottom:50px;

}

.hero-title{

    font-size:52px;

}

.hero-residence{

    font-size:30px;

    letter-spacing:5px;

}

.hero-subtitle{

    font-size:22px;

}

.hero-price{

    font-size:20px;

}

.hero-price span{

    display:block;

    font-size:34px;

    margin-top:5px;

}

.hero-divider{

    margin:25px auto;

}

.project-box{

    display:grid;

    grid-template-columns:repeat(2,1fr);

}

.project-item{

    border-right:none;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.project-item:nth-child(2n){

    border-left:1px solid rgba(255,255,255,.08);

}

.project-item:nth-last-child(-n+2){

    border-bottom:none;

}

.hero-buttons{

    justify-content:center;

}

.hero-buttons .btn{

    width:100%;

    max-width:320px;

}

.lead-form{

    max-width:520px;

    margin:auto;

}

}


/************** Mobile **************/
@media (max-width:767px){

.hero{

    padding:105px 0 45px;

}

.hero-title{

    font-size:42px;

}

.hero-residence{

    font-size:24px;

    letter-spacing:4px;

}

.hero-subtitle{

    font-size:19px;

}

.hero-price{

    font-size:18px;

}

.hero-price span{

    font-size:28px;

}

.project-box{

    grid-template-columns:1fr 1fr;

}

.project-item{

    padding:18px 10px;

}

.project-item h4{

    font-size:22px;

}

.project-item p{

    font-size:13px;

}

.hero-buttons{

    gap:12px;

}

.hero-buttons .btn{

    width:100%;

    padding:14px;

}

.lead-form{

    padding:24px;

}

.form-top h3{

    font-size:28px;

}

.input-box input,

.input-box textarea{

    padding:14px 15px 14px 45px;

}

.hero-submit{

    height:50px;

}

}


/************** Small Mobile **************/
@media (max-width:480px){

.hero-title{

    font-size:34px;

    line-height:1.05;

}

.hero-residence{

    font-size:20px;

    letter-spacing:3px;

}

.hero-location{

    font-size:13px;

}

.hero-subtitle{

    font-size:17px;

}

.hero-price span{

    font-size:24px;

}

.project-item{

    padding:15px 8px;

}

.project-item i{

    font-size:20px;

}

.project-item h4{

    font-size:20px;

}

.project-item p{

    font-size:12px;

}

.form-top h3{

    font-size:24px;

}

.form-top p{

    font-size:13px;

}

.hero-check{

    font-size:12px;

}

}
/*======================================
Utility Responsive Classes
======================================*/

.hide-mobile{
    display:block;
}

.show-mobile{
    display:none;
}

@media(max-width:768px){

.hide-mobile{
    display:none;
}

.show-mobile{
    display:block;
}

}

/*======================================
Smooth Image Scaling
======================================*/

img{
    max-width:100%;
    height:auto;
    display:block;
}

/*======================================
Responsive Tables
======================================*/

.table-responsive{
    overflow-x:auto;
}

/*======================================
Responsive Google Map
======================================*/

.map-responsive{
    overflow:hidden;
    position:relative;
    height:450px;
    border-radius:15px;
}

.map-responsive iframe{
    width:100%;
    height:100%;
    border:0;
}

/*======================================
Responsive Gallery
======================================*/

.gallery img{
    width:100%;
    border-radius:12px;
    transition:0.4s;
}

.gallery img:hover{
    transform:scale(1.05);
}
@media(max-width:991px){

.nav-container{

    padding-left:20px;

    padding-right:20px;

}

.hero .container{

    padding-left:20px;

    padding-right:20px;

}

}

@media (max-width:576px){

    .hero-check{

        align-items:flex-start;

        gap:10px;

    }

    .hero-check span{

        font-size:14px;

        line-height:24px;

    }

}
/*==================================================
PROJECT OVERVIEW - RESPONSIVE (FIXED)
==================================================*/

/************* Desktop *************/
@media (min-width:1200px){

.overview-section .container{
    max-width:1400px;
    padding-left:50px;
    padding-right:50px;
}

.overview-header{
    width:100%;
    max-width:100%;
    padding:0;
    margin:0 auto 70px;
}

.overview-header h2{
    max-width:100%;
    font-size:62px;
    line-height:1.15;
    margin-bottom:20px;
}

.overview-header p{
    max-width:1100px;
    margin:0 auto;
    font-size:18px;
    line-height:34px;
}

}


/************* Laptop *************/
@media (min-width:992px) and (max-width:1199px){

.overview-section{
    padding:100px 0;
}

.overview-section .container{
    padding-left:40px;
    padding-right:40px;
}

.overview-header{
    width:100%;
    max-width:100%;
}

.overview-header h2{
    font-size:52px;
}

.overview-header p{
    max-width:100%;
    font-size:17px;
    line-height:32px;
}

.feature-box{
    padding:28px;
}

}


/************* Tablet *************/
@media (min-width:768px) and (max-width:991px){

.overview-section{
    padding:80px 0;
}

.overview-section .container{
    padding-left:30px;
    padding-right:30px;
}

.overview-header{
    width:100%;
    max-width:100%;
}

.overview-header h2{
    font-size:42px;
}

.overview-header p{
    max-width:100%;
    font-size:16px;
    line-height:30px;
}

.overview-banner{
    margin-bottom:35px;
}

.feature-box{
    margin-bottom:20px;
}

}


/************* Mobile *************/
@media (max-width:767px){

.overview-section{
    padding:70px 0;
}

.overview-section .container{
    padding-left:20px;
    padding-right:20px;
}

.overview-header{
    width:100%;
    max-width:100%;
    margin-bottom:40px;
}

.section-tag{
    font-size:11px;
    letter-spacing:2px;
}

.overview-header h2{
    font-size:34px;
    line-height:1.25;
}

.overview-header p{
    width:100%;
    max-width:100%;
    font-size:15px;
    line-height:28px;
}

.overview-banner{
    border-radius:18px;
}

.banner-badge{
    left:15px;
    right:15px;
    bottom:15px;
    font-size:12px;
    text-align:center;
}

.feature-box{
    padding:22px;
}

.feature-box h4{
    font-size:20px;
}

.feature-box p{
    font-size:14px;
    line-height:26px;
}

.overview-cta .btn{
    width:100%;
}

}


/************* Small Mobile *************/
@media (max-width:480px){

.overview-section .container{
    padding-left:15px;
    padding-right:15px;
}

.overview-header h2{
    font-size:28px;
}

.overview-header p{
    font-size:14px;
    line-height:26px;
}

.feature-box{
    padding:18px;
}

}

/*==================================================
FOOTER BOTTOM — RESPONSIVE (3-zone premium layout)
==================================================*/

/************* Tablet *************/
@media (max-width:991px){

.footer-bottom{
    margin-top:45px;
    padding-top:28px;
}

.footer-bottom .row{
    text-align:center;
}

.footer-top-link{
    justify-content:center;
    margin:0 auto;
}

.footer-bottom .social-links{
    justify-content:center;
}

}

/************* Mobile *************/
@media (max-width:576px){

.footer-top-link .top-circle{
    width:50px;
    height:50px;
    font-size:16px;
}

.footer-top-link .top-divider{
    height:38px;
}

.footer-top-link .top-label{
    font-size:12px;
    letter-spacing:2.5px;
}

.footer-legal-links{
    gap:22px;
}

.footer-bottom .social-links a{
    width:44px;
    height:44px;
    font-size:15px;
}

.footer-bottom .rera-disclaimer{
    font-size:11px;
    padding:0 10px;
}

}

/*==================================================
FLOATING CALL / WHATSAPP — RESPONSIVE
==================================================*/

@media (max-width:576px){

.floating-stack{
    right:14px;
    bottom:14px;
    gap:10px;
}

.floating-stack .floating-btn{
    width:48px;
    height:48px;
    font-size:19px;
}

}

/*==================================================
LUXURY ECOSYSTEM BANNER (skyline2.jpg) — RESPONSIVE
background-attachment:fixed is broken/janky on iOS
and most mobile browsers, so switch it off and let
the image scroll normally below tablet width.
==================================================*/

@media (max-width:991px){

.luxury-ecosystem{
    background-attachment:scroll;
    background-position:center center;
    min-height:480px;
}

}

@media (max-width:576px){

.luxury-ecosystem{
    min-height:420px;
}

.luxury-ecosystem .overlay{
    background:linear-gradient(
        180deg,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.55) 100%
    );
}

}

/*==================================================
SECTION PADDING — MOBILE RHYTHM
Tightens every main block on small screens so the
page doesn't feel like endless scrolling.
==================================================*/

@media (max-width:767px){

.overview-section,
.project-section,
.clubhouse-section,
.price-section,
.floorplan-section,
.gallery-section,
.location-section,
.faq-section{
    padding:55px 0;
}

.footer-section{
    padding:60px 0 30px;
}

}

@media (max-width:480px){

.overview-section,
.project-section,
.clubhouse-section,
.price-section,
.floorplan-section,
.gallery-section,
.location-section,
.faq-section{
    padding:45px 0;
}

}

/*==================================================
POPUP — SHORT SCREENS
Prevents the enquiry popup from overflowing on
landscape phones / small laptops.
==================================================*/

@media (max-height:700px){

.popup-overlay{
    align-items:flex-start;
    overflow-y:auto;
    padding:30px 20px;
}

.popup-container{
    margin:auto;
}

.popup-right{
    padding:35px 40px;
}

}

/*==================================================
FAQ ACCORDION — RESPONSIVE
==================================================*/

@media (max-width:767px){

.faq-question{
    padding:18px 18px;
    gap:14px;
}

.faq-q-text{
    font-size:16px;
}

.faq-icon{
    width:34px;
    height:34px;
}

.faq-icon i{
    font-size:12px;
}

.faq-answer-inner p{
    padding:14px 18px 20px;
    font-size:14.5px;
    line-height:1.8;
}

}

@media (max-width:480px){

.faq-q-text{
    font-size:15px;
}

.faq-answer-inner p{
    font-size:14px;
}

}
