/*=========================================
Theme Name : Dubai City Bangladesh
Version    : 1.0
Author     : RSB Group
==========================================*/
/*==============ROOT==============*/
:root{
    --primary:#1E3A8A;
    --secondary:#2563EB;
    --dark:#111827;
    --white:#FFF;
    --light:#F8FAFC;
    --gray:#64748B;
    --border:#E5E7EB;
    --success:#16A34A;
    --shadow:0 10px 30px rgba(0,0,0,.08);
    --radius:16px;
    --transition:var(--transition);
}
/*==============GENERAL==============*/
html{
    overflow-x:hidden;
    scroll-behavior:smooth;
}
body{
    overflow-x:hidden;
}
/*==============TYPOGRAPHY==============*/
a:focus,
button:focus,
input:focus,
textarea:focus{
    outline:none;
    box-shadow:var(--shadow);
}
a:focus,
button:focus,
input:focus,
textarea:focus{
    outline:none;
    box-shadow:var(--shadow);
}
::selection{
    background:var(--primary);
    color:var(--white);
}
/*==============BUTTONS==============*/
.btn-primary-custom,
.btn-outline-custom,
.btn-book{
    transition:var(--transition);
}
button{
    cursor:pointer;
}
/*==================================PRELOADER==================================*/
#preloader{
    position:fixed;
    inset:0;
    background:var(--white);
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.7s ease;
}
#preloader.hide{
    opacity:0;
    visibility:hidden;
}
.preloader-content{
    text-align:center;
    width:100%;
}
.preloader-logo{
    width:90px;
    margin-bottom:25px;
    animation:logoFloat 2s ease-in-out infinite;
}
.preloader-title{
    font-family:"Cormorant Garamond", serif;
    font-size:42px;
    color:var(--primary);
    font-weight:700;
    margin-bottom:10px;
    min-height:52px;
}
.typing-cursor{
    color:var(--primary);
    animation:blink .8s infinite;
}
.preloader-tagline{
    color:var(--gray);
    font-size:15px;
    letter-spacing:1px;
    margin-bottom:30px;
}
.loading-bar{
    width:100%;
    height:4px;
    background:var(--border);
    border-radius:50px;
    overflow:hidden;
}
.loading-bar span{
    display:block;
    width:0;
    height:100%;
    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );
    animation:loadingBar 2.5s linear forwards;
}
@keyframes loadingBar{
    from{width:0;}
    to{width:100%;}
}
@keyframes blink{
    50%{ opacity:0; }
}
@keyframes logoFloat{
    50%{ transform:translateY(-8px); }
}
/*==================================TOPBAR==================================*/
.dcb-topbar{
    background:var(--dark);
    color:var(--white);
    font-size:14px;
    padding:10px 0;
}
.top-contact,.social-links{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}
.top-contact li{
    display:flex;
    align-items:center;
    gap:8px;
}
.top-right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:25px;
}
.social-links a{
    color:var(--white);
    transition:.3s;
}
.social-links a:hover{
    color:var(--secondary);
}
/*==================================HEADER==================================*/
.dcb-header{
    position:absolute;
    top:44px;
    left:0;
    width:100%;
    z-index:999;
    transition:.35s;
}
.dcb-header .navbar{
    padding:18px 0;
}
.navbar-brand img{
    height:65px;
	background: var(--white);
	border-radius: 5px;
}
.navbar-nav{
    gap:10px;
}
.navbar-nav a{
    color:var(--white);
    text-decoration:none;
    font-weight:500;
    padding:12px 16px;
    transition:.3s;
}
.navbar-nav a:hover{
    color:var(--secondary);
}
.btn-book{
    margin-left:25px;
    background:var(--primary);
    color:var(--white);
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}
.btn-book:hover{
    background:var(--secondary);
    color:var(--white);
}
.dcb-header.sticky{
    position:fixed;
    top:0;
    background:var(--white);
    box-shadow:var(--shadow);
}
.dcb-header.sticky .navbar{
    padding:10px 0;
}
.dcb-header.sticky .navbar-nav a{
    color:var(--dark);
}
.dcb-header.sticky .navbar-brand img{
    height:55px;
	background: none;
}
.navbar-nav .nav-link.active{
    color:var(--secondary);
    font-weight:600;
}
/*==================================HERO==================================*/
.dcb-hero{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80") center center / cover no-repeat;
    overflow: hidden;
}
.dcb-hero .align-items-center {
    align-items: unset !important;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(10,20,45,.70),
        rgba(10,20,45,.70)
    );
}
.dcb-hero .container{
    position: relative;
    z-index: 2;
    padding-top: 110px;
}
.hero-badge{
	opacity: 1.0;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    padding:10px 18px;
    border-radius:50px;
    color:var(--white);
    margin-bottom:30px;
    border:1px solid rgba(255,255,255,.15);
}
.hero-badge i{
    color:#4ADE80;
}
.dcb-hero h1{
    font-family:"Cormorant Garamond", serif;
    font-size:72px;
    color:var(--white);
    font-weight:700;
    line-height:1.15;
    margin-bottom:25px;
}
.dcb-hero h1 span{
    color:#60A5FA;
}
.dcb-hero p{
    font-size:18px;
    color:rgba(255,255,255,.88);
    line-height:1.9;
    max-width:650px;
    margin-bottom:40px;
}
.btn-primary-custom{
    display:inline-block;
    padding:16px 38px;
    background:var(--primary);
    color:var(--white);
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}
.btn-primary-custom:hover{
    background:var(--secondary);
    transform:translateY(-3px);
    color:var(--white);
}
.btn-outline-custom{
    display:inline-block;
    margin-left:15px;
    padding:16px 38px;
    border:var(--border);
    color:var(--white);
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}
.btn-outline-custom:hover{
    background:var(--white);
    color:var(--primary);
}
.scroll-down{
    position:absolute;
    left:50%;
    bottom:100px;
    transform:translateX(-50%);
    color:var(--white);
    font-size:28px;
    animation:scrollDown 2s infinite;
    z-index:5;
}
@keyframes scrollDown{
    50%{
        transform:translate(-50%,12px);
    }
}
/*==================================STATISTICS==================================*/
.dcb-statistics{
    position: relative;
    margin-top: -90px;
    z-index: 20;
}
.stat-card{
    background:var(--white);
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid var(--border);
}
.stat-card:hover{
    transform:translateY(-10px);
}
.stat-card{
    margin-bottom:20px;
}
.stat-number{
    font-size:42px;
    font-weight:700;
    color:var(--primary);
    margin-bottom:12px;
    font-family:"Cormorant Garamond", serif;
}
.stat-card h5{
    font-weight:600;
    margin-bottom:12px;
}
.stat-card p{
    color:var(--gray);
    margin:0;
    line-height:1.8;
    font-size:15px;
}
/*==================================ABOUT==================================*/
.section-padding{
    padding:120px 0;
}
.section-subtitle{
    display:inline-block;
    color:var(--primary);
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.section-title{
    font-family:"Cormorant Garamond", serif;
    font-size:52px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:25px;
    line-height:1.2;
}
.dcb-about p{
    color:var(--gray);
    line-height:1.9;
    margin-bottom:20px;
}
.about-image{
    overflow:hidden;
    border-radius:20px;
    box-shadow:var(--shadow);
}
.about-image img{
    width:100%;
    transition:.5s;
}
.about-image:hover img{
    transform:scale(1.05);
}
.about-list{
    list-style:none;
    padding:0;
    margin:35px 0;
}
.about-list li{
    margin-bottom:18px;
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:500;
}
.about-list i{
    color:#16A34A;
    font-size:20px;
}
.about-feature{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.35s;
    height:100%;
}
.about-feature:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow);
}
.about-feature i{
    font-size:42px;
    color:var(--primary);
    margin-bottom:20px;
}
.about-feature h5{
    margin-bottom:15px;
    font-weight:600;
}
.about-feature p{
    margin:0;
    color:var(--gray);
}
/* =========================================================BOARD OF DIRECTORS========================================================= */
.dcb-board {
    position: relative;
    background:
        linear-gradient(
            180deg,
            #f8fafc 0%,
            #ffffff 50%,
            #f8fafc 100%
        );
    overflow: hidden;
}
.dcb-board::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(30, 58, 138, 0.035);
    top: -180px;
    left: -180px;
    pointer-events: none;
}
.dcb-board::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.045);
    bottom: -180px;
    right: -120px;
    pointer-events: none;
}
.director-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 10px 35px rgba(15, 23, 42, 0.07);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}
.director-card:hover {
    transform: translateY(-10px);
    border-color: rgba(30, 58, 138, 0.25);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.13);
}
.featured-director {
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow:
        0 15px 45px rgba(15, 23, 42, 0.10);
}
.director-image {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: #eef2f7;
}
.director-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}
.director-card:hover .director-image img {
    transform: scale(1.05);
}
.director-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background:
        linear-gradient(
            to top,
            rgba(15, 23, 42, 0.55),
            transparent
        );
    pointer-events: none;
}
.director-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(15px);
    transition:opacity 0.35s ease,transform 0.35s ease;
    z-index: 3;
}
.director-card:hover .director-overlay {
    opacity: 1;
    transform: translateY(0);
}
.director-socials {
    display: flex;
    gap: 8px;
}
.director-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(30, 58, 138, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition:background 0.3s ease,transform 0.3s ease;
}
.director-socials a:hover {
    background: #c9a227;
    color: #ffffff;
    transform: translateY(-3px);
}
.director-content {
    position: relative;
    padding: 30px 30px 32px;
    text-align: center;
}
.director-position {
    display: inline-block;
    margin-bottom: 9px;
    color: #c9a227;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.director-content h3 {
    margin: 0 0 12px;
    color: #1e3a8a;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
}
.director-content p {
    max-width: 340px;
    margin: 0 auto;
    color: #64748b;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
}
.director-line {
    width: 45px;
    height: 2px;
    margin: 22px auto 0;
    background: #c9a227;
    transition: width 0.4s ease;
}
.director-card:hover .director-line {
    width: 80px;
}
/*==================================VISION & MISSION==================================*/
.dcb-purpose{
    background:var(--light);
}
.section-description{
    max-width:700px;
    margin:auto;
    color:var(--gray);
    line-height:1.9;
}
.purpose-card{
    background:var(--white);
    padding:50px;
    border-radius:20px;
    height:100%;
    border:1px solid var(--border);
    transition:var(--transition);
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}
.purpose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(30,58,138,.12);
}
.purpose-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(30,58,138,.08);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
}
.purpose-icon i{
    font-size:36px;
    color:var(--primary);
}
.purpose-card h3{
    font-family:"Cormorant Garamond", serif;
    font-size:36px;
    margin-bottom:20px;
    color:var(--dark);
}
.purpose-card p{
    color:var(--gray);
    line-height:1.9;
    margin:0;
}
.purpose-card ul{
    padding-left:20px;
    margin:0;
}
.purpose-card ul li{
    margin-bottom:14px;
    color:var(--gray);
    line-height:1.8;
}
/*==================================ROADMAP==================================*/
.dcb-roadmap{
    background:var(--white);
}
.roadmap{
    position:relative;
    margin-top:70px;
}
.road-line{
    position:absolute;
    top:55px;
    left:0;
    right:0;
    height:4px;
    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );
    border-radius:50px;
}
.road-card{
    position:relative;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    height:100%;
    z-index:2;
}
.road-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow);
}
.road-icon{
    width:70px;
    height:70px;
    background:var(--primary);
    border-radius:50%;
    color:var(--white);
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto auto 20px;
    font-size:30px;
}
.road-year{
    display:inline-block;
    background:rgba(30,58,138,.08);
    color:var(--primary);
    padding:6px 16px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}
