
:root{
    --primary:#ffcc00;
    --dark:#111111;
    --light:#ffffff;
    --gray:#f5f5f5;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    overflow-x:hidden;
}
.container-fluid{
    padding-left:40px;
    padding-right:40px;
}
:root{
    --primary:#ffcc00;
    --dark:#000;
    --white:#fff;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
}
.h4, h4 {
        font-size: 1.5rem;color:var(--primary);
    }
/* =========================
TOPBAR
========================= */
a{
  -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
  text-decoration: none;
  font-size: 15px;
  
}
.topbar{
    background:#020202;
    padding:18px 0;
    position:relative;
    z-index:9999;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
}
.topbar .container-fluid{
    padding-left:40px;
    padding-right:40px;
}
.topbar-left,
.topbar-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.topbar a{
    text-decoration:none;
    color:#fff;
    font-size:13px;
    font-weight:500;
}

.topbar a i{
    color:var(--primary);
    margin-right:6px;
}

.topbar-right img{
    width:18px;
}

.social-icons{
    display:flex;
    align-items:center;
    gap:12px;
}

.social-icons a{
    color:var(--primary);
    font-size:12px;
    transition:.3s;
}

.social-icons a:hover{
    transform:translateY(-3px);
}

/* =========================
HEADER
========================= */

.main-navbar{
    position:absolute;
    top:55px;
    left:0;
    width:100%;
    z-index:999;
    padding:0;
    background:transparent;
}

.main-navbar .container-fluid{
    background:var(--primary);
    border-radius:18px;
    padding:18px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    margin: 0 40px auto;
}

/* LOGO */
.navbar-brand{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0;
    padding:0;
}

.navbar-brand img{
    width:75px;
}

.brand-text{
    line-height:1.1;
}

.brand-text h5{
    margin:0;
    font-size:18px;
    font-weight:800;
    color:#000;
}

.brand-text span{
    font-size:11px;
    font-weight:500;
    color:#111;
}

/* MENU */
.navbar-collapse{
    flex-grow:0;
}

.navbar-nav{
    gap:35px;
    align-items:center;
}

.nav-link{
    color:#000 !important;
    font-weight:600;
    font-size:15px;
    position:relative;
    padding:0 !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-7px;
    width:0%;
    height:2px;
    background:#000;
    transition:.4s;
}

.nav-link:hover::after{
    width:100%;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
    font-size:28px;
    padding:0;
}

/* =========================
HERO SECTION
========================= */

.hero-section{
    position:relative;
    overflow:hidden;
    background:#111;
}

.hero-slide{
    min-height:820px;
    display:flex;
    align-items:center;
    position:relative;
}

.hero-slide::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,.85), rgba(0,0,0,.15));
    z-index:1;
}

.hero-slide img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    padding-top:80px;
}

/* BADGE */
.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:2px solid rgba(255,204,0,.5);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:28px;
    font-size:15px;
    font-weight:600;
}

.hero-badge i{
    color:var(--primary);
}

/* TITLE */
.hero-content h1{
    font-size:92px;
    line-height:1;
    font-weight:800;
    margin-bottom:25px;
}

.hero-content h1 span{
    color:var(--primary);
}

.hero-content p{
    max-width:450px;
    font-size:22px;
    line-height:1.8;
    color:#f1f1f1;
    margin-bottom:40px;
}

/* BUTTONS */
.hero-btns{
    display:flex;
    gap:18px;
}

.hero-btn{
    height:64px;
    padding:0 28px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:.4s;
}

.hero-btn-yellow{
    background:var(--primary);
    color:#000;
}

.hero-btn-yellow:hover{
    transform:translateY(-4px);
}

.hero-btn-dark{
    border:2px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.06);
    color:#fff;
    backdrop-filter:blur(10px);
}

.hero-btn-dark:hover{
    background:#fff;
    color:#000;
}


.hero-section{
    position:relative;
    overflow:hidden;
    background:#000;
    padding-bottom:180px;
}

/* YELLOW AREA */
.hero-section::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:260px;
    background:#ffcc00;
    z-index:1;
}

/* SMOOTH DEEP CURVE CUT */
.hero-section::before{
    content:"";
    position:absolute;
    left:-10%;
    right:-10%;
    bottom:70px;
    height:240px;
    background:#000;
    border-bottom-left-radius:50% 100%;
    border-bottom-right-radius:50% 100%;
    z-index:2;
}
.carousel-item{z-index: 99 !important;}
/* =========================
FEATURE SECTION
========================= */

