.elementor-7676 .elementor-element.elementor-element-f18084d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7676 .elementor-element.elementor-element-47d8c80{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7676 .elementor-element.elementor-element-aa197ff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;text-align:center;}.elementor-7676 .elementor-element.elementor-element-aa197ff .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:bold;color:#000000;}/* Start custom CSS for html, class: .elementor-element-dadda0f *//* HERO / MAIN BANNER HEADING */
.pw-hero h1,
.pw-hero h2,
.pw-hero h3 {
  color: #ffffff !important;
}

/* SECTION HEADINGS (Amenities & Location) */
.pw-amenities h2,
.pw-location h2,
.world-class-amenities h2,
.location-advantage h2 {
  color: #ffffff !important;
}

/* SUB-HEADINGS INSIDE DARK SECTIONS */
.pw-amenities h3,
.pw-location h3 {
  color: #ffffff !important;
}

/* OPTIONAL: Slight glow for better contrast */
.pw-hero h1,
.pw-amenities h2,
.pw-location h2 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

body, h1, h2, h3, p, li, div {
  font-family: 'Montserrat', sans-serif !important;
}

.pw-hero {
  background: linear-gradient(135deg,#0a1f44,#123a6f);
  padding: 60px 30px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.pw-hero h1 {
  font-size: 36px;
  font-weight: 800;
}

.pw-urgency {
  margin-top: 20px;
  padding: 14px 22px;
  background: linear-gradient(90deg,#ff9800,#ff5722);
  border-radius: 40px;
  font-weight: 700;
}

.pw-unit-card {
  background: #fff;
  margin-top: 40px;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.pw-unit-card h3 {
  color: #0a1f44;
  font-size: 26px;
  margin-bottom: 20px;
}

.pw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 14px;
}

.pw-price {
  margin-top: 25px;
  font-size: 28px;
  font-weight: 800;
  color: #ff5722;
}

.pw-amenities,
.pw-location {
  margin-top: 50px;
  background: linear-gradient(135deg,#0f2c56,#173f7a);
  padding: 40px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.pw-amenities h2,
.pw-location h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.pw-amenities ul,
.pw-location ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 14px;
}

.pw-amenities li,
.pw-location li {
  background: rgba(255,255,255,.12);
  padding: 14px 18px;
  border-radius: 10px;
}

.pw-note {
  margin-top: 25px;
  background: rgba(255,255,255,.15);
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3daa178 *//* FONT */
body{
    font-family:'Montserrat', sans-serif;
    margin:0;
    background:#f5f7fb;
}

/* SECTION */
.pricing-section{
    padding:60px;
    background:#fff;
}

/* CONTAINER */
.pricing-container{
    display:flex;
    gap:40px;
    align-items:center;
}

/* LEFT */
.pricing-left{
    flex:1;
}

.pricing-left h2{
    font-size:34px;
    font-weight:800;
    color:#0b1c2c;
}

.sub{
    margin-top:15px;
    font-weight:500;
    color:#444;
}

.line{
    width:50px;
    height:4px;
    background:#2563eb;
    margin-top:10px;
}

/* RIGHT */
.pricing-right{
    flex:1.3;
    display:flex;
    height:280px;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    transition:0.3s;
}

.pricing-right:hover{
    transform:translateY(-5px);
}

/* IMAGE */
.pricing-image{
    flex:1;
    position:relative;
}

.pricing-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* DARK OVERLAY */
.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,0.5));
}

/* BANNER */
.pricing-banner{
    flex:1;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:30px;
}

.pricing-banner p{
    font-size:18px;
    font-weight:600;
}

/* BUTTON */
.btn{
    margin-top:20px;
    display:inline-block;
    background:#ff3b3b;
    padding:12px 22px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.btn:hover{
    background:#000;
}

/* ALERT */
.alert-bar{
    background:#d50000;
    overflow:hidden;
    padding:12px 0;
}

.alert-track{
    white-space:nowrap;
    color:#fff;
    font-weight:800;
    animation:scroll 12s linear infinite;
}

@keyframes scroll{
    0%{transform:translateX(0);}
    100%{transform:translateX(-50%);}
}

/* POPUP */
.popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none;
}

.popup:target{
    display:flex;
    align-items:center;
    justify-content:center;
}

.popup-box{
    background:#fff;
    padding:30px;
    border-radius:12px;
    width:300px;
    text-align:center;
}

.popup-box h3{
    font-weight:800;
}

.popup-box input{
    width:100%;
    padding:10px;
    margin:10px 0;
    border:1px solid #ddd;
    border-radius:6px;
}

.popup-box button{
    width:100%;
    padding:12px;
    background:#2563eb;
    color:#fff;
    border:none;
    border-radius:25px;
    font-weight:700;
}

.close{
    float:right;
    text-decoration:none;
    font-size:20px;
}

/* ================= MOBILE ================= */
@media(max-width:768px){

    .pricing-section{
        padding:25px 15px;
    }

    .pricing-container{
        flex-direction:column;
    }

    .pricing-left{
        text-align:center;
    }

    .pricing-left h2{
        font-size:24px;
    }

    .pricing-right{
        flex-direction:column;
        height:auto;
    }

    .pricing-image{
        height:200px;
    }

    .pricing-banner{
        text-align:center;
    }

    .btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2200ef *//* ================= GOOGLE FONT ================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    margin:0;
    background: linear-gradient(135deg,#f5f7fb,#eef2ff);
    color:#111;
}

/* ================= PRICING SECTION ================= */
.pricing{
    padding:60px;
    background:#fff;
    text-align:center;
    border-radius:12px;
    margin:40px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.pricing h2{
    font-size:34px;
    font-weight:800;
    color:#0b1c2c;
}

/* LINE */
.line{
    width:60px;
    height:4px;
    background:linear-gradient(90deg,#2b6cb0,#4f8cff);
    margin:12px auto 25px;
    border-radius:10px;
}

/* DESC */
.desc{
    max-width:800px;
    margin:auto;
    color:#333;
    font-weight:500;
    line-height:1.6;
}

/* ================= TABLE ================= */

.table-wrap{
    width:100%;
    overflow-x:auto; /* 🔥 MOBILE SCROLL */
}

/* TABLE */
table{
    width:100%;
    min-width:700px; /* 🔥 PREVENT CRUSH */
    margin:40px auto;
    border-collapse:collapse;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

/* HEADER */
th{
    background:#0b1c2c;
    color:#fff;
    padding:14px;
    font-weight:700;
    font-size:14px;
    text-align:center;
    white-space:nowrap;
}

/* BODY */
td{
    padding:14px;
    border:1px solid #eee;
    font-weight:700;
    font-size:14px;
    color:#111;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
}

/* BUTTON COLUMN FIX */
td:last-child{
    min-width:140px;
}

/* BUTTON */
button{
    background:linear-gradient(135deg,#2b6cb0,#2563eb);
    color:#fff;
    border:none;
    padding:10px 16px;
    border-radius:20px;
    cursor:pointer;
    font-weight:600;
    transition:0.3s;
    white-space:nowrap;
}

button:hover{
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

/* ROW HOVER */
tr:hover{
    background:#f1f5ff;
}

/* ================= EMI SECTION ================= */

.emi{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:50px 60px;
    padding:35px;
    border-radius:14px;
    background:linear-gradient(135deg,#ff9966,#ff5e62);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.emi-left{
    color:#111;
}

.emi-left h3{
    font-weight:800;
    font-size:24px;
}

.emi-left p{
    font-weight:500;
}

/* EMI RIGHT */
.emi-right{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.emi-right input{
    padding:10px;
    border:none;
    border-radius:6px;
    outline:none;
    font-family:Montserrat;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
}

.emi-right button{
    background:#0b1c2c;
    padding:12px;
    font-weight:700;
    border-radius:25px;
}

.emi-right button:hover{
    background:#000;
}

#result{
    margin-top:12px;
    font-weight:700;
    color:#fff;
}

/* ================= 📱 MOBILE ================= */
@media (max-width:768px){

    .pricing{
        padding:25px 12px;
        margin:10px;
    }

    .pricing h2{
        font-size:22px;
    }

    .desc{
        font-size:13px;
    }

    /* TABLE */
    table{
        min-width:650px; /* 🔥 IMPORTANT */
    }

    th, td{
        padding:10px;
        font-size:12px;
    }

    /* BUTTON FIX */
    td:last-child{
        min-width:130px;
    }

    button{
        width:100%;
        font-size:12px;
        padding:8px;
    }

    /* EMI STACK */
    .emi{
        flex-direction:column;
        gap:20px;
        margin:20px;
        padding:20px;
        text-align:center;
    }

    .emi-left h3{
        font-size:18px;
    }

    .emi-right{
        width:100%;
    }

    .emi-right input,
    .emi-right button{
        width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-009e855 */.masterplan{
    padding:80px 60px;
    background:#fff;
    text-align:center;
}

.masterplan h2{
    font-size:34px;
    font-weight:900;
    color:#0b1c2c;
}

.master-desc{
    max-width:800px;
    margin:15px auto 40px;
    color:#444;
    font-weight:600;
}

/* WRAPPER */
.master-wrapper{
    display:flex;
    gap:40px;
    align-items:center;
}

/* LEFT */
.master-left{
    flex:1.2;
}

.master-image{
    position:relative;
    overflow:hidden;
    border-radius:14px;
}

.master-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

/* ZOOM HOVER */
.master-image:hover img{
    transform:scale(1.08);
}

/* OVERLAY */
.master-overlay{
    position:absolute;
    bottom:0;
    width:100%;
    padding:20px;
    background:linear-gradient(transparent,rgba(0,0,0,0.8));
    color:#fff;
    text-align:left;
}

.master-overlay h3{
    font-size:20px;
    font-weight:800;
}

/* RIGHT */
.master-right{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* CARD */
.layout-card{
    display:flex;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

/* HOVER EFFECT */
.layout-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* IMAGE */
.layout-image{
    width:40%;
    overflow:hidden;
}

.layout-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s;
}

.layout-card:hover img{
    transform:scale(1.1);
}

/* CONTENT */
.layout-content{
    padding:15px;
    text-align:left;
    width:60%;
}

.layout-content h4{
    font-size:18px;
    font-weight:800;
    color:#0b1c2c;
}

.layout-content span{
    display:block;
    font-weight:600;
    margin:5px 0;
}

.layout-content p{
    font-weight:700;
    color:#2b6cb0;
    margin-bottom:10px;
}

/* BUTTON */
.layout-content a{
    display:inline-block;
    background:#0b1c2c;
    color:#fff;
    padding:8px 14px;
    border-radius:20px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.layout-content a:hover{
    background:#000;
}

/* 📱 MOBILE */
@media(max-width:768px){

    .masterplan{
        padding:40px 15px;
    }

    .master-wrapper{
        flex-direction:column;
    }

    .layout-card{
        flex-direction:column;
    }

    .layout-image{
        width:100%;
        height:180px;
    }

    .layout-content{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ac8979 *//* ================= FACILITIES SECTION ================= */

.facilities {
    padding: 70px 20px;
    background: #f8fafc;
    text-align: center;
}

/* TITLE */
.facilities h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0b1c2c;
}

/* LINE */
.line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg,#2b6cb0,#2563eb);
    margin: 12px auto 40px;
    border-radius: 10px;
}

/* GRID */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* CARD */
.facility {
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center;
    transition: 0.35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
}

/* HOVER EFFECT */
.facility:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ICON */
.facility .icon {
    font-size: 36px;
    margin-bottom: 12px;
}

/* HEADING */
.facility h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0b1c2c;
    margin-bottom: 8px;
}

/* TEXT */
.facility p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {

    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ================= MOBILE ================= */
@media (max-width: 600px) {

    .facilities {
        padding: 50px 15px;
    }

    .facilities h2 {
        font-size: 24px;
    }

    .facilities-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .facility {
        padding: 18px;
    }

    .facility h4 {
        font-size: 15px;
    }

    .facility p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be8292f *//* ================= AMENITIES SECTION ================= */

.amenities{
    padding:60px 20px;
    text-align:center;
    background:#f5f7fb;
}

/* TITLE */
.amenities h2{
    font-size:32px;
    font-weight:800;
    color:#0b1c2c;
}

/* LINE */
.line{
    width:60px;
    height:4px;
    background:#2b6cb0;
    margin:10px auto 30px;
    border-radius:10px;
}

/* GRID */
.amenity-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    max-width:1200px;
    margin:auto;
}

/* CARD */
.card{
    background:#fff;
    padding:26px 20px;
    border-radius:15px;
    border:1px solid #eee;
    transition:0.35s ease;
    cursor:pointer;
    position:relative;
    overflow:hidden;

    /* 🔥 FIXES */
    width:100%;
    box-sizing:border-box;
}

/* ICON */
.icon{
    font-size:38px;
    margin-bottom:10px;
    transition:0.3s;
}

/* TITLE */
.card h3{
    font-weight:700;
    font-size:16px;
    color:#222;
    margin-bottom:6px;
}

/* TEXT */
.card p{
    font-size:13px;
    color:#555;
    line-height:1.5;
}

/* HOVER */
.card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

/* ICON ANIMATION */
.card:hover .icon{
    animation:shake 0.5s ease;
}

/* SHAKING EFFECT */
@keyframes shake{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(6deg);}
    50%{transform:rotate(-6deg);}
    75%{transform:rotate(4deg);}
    100%{transform:rotate(0deg);}
}

/* GLOW EFFECT */
.card::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    background:linear-gradient(120deg,transparent,rgba(255,255,255,0.4),transparent);
    transition:0.5s;
}

.card:hover::before{
    left:100%;
}

/* ================= TABLET ================= */
@media (max-width:1024px){

    .amenity-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .amenities h2{
        font-size:26px;
    }

}

/* ================= MOBILE ================= */
@media (max-width:600px){

    .amenities{
        padding:40px 12px;
    }

    .amenities h2{
        font-size:22px;
    }

    .line{
        margin-bottom:20px;
    }

    .amenity-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .card{
        padding:18px 14px;
        border-radius:12px;
    }

    .icon{
        font-size:28px;
    }

    .card h3{
        font-size:14px;
    }

    .card p{
        font-size:12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-716e3f5 */.location{
    padding:60px;
    background:#f5f7fb;
    text-align:center;
}

.location h2{
    font-size:34px;
    font-weight:800;
    color:#0b1c2c;
}

.line{
    width:60px;
    height:4px;
    background:#2b6cb0;
    margin:10px auto 40px;
}

/* GRID */
.location-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

/* CARD */
.loc-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:left;
    border:1px solid #eee;
    transition:0.4s;
    position:relative;
    overflow:hidden;
}

/* TITLE */
.loc-card h3{
    font-size:18px;
    font-weight:700;
    color:#0b1c2c;
    margin-bottom:15px;
}

/* LIST */
.loc-card ul{
    padding-left:15px;
}

.loc-card li{
    margin-bottom:8px;
    color:#333;
    font-weight:500;
}

/* 🔥 PREMIUM HOVER */
.loc-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* LEFT BORDER ANIMATION */
.loc-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:#2b6cb0;
    transition:0.4s;
}

.loc-card:hover::before{
    height:100%;
}

/* TEXT SLIDE EFFECT */
.loc-card li{
    transition:0.3s;
}

.loc-card:hover li{
    transform:translateX(5px);
}

/* SOFT GLOW */
.loc-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,transparent,rgba(43,108,176,0.08),transparent);
    opacity:0;
    transition:0.4s;
}

.loc-card:hover::after{
    opacity:1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a58b3a4 *//* GLOBAL FONT */
body{
    font-family: 'Montserrat', sans-serif;
    background:#f5f7fb;
    margin:0;
}

/* DEVELOPER */
.developer{
    padding:80px 60px;
    background:#fff;
    text-align:center;
}

.developer h2{
    font-size:36px;
    font-weight:800;
    color:#0b1c2c;
}

.dev-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    margin-top:40px;
}

.dev-text{
    flex:1;
    text-align:left;
}

.dev-text p{
    font-size:16px;
    color:#1a1a1a;
    font-weight:500;
    line-height:1.7;
}

.dev-img{
    flex:1;
}

.dev-img img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* TESTIMONIALS */
.testimonials{
    padding:60px;
    text-align:center;
    background:#fff;
}

.testimonials h3{
    font-size:28px;
    font-weight:800;
    color:#0b1c2c;
}

/* SLIDER */
.slider{
    overflow:hidden;
    margin-top:30px;
}

.slide-track{
    display:flex;
    width:calc(250px * 8);
    animation:scroll 20s linear infinite;
}

.slide{
    width:250px;
    margin:10px;
    padding:20px;
    background:#f1f4f9;
    border-radius:10px;
    font-weight:600;
    color:#0b1c2c;
}

/* ANIMATION */
@keyframes scroll{
    0%{transform:translateX(0);}
    100%{transform:translateX(-50%);}
}

/* ================= 📱 MOBILE RESPONSIVE ================= */
@media (max-width: 768px){

    /* SECTION PADDING */
    .developer{
        padding:40px 20px;
    }

    .testimonials{
        padding:40px 20px;
    }

    /* HEADING */
    .developer h2{
        font-size:26px;
    }

    .testimonials h3{
        font-size:22px;
    }

    /* STACK LAYOUT */
    .dev-box{
        flex-direction:column;
        gap:25px;
    }

    .dev-text{
        text-align:center;
    }

    .dev-text p{
        font-size:14px;
    }

    /* IMAGE */
    .dev-img img{
        width:100%;
    }

    /* SLIDER FIX */
    .slide{
        width:220px;
        padding:15px;
        font-size:14px;
    }

    .slide-track{
        width:calc(220px * 8);
        animation:scroll 18s linear infinite;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5733ccb *//* GLOBAL */
body{
    margin:0;
    font-family:'Montserrat',sans-serif;
    background:#f5f7fb;
}

/* ================= BOOKING ================= */
.booking{
    padding:80px 60px;
    background:#f5f7fb;
}

.booking h2{
    text-align:center;
    font-size:36px;
    font-weight:800;
    color:#0b1c2c;
}

.line{
    width:60px;
    height:4px;
    background:#2b6cb0;
    margin:10px auto 40px;
}

/* LAYOUT */
.booking-box{
    display:flex;
    gap:50px;
    align-items:center;
}

/* TEXT */
.booking-text{
    flex:1;
}

.booking-text h3{
    font-size:22px;
    font-weight:700;
    color:#0b1c2c;
}

.booking-text li{
    margin-bottom:12px;
    color:#222;
    line-height:1.6;
}

/* IMAGE */
.booking-img{
    flex:1;
    text-align:center;
}

.booking-img img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* BUTTON */
.btn{
    display:inline-block;
    margin-top:20px;
    background:#2b6cb0;
    color:#fff;
    padding:14px 24px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

/* ================= FAQ ================= */
.faq{
    padding:80px 60px;
    background:#fff;
}

.faq h2{
    text-align:center;
    font-size:34px;
    font-weight:800;
    color:#0b1c2c;
}

.faq-box{
    max-width:800px;
    margin:40px auto;
}

/* FAQ ITEM */
details{
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:12px;
    padding:15px;
    transition:0.3s;
}

summary{
    font-weight:600;
    cursor:pointer;
}

details p{
    margin-top:10px;
}

/* ================= 📱 MOBILE RESPONSIVE ================= */
@media (max-width: 768px){

    .booking{
        padding:40px 20px;
    }

    .booking-box{
        flex-direction:column;
        gap:25px;
    }

    .booking h2{
        font-size:26px;
    }

    .booking-text h3{
        font-size:18px;
    }

    .booking-text li{
        font-size:14px;
    }

    .btn{
        width:100%;
        text-align:center;
    }

    .faq{
        padding:50px 20px;
    }

    .faq h2{
        font-size:26px;
    }

    .faq-box{
        width:100%;
    }

}/* End custom CSS */