.road-card h5{
    font-weight:600;
    margin-bottom:15px;
}
.road-card p{
    color:var(--gray);
    line-height:1.8;
    margin:0;
}
/*==================================OUR DEVELOPMENTS==================================*/
.dcb-developments{
    background:var(--white);
}
.featured-development{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}
.featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.featured-content{
    padding:60px;
}
.project-badge{
    display:inline-block;
    padding:8px 18px;
    background:rgba(30,58,138,.08);
    color:var(--primary);
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}
.featured-content h3{
    font-family:"Cormorant Garamond", serif;
    font-size:46px;
    margin-bottom:20px;
}
.featured-content p{
    color:var(--gray);
    line-height:1.9;
}
.project-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:35px 0;
}
.project-features span{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:500;
}
.project-features i{
    color:var(--success);
}
.future-card{
    background:var(--light);
    border:1px solid var(--border);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:var(--transition);
    height:100%;
    position:relative;
}
.future-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow);
}
.future-card i{
    font-size:48px;
    color:var(--primary);
    margin-bottom:20px;
}
.future-card h4{
    margin-bottom:15px;
}
.future-card p{
    color:var(--gray);
    margin:0;
}
.status{
    position:absolute;
    top:20px;
    right:20px;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}
.upcoming{
    background:#DCFCE7;
    color:#15803D;
}
.planning{
    background:#DBEAFE;
    color:#1D4ED8;
}
.future{
    background:#F3E8FF;
    color:#7E22CE;
}
/*==================================WHY CHOOSE US==================================*/
.dcb-why-us{
    background:var(--white);
}
.why-card{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    transition:var(--transition);
}
.why-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
    border-color:var(--primary);
}
.why-icon{
    width:80px;
    height:80px;
    background:rgba(30,58,138,.08);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}