.feature-section{
    margin-top:20px;
    position:relative;
    z-index:99;
}

.feature-wrapper{
    background:#f8f8f8;
    border-radius:30px;
    padding:35px 15px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
    margin-top: -286px;
}

.single-feature{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:0 10px;
    position:relative;
}

.single-feature::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#ddd;
}

.last-feature::after{
    display:none;
}

.feature-icon{
    width:72px;
    height:72px;
    min-width:72px;
    border-radius:50%;
    background:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#000;
}

.feature-content h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
    color:#111;
}

.feature-content p{
    margin:0;
    color:#666;
    line-height:1.4;
    font-size:14px;
}
/* <!-- ========================= */
BODY +
/* ========================= --> */


/* =========================
SECTION
========================= */

.package-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

.package-badge{
    display:inline-block;
    background:#fff3d6;
    color:#c89200;
    font-size:13px;
    font-weight:600;
    padding:8px 18px;
    border-radius:50px;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
    margin-top: 190px;
}

.section-title h2{
    font-size:56px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
}

.section-title p{
    color:#6b7280;
    font-size:18px;
}

/* =========================
CARD
========================= */

.package-card{
    background:#f9f9f9;
    border:1px solid #e4e4e4;
    border-radius:22px;
    padding:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:.4s;
    height:100%;
}

.package-card:hover{
    transform:translateY(-10px);
}

.package-image{
    height:320px;
    overflow:hidden;
    border-radius:16px;
    margin-bottom:22px;
}

.package-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.package-card:hover img{
    transform:scale(1.08);
}

.package-card h4{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin-bottom:16px;
}

.package-card p{
    color:#6b7280;
    line-height:1.8;
    margin-bottom:25px;
    font-size:15px;
}

/* =========================
PACKAGE CARD
========================= */

.package-card{
    background:#fdfdfd;
    border:1px solid #e6e6e6;
    border-radius:22px;
    padding:14px;
    height:100%;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    transition:.3s;
}

.package-card:hover{
    transform:translateY(-6px);
}




/* TITLE */

.package-card h4{
    font-size:18px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:14px;
}

/* DESCRIPTION */

.package-card p{
    font-size:13px;
    line-height:1.45;
    color:#666;
    margin-bottom:22px;
}

/* =========================
VEHICLE GRID
========================= */

.vehicle-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:22px;
}

/* =========================
VEHICLE BOX
========================= */

.vehicle-box{
    position:relative;

    background:#fff;

    border:1px solid #d9d9d9;

    border-radius:14px;

    padding:14px 12px 12px;

    min-height:126px;

    overflow:visible;

    transition:.3s;

    box-shadow:
    0 2px 8px rgba(0,0,0,0.04);
}

.vehicle-box:hover{
    transform:translateY(-3px);
}

/* ACTIVE */

.vehicle-box.active{
    border:1.5px solid #111;
}

/* =========================
SEAT BADGE
========================= */

.vehicle-top{
    position:absolute;

    top:-11px;
    left:14px;

    z-index:5;
}

.vehicle-top span{
    background:#f8f8f8;

    border-radius:7px;

    padding:4px 9px;

    font-size:10px;
    font-weight:600;

    color:#666;

    display:flex;
    align-items:center;
    gap:4px;

    line-height:1;

    box-shadow:
    0 2px 5px rgba(0,0,0,0.04);
}

.vehicle-top i{
    font-size:9px;
}

/* =========================
VEHICLE IMAGE
========================= */

.vehicle-image{
    margin-top:16px;
    margin-bottom:10px;
}

.vehicle-image img{
    width:100%;
    max-width:105px;
    object-fit:contain;
    display:block;
}

/* =========================
BOTTOM AREA
========================= */

.vehicle-bottom{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:10px;
}

/* INFO */

.vehicle-info{
    line-height:1;
    margin-top: 10px;
}

/* NAME */

.vehicle-name{
    font-size:16px;
    font-weight:800;
    color:#111;
    margin-bottom:6px;
}

/* PRICE */

.vehicle-price{
    font-size:14px;
    font-weight:800;
    color:#111;
}

/* =========================
RADIO BUTTON
========================= */

.select-circle{
    width:26px;
    height:26px;

    border:2px solid #111;

    border-radius:50%;

    flex-shrink:0;

    position:relative;
}

