:root {
    --theme-color: #093393;
    --secondary-color: #E77D22;
    --title-color: #0b1835;
    --title-color2: #E77D22;
    --text-color: #5E5C78;
    --text-color2: #C7C7C7;
    --body-color: #E77D22;
    --smoke-color: #f1f5f4;
    --light-color: #E6EAEB;
    --black-color: #1C2438;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #CDD5D6;
    --title-font: "Inter", sans-serif;
    --title-font2: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1300px;
    --main-container2: 1530px;
    --main-container3: 1920px;
    --main-container4: 1470px;
    --main-container5: 1594px;
    --container-gutters: 15px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --primary-color-opacity: #DAE2F4;
}
/* Optional: prevent zooming entirely */
meta[name="viewport"] {
  content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
}
.h5, h5 {
    font-size: 20px;
}
body{
    font-size: 14px;
}
:root {
    /* Remove touch-action from here */
}

body {
    overflow-x: hidden !important;
    /* Remove this line */
    /* touch-action: manipulation; */
    -webkit-touch-callout: none;
    /*overscroll-behavior: none;*/
    min-height: 100vh;
    min-height: -webkit-fill-available;

    /* Remove this line too */
    /* touch-action: pan-x pan-y; */
}
button, a {
    touch-action: manipulation;
}
.blog-btn .link-btn .icon,
.counter-layout2 .counter-icon,
.border-icon {
    border: 2px dashed var(--secondary-color);
}
.vs-menu-toggle,
.header-icons .icon-btn,
.blog-btn .link-btn i,
.counter-layout2 .counter-icon .icon,
.border-icon .icon{
    background-color: var(--secondary-color);
}
.vs-btn {
    border-radius: 8px;
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);
    padding: 14px 24px;
    font-size: 15px;
}
select, .form-control, .form-select, textarea, input {
    height: 45px;
}
.modal-header .btn-close{
    font-size: 28px;
    padding: 0;
    margin: -.5rem 0 -0.5rem auto;
    color: var(--secondary-color);
}
.control__content .vs-btn{
    padding: 8px 16px;
    font-size: 12px;
}
.cart-item-footer .vs-btn{
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 0 !important;
}
.text-prime{
    color: var(--theme-color);
}
.text-secondary-clr{
    color: var(--secondary-color);
}
.counter-style1 .media-text{
    color: var(--white-color);
}
.header-logo img{
    max-width: 110px;
    /* max-width: 185px; */
}
.header-inner,
.header-logo {
    height: 75px;
}
.main-menu > ul > li > a {
    padding: 16px 0;
    font-size: 15px;
    font-weight: 500;
}
.contact-content .contact-text{
    font-size: 13px;
}
.contact-content .contact-title {
    font-size: 17px;
}
.contact-content .contact-title a{
    max-width: 180px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-icons .icon-btn{
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    line-height: var(--icon-size, 35px);
}
.header-icons .icon-btn {
    font-size: 14px;
}
.title-area .sec-title {
    font-size: 36px;
}
.service-style2 .service-img {
    width: 125px;
    height: 125px;
    line-height: 125px;
}
.service-style2 .service-icon {
    width: 44px;
    height: 44px;
    line-height: 33px;
}
.service-style2 .service-icon .icon {
    width: 22px;
}
.service-style2 .service-body {
    padding: 75px 10px 20px;
}
/* .service-style2,
.service-style2 .service-body,
.vs-service__layout1 .slick-initialized .slick-slide{
    height: 100% !important;
} */
.service-style2 .vs-service__title {
    min-height: 50px;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.title-area {
    margin-bottom: 16px;
}
.vs-service__title {
    font-size: 17px;
}
.vs-service__header {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.vs-service__body {
    padding: 16px 16px 8px;
}
.modal-body .vs-comment-form h3{
    font-size: 24px;
}
.modal-body .vs-comment-form p{
    font-size: 14px;
}
label{
    font-size: 14px;
}
.footer-wrapper .widget-area {
    padding-top: 28px;
    padding-bottom: 20px;
}
.footer-widget .widget_title {
    font-size: 18px;
    margin-bottom: 24px;
}
.footer-logo img{
    max-width: 175px;
}
.footer-wrapper .download-btns img{
    max-width: 180px;
}
.footer-widget {
    margin-bottom: 0;
}
.footer-text,
.footer-logo {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-wrapper .contact-box {
    margin-bottom: 12px;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
    margin-bottom: 12px;
}
.copyright-text {
    padding: 10px 0;
    font-size: 14px;
}
.service-style2 .icon-btn,
.service-style2:hover .service-body::before {
    background-color: var(--secondary-color);
}
.footer-layout1 .widget_categories a {
    margin-bottom: 8px;
    font-size: 14px;
}
.title-area .sec-subtitle {
    font-size: 16px;
}
.title-area .sec-title {
    font-size: 26px;
}
.slick-slide img.desktop,
.desktop{
    display: block;
}
.slick-slide img.mobile,
.mobile{
    display: none;
}
.contact-box .contact-text {
    color: var(--secondary-color);
}
.footer-wrapper .social-style1 .social-title{
    color: var(--white-color);
}
.footer-layout1 .widget_title::after {
    background-color: #ff8c2f;
}
.mobile-bottom-nav{
    display: none;
    background: var(--theme-color);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 12px;
    z-index: 99;
}
.mobile-bottom-nav ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 6px 0;
    margin: 0;

}
.mobile-bottom-nav ul li{
    list-style: none;
    flex: 0 0 20%;
}
.mobile-bottom-nav ul a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile-bottom-nav span{
    color: var(--white-color);
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
}
.mobile-bottom-nav .center-home{
    margin-top: -28px;
}
.modal-content-form .vs-btn{
    width: 100%;
}
.iti .iti__selected-dial-code{
    color: var(--title-color);
    font-weight: 700;
}
.modal-content-form .link-btn{
    font-size: 16px;
}
.link-btn{
    color: var(--theme-color);
}
.breadcumb-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.breadcumb-title {
    font-size: 48px;
}
.breadcumb-menu li:after,
.breadcumb-menu li:last-child,
.breadcumb-title span{
    color: var(--secondary-color);
}
.bottom-bar-action{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--theme-color);
    z-index: 40;
}
.bottom-bar-action .label-txt{
    color: var(--white-color);
    font-size: 14px;
    margin: 0;
}
.bottom-bar-action .price{
    color: var(--secondary-color);
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}
.bottom-bar-action .vs-btn{
    min-width: 240px;
}
.serv-info-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px;
    background-color: var(--theme-color);
    border-radius: 16px;
}
.portfolio-Details .serv-info-section img{
    height: 116px;
    width: 116px;
    object-fit: cover;
}
.portfolio-Details .serv-info-section h3,
.portfolio-Details .serv-info-section .portfolio-title{
    font-weight: 600;
    color: var(--white-color);
    font-size: 20px;
}
.portfolio-Details .serv-info-section .portfolio-title{
    margin-bottom: 10px !important;
}
.portfolio-Details .serv-info-section .row{
    width: 100%;
}
.portfolio-Details .serv-info-section p{
    color: var(--white-color);
    margin-bottom: 8px;
}
.portfolio-Details .steps h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.portfolio-Details .steps .btn{
    font-size: 13px;
}
.portfolio-Details .steps .card-body span {
    font-size: 15px !important;
}
.modal-body .card-body h6{
    font-size: 15px;
}
.modal-body .card-body .decrease,
.modal-body .card-body .increase{
    font-size: 15px;
}
.modal-body .card-body .btn{
    font-size: 13px;
}
.modal-body .card-body span{
    font-size: 13px;
}
.btn-outline-primary:hover {
    background-color: #1e3c72;
    border-color: #1e3c72;
}
.btn-outline-primary {
    color: #1e3c72;
    border-color: #1e3c72;
}
.cart-list-item.selector .cart-item-details h5{
    font-size: 20px;
    white-space: normal;
}
.cart-list-item.selector .cart-item-details span,
.cart-list-item.selector .cart-item-details p{
    font-size: 14px;
}
.cart-list-item.selector .cart-item-details .price-card-item{
    font-size: 16px;
}
.cart-item-footer p{
    font-size: 14px;
}
.widget_categories .widget_title{
    font-size: 20px;
    position: relative;
    padding-left: 0;
}

.widget .widget_title {
    position: relative;
    padding-left: 0;
}
.portfolio-Details .widget_categories.style2 li a {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.widget_title:before {
    content: "//";
    position: absolute;
    left: 0;
    height: 4px;
    width: 85px;
    color: var(--theme-color);
}
.portfolio-Details .widget_categories.style2 .widget_title,
.portfolio-Details .widget_categories.style2 .widget_content {
    padding: 12px 16px;
}
.shape-mockup{
    z-index: -1;
}
.summary-widget{

}
.summary-widget .price{
     white-space: nowrap;
    font-weight: 600;
    /*white-space: break-spaces;*/
    text-align: right;
}
.summary-widget .label{
    /*white-space: nowrap;*/
}
.summary-widget.widget_categories li{
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summary-widget.widget_categories li:last-child{
    border-bottom: none;
}
.summary-widget.widget_categories li p{
    margin-bottom: 0;
}
.book-steps-section .label{
    color: var(--black-color);
    font-weight: 600;
    position: relative;
    padding-bottom: 16px;
}
.book-steps-section .label::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background: #DAE2F4;

}
.book-steps-section .label.active{
    color: var(--secondary-color);
}
.book-steps-section .label.active::after{
    background: var(--secondary-color);
}
.address-selector{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
    padding: 0;
}
.address-selector .address-item{
    padding: 0px 8px;
    margin-bottom: 12px;
    margin-right: 0px;
    list-style: none;
}
.address-item .address-bx{
    background: var(--white-color);
    border: 2px solid var(--primary-color-opacity);
    border-radius: 8px;
    padding: 12px;
}
.address-item .address-bx.selected{
    border-color: var(--theme-color);
}

.vs-btn.vs-btn-secondary {
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
}
.vs-btn.vs-btn-outline{
    border: 2px solid var(--secondary-color);
    background-color: var(--white-color);
    color: var(--secondary-color);

}
.form-card .address-selector .address-item {
    width: calc( 50% - 0px);
}
.summary-widget.widget_categories li {
    padding-bottom: 6px;
    padding-top: 6px;
}
.cart-floating-fix.back-to-top {
    bottom: 165px;
    /*bottom: 180px;*/
}
.cart-floating-fix.back-to-top .progress-circle{
    transform: none;
    background: var(--secondary-color);
    text-align: center;
}
.cart-floating-fix.back-to-top svg{
    width: 30px;
}
.cart-floating-fix.back-to-top  .count{
    position: absolute;
    left: -6px;
    top: -6px;
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    font-weight: 600;
    line-height: 32px;
    border: 1px solid var(--primary-color-opacity);
    font-size: 13px;
}
.form-group .apply-btn{
    position: absolute;
    right: 10px;
    top: 12px;
    background: #1C274C;
    color: whitesmoke;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
}
.check-widget .form-group .apply-btn{
    right: 3px;
    top: 3px;
}
@media (max-width: 1700px){
    .vs-header.header-layout1 .icon-btn {
        line-height: var(--icon-size, 35px) !important;
    }
}
.form-card  .payment-method-selector.selector li{
    width: calc( 100% - 0px);
}
.form-card  .payment-method-selector.selector .control__content {
    justify-content: space-between;
}
.form-card  .cart-list-item.selector li {
    width: calc( 100% - 0px);
}
.cart-list-item.selector .img-cart-item{
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    object-fit: cover;
}
.form-card .selector.cart-list-item.selector .control__content {
    justify-content: space-between;
}
.cart-list-item.selector .cart-item-details{
    flex: 1 1;
    padding-left: 16px;
}
.cart-list-item.selector .cart-item-actions{
    height: 100%;
}
.cart-list-item.selector .cart-item-actions .add-btn{
    padding: 8px 16px;
    min-width: 120px;
    font-size: 14px;
}
.cart-list-item.selector .cart-item-footer{
    background: #DAE2F4;
    padding: 7px 14px;
    border-radius: 8px;
}
.cart-list-item.selector  .control{
    cursor: unset;
}
.footer-widget.widget_categories a:hover{
    color: var(--secondary-color);
}
.header-icons .searchBoxTggler::before,
.social-style1 .social-title::before{
    display: none;
}
.modal{
    overflow-y: auto;
}
.hover-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/*.widget_categories #checkout-summary li:hover p,*/
/*.widget_categories #checkout-summary li:hover span{*/
/*    color: #ff6b35;*/
/*}*/

.footer-layout1 .widget_categories ul li{
    display: flex;
}
.float-links {
    position: fixed;
    left: 30px;
    bottom: 75px;
    /*bottom: 100px;*/
    z-index: 9999;
    color: var(--white-color)!important
}
.back-to-top {
    bottom: 95px;
    padding: 0;
}

/* @media(max-width:991px){
  .float-links{
    display: none !important;
  }
} */

@keyframes mailPulse {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes mailPulse {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.c-btn-mail {
    display: block;
    -ms-flex-pack: center;
    justify-content: center
}

.c-btn-mail,.c-btn-phone,.c-btn-whatsapp {
    cursor: pointer;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #00b833;
    z-index: 300;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    color: var(--white-color)!important;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: var(--color-white)!important
}

.c-btn-mail svg,.c-btn-phone svg,.c-btn-whatsapp svg {
    fill: var(--white-color)!important;
    height: 20px
}

.c-btn-whatsapp svg {
    height: 26px
}

.c-btn-mail::before,.c-btn-phone::before,.c-btn-whatsapp::before {
    background: rgba(0,184,51,.6);
    width: 55px;
    height: 55px;
    left: -5px;
    top: -5px
}

.c-btn-mail::after,.c-btn-mail::before,.c-btn-phone::after,.c-btn-phone::before,.c-btn-whatsapp::after,.c-btn-whatsapp::before {
    transition: .2s linear;
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: 1.5s infinite mailPulse
}

.c-btn-mail,.c-btn-mail::before {
    background: var(--secondary-color)
}

.c-btn-phone,.c-btn-phone::before {
    background: #5270B3;
}
.hero-controls {
    display: none;
    transition-duration: 0.3s;
}

.vs-hero__layout1:hover .hero-controls {
    display: block;
    transition-duration: 0.3s;
}
.hero-controls .control-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.control-btn.prev-btn{
    left: 20px;
}
.control-btn.next-btn{
    right: 20px;
}


.quantity-control .qty-input{
    position: static;
    padding: 0;
    z-index: 1;
    height: 33px;
}


.selector{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
    padding: 0;
}
.selector li{
    list-style: none;
    margin-right: 10px;
}

.selector li:last-child{
    margin-right: 0;
}

.form-card .selector li{
    width: calc( 25% - 0px);
    padding: 0px 8px;
    margin-bottom: 12px;
    margin-right: 0px;
}

.form-card .selector .control__content{
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    justify-content: center;
    font-weight: 500;
}

.form-card .selector .control{
    width: 100%;
}


.control {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
.control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.control i{
    margin-right: 10px;
}
.control svg {
    margin-right: 6px;
    border-radius: 8px;
    /* box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2); */
}
.control__content {
    display: inline-flex;
    align-items: center;
    padding: 7px 7px;
    font-size: 15px;
    line-height: 28px;
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 8px;
    border: 2px solid var(--primary-color-opacity);
}
/* .control:hover .control__content {
    background-color: rgba(0, 0, 0, 0.1);
} */
.control input:focus:not([name="package"], [name="tipamount"]) ~ .control__content {
    /* box-shadow: 0 0 0 0.25rem rgba(12, 242, 143, .2); */
    /* background-color: var(--primary-color); */
    background: linear-gradient(0deg, #FF8A00 11.32%, #FFBC00 94.74%);
    color: var(--white-color);
}
.control input.active ~ .control__content,
.control input:checked:not([name="package"]) ~ .control__content {
    background: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.control input:checked:not([name="package"]) ~ .control__content p {
    color: var(--white-color);
}
.control.disabled input ~ .control__content {
    background: #EAEAEA;
    color: #444348;
    border-color: #444348;
}
.control.disabled input ~ .control__content i{
    display: none;
}

.control input:checked:not([name="package"]) ~ .control__content .text-secondary,
.control input:checked:not([name="package"]) ~ .control__content .text-primary,
.control input:checked:not([name="package"]) ~ .control__content .text-success,
.control input:checked:not([name="package"]) ~ .control__content h3,
.control input:checked:not([name="package"]) ~ .control__content h4,
.control input:checked:not([name="package"]) ~ .control__content h5,
.control input:checked:not([name="package"]) ~ .control__content h6,
.control input:checked:not([name="package"]) ~ .control__content h4 .text-muted{
    color: var(--white-color) !important;
}
.control input.active ~ .control__content .text-secondary,
.control input.active ~ .control__content .text-primary,
.control input.active ~ .control__content .text-success,
.control input.active ~ .control__content h3,
.control input.active ~ .control__content h4,
.control input.active ~ .control__content h5,
.control input.active ~ .control__content h6,
.control input.active ~ .control__content h4 .text-muted{
    color: var(--white-color) !important;
}
.control input:checked:not([name="package"]) ~ .control__content .img-fluid{
    filter: grayscale(80);
}
.package-selector .coupon{
    float: none;
}
.package-selector .control__content{
    flex-direction: row-reverse;
    justify-content: space-between;
}
.form-card .control__content .price {
    color: var(--theme-color) !important;
}
@media(max-width:767px){
    .control__content{
        font-size: 16px;
    }
}
.service-style2 service-style2.hover-link{
    top: -60px;
}
.modal-body .cart-list-item.selector .img-cart-item{
    width: 100px;
    height: 100px;
}
.modal {
    /*z-index: 999;*/
    z-index: 99999;
}
.modal-backdrop{
    z-index: 99998;
}
body div:where(.swal2-container){
    z-index: 999991 !important;
}
.tab-content .cart-list-item.selector .cart-item-details p{
    margin-bottom: 6px;
}
/* Mobile Search Modal Styling */
/* #mobileSearchModal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

#mobileSearchModal .modal-header {
    background-color: var(--theme-color);
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 16px 20px;
}

#mobileSearchModal .modal-title {
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
}

#mobileSearchModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

#mobileSearchModal .modal-body {
    padding: 20px;
}

#mobileSearchModal .input-group {
    display: flex;
    gap: 8px;
}

#mobileSearchModal .form-control {
    border-radius: 8px;
    border: 2px solid var(--primary-color-opacity);
    padding: 10px 16px;
    font-size: 15px;
}

#mobileSearchModal .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(9, 51, 147, 0.25);
}

#mobileSearchModal .btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

#mobileSearchModal .btn-primary:hover {
    background-color: #d66d1a;
    border-color: #d66d1a;
}

#mobileSearchModal .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 125, 34, 0.5);
} */
.portfolio-Details .widget_categories.style2 .widget_title::before {
    content: "\f66f";
}

.userpanel-widget .portfolio-Details .widget_categories.style2 li:not(:last-child) a{
    border-bottom: none;
}
.userpanel-widget.widget_categories.style2 li a.active{
    color: var(--secondary-color);
}
.over-link-overall{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cart-item-actions .position-relative{
    z-index: 9;
}
.link-nav .nav-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.link-nav .nav-item a{
    display: flex;
    justify-content: space-between;
    border: 1px solid #DAE2F4;
    padding: 14px 24px;
    border-radius: 8px;
    align-items: center;
    font-weight: 700;
    color: #000;
}
.icon-link-arrow{

}
.red-text{
    color: #E50C10;
}
.link-nav .nav-item.red-text a{
    color: #E50C10;
}
.modal .form-card .selector li {
    /* width: calc( 33.3333% - 0px); */
}
.status{

}
.completed{
    color: var(--success-color);
}
.session-history{

}
.session-history.link-nav .nav-item a{
    padding: 14px 14px;
}
.prime-text{
    color: var(--secondary-color);
}
.copy-right-icon{
    right: 13px;
    top: 13px;
}
.book-steps-section{
    min-height: 70px;
}
@media (max-width: 767px){
    .form-card .address-selector .address-item{
        width: calc( 100% - 0px);
    }
    .portfolio-content .contact-box2{
        display: none;
    }
    .control-btn.prev-btn{
        left: 8px;
    }
    .control-btn.next-btn{
        right: 8px;
    }
    .hero-controls .control-btn{
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .main-container3{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cart-list-item.selector .cart-item-footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .bottom-bar-action .price {
        font-size: 24px;
    }
    .bottom-bar-action .label-txt {
        font-size: 12px;
    }
    .bottom-bar-action {
        padding: 14px 14px;
        flex-wrap: wrap;
    }
    .bottom-bar-action .vs-btn {
        min-width: 170px;
        font-size: 15px;
    }
    .bottom-bar-action{
        z-index: 998;
    }
    .control__content {
        padding: 7px 8px;
    }
    .modal-body .cart-list-item.selector .img-cart-item {
        width: 80px;
        height: 80px;
    }
    .cart-list-item.selector .img-cart-item {
        width: 95px;
        height: 95px;
    }
    .control__content .vs-btn {
        padding: 8px 10px;
        font-size: 10px;
    }
    .qty-input {
        width: 35px;
    }
    .cart-list-item.selector .cart-item-actions .add-btn {
        min-width: 65px;
    }
    .form-card .selector.cart-list-item.selector .control__content p{
        font-size: 12px;
        max-width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .form-card .selector.cart-list-item.selector .control__content .price-card-item{
        font-size: 16px;
    }
    .book-steps-section .label {
        font-size: 10px;
        padding-bottom: 0;
    }
    .hero-controls{
        display: block;
    }
    .float-links {
        right: auto;
        bottom: 70px;
        left: 10px;
    }
    .mobile-bottom-nav{
        display: flex;
    }
    .header-inner{
        padding-right: 15px;
    }
    .header-inner,
    .header-logo{
        height: 75px;
    }
    .header-logo img{
        max-width: 80px;
        padding-right: 28px;
    }
    .slick-slide img.desktop,
    .desktop{
        display: none;
    }
    .slick-slide img.mobile,
    .mobile{
        display: block;
    }
    .vs-hero__item .main-container3 img{
        padding: 0 !important;
    }
    .service-style2 .service-body {
        padding: 94px 15px 42px;
    }
    .service-style2 .vs-service__title {
        font-size: 17px;
        height: auto;
    }
    .service-style2 .service-img {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .service-style2 .service-icon {
        width: 60px;
        height: 60px;
        line-height: 50px;
    }
    .vs-menu-wrapper .mobile-logo img{
        max-width: 180px;
    }
    .service-style2 {
        margin-top: 60px;
    }
    .footer-logo img{
        max-width: 180px;
    }
    .download-btns img{
        height: 45px;
    }
    .download-btns a{
        display: inline-block;
        margin-right: 16px;
    }
    .footer-wrapper .widget-area{
        padding-bottom: 0;
    }
    .cart-list-item.selector .control{
        flex-wrap: wrap;
    }
    .summary-widget .label {
        white-space: wrap;
    }
    .summary-widget .price {
        white-space: nowrap;
    }
    .form-card .selector li {
        width: calc( 33% - 0px);
    }
    .form-card .selector.time-slots li {
        width: calc( 50% - 0px);
    }
    .portfolio-Details .portfolio-content h2, .portfolio-Details .portfolio-title {
        font-size: 17px !important;
    }
    .portfolio-Details .portfolio-content .row.g-5 .col-lg-8{
        margin-top: 8px;
    }
    .back-to-top{
        right: 8px;
    }
    .cart-floating-fix.back-to-top {
        bottom: 155px;
        right: 8px;
    }
    .portfolio-Details .serv-info-section img {
        height: 75px;
        width: 75px;
    }
    .portfolio-Details .portfolio-content {
        padding-top: 14px;
    }
    .footer-layout1 {
        padding-bottom: 50px;
    }
}

.custom-grid-service-category .service-style2 .service-body::after {
    z-index: 0;
}
.custom-grid-service-category .service-style2 .service-top {
    z-index: 1;
}
.custom-grid-service-category .service-style2 .vs-service__title {
    z-index: 2;
    position: relative;
}
.custom-grid-service-category .service-style2 {
    height: 100%;
    margin-top: 62px;
}
.custom-grid-service-category .service-style2 .service-body {
    height: calc(100% - 90px);
}
.service-style2 .service-img .img {
    object-fit: cover;
}
.portfolio-Details .portfolio-content h2,
.portfolio-Details .portfolio-title{
    font-size: 28px;
}
.portfolio-Details .steps .portfolio-title{
    font-size: 18px;
}
.form-card .selector .control__content .fs-5{
    font-size: 16px !important;
}
.form-card .control__content .price{
    font-size: 14px !important;
    color: var(--secondary-color) !important;
}
.portfolio-Details .widget_categories.style2 h5{
    font-size: 17px !important;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
select, .form-control, .form-select, textarea, input {
    font-size: 15px;
}
.form-control, textarea, input{
    padding-right: 16px;
}
#loginMobModal .modal-body .col-12.form-group{
    display: flex;
    align-items: center;
}
#loginMobModal .modal-body .form-select.countryCode{
    margin-right: 8px;
}
/* Widget Title Alignment */
.sidebar-area .widget {
    margin-bottom: 30px;
}

.sidebar-area .widget_title.title-shep {
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    padding-left: 25px;
}

/* Categories List Alignment */
.widget_categories ul {
    padding-left: 0;
    margin: 0;
}

.widget_categories ul li {
    padding-left: 0;
    margin-bottom: 12px;
}

/* Recent Posts Styling */
.recent-post-wrap {
    padding-left: 0;
}

.recent-post-wrap .recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #f0f0f0;
}

.recent-post-wrap .recent-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post .media-img {
    flex-shrink: 0;
    width: 103px;
    height: 97px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-post .media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post .media-body {
    flex: 1;
}

.recent-post-meta {
    margin-bottom: 8px;
}

.recent-post-meta a {
    color: var(--text-color);
    font-size: 13px;
    text-decoration: none;
}

.recent-post-meta a:hover {
    color: var(--secondary-color);
}

.recent-post .post-title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.recent-post .post-title a {
    color: var(--title-color);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-post .post-title a:hover {
    color: var(--secondary-color);
}
.pac-container{
    z-index: 99999;
}
.sessions-timeline .session-date .badge{
    padding: 4px 8px;
    border-radius: 22px;
    margin-left: 6px;
    margin-top: 3px;
}
.badge{
    padding: 3px 6px;
    border-radius: 22px;
    margin-left: 6px;
}
/*.date-wrapper {*/
/*  position: relative;*/
/*}*/
/*.date-wrapper::before {*/
/*  content: attr(data-placeholder);*/
/*  position: absolute;*/
/*  left: 12px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  color: #5e5c78;*/
/*  pointer-events: none;*/
/*  transition: opacity 0.2s;*/
/*  padding-left: 6px;*/
/*  background: white;*/
/*  width: 80%;*/
/*  font-weight: 600;*/
/*}*/

/*.date-wrapper.has-value::before {*/
/*  opacity: 0;*/
/*}*/
.popup-search-box.show {
    height: 75px;
    background-color: rgb(255 255 255 / 95%);
    width: 80%;
    left: auto;
    right: 0;
    transform: none !important;
}
.popup-search-box form input {
    height: 50px;
    padding: 0 45px 0 18px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background-color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
}
.popup-search-box form {
    padding-bottom: 0;
}
.popup-search-box form button {
    width: 50px;
    height: 50px;
    color: #e77d22;
}
.popup-search-box button.searchClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 23px;
    font-size: 20px;
}
.popup-search-box form input::-moz-placeholder {
  color: #5e5c78;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #5e5c78;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #5e5c78;
}
.popup-search-box form input::placeholder {
  color: #5e5c78;
}
/*.modal .date-wrapper::before {*/
/*    content: attr(data-placeholder);*/
/*    position: absolute;*/
/*    left: 9px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #5e5c78;*/
/*    pointer-events: none;*/
/*    transition: opacity 0.2s;*/
/*    padding-left: 15px;*/
/*    background: white;*/
/*    width: 80%;*/
/*    font-weight: 600;*/
/*}*/
/*.modal .date-wrapper.has-value::before {*/
/*  opacity: 0;*/
/*}*/
.blog-single .blog-title{
    font-size: 24px;
}
.blog-meta span, .blog-meta a {
    font-size: 13px;
}
.blog-single .blog-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-single .blog-img img{
    height: 280px;
    object-fit: cover;
}
.vs-blog-wrapper .widget_categories .widget_title,
.vs-blog-wrapper .widget .widget_title{
    font-size: 20px;
    padding: 0 0 10px 28px;
}
.blog-details .blog-single .blog-img img{
    height: 100%;
}
.blog-single .link-btn {
    font-size: 16px;
}
.recent-post .recent-post-meta a {
    font-size: 14px;
}
.recent-post .post-title a {
    font-size: 16px;
}

input[type="file"] {
  font-family: inherit;
  font-size: 1rem;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  background-color: #fff;
}

/* Modern browsers (Chrome, Edge, Safari) */
input[type="file"]::file-selector-button {
  border: none;
  padding: 6px 12px;
  margin-top: -8px;
  margin-right: 0;
  border-radius: 0;
  background-color: #093393;
  color: white;
  cursor: pointer;
  font-weight: 600;
  height: 45px;
  margin-right: 12px;
}

/* Hover effect */
input[type="file"]::file-selector-button:hover {
  background-color: #155db2;
}

/* Firefox (uses same pseudo-element) */
input[type="file"]::-moz-file-upload-button {
  border: none;
  padding: 6px 12px;
  margin-top: -8px;
  margin-right: 0;
  border-radius: 0;
  background-color: #093393;
  color: white;
  cursor: pointer;
  font-weight: 600;
  height: 45px;
  margin-right: 12px;
}

.vs-header .social-style1 a:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.download-app-header.social-style1 a{
    background: #000;
}
.download-app-header.social-style1 a:hover{
    background-color: #000;
}
.most-booked-service-sec .vs-service__img{
    height: 220px;
    object-fit: cover;
}
.most-booked-service-sec .vs-service__content,
.most-booked-service-sec .vs-service__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vs-carousel-controls{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition-duration: 0.3s;
    width: 100%;
}
.vs-carousel-controls .control-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.vs-carousel-controls .control-btn.next-btn {
    right: 20px;
}
.portfolio-img:hover .vs-carousel-controls,
.service_footer_list:hover .vs-carousel-controls{
    display: block;
    transition-duration: 0.3s;
}
.portfolio-Details .video-wrapper video,
.portfolio-Details img {
    border-radius: 10px;
    overflow: hidden;
}
.categories .widget_title:before,
.summary-widget .widget_title:before {
    color: #ffffff;
}
.whatsinclude-modal{
    
}
.book-steps-section .label{
    line-height: normal;
}
.book-steps-section .label .count{
    font-size: 22px;
    display: block;
    line-height: normal;
}
.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.page-link {
    color: var(--theme-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.featured-slider-details .video-wrapper video,
.featured-slider-details .vs-card img{
      width: 100%;
      max-width: 100%;
      aspect-ratio: 728 / 384;   /* same as 1.895833 */
      object-fit: cover;
}
.testi-style2 .testi-content .testi-text {
    font-size: 17px;
}
.icon-btn3 .icon {
    background-color: #e77d22;
}
.service-style3:hover .service-content {
    background-color: #0b1835;
}
@media (min-width: 1399px){
    .main-menu{
        text-align: right;
    }
}
@media (max-width: 767px){
    .cart-item-footer p {
        font-size: 13px;
    }
    .cart-list-item.selector .cart-item-actions .d-flex{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .cart-list-item.selector .cart-item-actions .d-flex .btn-tip{
        margin-right: 0 !important;
        margin-bottom: 6px;
    }
    .book-steps-section .label .count{
        font-size: 18px;
    }
    .download-app-header.social-style1 a {
        margin-right: 3px;
    }
    .will-sticky .sticky-active.active,
    .will-sticky .sticky-active {
        padding: 0 0;
    }
    .popup-search-box form {
        max-width: 90%;
    }
    .popup-search-box form {
        max-width: 80%;
        left: 15px;
        transform: none !important;
        top: 14px;
    }
    .popup-search-box button.searchClose {
        right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 80px;
        top: 20px;
        display: flex;
        justify-content: center;
    }
    .recent-post .media-img {
        width: 80px;
        height: 75px;
        margin-right: 12px;
    }

    .recent-post .post-title {
        font-size: 14px;
    }

    .recent-post-meta a {
        font-size: 12px;
    }

    .title-area .sec-title {
        font-size: 24px;
    }
    .header-icons .icon-btn {
        width: var(--icon-size, 35px);
        height: var(--icon-size, 35px);
        line-height: var(--icon-size, 35px);
    }
    .vs-header.header-layout1 .icon-btn {
        line-height: 36px !important;
    }
    .vs-menu-toggle {
        width: 35px;
        height: 35px;
    }
    .header-inner, .header-logo {
        height: 55px;
    }
    .header-logo img {
        max-width: 65px;
    }
    .custom-grid-service-category .service-style2 .service-img {
        width: 95px;
        height: 95px;
        line-height: 95px;
    }
    .custom-grid-service-category .service-style2 .service-icon {
        width: 40px;
        height: 40px;
        line-height: 30px;
    }
    .custom-grid-service-category .service-style2 .service-icon .icon {
        width: 18px;
    }
    .custom-grid-service-category .service-style2 .service-body {
        padding: 62px 10px 29px;
    }
    .custom-grid-service-category .service-style2 .vs-service__title a{
        font-size: 15px;
    }
    .service-style2 {
        margin-top: 25px;
    }
    .service-style2 .vs-service__title{
        min-height: 40px;
    }
    .custom-grid-service-category .service-style2 {
        margin-top: 46px;
    }
    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 14px;
    }
    .breadcumb-title {
        font-size: 26px;
    }
    .footer-layout1 .widget_categories ul {
        column-count: 2;
    }
    .back-to-top {
        --back-to-top-size: 50px;
    }
    .cart-floating-fix.back-to-top  .count {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }
    .popup-search-box.show{
        width: 100%;
    }
    .cart-list-item.selector .cart-item-details h5 {
        font-size: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 170px;
    }
}


    .service_footer_list{
        background: #e7f2f2;
    }
    .service_footer_list .widget_title{
        color: var(--theme-color);
    }
    .service_footer_list .widget_title:before {
        display: none;
    }
    .service_footer_list .widget_categories ul li {
        position: relative;
        padding-left: 22px;
        font-size: 15px;
        line-height: 150%;
        transition: all 0.5s ease;
    }
    .service_footer_list .widget_categories a {
        margin-bottom: 8px;
        font-size: 14px;
        color: #000000;
    }
    .service_footer_list .widget_categories ul li::after {
        content: "\f101";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: var(--theme-color);
        font-family: var(--icon-font);
    }
    .service-style2 .service-body::after{
        clip-path: none;
        border: 1px solid #e77d22;
    }
    .service-style2 .service-img .shape-mockup{
        display: none;
    }
    .service-style2 .icon-btn{
        transform: translateY(10px);
    }
    .float-links{
    position: fixed !important;
    right: 20px !important;
    left: auto !important;
    bottom: 120px !important;
    z-index: 9999 !important;
}

.c-btn-mail,
.c-btn-phone,
.c-btn-whatsapp{
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 50% !important;
    display: block !important;
    margin-bottom: 10px !important;
}
/* ===== CART BUTTON LEFT SIDE ===== */
.cart-floating-fix {
    left: 20px !important;
    right: auto !important;
    bottom: 90px !important; 
}
/* ===== SCROLL PERCENT BUTTON LEFT ===== */
#backToTop {
    left: 20px !important;
    right: auto !important;
    bottom: 150px !important; 
}
.float-links {
    position: fixed !important;
    right: 15px !important;
    left: auto !important;
    bottom: 25px !important; 
    z-index: 9999 !important;
}

/* buttons size + spacing */
.c-btn-mail,
.c-btn-phone,
.c-btn-whatsapp {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 8px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
}
/* footer.comfort-footer .footer-shell {
    max-width: 1500px !important;
    margin: 0 auto !important;
} */

footer.comfort-footer .footer-main-row {
    display: flex !important;
    align-items: flex-start !important;
}

footer.comfort-footer .footer-brand-col {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

footer.comfort-footer .footer-links-col {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

footer.comfort-footer .footer-left-block {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
}

footer.comfort-footer .footer-logo {
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 0 20px 0 !important;
}

footer.comfort-footer .footer-logo img {
    width: 150px !important;
    max-width: 130px !important;
    display: block;
    margin: 0 auto;
}

footer.comfort-footer .footer-tagline,
footer.comfort-footer .footer-desc,
footer.comfort-footer .contact-box,
footer.comfort-footer .social-style1 {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

@media (max-width: 991px) {
    footer.comfort-footer .footer-shell {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    footer.comfort-footer .footer-brand-col,
    footer.comfort-footer .footer-links-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
footer.comfort-footer .footer-logo img {
    width: 150px !important;   /* pehle 220â€“230 tha, ab chota */
    max-width: 100% !important;
}
footer.comfort-footer .footer-left-block {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

footer.comfort-footer .footer-logo {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
}

footer.comfort-footer .footer-brand-col {
    padding-left: 0 !important;
}

footer.comfort-footer {
    padding-top: 55px !important;
}

footer.comfort-footer .footer-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
footer.comfort-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

footer.comfort-footer .footer-brand-col {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

footer.comfort-footer .footer-left-block,
footer.comfort-footer .vs-widget-about {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

footer.comfort-footer .footer-logo {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

footer.comfort-footer .footer-logo img {
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}

footer.comfort-footer .footer-tagline {
    margin: 0 !important;
    color: rgba(255,255,255,0.82) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    text-align: left !important;
    max-width: 250px !important;
}

footer.comfort-footer .footer-desc,
footer.comfort-footer .contact-box,
footer.comfort-footer .social-style1 {
    display: none !important;
}

footer.comfort-footer .widget_title {
    color: #ff8c2f !important;
    font-size: 22px !important;
    margin-bottom: 22px !important;
}

footer.comfort-footer .widget.widget_categories ul {
    column-count: 2;
    column-gap: 60px;
}

footer.comfort-footer .widget.widget_categories ul li {
    margin-bottom: 14px !important;
    break-inside: avoid;
}

footer.comfort-footer .widget.widget_categories ul li a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 16px !important;
}


footer.comfort-footer .footer-social-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 10px 0 24px !important;
}

footer.comfort-footer .footer-social-center a {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
}

footer.comfort-footer .footer-social-center a:hover {
    background: rgba(255,255,255,0.08) !important;
}

@media (max-width: 991px) {
    footer.comfort-footer .widget.widget_categories ul {
        column-count: 1;
    }
}
footer.comfort-footer .footer-left-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

footer.comfort-footer .vs-widget-about {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
}

footer.comfort-footer .footer-logo {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 0 14px 0 !important;
}

footer.comfort-footer .footer-logo img {
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

footer.comfort-footer .footer-center-text {
    width: 125px !important;
    text-align: center !important;
    margin: 0 !important;
}

footer.comfort-footer .footer-tagline {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
}

footer.comfort-footer .footer-24 {
    color: #ff8a2a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

footer.comfort-footer .social-icon {
    width: 125px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}

footer.comfort-footer .social-icon a {
    margin: 0 !important;
}
footer.comfort-footer .footer-widgets-row {
    display: flex !important;
    justify-content: space-between !important;
}

footer.comfort-footer .footer-links-col .footer-widgets-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 50px !important;
    align-items: start !important;
}

footer.comfort-footer .footer-links-col .footer-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
}

footer.comfort-footer .footer-links-col .widget_title {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 18px !important;
}

footer.comfort-footer .footer-links-col .widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.comfort-footer .footer-links-col .widget ul li {
    margin-bottom: 14px !important;
}

footer.comfort-footer .footer-links-col .widget ul li a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

footer.comfort-footer .footer-links-col .widget ul li a:hover {
    color: #fff !important;
}

@media (max-width: 991px) {
    footer.comfort-footer .footer-links-col .footer-widgets-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    footer.comfort-footer .footer-links-col .footer-widgets-row {
        grid-template-columns: 1fr !important;
    }
}
}

}



footer.comfort-footer .footer-links-col .col-xl-3 {
    flex: 0 0 22% !important;
    max-width: 22% !important;
}

footer.comfort-footer .footer-links-col .widget {
    width: 100% !important;
}

footer.comfort-footer .footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.comfort-footer .footer-contact-list li {
    margin-bottom: 14px !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;

    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

footer.comfort-footer .footer-contact-list li a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
}

footer.comfort-footer .footer-contact-list li a:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    footer.comfort-footer .footer-links-col .col-xl-3 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }
}

@media (max-width: 767px) {
    footer.comfort-footer .footer-links-col .col-xl-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    footer.comfort-footer .footer-widgets-row {
        gap: 20px !important;
    }
}
footer.comfort-footer .footer-main-row {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
}

footer.comfort-footer .footer-brand-col {
    flex: 0 0 18% !important;
    max-width: 18% !important;
}

footer.comfort-footer .footer-links-col {
    flex: 0 0 82% !important;
    max-width: 82% !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer.comfort-footer .footer-widgets-row {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 25px !important;
    flex-wrap: nowrap !important;
}

footer.comfort-footer .footer-links-col .col-xl-3,
footer.comfort-footer .footer-links-col .col-md-6 {
    flex: 0 0 calc(25% - 19px) !important;
    max-width: calc(25% - 19px) !important;
}

footer.comfort-footer .footer-links-col .widget {
    width: 100% !important;
}

footer.comfort-footer .footer-links-col .widget_title {
    font-size: 20px !important;
    margin-bottom: 16px !important;
}

footer.comfort-footer .footer-links-col .widget ul li {
    margin-bottom: 12px !important;
}

footer.comfort-footer .footer-links-col .widget ul li a,
footer.comfort-footer .footer-contact-list li,
footer.comfort-footer .footer-contact-list li a {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

@media (max-width: 1199px) {
    footer.comfort-footer .footer-main-row {
        flex-wrap: wrap !important;
    }

    footer.comfort-footer .footer-brand-col,
    footer.comfort-footer .footer-links-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    footer.comfort-footer .footer-widgets-row {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    footer.comfort-footer .footer-links-col .col-xl-3,
    footer.comfort-footer .footer-links-col .col-md-6 {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 767px) {
    footer.comfort-footer .footer-links-col .col-xl-3,
    footer.comfort-footer .footer-links-col .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
footer.comfort-footer .footer-main-row {
    display: grid !important;
    grid-template-columns: 180px 1fr !important;
    column-gap: 80px !important;
    align-items: start !important;
}

footer.comfort-footer .footer-brand-col {
    width: 180px !important;
    max-width: 180px !important;
    flex: unset !important;
}

footer.comfort-footer .footer-links-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer.comfort-footer .footer-widgets-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(150px, 1fr)) !important;
    gap: 35px !important;
    align-items: start !important;
}

footer.comfort-footer .footer-links-col .col-xl-3,
footer.comfort-footer .footer-links-col .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    padding: 0 !important;
}

footer.comfort-footer .footer-links-col .widget {
    width: 100% !important;
}

@media (max-width: 1199px) {
    footer.comfort-footer .footer-main-row {
        display: block !important;
    }

    footer.comfort-footer .footer-brand-col {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }

    footer.comfort-footer .footer-widgets-row {
        grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
        gap: 25px !important;
    }
}

@media (max-width: 767px) {
    footer.comfort-footer .footer-widgets-row {
        grid-template-columns: 1fr !important;
    }
}
.footer-links-col {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-widgets-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 30px;
    margin: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.footer-widgets-row > div,
.footer-widgets-row > .footer-col,
.footer-widgets-row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.footer-area,
.footer-top,
.footer-widgets-row {
    overflow: visible !important;
}

@media (max-width: 991px) {
    .footer-widgets-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .footer-widgets-row {
        grid-template-columns: 1fr;
    }
}
.footer-links-col {
    margin-left: auto;
    padding-left: 90px !important;
}
.footer-widgets-row {
    align-items: flex-start !important;
}

.footer-widgets-row > div {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.footer-main-row {
    align-items: flex-start !important;
}
.footer-tagline {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
}

.footer-orange {
    color: #ff8c2f;
    font-weight: 700;
    margin-left: 6px;
}
.footer-brand-text {
    text-align: center;
    margin-top: 10px;
}

.footer-line1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.footer-line2 {
    color: #ff8c2f;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0 0 0;
}
footer.comfort-footer .widget_title::before {
    display: none !important;
}

footer.comfort-footer .widget_title::after {
    background-color: #ff8c2f !important;
}
footer.comfort-footer .widget_title {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

footer.comfort-footer .widget_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px !important;
    height: 3px;
    background-color: #ff8c2f !important;
}

footer.comfort-footer .widget_title::before {
    display: none !important;
}
footer.comfort-footer .widget_title::before,
footer.comfort-footer .widget_title::after {
    display: none !important;
}
footer.comfort-footer .footer-contact-list i {
    color: #ff8c2f !important;
}
.premium-footer-bar {
    background: linear-gradient(90deg, #163f99 0%, #1e4fb8 100%) !important;
    padding: 20px 0 !important;
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.premium-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.premium-footer-left,
.premium-footer-center,
.premium-footer-right {
    display: flex;
    align-items: center;
}

.premium-footer-center {
    gap: 12px;
    justify-content: center;
}

.premium-copyright {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.store-btn i {
    color: #ff8c2f;
    font-size: 16px;
}

.store-btn:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.28);
    color: #fff !important;
}

.premium-footer-right img {
    max-height: 34px;
    display: block;
}

@media (max-width: 991px) {
    .premium-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .premium-footer-left,
    .premium-footer-center,
    .premium-footer-right {
        justify-content: center;
    }
}
footer.comfort-footer .footer-left-block {
    text-align: center;
}

footer.comfort-footer .footer-line1,
footer.comfort-footer .footer-line2 {
    white-space: nowrap;
}
footer.comfort-footer .footer-left-block {
    min-width: 260px !important;
}

footer.comfort-footer .footer-tagline {
    white-space: nowrap !important;
    display: block !important;
    text-align: left !important;
}
footer.comfort-footer .footer-brand-col {
    flex: 0 0 260px !important;
    max-width: 260px !important;
}
footer.comfort-footer .footer-24.footer-center-text {
    display: inline-block !important;
    width: auto !important;
}
footer.comfort-footer .footer-left-block.vs-widget-about {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

footer.comfort-footer .footer-logo {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

footer.comfort-footer .footer-24.footer-center-text {
    width: 100% !important;
    text-align: center !important;
}
footer.comfort-footer .footer-24.footer-center-text {
    width: 100% !important;
    text-align: center !important;
}footer.comfort-footer .footer-left-block p {
    width: 100% !important;
    text-align: center !important;
}
footer.comfort-footer .footer-left-block p.footer-24 {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
}

footer.comfort-footer .footer-left-block p.footer-24 + p.footer-24 {
    margin-top: 6px !important;
}
footer.comfort-footer .footer-left-block p.footer-24 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
}
/* ===== PREMIUM SOCIAL ICONS ===== */

.footer-social-center a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* glass look */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    color: #ffffff;
    font-size: 18px;

    margin: 0 8px;

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* hover glow */
.footer-social-center a:hover {
    background: linear-gradient(135deg, #ff8a2a, #ff5e00);
    color: #fff;
    transform: translateY(-4px) scale(1.05);

    box-shadow: 0 10px 25px rgba(255, 138, 42, 0.4);
}

/* subtle inner shine */
.footer-social-center a::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
    top: -100%;
    left: -100%;
    transition: 0.4s;
}

.footer-social-center a:hover::before {
    top: 100%;
    left: 100%;
}
/* ===== CLEAN PROFESSIONAL SOCIAL ICONS ===== */

.footer-social-center a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);

    color: #ffffff;
    font-size: 16px;

    margin: 0 6px;
    transition: all 0.25s ease;
}

/* hover = brand color feel */
.footer-social-center a:hover {
    border-color: #ff8a2a;
    color: #ff8a2a;
    transform: translateY(-2px);
}
/* ===== ORIGINAL BRAND COLOR ICONS ===== */

.footer-social-center a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);

    font-size: 18px;
    margin: 0 6px;

    transition: 0.2s ease;
}

/* Facebook */
.footer-social-center a:nth-child(1) i {
    color: #1877f2;
}

/* LinkedIn */
.footer-social-center a:nth-child(2) i {
    color: #0a66c2;
}

/* Instagram */
.footer-social-center a:nth-child(3) i {
    color: #e1306c;
}

/* X (Twitter) */
.footer-social-center a:nth-child(4) i {
    color: #ffffff;
}

/* WhatsApp */
.footer-social-center a:nth-child(5) i {
    color: #25d366;
}

/* subtle hover (optional) */
.footer-social-center a:hover {
    transform: translateY(-2px);
}
.store-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.store-buttons img {
    height: 50px;
    transition: 0.2s ease;
}

.store-buttons img:hover {
    transform: scale(1.05);
}
/* store buttons fix */
.store-buttons {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.store-buttons a {
    display: inline-block;
}

.store-buttons img {
    height: 48px !important;
    width: auto !important;
    display: block;
}

/* Apple thoda visually chhota lagta hai â€” isko equal feel dene ke liye */
.store-buttons a:last-child img {
    height: 50px !important;
}
/* Premium header alignment */
.vs-header .menu-area {
    padding-top: 14px;
    padding-bottom: 14px;
}

.vs-header .header-logo img.desktop {
    max-height: 74px;
}

.vs-header .main-menu {
    display: flex;
    justify-content: center;
}

.vs-header .main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin: 0;
    padding: 0;
}

.vs-header .main-menu > ul > li {
    list-style: none;
}

.vs-header .main-menu > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #0b1f44;
    letter-spacing: 0.2px;
}

.vs-header #header-user-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vs-header .header-inner {
    display: flex;
    align-items: center;
    min-height: 60px;
}

.vs-header .header-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vs-header .header-icons .icon-btn,
.vs-header .header-icons .searchBoxTggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vs-header .sticky-active {
    box-shadow: 0 6px 18px rgba(10, 31, 68, 0.08);
    background: #fff;
}
/* Header layout fix */
.vs-header .header-logo img.desktop {
    max-height: 58px;
    width: auto;
}

.vs-header .header-logo {
    max-width: 220px;
    overflow: hidden;
}

.vs-header .menu-area {
    padding-top: 12px;
    padding-bottom: 12px;
}
/* =========================
   Comfort Life Premium Header
========================= */

.comfort-premium-header .menu-area {
    background: #ffffff;
    padding: 16px 0;
}

.comfort-premium-header .sticky-active {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(10, 31, 68, 0.08);
}

.comfort-premium-header .header-main-row {
    min-height: 84px;
}

.comfort-premium-header .header-logo a {
    display: inline-flex;
    align-items: center;
}

.comfort-premium-header .header-logo img.desktop {
    max-height: 64px;
    width: auto;
    display: block;
}

.comfort-premium-header .header-logo img.mobile {
    max-height: 42px;
    width: auto;
    display: none;
}

.comfort-premium-header .premium-main-menu {
    text-align: center;
}

.comfort-premium-header .premium-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin: 0;
    padding: 0;
}

.comfort-premium-header .premium-main-menu > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comfort-premium-header .premium-main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    color: #0b1f44;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.comfort-premium-header .premium-main-menu > ul > li > a:hover,
.comfort-premium-header .premium-main-menu > ul > li.current-menu-item > a,
.comfort-premium-header .premium-main-menu > ul > li.current_page_item > a {
    color: #f39a1e;
}

.comfort-premium-header .header-right-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.comfort-premium-header .header-action-btn {
    width: 46px;
    height: 46px;
    border: 1px solid #e7edf3;
    border-radius: 50%;
    background: #ffffff;
    color: #0b1f44;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.comfort-premium-header .header-action-btn:hover {
    border-color: #f39a1e;
    color: #f39a1e;
}

.comfort-premium-header .header-book-btn {
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #f39a1e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(243, 154, 30, 0.22);
}

.comfort-premium-header .header-book-btn:hover {
    background: #0b1f44;
    color: #ffffff;
}

.comfort-premium-header .vs-menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #e7edf3;
    border-radius: 50%;
    background: #ffffff;
    color: #0b1f44;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.comfort-premium-header .vs-menu-toggle:hover {
    border-color: #f39a1e;
    color: #f39a1e;
}

@media (max-width: 991px) {
    .comfort-premium-header .menu-area {
        padding: 12px 0;
    }

    .comfort-premium-header .header-main-row {
        min-height: 72px;
    }

    .comfort-premium-header .header-logo img.desktop {
        display: none;
    }

    .comfort-premium-header .header-logo img.mobile {
        display: block;
    }
}
/* Logo clean display */
.comfort-premium-header .header-logo img.desktop {
    max-height: 70px;
    width: auto;
    display: block;
}

/* Remove any background behind logo */
.comfort-premium-header .header-logo {
    background: transparent;
}

/* Slight spacing */
.comfort-premium-header .header-logo a {
    display: inline-flex;
    align-items: center;
}
/* Remove logo background box */
.comfort-premium-header .header-logo {
    background: transparent !important;
    padding: 0 !important;
}

.comfort-premium-header .header-logo img {
    background: transparent !important;
}

/* Remove any shape behind logo */
.vs-header .header-logo::before,
.vs-header .header-logo::after {
    display: none !important;
}
/* Header width open up */
.comfort-premium-header .main-container2 {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.comfort-premium-header .menu-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.comfort-premium-header .header-main-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* Remove grey side gaps around header */
html, body {
    background: #ffffff !important;
}

.comfort-premium-header,
.comfort-premium-header .sticky-wrapper,
.comfort-premium-header .sticky-active,
.comfort-premium-header .menu-area,
.comfort-premium-header .main-container2 {
    background: #ffffff !important;
}

.comfort-premium-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* REMOVE BOTTOM STRIP / LINE */
.comfort-premium-header .menu-area {
    border-bottom: none !important;
}

.comfort-premium-header .sticky-active {
    border-bottom: none !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

.comfort-premium-header::after,
.comfort-premium-header::before {
    display: none !important;
}
.comfort-premium-header .menu-area {
    padding: 14px 0 !important;
}

.comfort-premium-header .header-main-row {
    min-height: 78px;
}
/* ===== FINAL FULL-WIDTH PREMIUM HEADER FIX ===== */

.comfort-premium-header {
    position: relative;
    z-index: 99;
    background: transparent !important;
}

.comfort-premium-header .sticky-wrapper,
.comfort-premium-header .sticky-active,
.comfort-premium-header .menu-area {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.comfort-premium-header .menu-area {
    position: relative;
    padding: 14px 0 !important;
}

/* Force full-width white header bar, ignoring parent wrapper */
.comfort-premium-header .menu-area::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(10, 31, 68, 0.08);
    z-index: -1;
}

/* Keep content premium and centered */
.comfort-premium-header .main-container2 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    background: transparent !important;
}

/* Clean row */
.comfort-premium-header .header-main-row {
    min-height: 82px;
    margin: 0 !important;
}

/* Logo */
.comfort-premium-header .header-logo img.desktop {
    max-height: 68px;
    width: auto;
    display: block;
}

/* Menu */
.comfort-premium-header .premium-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin: 0;
    padding: 0;
}

.comfort-premium-header .premium-main-menu > ul > li {
    list-style: none;
}

.comfort-premium-header .premium-main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    color: #0b1f44;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
}

/* Right side */
.comfort-premium-header .header-right-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.comfort-premium-header .header-action-btn {
    width: 46px;
    height: 46px;
    border: 1px solid #e7edf3;
    border-radius: 50%;
    background: #ffffff;
    color: #0b1f44;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.comfort-premium-header .header-book-btn {
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #f39a1e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
}

/* Remove extra strip below header if hero has spacing */
.vs-hero-wrapper,
.hero-area,
.hero-layout1,
.breadcumb-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Mobile */
@media (max-width: 991px) {
    .comfort-premium-header .main-container2 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .comfort-premium-header .header-main-row {
        min-height: 72px;
    }

    .comfort-premium-header .header-logo img.desktop {
        max-height: 54px;
    }
}
.header-main-row {
    min-height: 110px;
}

.header-left-group {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-logo img.desktop {
    max-height: 74px;
    width: auto;
    display: block;
}

.header-location-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #e7ebf0;
    border-radius: 999px;
    background: #ffffff;
    color: #0c2340;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    margin-left: -8px;
}

.header-location-bar i {
    color: #f0a11a;
    font-size: 14px;
}

.premium-main-menu {
    display: flex;
    justify-content: center;
    margin-left: 35px;
}

.premium-main-menu ul {
    display: flex;
    align-items: center;
    gap: 44px;
}

.premium-main-menu ul li {
    margin: 0;
    padding: 0;
}

.premium-main-menu ul li a {
    font-size: 17px;
    font-weight: 700;
    color: #0c2340;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.premium-main-menu ul li a:hover {
    color: #f0a11a;
}

.header-right-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-right-wrap .header-action-btn,
.header-right-wrap .search-btn,
.header-right-wrap .user-btn {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7ebf0;
    border-radius: 50%;
    background: #fff;
    color: #0c2340;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    transition: all 0.25s ease;
}

.header-right-wrap .header-action-btn:hover,
.header-right-wrap .search-btn:hover,
.header-right-wrap .user-btn:hover {
    color: #f0a11a;
    border-color: #f0a11a;
    transform: translateY(-2px);
}

.header-right-wrap .header-action-btn i,
.header-right-wrap .search-btn i,
.header-right-wrap .user-btn i {
    font-size: 18px;
    line-height: 1;
}

.header-book-btn {
    height: 58px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f0a11a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(240, 161, 26, 0.28);
    transition: all 0.25s ease;
}

.header-book-btn:hover {
    background: #d98e10;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1399px) {
    .premium-main-menu {
        margin-left: 20px;
    }

    .premium-main-menu ul {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .header-location-bar,
    .premium-main-menu,
    .header-right-wrap .search-btn,
    .header-right-wrap .user-btn,
    .header-right-wrap .header-book-btn {
        display: none !important;
    }
}
.header-logo img.desktop {
    max-height: 82px;
}

/* LEFT SIDE */
.header-left-group {
    display: flex;
    align-items: center;
    gap: 26px;
}

/* LOCATION BAR */
.header-location-search {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 260px;
    height: 58px;
    padding: 0 20px;
    border: 1px solid #e7ebf0;
    border-radius: 999px;
    background: #fff;
    color: #0c2340;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    transition: 0.25s;
    margin-left: 10px; /* ðŸ‘ˆ right shift */
}

.header-location-search:hover {
    border-color: #f0a11a;
}

.location-search-icon {
    color: #f0a11a;
}

.location-search-text {
    font-weight: 600;
    font-size: 15px;
}

.location-search-arrow {
    color: #7a8699;
}

/* MENU */
.premium-main-menu {
    margin-left: 50px;
}

/* RIGHT */
.header-right-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-action-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e7ebf0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* BUTTON */
.header-book-btn {
    height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    background: #f0a11a;
    color: #fff;
    font-weight: 700;
}

/* MODAL */
.location-modal-content {
    border-radius: 24px;
    padding: 10px;
}

.location-search-field {
    position: relative;
    margin-bottom: 15px;
}

.location-search-field i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.location-search-field input {
    width: 100%;
    height: 55px;
    padding-left: 45px;
    border-radius: 14px;
    border: 1px solid #e7ebf0;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.location-option {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #e7ebf0;
    background: #fff;
}

.location-option:hover {
    border-color: #f0a11a;
    color: #f0a11a;
}
/* HEADER LOGO */
.comfort-premium-header .header-logo img.desktop {
    max-height: 64px;
    width: auto;
}

/* HEADER RIGHT SIDE */
.comfort-premium-header .header-right-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* PREMIUM ROUND ICON BUTTONS */
.comfort-premium-header .header-action-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e7ebf0;
    background: #fff;
    color: #0d2344;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    text-decoration: none;
}

.comfort-premium-header .header-action-btn:hover {
    color: #f5a623;
    border-color: #f5a623;
    box-shadow: 0 8px 22px rgba(245, 166, 35, 0.18);
    transform: translateY(-1px);
}

/* CART SPECIAL */
.comfort-premium-header .cart-btn {
    position: relative;
}

/* BOOK NOW BUTTON */
.comfort-premium-header .header-book-btn {
    min-width: 145px;
    height: 56px;
    padding: 0 26px;
    border-radius: 40px;
    background: #f5a623;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(245, 166, 35, 0.25);
    transition: all 0.3s ease;
}

.comfort-premium-header .header-book-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(245, 166, 35, 0.32);
}

/* MENU BALANCE */
.comfort-premium-header .premium-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.comfort-premium-header .premium-main-menu > ul > li > a {
    color: #0d2344;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.comfort-premium-header .premium-main-menu > ul > li > a:hover {
    color: #f5a623;
}

/* HEADER SPACING */
.comfort-premium-header .menu-area {
    padding: 18px 0;
    background: #fff;
}

.comfort-premium-header .header-main-row {
    min-height: 82px;
}
/* Hide old floating cart because cart is now in header */
.cart-floating-fix {
    display: none !important;
}
.comfort-header-actions {
    gap: 14px;
}

.comfort-account-dropdown {
    position: relative;
}

.comfort-account-trigger,
.comfort-login-btn {
    height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    border: none;
    background: #f3a81d;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    white-space: nowrap;
    min-width: 170px;
}

.comfort-account-trigger:hover,
.comfort-login-btn:hover,
.comfort-account-trigger.active {
    background: #e59b10;
    color: #ffffff !important;
}

.comfort-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.comfort-account-text {
    line-height: 1;
}

.comfort-account-caret {
    font-size: 12px;
    line-height: 1;
    margin-left: 2px;
}

.header-book-btn {
    height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    background: #f3a81d;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.25s ease;
    border: none;
    min-width: 185px;
}

.header-book-btn:hover {
    background: #e59b10;
    color: #ffffff !important;
}

.comfort-account-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 220px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(13, 38, 76, 0.16);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

.comfort-account-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.comfort-account-menu a {
    display: block;
    padding: 12px 18px;
    color: #16325c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.comfort-account-menu a:hover {
    background: #f7f9fc;
    color: #f3a81d;
}

@media (max-width: 1399px) {
    .comfort-account-trigger,
    .comfort-login-btn {
        min-width: 155px;
        padding: 0 16px;
        font-size: 16px;
    }

    .header-book-btn {
        min-width: 165px;
        padding: 0 22px;
        font-size: 16px;
    }
}
/* ===== HEADER ACTIONS GAP ===== */
.comfort-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ===== PREMIUM BLUE ACCOUNT BUTTON ===== */
.comfort-account-trigger,
.comfort-login-btn,
.header-book-btn {
    height: 54px;
    border-radius: 999px;
    border: none !important;
    outline: none !important;
    background: linear-gradient(135deg, #0d47a1, #1565c0) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(21, 101, 192, 0.22);
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* account button thora compact */
.comfort-account-trigger,
.comfort-login-btn {
    padding: 0 20px;
    min-width: 185px;
    gap: 8px;
}

/* book now thora clean */
.header-book-btn {
    padding: 0 28px;
    min-width: 175px;
}

.comfort-account-trigger:hover,
.comfort-login-btn:hover,
.header-book-btn:hover,
.comfort-account-trigger:focus,
.comfort-login-btn:focus,
.header-book-btn:focus {
    background: linear-gradient(135deg, #0b3d91, #1457ad) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(21, 101, 192, 0.28);
}

.comfort-account-trigger i,
.comfort-login-btn i,
.header-book-btn i {
    color: #ffffff !important;
}

.comfort-account-caret i {
    font-size: 12px;
}

/* black border / browser outline remove */
.comfort-account-trigger:active,
.comfort-login-btn:active,
.header-book-btn:active {
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(21, 101, 192, 0.22);
}
/* ===== FINAL HEADER PREMIUM FIX ===== */

/* right side layout */
.comfort-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

/* search bar */
.header-search-pill {
    width: 330px;
    height: 58px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid #f2d5ae;
    border-radius: 20px;
    padding: 0 10px 0 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.header-search-pill input {
    flex: 1;
    height: 100%;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 16px;
    color: #22304a;
    padding-right: 8px;
}

.header-search-pill input::placeholder {
    color: #8a94a6;
    opacity: 1;
}

.header-search-pill button {
    width: 42px;
    height: 42px;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header-search-pill button i {
    font-size: 24px;
    color: #0b1f44 !important;
}

/* cart button */
.header-action-btn.cart-btn,
a.header-action-btn.cart-btn {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #e8edf5 !important;
    color: #0b1f44 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.25s ease !important;
}

.header-action-btn.cart-btn:hover,
a.header-action-btn.cart-btn:hover {
    background: #ffffff !important;
    color: #0b1f44 !important;
    transform: translateY(-1px);
}

/* account + login + book button normal orange */
.comfort-account-trigger,
.comfort-login-btn,
.header-book-btn,
a.header-book-btn {
    height: 54px !important;
    border-radius: 999px !important;
    border: none !important;
    outline: none !important;
    background: linear-gradient(135deg, #f3a81d, #f59e0b) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 24px rgba(243, 168, 29, 0.28) !important;
    transition: all 0.25s ease !important;
}

/* size */
.comfort-account-trigger,
.comfort-login-btn {
    padding: 0 20px !important;
    min-width: 185px !important;
    gap: 8px !important;
}

.header-book-btn,
a.header-book-btn {
    padding: 0 28px !important;
    min-width: 175px !important;
}

/* hover blue */
.comfort-account-trigger:hover,
.comfort-login-btn:hover,
.header-book-btn:hover,
a.header-book-btn:hover,
.comfort-account-trigger.active {
    background: linear-gradient(135deg, #0d47a1, #1565c0) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(21, 101, 192, 0.26) !important;
}

.comfort-account-trigger i,
.comfort-login-btn i,
.header-book-btn i,
a.header-book-btn i,
.comfort-account-caret i {
    color: #ffffff !important;
}

/* dropdown */
.comfort-account-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: 240px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 9999;
}

.comfort-account-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.comfort-account-menu a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    color: #0b1f44 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.comfort-account-menu a:hover {
    background: #f7f9fc !important;
    color: #1565c0 !important;
    padding-left: 24px;
}

.comfort-account-menu a:not(:last-child) {
    border-bottom: 1px solid #f1f3f6;
}

/* menu slight left */
.premium-main-menu {
    margin-left: -20px !important;
}
.header-search-simple {
    width: 320px;
    height: 52px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid #f2d5ae;
    border-radius: 18px;
    padding: 0 10px 0 16px;
}

.header-search-simple input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    background: transparent;
    color: #22304a;
}

.header-search-simple input::placeholder {
    color: #8a94a6;
}

.header-search-simple button {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-search-simple button i {
    font-size: 20px;
    color: #0b1f44;
}
/* ===== SMALLER PREMIUM BUTTONS ===== */

/* account / login button */
.comfort-account-trigger,
.comfort-login-btn {
    height: 46px !important;
    padding: 0 14px !important;
    min-width: 140px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
}

/* book now button */
.header-book-btn,
a.header-book-btn {
    height: 46px !important;
    padding: 0 18px !important;
    min-width: 130px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
}

/* thoda gap bhi reduce */
.comfort-header-actions {
    gap: 12px !important;
}
/* ===== PREMIUM HEADER SHADOW BAR ===== */

.comfort-header-shadow-bar {
    position: relative;
    height: 22px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
    opacity: 0.30;
    pointer-events: none;
    z-index: 5;
    margin-top: -2px;
}
/* ===== ORANGE COLOR CONSISTENCY FIX ===== */

/* Menu hover */
header.vs-header.comfort-premium-header .premium-main-menu ul li a:hover {
    color: #f3a81f !important;
}

/* Cart + Search hover */
header.vs-header.comfort-premium-header .header-action-btn:hover {
    color: #f3a81f !important;
    border-color: #f3a81f !important;
}

/* Cart icon specifically (strong override) */
header.vs-header.comfort-premium-header .cart-btn:hover i {
    color: #f3a81f !important;
}

/* Dropdown links hover */
.comfort-account-menu a:hover {
    color: #f3a81f !important;
    background: rgba(243, 168, 31, 0.08) !important;
}

/* Dropdown active link */
.comfort-account-menu a {
    color: #111 !important;
}

/* Dropdown icons (if present) */
.comfort-account-menu a i {
    margin-right: 8px;
    color: #666;
}

/* Dropdown icon hover */
.comfort-account-menu a:hover i {
    color: #f3a81f !important;
}
/* ===============================
   PREMIUM FOOTER FINAL
================================= */

/* Social icons row */
.footer-social-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 22px;
}

.footer-social-center a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
}

.footer-social-center a i {
    font-size: 24px;
    transition: all 0.3s ease;
}

/* Original brand colors */
.footer-social-center .fa-facebook-f {
    color: #1877F2 !important;
}

.footer-social-center .fa-linkedin-in {
    color: #0A66C2 !important;
}

.footer-social-center .fa-instagram {
    color: #E4405F !important;
}

.footer-social-center .fa-x-twitter,
.footer-social-center .fa-twitter {
    color: #ffffff !important;
}

.footer-social-center .fa-whatsapp {
    color: #25D366 !important;
}

.footer-social-center a:hover {
    transform: translateY(-4px);
    border-color: #ff8a2a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

/* Bottom strip same as footer blue */
.premium-footer-bar,
.copyright-wrap.premium-footer-bar {
    background: #082457 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
}

/* 3-column premium layout */
.premium-footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

/* Left copyright */
.premium-footer-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.premium-copyright {
    margin: 0;
    color: rgba(255,255,255,0.92) !important;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.6;
}

/* Center payment methods */
.premium-footer-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium-footer-middle img {
    max-height: 38px;
    width: auto;
    display: block;
}

/* Right store buttons */
.premium-footer-right.store-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.premium-footer-right.store-buttons img {
    height: 42px !important;
    width: auto;
    display: block;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .premium-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .premium-footer-left,
    .premium-footer-middle,
    .premium-footer-right.store-buttons {
        justify-content: center;
    }

    .premium-footer-right.store-buttons {
        margin-top: 10px;
    }

    .premium-footer-middle {
        margin-top: 10px;
    }
}
/* ===============================
   PREMIUM FOOTER TOP SECTION
================================= */

/* Footer upper columns area */
.footer-wrapper .widget-area,
.footer-layout1 .widget-area,
footer .widget-area {
    padding-top: 40px;
    padding-bottom: 24px;
}

/* Each footer widget column */
.footer-wrapper .widget,
.footer-layout1 .widget,
footer .widget {
    position: relative;
    padding-top: 8px;
}

/* Premium footer titles */
.footer-wrapper .widget_title,
.footer-layout1 .widget_title,
footer .widget_title,
.footer-wrapper .footer-title,
.footer-layout1 .footer-title,
footer h3,
footer h4 {
    color: #ff8a2a !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 28px;
    position: relative;
    letter-spacing: 0.2px;
}

/* Accent line under headings */
.footer-wrapper .widget_title::after,
.footer-layout1 .widget_title::after,
footer .widget_title::after,
.footer-wrapper .footer-title::after,
.footer-layout1 .footer-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    background: linear-gradient(90deg, #ff8a2a 0%, rgba(255,138,42,0.25) 100%);
    border-radius: 10px;
    margin-top: 12px;
}

/* Footer links */
.footer-wrapper .menu li,
.footer-layout1 .menu li,
footer ul li {
    margin-bottom: 14px;
}

.footer-wrapper .menu li a,
.footer-layout1 .menu li a,
footer ul li a {
    color: rgba(255,255,255,0.88) !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    transition: all 0.28s ease;
    display: inline-block;
    text-decoration: none;
}

/* Link hover premium effect */
.footer-wrapper .menu li a:hover,
.footer-layout1 .menu li a:hover,
footer ul li a:hover {
    color: #ff8a2a !important;
    transform: translateX(5px);
}

/* Contact list styling */
footer .footer-info-list li,
footer .contact-list li,
footer .footer-contact li,
footer ul li {
    line-height: 1.65;
}

/* Contact icons */
footer .footer-info-list li i,
footer .contact-list li i,
footer .footer-contact li i,
footer ul li i.fas,
footer ul li i.fa {
    color: #ff8a2a !important;
    margin-right: 10px;
    font-size: 16px;
}

/* Better spacing between columns */
@media (min-width: 992px) {
    .footer-wrapper .row > div,
    .footer-layout1 .row > div,
    footer .row > div {
        padding-left: 28px;
        padding-right: 28px;
    }
}
/* Premium top footer background feel */
footer {
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,138,42,0.08) 0%, rgba(255,138,42,0) 70%);
    pointer-events: none;
}

footer::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 72%);
    pointer-events: none;
}

/* Keep footer content above overlays */
footer > * {
    position: relative;
    z-index: 2;
}
/* HERO FULL WIDTH FIX */
.vs-hero-layout1,
.vs-hero-layout1 .container,
.vs-hero-layout1 .main-container3 {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vs-hero-layout1 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* === PERFECT ROUNDED BANNER FIX === */

.comfort-home-hero-boxed .hero-slider {
    border-radius: 16px;
    overflow: hidden; /* IMPORTANT */
    background: #fff;
}

.comfort-home-hero-boxed .hero-banner-item {
    border-radius: 16px;
    overflow: hidden; /* IMPORTANT */
}
.testi-layout .row {
    align-items: flex-start !important;
}
.testi-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* ===== FAQ FINAL PREMIUM FIX ===== */

#faqVersion1 .accordion-item {
    margin-bottom: 18px;
    border: none !important;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

#faqVersion1 .accordion-header {
    margin: 0 !important;
}

#faqVersion1 .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 24px 88px 24px 30px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #0b2c5f;
    background: #f9f9f9 !important;
    border: none !important;
    box-shadow: none !important;
}

#faqVersion1 .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

#faqVersion1 .accordion-button::after {
    display: none !important;
}

/* Premium plus/minus circle */
#faqVersion1 .accordion-button::before {
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 2px solid #0b2c5f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #0b2c5f;
    background: #ffffff;
    transition: all 0.25s ease;
}

#faqVersion1 .accordion-button:hover::before {
    background: #0b2c5f;
    color: #ffffff;
}

#faqVersion1 .accordion-button:not(.collapsed)::before {
    content: "−";
    font-size: 30px;
    background: #0b2c5f;
    color: #ffffff;
    border-color: #0b2c5f;
}

/* Answer area fix */
#faqVersion1 .accordion-collapse {
    border-top: 1px solid #eaeaea;
}

#faqVersion1 .accordion-body {
    margin: 0 !important;
    padding: 22px 30px 26px 30px !important;
    font-size: 15px;
    line-height: 1.9;
    color: #5b6475;
    background: #ffffff;
}

#faqVersion1 .accordion-body p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.9;
}

/* Remove weird top spacing from collapse inner area */
#faqVersion1 .accordion-collapse .accordion-body,
#faqVersion1 .accordion-collapse .accordion-body *:first-child {
    margin-top: 0 !important;
}

/* Page spacing */
.about-layout1.space.py-lg-4.py-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/* ===== FORCE HIDE BLUE ICON ===== */

/* hide complete small blue circle */
.service-style2 .service-icon,
.service-style2 .service-icon .icon,
.service-style2 .service-icon i {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* fix extra space after removing icon */
.service-style2 .service-body {
    padding-top: 70px !important;
}
/* ===== CLEAN ONE-LINE BRAND ===== */

.header-logo .brand-sub,
.header-logo .brand-sub-line {
    display: none !important;
}

.header-logo .brand-text {
    display: flex !important;
    align-items: center !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.header-logo .brand-name {
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0b1f44 !important;
    letter-spacing: 0.2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
}

.header-logo .brand-name::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 3px !important;
    height: 22px !important;
    background: linear-gradient(180deg, #ffbe55 0%, #f59e0b 100%) !important;
    border-radius: 3px !important;
}

.header-logo img.desktop {
    max-height: 52px !important;
    width: auto !important;
    display: block !important;
}

.header-logo a.brand-wrap {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.header-logo {
    margin-left: 0 !important;
}
/* ===== SAFE BRAND TEXT FIX ONLY ===== */

.header-logo .brand-sub,
.header-logo .brand-sub-line {
    display: none !important;
}

.header-logo a.brand-wrap,
.header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-logo img.desktop {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.header-logo .brand-text {
    display: flex !important;
    align-items: center !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.header-logo .brand-name {
    position: relative !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0b1f44 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    overflow: visible !important;
}

.header-logo .brand-name::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 3px !important;
    height: 20px !important;
    background: #f4a30a !important;
    border-radius: 3px !important;
}

/* keep ABOUT US on one line without changing layout */
.premium-main-menu ul li a {
    white-space: nowrap !important;
}

.custom-grid-service-category .service-minimal-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}


.custom-grid-service-category .service-minimal-title {
    min-height: 58px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
}
.vs-hero__layout1 .slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;

    position: static !important;   /* IMPORTANT */
    margin-top: 18px !important;   /* space below banner */

    padding: 0 !important;
    list-style: none !important;
}

.vs-hero__layout1 .slick-dots li button {
    width: 32px !important;
    height: 6px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #0b1b4d !important;
}

.vs-hero__layout1 .slick-dots li.slick-active button {
    background: #f59e0b !important;
    width: 40px !important;
}
/* HOME SERVICE CARDS - SAFE MODERN LOOK */
.custom-grid-service-category .service-style2 {
    background: #f8f6f1 !important;
    border: 1px solid #e9dcc8 !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 28px rgba(13, 34, 71, 0.08) !important;
    overflow: visible !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover {
    transform: translateY(-6px) !important;
    border-color: #f29a2e !important;
    box-shadow: 0 18px 38px rgba(13, 34, 71, 0.14) !important;
}

.custom-grid-service-category .service-style2 .service-body {
    padding: 26px 24px 34px !important;
}

.custom-grid-service-category .service-style2 .vs-service__title,
.custom-grid-service-category .service-style2 .vs-service__title a {
    color: #0b1b3f !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.custom-grid-service-category .service-style2 .icon-btn {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 50% !important;
    background: #f29a2e !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(242, 154, 46, 0.30) !important;
    transition: all 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover .icon-btn {
    background: #0b1b3f !important;
    box-shadow: 0 8px 18px rgba(11, 27, 63, 0.25) !important;
}

.custom-grid-service-category .service-style2 .service-icon img {
    transition: transform 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover .service-icon img {
    transform: scale(1.06) !important;
}
/* FIX 1: icon cut na ho */
.custom-grid-service-category .service-style2 {
    overflow: visible !important;
}

/* FIX 2: top area ko extra space do takay icon araam se aaye */
.custom-grid-service-category .service-style2 .service-top {
    padding-top: 42px !important;
    overflow: visible !important;
}

/* FIX 3: icon ko upar proper position do */
.custom-grid-service-category .service-style2 .service-icon {
    top: -30px !important;
    z-index: 3 !important;
}

/* FIX 4: text ko center aur thora neeche lao */
.custom-grid-service-category .service-style2 .service-body {
    padding: 92px 24px 34px !important;
}

.custom-grid-service-category .service-style2 .vs-service__title,
.custom-grid-service-category .service-style2 .vs-service__title a {
    line-height: 1.45 !important;
    margin-top: 8px !important;
}

/* FIX 5: icon image poori nazar aaye */
.custom-grid-service-category .service-style2 .service-icon img,
.custom-grid-service-category .service-style2 .service-img img {
    object-fit: contain !important;
}
/* SAFE PREMIUM HOVER FOR HOME SERVICE CARDS */
.custom-grid-service-category .service-style2 {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover {
    transform: translateY(-6px) !important;
    border-color: #f29a2e !important;
    box-shadow: 0 18px 38px rgba(242, 154, 46, 0.18) !important;
}

/* keep title dark on hover */
.custom-grid-service-category .service-style2:hover .vs-service__title,
.custom-grid-service-category .service-style2:hover .vs-service__title a,
.custom-grid-service-category .service-style2:hover h2,
.custom-grid-service-category .service-style2:hover h2 a {
    color: #0b1b3f !important;
}

/* orange button on hover */
.custom-grid-service-category .service-style2 .icon-btn {
    transition: all 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover .icon-btn {
    background: #f29a2e !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(242, 154, 46, 0.28) !important;
    transform: scale(1.08) !important;
}

/* icon slight zoom only */
.custom-grid-service-category .service-style2 .service-icon img {
    transition: transform 0.25s ease !important;
}

.custom-grid-service-category .service-style2:hover .service-icon img {
    transform: scale(1.05) !important;
}
/* HOVER BORDER BLUE */
.custom-grid-service-category .service-style2:hover {
    border-color: #0b1b3f !important;
    box-shadow: 0 15px 35px rgba(11, 27, 63, 0.15) !important;
}
.custom-grid-service-category .service-style2:hover .icon-btn {
    background: #0b1b3f !important;
    color: #ffffff !important;
}
/* FORCE REMOVE ROUND FROM SERVICE IMAGE */
.custom-grid-service-category .service-style2 .service-img {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.custom-grid-service-category .service-style2 .service-img a {
    border-radius: 12px !important;
    overflow: hidden !important;
    display: block !important;
}

.custom-grid-service-category .service-style2 .service-img img {
    border-radius: 0 !important;
    clip-path: none !important;
}
.custom-grid-service-category .service-style2 .service-img::before,
.custom-grid-service-category .service-style2 .service-img::after {
    display: none !important;
}
/* FINAL POLISH FOR SERVICE IMAGE BOX */
.custom-grid-service-category .service-style2 .service-img {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

.custom-grid-service-category .service-style2 .service-img a {
    background: #0b1b3f !important;
    padding: 10px !important;
    border-radius: 16px !important;
    display: block !important;
}

.custom-grid-service-category .service-style2 .service-img img {
    border-radius: 12px !important;
    display: block !important;
}
/* FINAL RESET FOR HOME SERVICE ICON BOX */
.custom-grid-service-category .service-style2 .service-img,
.custom-grid-service-category .service-style2 .service-img a {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

.custom-grid-service-category .service-style2 .service-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 14px !important;
    clip-path: inset(0 round 14px) !important;
    background: transparent !important;
}

.custom-grid-service-category .service-style2 .service-img::before,
.custom-grid-service-category .service-style2 .service-img::after,
.custom-grid-service-category .service-style2 .service-img a::before,
.custom-grid-service-category .service-style2 .service-img a::after {
    display: none !important;
    content: none !important;
}
/* CLEAN ICON STYLE (NO BACKGROUND) */
.custom-grid-service-category .service-style2 .service-img {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* icon ko thora smooth banao */
.custom-grid-service-category .service-style2 .service-img img {
    border-radius: 10px !important;
    transition: transform 0.25s ease, filter 0.25s ease !important;
}

/* subtle hover effect */
.custom-grid-service-category .service-style2:hover .service-img img {
    transform: scale(1.08);
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.15));
}
/* REMOVE FADED BACKGROUND FROM MOST BOOKED */
.vs-service_style1 .vs-service__img,
.vs-service_style1 .vs-service__img::before,
.vs-service_style1 .vs-service__img::after {
    background: transparent !important;
    box-shadow: none !important;
}

.vs-service_style1 .vs-service__img img {
    background: transparent !important;
}
/* REMOVE GREY BG FROM MOST BOOKED */
.vs-service__img {
    background: transparent !important;
}

/* remove inner overlay / pseudo bg */
.vs-service__img::before,
.vs-service__img::after {
    display: none !important;
    content: none !important;
}

/* make sure image stays clean */
.vs-service__img img {
    background: transparent !important;
}
/* ORANGE LINE UNDER MOST BOOKED SERVICES */
.most-booked-service-sec .title-area .sec-title {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;
}

.most-booked-service-sec .title-area .sec-title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    width: 220px !important;
    height: 6px !important;
    background: #f28c18 !important;
    border-radius: 10px !important;
}
@media (max-width: 576px) {
    .most-booked-service-sec .slick-list {
        overflow: hidden !important;
        margin: 0 -6px !important;
    }

    .most-booked-service-sec .slick-track {
        display: flex !important;
    }

    .most-booked-service-sec .slick-slide {
        width: 50% !important;
        float: left !important;
        height: auto !important;
    }

    .most-booked-service-sec .slick-slide > div {
        width: 100% !important;
        padding: 0 6px !important;
    }

    .most-booked-service-sec .vs-service__style1 {
        margin-bottom: 0 !important;
    }

    .most-booked-service-sec .vs-service__img img {
        width: 100% !important;
        height: auto !important;
    }
}
.most-booked-carousel {
    visibility: hidden;
}

.most-booked-carousel.slick-initialized {
    visibility: visible;
}

.most-booked-carousel .slick-track {
    display: flex !important;
}

.most-booked-carousel .slick-slide {
    height: auto !important;
}

.most-booked-carousel .slick-slide > div {
    height: 100%;
}
.most-booked-carousel .most-booked-item {
    padding: 0 12px;
}

.most-booked-carousel .slick-track {
    display: flex !important;
}

.most-booked-carousel .slick-slide {
    height: auto !important;
}

.most-booked-carousel .slick-slide > div {
    height: 100%;
}

.most-booked-carousel .vs-service__style1 {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .most-booked-carousel .vs-service__style1 {
        overflow: hidden;
    }

    .most-booked-carousel .vs-service__img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .most-booked-carousel .vs-service__body {
        padding: 18px 16px 16px;
    }

    .most-booked-carousel .vs-service__title {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 10px;
        min-height: 44px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .most-booked-carousel .vs-service__text {
        font-size: 15px;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .most-booked-carousel .most-booked-item {
        padding: 0 8px;
    }
}
.most-booked-carousel .slick-list {
    padding-left: 12px;
}
.service-price {
    font-weight: 700;
    color: #1e3c72;
    font-size: 1.1rem;
}

.service-price .old-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
    font-size: 0.9rem;
    font-weight: 400;
}
.service-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    flex-wrap: wrap;
    line-height: 1.2;
}

.service-price .new-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e3c72;
    letter-spacing: -0.2px;
}

.service-price .old-price {
    font-size: 0.95rem;
    color: #9aa0a6;
    text-decoration: line-through;
    font-weight: 500;
    opacity: 0.95;
}

@media (max-width: 767px) {
    .service-price {
        gap: 8px;
    }

    .service-price .new-price {
        font-size: 1.1rem;
    }

    .service-price .old-price {
        font-size: 0.9rem;
    }
}
.custom-grid-service-category img {
    width: 100%;
    height: 180px;          /* same height for all */
    object-fit: cover;      /* crop instead of stretch */
    border-radius: 16px;
}
/* Final fix: stop second banner showing before slider loads */
.hero-slider {
    overflow: hidden !important;
    height: 420px !important;
}

.hero-slider:not(.slick-initialized) .hero-banner-item {
    display: none !important;
}

.hero-slider:not(.slick-initialized) .hero-banner-item:first-child {
    display: block !important;
}

@media (max-width: 767px) {
    .hero-slider {
        height: 220px !important;
    }
}
/* Final fix: stop second banner showing before slider loads */
.hero-slider {
    overflow: hidden !important;
    height: 420px !important;
}

.hero-slider:not(.slick-initialized) .hero-banner-item {
    display: none !important;
}

.hero-slider:not(.slick-initialized) .hero-banner-item:first-child {
    display: block !important;
}

@media (max-width: 767px) {
    .hero-slider {
        height: 220px !important;
    }
}
/* HERO BOTTOM GAP FIX */

.vs-hero__layout1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comfort-home-hero-boxed {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hero-slider {
    margin-bottom: 0 !important;
}

/* next section upar lao */
.vs-service__layout1 {
    margin-top: -20px !important;
}