.why-icon i{
    font-size:34px;
    color:var(--primary);
}
.why-card h4{
    margin-bottom:15px;
    font-weight:600;
}
.why-card p{
    margin:0;
    color:var(--gray);
    line-height:1.8;
}
/*==================================MASTER PLAN==================================*/
.dcb-master-plan{
    background:var(--light);
}
.masterplan-image{
    border-radius:24px;
    overflow:hidden;
    box-shadow:var(--shadow);
}
.masterplan-image img{
    width:100%;
    display:block;
    transition:.5s;
}
.masterplan-image:hover img{
    transform:scale(1.03);
}
.plan-feature{
    background:var(--white);
    border-radius:18px;
    border:1px solid var(--border);
    padding:28px 20px;
    text-align:center;
    transition:var(--transition);
}
.plan-feature:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow);
    border-color:var(--primary);
}
.plan-feature i{
    font-size:34px;
    color:var(--primary);
    margin-bottom:15px;
    display:block;
}
.plan-feature h5{
    margin:0;
    font-weight:600;
}
.future-card,
.plan-feature,
.why-card,
.stat-card{
    will-change:transform;
}
/*==================================CONDOMINIUM==================================*/
.dcb-condominium{
    background:var(--light);
}
.condo-image{
    overflow:hidden;
    border-radius:24px;
    box-shadow:var(--shadow);
}
.condo-image img{
    width:100%;
    transition:.5s;
}
.condo-image:hover img{
    transform:scale(1.05);
}
.project-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(30,58,138,.08);
    color:var(--primary);
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}
.condo-content h3{
    font-family:"Cormorant Garamond",serif;
    font-size:44px;
    margin-bottom:20px;
}
.condo-content p{
    color:var(--gray);
    line-height:1.9;
}
.condo-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}
.condo-highlights div{
    background:#fff;
    padding:20px;
    border-radius:18px;
    text-align:center;
    border:1px solid var(--border);
}
.condo-highlights strong{
    display:block;
    font-size:34px;
    color:var(--primary);
    font-family:"Cormorant Garamond",serif;
}
.condo-highlights span{
    color:var(--gray);
}
.condo-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    border:1px solid var(--border);
    transition:.35s;
    height:100%;
}
.condo-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
}
.condo-card i{
    font-size:42px;
    color:var(--primary);
    margin-bottom:20px;
}
.condo-card p{
    color:var(--gray);
}
.condo-stat{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    border:1px solid var(--border);
}
.condo-stat h3{
    color:var(--primary);
    font-size:42px;
    margin-bottom:10px;
    font-family:"Cormorant Garamond",serif;
}
.condo-stat span{
    color:var(--gray);
}
.condo-cta{
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    border-radius:24px;
    padding:60px;
    text-align:center;
    color:#fff;
}
.condo-cta h3{
    font-size:42px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:20px;
}
.condo-cta p{
    font-size:22px;
    margin-bottom:35px;
}
.condo-cta .btn-primary-custom{
    background:#fff;
    color:var(--primary);
}
.condo-cta .btn-primary-custom:hover{
    background:#f5f5f5;
}
/*==================================INVESTMENT==================================*/
.dcb-investment{
    background:var(--light);
}
.investment-image{
    overflow:hidden;
    border-radius:24px;
    box-shadow:var(--shadow);
}
.investment-image img{
    width:100%;
    transition:.5s;
}
.investment-image:hover img{
    transform:scale(1.05);
}
.investment-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}
.investment-item i{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(30,58,138,.08);
    border-radius:50%;
    color:var(--primary);
    font-size:26px;
    flex-shrink:0;
}
.investment-item h5{
    margin-bottom:8px;
    font-weight:600;
}
.investment-item p{
    margin:0;
    color:var(--gray);
}
/*==================================INSTALLMENT PLANS==================================*/
.dcb-installment{
    background:var(--white);
}
.payment-card{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    transition:var(--transition);
    height:100%;
}
.payment-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
    border-color:var(--primary);
}
.payment-card.featured{
    border:2px solid var(--primary);
}
.payment-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(30,58,138,.08);
}
.payment-icon i{
    font-size:34px;
    color:var(--primary);
}
.payment-process{
    display:flex;
    justify-content:center;
    gap:40px;
    text-align:center;
    flex-wrap:wrap;
}
.process-step{
    max-width:250px;
}
.step-number{
    width:65px;
    height:65px;
    margin:auto auto 20px;
    border-radius:50%;
    background:var(--primary);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:22px;
}
/*==================================BOOKING PROCESS==================================*/
.dcb-booking{
    background:var(--light);
}
.booking-process{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
}
.booking-process::before{
    content:"";
    position:absolute;
    top:70px;
    left:12%;
    width:76%;
    height:2px;
    background:var(--border);
    z-index:0;
}
.booking-step{
    position:relative;
    z-index:1;
    background:var(--white);
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    border:1px solid var(--border);
    transition:var(--transition);
}
.booking-step:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:var(--shadow);
}
.booking-number{
    width:42px;
    height:42px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:var(--primary);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}