/* ACTIVE RADIO */

.vehicle-box.active .select-circle::after{
    content:'';

    position:absolute;

    width:10px;
    height:10px;

    background:#111;

    border-radius:50%;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);
}

/* =========================
BOOK BUTTON
========================= */

.book-btn{
    width:100%;
    height:50px;

    border:none;

    border-radius:10px;

    background:#ffcc00;

    color:#111;

    font-size:15px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    transition:.3s;
}

.book-btn:hover{
    background:#111;
    color:#fff;
}
.vehicle-image input{width:20px; height: 20px; margin-top: 3px;}
/* =========================
RESPONSIVE
========================= */

@media(max-width:767px){

.vehicle-grid{
    gap:14px;
}

.package-image{
    height:135px;
}

.vehicle-box{
    min-height:118px;
}

.vehicle-image img{
    width: 100%;
    max-width: 100%;
}

.select-circle{
    width:22px;
    height:22px;
}

}

/* =========================
BUTTON
========================= */

.book-btn{
    width:100%;
    height:58px;
    border:none;
    background:#ffcc00;
    border-radius:14px;
    font-weight:700;
    font-size:17px;
    transition:.4s;
}

.book-btn:hover{
    background:#111;
    color:#fff;
}

/* =========================
BOTTOM FEATURES
========================= */

.bottom-features{
    margin-top:60px;
}

.bottom-feature-box{
    background:#fff;
    border-radius:18px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
}

.bottom-feature-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#fff7dc;
    color:#ffb800;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.bottom-feature-box h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.bottom-feature-box p{
    margin:4px 0 0;
    color:#777;
    font-size:14px;
}

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

@media(max-width:991px){

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

.package-card h4{
    font-size:24px;
}
.vehicle-name{
    width: 58%;
}
.vehicle-price{
    font-size:20px;
    width: 40%;
    text-align: right;
}
.quote-form-box {
    padding: 9px;
  }
}

@media(max-width:576px){

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

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

}

/* =========================
QUOTE SECTION
========================= */

.quote-section{
    padding:80px 0 0;
}

/* =========================
RESPONSIVE BACKGROUND SECTION
========================= */

.quotation-section{
    position:relative;

    width:100%;

    min-height:650px;

    border-radius:40px;

    overflow:hidden;

    padding:80px;

    background-image:url('../img/yellow-bg.png');

    background-position:center;
    background-repeat:no-repeat;

    /* IMPORTANT */
    background-size:100% 100%;

}

.mob-input input{width: 30px; height: 30px; margin-top: 18px;}
/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){
.container-fluid{
    padding:0 20px;
}
.main-navbar{
    top:106px;
}
.main-navbar .container-fluid {
  padding: 18px 10px;
  margin: 0 1px auto;
}
.main-navbar .container{
    padding:18px 20px;
}

.navbar-collapse{
    margin-top:20px;
}

.navbar-nav{
    gap:20px;
    align-items:flex-start;
}

.hero-slide{
    min-height:700px;
}

.hero-content h1{
    font-size:58px;
}

.hero-content p{
    font-size:17px;
}

.single-feature{
    padding:15px 0;
}

.single-feature::after{
    display:none;
}
.feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
}
.feature-content h4 {
  font-size: 16px;
}
.hero-badge{width: 100%;}
.hero-badge i {
  color: var(--primary);
  font-size: 18px;
}
.section-title {
  margin-bottom: 30px;
  margin-top: 40px;
}
}

@media(max-width:767px){

.topbar .container{
    flex-direction:column;
    gap:10px;
}

.topbar-left,
.topbar-right{
    flex-wrap:wrap;
    
    margin: 0 auto;
    justify-content: center;
    padding-top: 10px;
}

.hero-content{
    padding-top:0px;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    font-size:15px;
}

.hero-btns{
    flex-direction:column;
}

.hero-btn{
    width:100% !important;
}

.feature-wrapper {
    padding: 25px 10px;
  }

.single-feature{
    margin-bottom:2px;
}
.vehicle-image{float:left; display: block; width: 78%;}
.mob-input{float:right; display: block; width: 15%; margin-top: 30px; }
.mob-input input{width: 30px; height: 30px; margin-top: -2px;}
}
/* =========================
TEXT ANIMATION
========================= */

.hero-badge{
    animation:fadeUp 1s ease forwards;
    opacity:0;
}

