: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;
}
.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: #0b2362;
}
.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;
}
.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: 38px;
}
.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;
    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: 85px;
}

/* @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;

}

/* 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: 15px;
    }
    .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;
}

/* 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;
}
@media (max-width: 767px){
    .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;
    }
}