.booking-icon{
    width:80px;
    height:80px;
    margin:auto auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(30,58,138,.08);
}
.booking-icon i{
    font-size:34px;
    color:var(--primary);
}
.booking-step h4{
    margin-bottom:15px;
}
.booking-step p{
    margin:0;
    color:var(--gray);
}
/*==================================GALLERY==================================*/
.dcb-gallery{
    background:var(--white);
}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:260px;
    gap:20px;
}
.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}
.gallery-item.large{
    grid-row:span 2;
}
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}
.gallery-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(30,58,138,.75);
    opacity:0;
    transition:.35s;
}
.gallery-overlay i{
    color:var(--white);
    font-size:40px;
}
.gallery-item:hover img{
    transform:scale(1.08);
}
.gallery-item:hover .gallery-overlay{
    opacity:1;
}
/*==================================TESTIMONIALS==================================*/
.dcb-testimonials{
    background:var(--light);
}
.testimonial-card{
    background:var(--white);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}
.testimonial-avatar{
    width:90px;
    height:90px;
    margin:auto auto 20px;
}
.testimonial-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

.testimonial-rating{
    color:#f4b400;
    margin-bottom:20px;
}
.testimonial-card p{
    color:var(--gray);
    margin-bottom:20px;
    line-height:1.8;
}
.testimonial-card h5{
    margin-bottom:5px;
}
.testimonial-card span{
    color:var(--primary);
    font-size:14px;
}
/*==================================FAQ==================================*/
.dcb-faq{
    background:var(--white);
}
.dcb-faq .accordion-item{
    border:1px solid var(--border);
    border-radius:16px !important;
    overflow:hidden;
    margin-bottom:18px;
}
.dcb-faq .accordion-button{
    padding:22px 25px;
    font-weight:600;
    box-shadow:none;
}
.dcb-faq .accordion-button:not(.collapsed){
    background:rgba(30,58,138,.06);
    color:var(--primary);
}
.dcb-faq .accordion-body{
    padding:22px 25px;
    color:var(--gray);
    line-height:1.8;
}
/*==================================CONTACT==================================*/