.hero-content h1{
    animation:fadeUp 1.2s ease forwards;
    opacity:0;
}

.hero-content p{
    animation:fadeUp 1.5s ease forwards;
    opacity:0;
}

.hero-btns{
    animation:fadeUp 1.8s ease forwards;
    opacity:0;
}

/* =========================
KEYFRAMES
========================= */

@keyframes fadeUp{

    0%{
        opacity:0;
        transform:translateY(60px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
    }

}


/* =========================
LARGE SCREEN
========================= */

@media(max-width:1400px){

.quotation-section{
    min-height:600px;
    padding:70px;
}

}


/* =========================
MOBILE
========================= */

@media(max-width:767px){

.quotation-section{

    padding:40px 20px;

    border-radius:22px;

    background-position:center;

    background-size:cover;
}

}

/* LEFT SIDE */
.quote-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,0.25);
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    color:#111;
    margin-bottom:22px;
    backdrop-filter:blur(8px);
}

.quote-tag i{
    width:28px;
    height:28px;
    background:#111;
    color:#ffcc00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.quote-content{
    position:relative;
    z-index:2;
}

.quote-content h2{
    font-size:56px;
    line-height:1;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.quote-line{
    width:60px;
    height:5px;
    background:#111;
    border-radius:20px;
    margin-bottom:25px;
}

.quote-content p{
    font-size:20px;
    color:#111;
    max-width:420px;
    line-height:1.7;
}

.quote-content p strong{
    font-weight:800;
}

/* CAR IMAGE */
.car-image{
    margin-top:-60px;
    position:relative;
    z-index:2;
}

.car-image img{
    width:100%;
    animation:carMove 3s ease-in-out infinite;
}

@keyframes carMove{
    0%{
        transform:translateX(0px);
    }
    50%{
        transform:translateX(10px);
    }
    100%{
        transform:translateX(0px);
    }
}

/* RIGHT FORM */
.quote-form-box{
    background:#fff;
    padding:38px;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
    position:relative;
    z-index:2;
}

/* INPUT */
.custom-input{
    position:relative;
    margin-bottom:22px;
}

.custom-input i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    background:#ffcc00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:14px;
}

.custom-input input{
    width:100%;
    height:72px;
    border:1px solid #ececec;
    border-radius:16px;
    padding-left:70px;
    font-size:17px;
    outline:none;
    transition:.3s;
}

.custom-input input:focus{
    border-color:#ffcc00;
}

/* BUTTON */
.quote-btn{
    width:100%;
    height:72px;
    border:none;
    border-radius:16px;
    background:#050505;
    color:#fff;
    font-size:22px;
    font-weight:700;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.quote-btn span{
    position:relative;
    z-index:2;
}

.quote-btn i{
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    color:#ffcc00;
    font-size:24px;
    transition:.4s;
}

.quote-btn:hover i{
    right:20px;
}

/* SECURITY */
.secure-text{
    text-align:center;
    margin-top:18px;
    color:#777;
    font-size:14px;
}

.secure-text i{
    color:#d4a000;
    margin-right:6px;
}

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

.quote-wrapper{
    padding:40px 30px;
}

.quote-content h2{
    font-size:50px;
}

.quote-content p{
    font-size:17px;
}

.quote-form-box{
    margin-top:40px;
}

}

@media(max-width:576px){

.quote-content h2{
    font-size:40px;
}

.custom-input input{
    height:60px;
}

.quote-btn{
    height:60px;
    font-size:18px;
}

.quote-form-box{
    padding:9px;
}

}

/* =========================
BOOKING SECTION
========================= */

.booking-section{
    padding:20px 0 90px;
    position:relative;
}

.booking-wrapper{
    position:relative;
}

/* DOT PATTERN */
.booking-wrapper::after{
    content:'';
    position:absolute;
    right:-30px;
    bottom:-30px;
    width:180px;
    height:180px;
    background-image:radial-gradient(#ffcc00 1.5px, transparent 1.5px);
    background-size:12px 12px;
    opacity:.5;
}

/* =========================
FORM CARD
========================= */

.booking-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 12px 40px rgba(0,0,0,0.08);
    position:relative;
    z-index:2;
}

.booking-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:35px;
}

.booking-title-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff6d9;
    color:#ffb700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.booking-title h3{
    margin:0;
    font-size:34px;
    font-weight:800;
    color:#111827;
}

/* =========================
FORM
========================= */

