/* ABHISHEK RAJ */

/* Model Page - Premium Grid & Cards */

.vw-section-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0082f0;
    margin-bottom: 12px;
}

.vw-main-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #001e50;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.vw-sub-heading {
    font-size: 1.15rem;
    color: #5d6a7e;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}

.vw-heading-divider {
    width: 60px;
    height: 4px;
    background: #001e50;
    margin: 0 auto 40px auto;
    border-radius: 2px;
}

.vw-model-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 30, 80, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.vw-model-card:hover {
    box-shadow: 0 20px 40px rgba(0, 30, 80, 0.08);
    border-color: #cbd5e1;
}

.vw-card-image-wrapper {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 40px 24px 15px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.vw-card-img {
    max-width: 95%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vw-model-card:hover .vw-card-img {
    transform: scale(1.05) translateY(-5px);
}

.vw-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #001e50;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 10px rgba(0, 30, 80, 0.12);
}

.vw-card-content {
    padding: 24px 24px 28px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

.vw-card-title {
    font-family: 'Montserrat', 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #001e50;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.vw-card-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

.vw-price-label {
    font-size: 0.85rem;
    color: #64748b;
    margin-right: 6px;
    font-weight: 500;
}

.vw-price-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.vw-card-specs {
    font-size: 0.85rem;
    color: #475569;
    margin-bottom: 24px;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    line-height: 1.5;
    flex-grow: 1;
}

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

.vw-specs-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.vw-specs-list li i {
    color: #0082f0;
    margin-right: 8px;
    font-size: 0.75rem;
}

.vw-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: auto;
}

.vw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    letter-spacing: 0.5px;
}

.vw-btn-primary {
    background: #001e50;
    color: #ffffff !important;
    border: 2px solid #001e50;
}

.vw-btn-primary:hover {
    background: #0040c5;
    border-color: #0040c5;
    box-shadow: 0 4px 12px rgba(0, 64, 197, 0.2);
}

.vw-btn-secondary {
    background: transparent;
    color: #001e50 !important;
    border: 2px solid #001e50;
}

.vw-btn-secondary:hover {
    background: #001e50;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 30, 80, 0.2);
}

/* Individual Page */

.site-section {
    margin-top: 4em;
}

/* Forms */

.tderror,
.tdsuccess,
.cerror,
.csuccess,
.modalsuccess,
.modalerror,
.tsmodalsuccess,
.tsmodalerror {
    display: none;
}

/* Button */

.btn {
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

/* Title */

.section-title {
    font-weight: 600;
}

/* Contact Us */

.contactus {
    margin-bottom: 3em;
}

.contactus i {
    display: block;
    text-align: right;
    color: #535353;
    margin-bottom: 2em;
}

.contactformelement {
    width: 100%;
    margin-bottom: 2.5em;
    min-height: 43px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.05em;
    font-weight: 700;
    padding-left: 10px;
}

.contactformelement::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

.contactformelement:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.contactformelement::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

/* Booking */

.bmodel {
    cursor: pointer;
    border-bottom: #ffffff solid 2px;
}

.bmodel:hover {
    border-bottom: #001e50 solid 2px;
}

.bmodel.active {
    border-bottom: #001e50 solid 2px;
}

/* FORMS */

.successmsg {
    padding: 4px;
    background: #0ee045;
    color: white;
    font-weight: 600;
    display: none;
}

.errormsg {
    padding: 4px;
    background: #da1e1e;
    color: white;
    font-weight: 600;
    display: none;
}

/* MOdels */

.bulletpoints h6 {
    font-size: 17px;
    margin-bottom: 0;
}

.bulletpoints span {
    font-style: italic;
    font-size: 16px;
}

.bulletpoints p {
    font-size: 16px;
    display: list-item;
    list-style-type: square;
    list-style-position: outside;
}

.twocoldetails h4 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 0px;
}

.twocoldetails h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.twocoldetails p {
    font-size: .9em;
    font-weight: inherit;
}

.newheading {
    font-size: 25px;
    font-weight: 400;
}

.newparagraph {
    font-size: 17px;
    padding-left: 60px;
}

.newcontents1 .row {
    margin-bottom: 4em;
}

.secondarycontent .newh1 {
    font-size: 3em;
}

.secondarycontent .newp {
    font-weight: 300;
    font-size: 2em;
    line-height: 35px;
    margin-bottom: 2em;
}

.b-reviews__rating i {
    color: yellow;
}

/* Header Form */

/* Header Form */

.headerform {
    z-index: 100;
    padding: 15px;
    background: #000000a8;
    border: 3px solid #ffffff7a;
    border-radius: 10px;
}

.headerform .form-control {
    border-color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    background: #000000a8;
    color: #ffffff;
    border-radius: 23px;
}

.headerform select option {
    background: #ffffff;
    color: #272727;
}

.headerform .btn-main {
    border-radius: 20px;
}

.error {
    color: #ffffff !important;
    font-weight: 500;
    background: #dc3545;
    text-align: center;
    display: block;
    margin-bottom: 12px;
    border-radius: 7px;
}

.success {
    color: #ffffff;
    font-weight: 500;
    display: block;
    background: #28a745;
    padding: 4px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 5px;
}

.headerform .homeerror,
.enqerror,
.headerform .homesuccess,
.popupsuccess {
    display: none;
}

.headerform h2 {
    font-size: 1.2em;
    color: #ffffff;
    margin: .5em 0 1.2em 0;
    text-transform: uppercase;
    font-weight: 700;
}

.headerform ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.headerform ::-moz-placeholder {
    color: #ffffff !important;
}

.headerform :-ms-input-placeholder {
    color: #ffffff !important;
}

.headerform ::placeholder {
    color: #ffffff !important;
}

.sliderbtn {
    position: absolute;
    bottom: 1.8em;
    right: 0;
    z-index: 999;
}

.ownbtn-white {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #1b56c9;
    border-radius: 20px;
    font-weight: 600;
}

.ownbtn-white:hover {
    background: #acacac !important;
    border-color: #ffffff;
    color: #1b56c9;
}

@media (min-width: 768px) {
    .headerform {
        position: absolute;
        top: 15%;
        right: 4%;
    }
}

@media (max-width: 991px) {
    .headerform {
        padding-top: 15px;
    }

    .headerform h2 {
        font-size: 1.1em;
    }
}

@media (max-width: 767px) {
    .headerform {
        z-index: 0;
        position: relative;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 0;
    }

    .headerform .form-control {
        border-color: #8b8b8b;
        border-radius: 2px;
        font-size: 16px;
        background: #FFF;
        color: #1d1d1d;
    }

    .headerform ::-webkit-input-placeholder {
        color: #1d1d1d !important;
    }

    .headerform ::-moz-placeholder {
        color: #1d1d1d !important;
    }

    .headerform :-ms-input-placeholder {
        color: #1d1d1d !important;
    }

    .headerform ::placeholder {
        color: #1d1d1d !important;
    }

    .headerform form {
        background: #ffffff;
        padding: 0px 20px 0px 20px;
    }

    .headerform h2 {
        font-size: 1.1em;
        color: #141414;
        font-weight: 600;
        margin-bottom: 1em;
    }
}

.header-contact a {
    background: #021d54;
    color: white;
    padding: 2px 11px;
    border-radius: 10px;
}

@media (max-width:442.99px) {
    .header-contact a {
        padding: 1px 5px;
        border-radius: 10px;
        font-size: 12px;
    }
}

@media (max-width:400.99px) {
    .header-contact a {
        font-size: 10px;
    }
}

/* FIXED TD AND SERVICE */

@media (max-width:1199px) {
    .mobile-td-s {
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
    }

    .fixed-td {
        background: #021d52;
        padding: 6px 6px 2px 5px;
        font-weight: 600;
        font-size: 12px;
        margin-top: 0px;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

    .fixed-td a {
        color: azure;
    }

    .fixed-td img {
        width: 28px;
    }

    .fixed-td p {
        margin-bottom: 2px;
    }
}

@media (min-width:1200px) {
    .mobile-td-s {
        display: none;
    }
}

/* OUTLET */

.outletdetails h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: black;
}

.outletdetails p {
    color: #5d5d5d;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 0;
}

.outlettype {
    text-align: center;
}

.outlettype h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.outlettype p {
    color: #05285e;
    font-weight: 700;
    margin-bottom: 0;
}

.outletworking h5 {
    font-weight: 600;
    font-size: 15px;
    color: #05285e;
    margin-top: 15px;
}

.outletworking p {
    margin-bottom: 0;
    font-size: 13px;
}


/* Menu */

.navbar .navbar-nav .nav-link:hover {
    color: #1a305c;
    background: #e6e9ee;
    border-radius: 10px;
}

.navbar .navbar-nav .nav-link.active {
    color: #1a305c;
    background: #bfd5ff;
    border-radius: 10px;
}


/* FAQ */
.outletdetails h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: black;
}
.outletdetails p {
    color: #5d5d5d;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 0;
}
.outlettype {
    text-align: center;
}
.outlettype h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.outlettype p {
    color: #05285e;
    font-weight: 700;
    margin-bottom: 0;
}
.outletworking h5 {
    font-weight: 600;
    font-size: 15px;
    color: #05285e;
    margin-top: 15px;
}
.outletworking p {
    margin-bottom: 0;
    font-size: 13px;
}
.mainheading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0 !important;
}
.card-header:first-child {
    border-radius: 0.375rem 0.375rem 0 0 !important;
}
.btn-link {
    color: #0c2e62 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left !important;
    width: 100%;
    padding: 1rem;
}
.btn-link:hover {
    color: #0c2e62 !important;
    text-decoration: none !important;
}
.btn-link:focus {
    box-shadow: none !important;
}
.btn-link::after {
    content: '+';
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0c2e62;
}
.btn-link[aria-expanded="true"]::after {
    content: '-';
}
.card-body {
    padding: 1.5rem;
    color: #333;
    line-height: 1.6;
    font-size: 1rem;
}
.card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.15s ease-in-out;
}
@media (max-width: 768px) {
    .mainheading {
        font-size: 2rem;
    }
    
    .btn-link {
        font-size: 1rem;
        padding: 0.75rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    .card-header{
        padding: 0.2rem 0.3rem;
    }
}

/* Services Section */
.services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.service-icon i {
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon i {
    transform: scale(1.1);
}

.btn-outline-primary {
    border: 2px solid #000;
    color: #05141f;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-color: #000;
}

.outletdetails h5 {
    color: #05141f;
    font-weight: 600;
    margin-bottom: 10px;
}

.outletdetails p {
    margin-bottom: 5px;
    line-height: 1.6;
}

.card-body {
    padding: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
    
    .card-body {
        padding: 20px;
    }
}
.page-header {padding: 90px 0px 20px 0px;}