.dcb-contact{
    background:var(--light);
}
.contact-info,.contact-form{
    background:var(--white);
    border-radius:20px;
    padding:40px;
    box-shadow:var(--shadow);
    height:100%;
}
.contact-item{
    display:flex;
    gap:18px;
    margin-bottom:30px;
}
.contact-item i{
    width:55px;
    height:55px;
    background:rgba(30,58,138,.08);
    color:var(--primary);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}
.contact-item h5{
    margin-bottom:5px;
}
.contact-item p{
    margin:0;
    color:var(--gray);
}
.contact-form .form-control{
    border-radius:12px;
    padding:14px 16px;
    border:1px solid var(--border);
    box-shadow:none;
}
.contact-form .form-control:focus{
    border-color:var(--primary);
}
.contact-map{
    overflow:hidden;
    border-radius:20px;
    box-shadow:var(--shadow);
}
.contact-map iframe{
    width:100%;
    height:450px;
    border:0;
}
/*==================================CALL TO ACTION==================================*/
.dcb-cta{
    padding:80px 0;
    background:var(--light);
}
.cta-box{
    background:linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius:24px;
    padding:60px;
    position:relative;
    overflow:hidden;
    box-shadow:var(--shadow);
}
.cta-box::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;    
	right:-80px;
}
.cta-box::after{
    content:"";
    position:absolute;
    width:180px;    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    bottom:-90px;
    left:-60px;
}
.cta-box>*{
    position:relative;
    z-index:2;
}