.form-label{
    font-size:14px;
    font-weight:600;
    color:#333;
    margin-bottom:8px;
}

.required{
    color:red;
}

.form-control,
.form-select{
    height:52px;
    border-radius:12px;
    border:1px solid #e4e4e4;
    padding:0 16px;
    font-size:15px;
    box-shadow:none !important;
}

.form-control:focus,
.form-select:focus{
    border-color:#ffcc00;
}

textarea.form-control{
    height:90px;
    padding-top:14px;
}

/* =========================
SECTION NUMBER
========================= */

.form-step{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:25px;
    margin-bottom:18px;
}

.form-step-number{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    background:#ffcc00;
    color:#111;
    font-size:15px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.form-step h5{
    margin:0;
    font-size:17px;
    font-weight:700;
}

/* =========================
CHECKBOX
========================= */

.form-check{
    margin-top:18px;
}

.form-check-label{
    font-size:14px;
    color:#555;
}

.form-check-label a{
    color:#111;
    font-weight:600;
    text-decoration:none;
}

/* =========================
BUTTON
========================= */

.booking-btn{
    margin-top:20px;
    border:none;
    background:#ffcc00;
    color:#111;
    height:54px;
    border-radius:14px;
    padding:0 28px;
    font-weight:700;
    transition:.4s;
}

.booking-btn:hover{
    background:#111;
    color:#fff;
}

.booking-btn i{
    margin-left:10px;
}

/* =========================
MAP
========================= */

.map-box{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 40px rgba(0,0,0,0.08);
    height:100%;
    min-height:760px;
    position:relative;
    z-index:2;
}

.map-box iframe{
    width:100%;
    height:100%;
    border:0;
}

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

@media(max-width:991px){

.map-box{
    min-height:500px;
    margin-top:30px;
}

.booking-title h3{
    font-size:28px;
}

}

@media(max-width:576px){

.booking-card{
    padding:22px;
}

.booking-title h3{
    font-size:24px;
}

.form-control,
.form-select{
    height:48px;
}

.booking-btn{
    width:100%;
}

}

/* =========================
FOOTER
========================= */

.custom-footer{
    background:#ffcc00;
    position:relative;
    overflow:hidden;
    border-top:1px solid rgba(0,0,0,0.08);
}

/* TOP AREA */
.footer-top{
    padding:70px 0 45px;
}

/* LOGO */
.footer-logo img{
    width:140px;
    margin-bottom:20px;
}

.footer-about{
    max-width:280px;
}

.footer-about p{
    color:#111;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

/* SOCIAL */
.footer-social{
    display:flex;
    gap:14px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#111;
    color:#ffcc00;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.4s;
    font-size:15px;
}

.footer-social a:hover{
    transform:translateY(-5px);
    background:#fff;
    color:#111;
}

/* TITLE */
.footer-title{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
    position:relative;
}

.footer-title::after{
    content:'';
    width:45px;
    height:4px;
    background:#111;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:20px;
}

/* LINKS */
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:18px;
}

.footer-links li a{
    text-decoration:none;
    color:#111;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.footer-links li a i{
    margin-right:10px;
    font-size:13px;
}

.footer-links li a:hover{
    padding-left:8px;
}

/* CONTACT */
.contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-list li{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:22px;
    color:#111;
    font-size:16px;
    font-weight:500;
}

.contact-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#111;
    color:#ffcc00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

/* BOTTOM */
.footer-bottom{
    border-top:1px solid rgba(0,0,0,0.15);
    padding:22px 0;
}

.footer-bottom-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

.footer-bottom p{
    margin:0;
    color:#111;
    font-size:15px;
    font-weight:500;
}

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

.footer-title{
    margin-top:5px;
}

.footer-bottom-content{
    flex-direction:column;
    text-align:center;
}

}

@media(max-width:576px){

.footer-top{
    padding:55px 0 35px;
}

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

.footer-about p,
.footer-links li a,
.contact-list li{
    font-size:15px;
}

}
/* =========================
TABLET
========================= */

@media(max-width:991px){
.quote-section {
  padding:0;
}
.quotation-section{

    min-height:auto;

    padding:60px 10px;

    border-radius:30px;

    background-size:cover;
}
.footer-bottom p {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 500;
}
.innar_banner{margin-top:0;}
.innar_banner img{height: 290px;object-fit: cover;object-position: 90% 0;}
.feature-section {margin-top: 25px;}.thanku_bg img, .innar_banner img{height:120px;object-fit:cover;}
.success-icon {    width: 60px;    height: 60px;    font-size: 25px;}
}


.innar_banner {
  background-image:#fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0 0 0;
      margin-top: -100px;
	
}

.thank-wrapper{
    max-width:700px;
    margin:auto;
}

.thank-box{
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
	border-top:4px solid var(--primary);
}

.success-icon{
    width:90px;
    height:90px;
    background:#e8f9ef;
    color:#22b15f;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin:auto;
    margin-bottom:10px;
}

.thank-box h1{
    font-size:34px;
    margin-bottom:12px;
    text-align:center;
}

.thank-box p{
    text-align:center;
    color:#666;
    line-height:1.7;
    margin-bottom:35px;
}

.booking-info{
    background:#f7f9fc;
    border-radius:15px;
    padding:25px;
    margin-bottom:30px;
}

.booking-info ul{
    list-style:none;
}

.booking-info ul li{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #e4e7ec;
    font-size:15px;
}

.booking-info ul li:last-child{
    border-bottom:none;
}

.payment-title{
    font-size:22px;
    margin-bottom:20px;
    font-weight:700;
}

.payment-methods{
    display:grid;
    gap:18px;
    margin-bottom:30px;
}

.payment-card{
    border:2px solid #e5e7eb;
    border-radius:16px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition:0.3s;
}

.payment-card:hover{
    border-color:#ffcc00;
    background:#f8fbff;
}

.payment-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.payment-icon{
    width:55px;
    height:55px;
    border-radius:12px;
    background:#f1f3f7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.payment-name{
    font-size:18px;
    font-weight:600;
}

.payment-desc{
    font-size:14px;
    color:#777;
    margin-top:4px;
}

/*contact*/
.section-title h2 {
    color: var(--dark);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contbg {
    padding: 30px;
    background: var(--white);
    box-shadow: 0 0 12px #c1c1c1;
    border-top: 4px solid var(--primary);
	border-radius:20px;
}
.addressbg {
    background: #f7f5e3;
    padding:40px 25px;
    display: table;
    width: 100%;
	border-radius:20px;
}
.heading_sm {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.address_sec {
    margin-bottom: 35px; 
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.addressbg ul li {
  display: table-cell;
  color:var(--dark);
  font-size: 13px;
  padding-right: 10px;
}
.addressbg ul li a{font-weight: 400;color:var(--dark);font-size: 15px;}
.addressbg ul li p{margin:0;}
.addressbg ul li i{font-size: 15px; color:var(--primary);}
ul.section {
    margin:15px 0;
    display: table;
	padding:0;
}
.gmap iframe{width:100%;height:350px;}

/*contact*/
/*about*/
.about .bg-primary i {
    color: var(--light);font-size: 20px;
}
h4.text-primary a {
    color: var(--dark) !important;
    font-size: 26px;
}
.about h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.bg-primary {background-color:var(--primary)!important;}

.alternate_column .row:nth-child(even) {direction: rtl;text-align:left;}

.alternate_column .row:nth-child(even) .content_box p,
.alternate_column .row:nth-child(even) .content_box h4,
.alternate_column .row:nth-child(even) .content_box li,
.alternate_column .row:nth-child(even) .content_box .book-btn
{direction: ltr;}
.alternate_column .btn{direction: ltr;}
.alternate_column .row[class*=col-] {direction: ltr;}
.content_box .book-btn{float:left;}
.content_box {
    text-align: left;
	border-radius: 22px;
    padding: 20px;
}
.content_box p{margin-bottom:20px;}
.content_box .bg-primary i{color:var(--white);}
/*about*/
.min_inner{margin:40px 0;}
.rounded{border-radius:15px!important;}
















@media(max-width:600px){

    .thank-box{
        padding:25px;
    }

    .thank-box h1{
        font-size:28px;
    }

    .payment-card{
        flex-direction: initial;
        align-items: center;
        gap:15px;
    }
	.contbg{margin-bottom:20px;padding:12px;}
	.addressbg {padding:15px;}
	.book-btn.w-25 {width: 75% !important;}
	.about .package-image, .alternate_column .package-image{height: 200px; margin-bottom: 0;}
	.content_box {padding: 0 10px;}
	.alternate_column .mb-5 {margin-bottom: 0 !important;}
	
	
	
	
}