.cta-title{
    color:var(--white);
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.cta-text{
    color:rgba(255,255,255,.9);
    max-width:650px;
    margin:0;
}
.btn-light-custom{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    background:var(--white);
    color:var(--primary);
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}
.btn-light-custom:hover{
    transform:translateY(-3px);
    color:var(--primary);
}
.btn-outline-light-custom{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    border:var(--border);
    color:var(--white);
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}
.btn-outline-light-custom:hover{
    background:var(--white);
    color:var(--primary);
}
/*==================================FOOTER==================================*/
.dcb-footer{
    background:var(--dark);
    color:rgba(255,255,255,.75);
    padding:80px 0 30px;
}

.footer-logo img{
    max-height:65px;
    margin-bottom:20px;
}
.footer-about{
    line-height:1.8;
    margin-bottom:25px;
}
.footer-title{
    color:var(--white);
    margin-bottom:25px;
    font-size:20px;
}
.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li,
.footer-contact li{
    margin-bottom:14px;
}
.footer-links a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
}
.footer-links a:hover{
    color:var(--white);
    padding-left:6px;
}
.footer-contact li{
    display:flex;
    gap:12px;
    align-items:flex-start;
}
.footer-contact i{
    color:var(--secondary);
    margin-top:3px;
}
.footer-social{
    display:flex;
    gap:12px;
}
.footer-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:var(--white);
    text-decoration:none;
    transition:.3s;
}
.footer-social a:hover{
    background:var(--secondary);
    transform:translateY(-3px);
}
.footer-divider{
    border-color:rgba(255,255,255,.08);
    margin:50px 0 25px;
}
.footer-bottom{
    font-size:15px;
}
.footer-links{
    text-align:center;
}

.footer-contact{
    justify-content:center;
}
/*==================================BACK TO TOP==================================*/
.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:var(--primary);
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.back-to-top.active{
    opacity:1;
    visibility:visible;
}
.back-to-top:hover{
    background:var(--secondary);
    color:var(--white);
    transform:translateY(-4px);
}