/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
:root{
    --blue:#097da9;
    --purple:#be3861;
    /* --orange:#ff7d10; */
    --orange:#be3861;
    --grey:#777;
    --white:#fff;
    --light:#aaa;
    --dark:#222;
    --black:#000;
    --br-s:0.4rem;
    --br:0.6rem;
    --gradient: linear-gradient(to right,var(--blue) 1%,var(--purple));
    --gradient-1: linear-gradient(to right,var(--purple) 1%,var(--blue));
    --gradient-2: linear-gradient(to bottom,var(--blue) 1%,var(--purple));
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}
body{
    font-size: 95%;
    font-weight: 300;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* overflow-x: hidden; */
    line-height: 2;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.5;
}
a{
    text-decoration: none !important;
}
.overflow-x-hidden{
    overflow-x: hidden;
    height: auto;
    height: 400px;
    margin-bottom: -330px;
    pointer-events: none;
}
.navbar {
    pointer-events: all;
}
.navbar .nav-link{
    font-weight: 400;
    margin-left: 1rem;
}
.nav-hide-top-menu .top-bar-menu{
    transform: scaleY(0);
    height: 0;
    transition: 0.5s all ease;
}
.top-bar-menu{
    font-size: 0.75rem !important;
}
.top-bar-menu .nav-link{
    margin-bottom: 0 !important;
    line-height: 1;
}
.new-menu{
    border-left: 1px dashed #0001;
    position: relative;
    width: 100%;
}
.new-menu .btn{
    text-transform: uppercase;
    font-size: 0.85rem !important;
    padding: 0.5rem 0.75rem !important;
    line-height: 1;
}
.new-menu *{
    position: relative;
}
.new-menu::before{
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-image: var(--gradient-1);
    opacity: 0.075;
    height: 44px;
    width: calc(100% + 60vw);
    transition: 0.5s ease all;
}
.nav-hide-top-menu .new-menu::before{
    background-image: linear-gradient(to right, #fff, #fff);
}
.add-to-cart-link{
    position: relative;
}
.add-to-card-count{
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--purple);
    color: var(--white);
    line-height: 0 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border:1px solid var(--purple);
    font-size: 0.6rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    font-weight: 500;
}
.add-to-cart-link i{
    font-size: 0.9rem;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn{
    border-radius: var(--br-s);
    padding: 0.45rem 0.75rem 0.55rem !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase;
}
.btn-sm{
    padding: 0.25rem 1rem !important;
    font-size: 0.8rem !important;
}
.btn-lg{
    padding: 0.75rem 1.25rem !important;
    font-size: 1rem !important;
}
.btn-block{
    width: 100%;
    display: block;
    text-align: center;
}
.btn-blue{
    background-color: var(--blue) !important;
    color:var(--white) !important;
    border:1px solid var(--blue);
}
.btn-outline-blue{
    color:var(--blue) !important;
    border:1px solid var(--blue);
}
.btn-orange{
    background-image: var(--gradient);
    color:var(--white) !important;
    border: 1px solid var(--white);
}
.btn-orange:hover{
    background-image: var(--gradient-1);
}
.btn-outline-orange{
    color: var(--orange);
    border:1px solid var(--orange);
}
.rounded-site{
    border-radius: var(--br);
}
.video-hero-section,.service-hero-section{
    position: relative;
}
.service-hero-section{
    height: 500px;
    overflow: hidden;
}
.service-hero-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#blog-content-sec img{
    width: 100% !important;
}
.text-gradient {
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    max-width: 100%;
}
.text-center .text-gradient,.text-center.text-gradient{
    margin-left: auto;
    margin-right: auto;
}
#thomokiBanner{
    width:100%;
    height:100%;
    max-height: calc(100vh - 90px);
    object-fit: cover;
    object-position: center;
    margin-bottom: -0.75rem;
}
.hero-video-content{
    position: absolute;
    width: 100%;
    max-width:600px;
    left:50%;
    top:calc(50% - 2rem);
    transform:translate(-50%, -50%);
    text-align:center;
}
.hero-video-content h1{
    color:var(--white);
    font-weight:700;
    text-transform:uppercase;
    text-shadow:1px 1px 1px black;
    font-size:3rem;
    margin-bottom:1.5rem;
}
.hero-section{
    padding: 3rem 0 5.5rem !important;
}
.hero-section,.navbar.navbar-dark,.internal-hero-section{
    background-color: var(--blue);
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-position: top;
}
.hero-section h1{
    font-size: 2.75rem;
    font-weight: bold;
    margin-top: -0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--white);
}
.hero-section p{
    color: var(--white);
    line-height: 1.8;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.hero-box-top{
    padding: 1.5rem;
    box-shadow: 0 0 2px #0003;
    border-radius: var(--br);
    margin-top: -5rem;
    position: relative;
    background-color: var(--white);
}
.hbt-icon-box{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.hbt-icon-box h6{
    margin-bottom: 0;
    line-height: 1.5;
}
.hbt-icn{
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-s);
    border: 1px solid #1d64bf33;
    background-color: #1d64bf11;
    color: var(--blue);
    font-size: 1.5rem;
}
.hbt-content{
    width: calc(100% - 4rem);
}
.book-service-form{
    width: 300px;
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br);
}
.book-service-form h5{
    color: var(--blue);
    text-align: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #ccc;
}
.book-service-form label{
    font-size: 0.9rem;
    opacity: 0.5;
    font-weight: 400;
    display: block;
    margin:0.5rem 0 0.2rem;
}
.book-service-form :is(input, select){
    width: 100%;
    border-radius: var(--br-s);
    border: 1px solid #1d64bf33;
    padding: 0.35rem;
    background-color: transparent;
    outline: none;
    font-weight: 300;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}
.lc-1,.lc-2,.lc-3,.lc-4,.lc-5,.lc-6,.lc-7,.lc-8,.lc-9,.lc-10{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lc-1{
    -webkit-line-clamp: 1;
}
.lc-2{
    -webkit-line-clamp: 2;
}
.lc-3{
    -webkit-line-clamp: 3;
}
.lc-4{
    -webkit-line-clamp: 4;
}
.lc-5{
    -webkit-line-clamp: 5;
}
.lc-6{
    -webkit-line-clamp: 6;
}
.lc-7{
    -webkit-line-clamp: 7;
}
.lc-8{
    -webkit-line-clamp: 8;
}
.lc-9{
    -webkit-line-clamp: 9;
}
.lc-10{
    -webkit-line-clamp: 10;
}
.lh-2{
    line-height: 2;
}
.fancy-heading{
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.fancy-heading::before{
    content: '';
    height: 2px;
    left: 0;
    bottom: 0;
    width: 4rem;
    position: absolute;
    background-image: var(--gradient);
}
.text-center .fancy-heading::before,.text-center.fancy-heading::before{
    left: 50%;
    transform: translateX(-50%);
}
.navbar.navbar-dark .nav-link:not(.btn){
    color: var(--white);
}
.navbar.navbar-dark .navbar-brand img{
    filter: brightness(0) invert(1);
}
.navbar.navbar-dark .btn-blue{
    border-color: var(--white) !important;
}
.nav-white{
    background-image: unset;
    background-color: var(--white);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.text-orange{
    color: var(--orange);
}
.text-blue{
    color: var(--blue);
}
.service-slider{
    padding: 1.5rem 1.5rem 3rem;
    border-radius: var(--br);
    background-color: black;
    position: relative;
    overflow: hidden;
    color: var(--white);
    background-size: cover;
    background-position: center;
}
.ss-carwash{
    background-image: url('../img/car-wash.jpg');
}
.ss-house{
    background-image: url('../img/house.jpg');
}
.ss-land{
    background-image: url('../img/land.jpg');
}
.ss-biogas{
    background-image: url('../img/biogas.jpg');
}
.ss-events{
    background-image: url('../img/events.jpg');
}
.ss-logistics{
    background-image: url('../img/logistics.jpg');
}
.ss-farmer{
    background-image: url('../img/farmer.jpg');
}
.ss-cleaning{
    background-image: url('../img/cleaning.jpg');
}
.ss-produce{
    background-image: url('../img/produce.jpg');
}
.ss-building{
    background-image: url('../img/building.jpg');
}
.ss-photography{
    background-image: url('../img/photography.jpg');
}
.ss-property{
    background-image: url('../img/property.jpg');
}
.ss-rentals{
    background-image: url('../img/rental.jpg');
}
.ss-business{
    background-image: url('../img/business.jpg');
}
.service-slider *{
    position: relative;

}
.service-slider p{
    font-weight: 500;
    z-index: 2;
}
.service-slider h3{
    font-weight: 700;
    font-size: 2rem;
    margin: 0.5rem 0 1rem;
    z-index: 2;
}
.service-slider .btn{
    z-index: 2;
}
.service-slider::before{
    content: '';
    width: 50%;
    background: linear-gradient(to right, #1d64bfdd 50%, transparent);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.carousel-indicators{
    justify-content: start !important;
    margin-left: 1.25rem;
    bottom: 0.5rem;
}
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    display: block;
    border: none !important;
    opacity: 1;
    transition: all ease;
    background-clip: unset;
    border-radius: 10px;
}
.carousel-indicators .active{
    width: 20px;
    border-radius: 1rem !important;
}
.accordion-item{
    margin-bottom: 1rem;
    border-radius: var(--br) !important;
    overflow: hidden;
    border:1px solid #0002 !important;
    box-shadow: 0 0 10px #0001;
}
.accordion-button,.accordion-header{
    background: none !important;
    border-bottom: none !important;
}
.accordion-button{
    padding: 1rem !important;
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    background: none !important;
    box-shadow: none !important;
    color: var(--blue) !important;
}
.accordion-body{
    padding: 0 1rem 1rem !important;
}
.faq-number{
    display: inline-flex;
    height: 1.75rem;
    width: 1.75rem;
    aspect-ratio: 1/1;
    font-size: 0.9rem;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.accordion-body p:last-of-type{
    margin-bottom: 0;
}
.blog-listing{
    border-radius: var(--br);
    border:1px solid #1d64bf22;
    overflow: hidden;
}
.blog-listing img{
    height: 7rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom:1px solid #1d64bf22;
    transition: 0.5s ease all;
}
.blog-listing:hover img{
    transform: scale(1.1);
}
.blog-listing img{
    height: 10rem;
}
.blog-content{
    padding: 1rem;
    background-color: var(--white);
    position: relative;
}
.blog-content::before{
    content: '';
    height: 4px;
    background-image: var(--gradient);
    top: 0;
    position: absolute;
    left: 0;
    width: 0;
    transition: 0.5s ease all;
}
.blog-listing:hover .blog-content::before{
    width: 100%;
}
.cta-box{
    /* background-color: var(--orange); */
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: -7rem;
    position: relative;
}
.bg-gradient{
    background-image: var(--gradient) !important;
}
.cta-box p{
    margin-bottom: 0;
    color: var(--white);
}
.cta-box h2{
    color: var(--white);
}
footer{
    font-size: 0.9rem;
    line-height: 1.8;
}
footer :is(h2,h3,h4,h5,h6, a:hover){
    color: var(--white);
}
footer h5{
    width: max-content;
    background-color: var(--dark);
    padding-right: 0.5rem;
    position: relative;
}
footer .bordered-container{
    position: relative;
    z-index: 1;
}
footer .bordered-container::before{
    content: '';
    height: 0;
    width: calc(100% - 1rem);
    position: absolute;
    border-top: 1px dashed var(--white);
    top: 0.75rem;
    left: 0;
    z-index: 0;
    opacity: 0.15;
}

footer :is(a, p, ul, li){
    color: var(--light);
}
footer ul{
    padding-left: 0;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 0.5rem;
}
footer .footer-logo{
    width: 180px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}
.form-control,.form-select{
    border-radius: var(--br-s) !important;
}
.main-footer{
    padding-top: 7.5rem !important;
    background-color: var(--dark);
}
.copyright{
    background-color: var(--black);
    color: var(--grey);
}
.social-icons{
    display: flex;
    gap: 1rem;
}
.business-card{
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #0001;
    transition: 0.5s all ease;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-card .bc-icon{
    color: var(--blue);
    font-size: 3rem;
}
.business-card .bc-icon-img{
    height: 4rem;
    width: 4rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-card .bc-icon-img img{
    width: 3rem;
    transition: 0.5s all ease;
}
.business-card:hover .bc-icon-img img{
    width: 4rem;
}
.business-card .read-more{
    color: var(--blue);
    display: none;
}
.business-card:hover{
    box-shadow: 0 0 10px #0002;
    transform: translateY(-5px);
    background-color: var(--white);
}
.business-card:hover .read-more{
    display: block;
}
.custom-dropdown .custom-menu-list{
    display: none;
}
.custom-dropdown{
    position: relative;
}
.custom-menu-list{
    background-color: var(--white);
    border-radius: 0.25rem;
    box-shadow: 0 0 10px #0002;
    position: absolute;
    padding: 1rem;
    left: 0;
    width: 500px;
    top: 2rem;
    z-index: 1000;
}
.custom-dropdown:hover .custom-menu-list{
    display: block
}
.custom-menu-title{
    color: var(--blue);
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1d64bf66;
    margin-bottom: 1rem;
}
.custom-dropdown a{
    display: block;
    font-weight: 400;
    color: var(--blue);
    line-height: 1.8;
}
.company-carousel-card{
    display: block;
}
.company-carousel-card img{
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    object-position: center;
    height: 6.5rem;
    object-fit: cover;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    filter: invert(1);
}
.web-custom-form input,.web-custom-form select, .web-custom-form textarea{
    padding: 0.5rem 0.7rem;
    width: 100%;
    border-radius: var(--br-s);
    outline: none;
    border:1px solid #3333;
    background-color: var(--white);
}
.web-custom-form *::placeholder{
    opacity: 0.75;
    font-weight: 200;
    font-size: 0.9rem;
}
.web-custom-form *:focus{
    border-color: var(--blue);
}
.web-custom-form .search-box{
    position: relative;
}
.web-custom-form .search-input{
    width: 100%;
    padding-left: 2rem;
}
.web-custom-form .search-icon{
    position: absolute;
    font-size: 1rem;
    left: 0.75rem;
    line-height: 0;
    color: var(--blue);
    top: 50%;
    transform: translateY(-50%);
}
.career-img{
    width: 100%;
    margin-bottom: -5rem;
}
.job-card{
    background-color: var(--white);
    border-radius: var(--br);
    padding: 1.5rem;
    border:1px solid #0001;
    transition: 0.5s all ease;
}
.p-relative{
    position: relative;
}
.job-card:hover{
    border-color: #1d64bf44;
    transform: translateY(-2px);
    box-shadow: 0 0 10px #0001;
}
.job-badges{
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    background-color: #1d64bf22;
    border:1px solid #1d64bf88;
    padding: 0.125rem 0.35rem;
    border-radius: var(--br-s);
}
.job-profile-image{
    width: 55px;
    height: 55px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border:1px solid #1d64bf33;
    object-position: center;
    border-radius: var(--br);
}
.shop-product{
    overflow: hidden;
    transition: 0.5s all ease;
    padding: 0.5rem;
    border-radius: var(--br);
}
.shop-product:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 10px #0002;
}
.shop-product .shop-product-img{
    /*height: 7.5rem;*/
    margin: -0.5rem -0.5rem 0.5rem;
}
.shop-product-img,.cart-product-img{
    background-color: #1d64bf11;
}
.cart-product-img{
    height: 5rem;
}
.shop-product-img{
    margin-bottom: 0.75rem;
}
.shop-product-img img,.cart-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-page-img{
    /*height: 13.5rem;*/
}
.product-item-number{
    display: flex;
}
.product-item-number input::-webkit-outer-spin-button,
.product-item-number input::-webkit-inner-spin-button,
.cart-quantity input::-webkit-outer-spin-button,
.cart-quantity input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.product-item-number button{
    width: 2.5rem;
    outline:none;
    border:1px solid #1d64bf44;
}
.product-item-number button.minus{
    border-radius: var(--br-s) 0 0 var(--br-s) !important;
}
.product-item-number button.plus{
    border-radius: 0 var(--br-s) var(--br-s) 0 !important;
}
.product-item-number input{
    border-left: none;
    border-right: none;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: calc(100% - 5rem);
}
.product-thumbnails{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.pt-thumbnail{
    width: 2rem;
    height: 2rem;
    border:1px solid #0003;
    border-radius: var(--br-s);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem;
    background-color: #1d64bf11
}
.pt-thumbnail.active,.pt-thumbnail:hover{
    border-color: #1d64bf;
}
.pt-thumbnail img{
    width: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
}
.pt-thumbnail.active img,.pt-thumbnail:hover img{
    filter: none;
}
.remove-from-cart{
    border:none;
    outline: none;
    background-color: transparent;
    padding: 0.125rem;
}
.remove-from-cart-modal{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.cart-quantity{
    display: flex;
    gap:0.25rem;
    align-items: center;
}
.cart-quantity input{
    width: 2rem;
    text-align: center;
    border: none;
    box-shadow: none;
    outline:none;
}
.cart-btn{
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    /*padding: 0.5rem 0.25rem 0.125rem !important;*/
    align-items: center;
    justify-content: center;
    font-size: 1.125rem !important;
    background-color: transparent;
    border: none !important;
    border-radius: var(--br-s);
    padding: 0 !important;
    background-image: var(--gradient);
    color: var(--orange) !important;
    position: relative;
}
.cart-btn::before{
    content: '';
    inset: 1px;
    background-color: var(--white);
    position: absolute;
    border-radius: calc( var(--br-s) - 1px);
}
.cart-btn span{
    position: relative;
    font-weight: 400;
}
.cart-product{
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #0002;
}
.cart-product:last-of-type{
    margin-bottom: -0.5rem !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    background-image: none;
    height: 2rem;
    width: 2rem;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
}
.modal-close-btn{
    background-color: transparent;
    border-radius: var(--br-s);
    font-size: 2rem;
    border: none;
    outline: none;
    height: 2rem;
    line-height: 0;
    width: 2rem;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    z-index: 10;
}
.modal-content{
    border-radius: var(--br) !important;
}
.op-2{
    opacity: 0.1;
}
.fancy-title{
    position: relative;
    padding-left: 1.5rem;
}
.fancy-title::before{
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-image: var(--gradient-2);
    position: absolute;
}
.team-card{
    border-radius: var(--br);
    border:1px solid #0001;
    transition: 0.5s all ease;
    overflow: hidden;
}
.team-image,.team-content{
    padding: 1.25rem;
}
.team-image{
    padding-bottom: 0;
}
.team-image img{
    width: 100%;
    max-height: 10rem;
    object-fit: cover;
    object-position: top;
}
.team-content{
    background-color: var(--white);
    border-top:1px solid #0001;
}
.airbnb-card{
    border-radius: var(--br);
    overflow: hidden;
}
.airbnb-image{
    height: 10rem;
}
.airbnb-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.airbnb-c-indicators{
    justify-content: center !important;
}
.single-airbnb-hero-section{
    border-radius: var(--br);
    overflow: hidden;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.airbnb-hero-img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/2 !important;
    background-color: #eee;
}
.airbnb-hero-img:first-child{
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: unset;
}
.airbnb-hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.airbnb-card .carousel-control-prev-icon,.airbnb-card .carousel-control-next-icon{
    background-image: none;
    height: 2rem;
    width: 2rem;
    background-color: var(--white) !important;
    filter: none;
    border-radius: 50%;
    color: var(--black);
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    line-height: 0;
    display: flex;
    opacity: 1 !important;
}
.airbnb-modal-images img{
    margin: 0.5rem 0;
    border-radius: var(--br-s);
}
.airbnb-modal-images img:last-child{
    margin-bottom: 0;
}
.rounded-profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border:1px solid #1d64bf44;
}
.airbnb-reviews{
    width: 40px;
    height: 40px;
}
.airbnb-feature-flex{
    display: flex;
    gap: 1rem;
}
.aff-icon{
    width: 2rem;
}
.aff-icon i{
    font-size: 2rem;
    color: var(--blue);
    line-height: 1;
}
.airbnb-feature-flex.align-items-center .aff-icon i{
    font-size: 1.75rem;
}
.aff-content{
    width: calc(100% - 5rem);
}
.airbnb-feature-flex:last-of-type p:last-of-type{
    margin-bottom: 0;
}
.airbnb-rating-section{
    display: flex;
    gap:0.5rem;
    align-items: center;
}
.airbnb-rating-number{
    width: 2rem;
}
.airbnb-rating-bar{
    width: calc(100% - 2.5rem);
}
.airbnb-rating-bar .progress-bar{
    background-color: var(--blue) !important;
}

.bg-globe-img{
    background-image: url('../img/globe-4.jpg');
    background-size: cover;
}
.bg-globe-img-1{
    background-image: url('../img/globe-3.jpg');
    background-size: cover;
}
.bg-fixed{
    background-attachment: fixed;
}
.new-slicer-nav-icn{
    height: 2rem;
    width: 4rem;
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}
.lh-1{
    line-height: 1 !important;
}
.site-card{
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br);
    box-shadow: 0 0 2px #0002;
    overflow: hidden;
}
.new-and-updates{
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}
.new-and-updates .nau-title{
    line-height: 1.5;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--dark);
    color: var(--blue);
}
.nau-flex{
    display: flex;
    gap:0.5rem;
    align-items: center;
}
.nau-flex .nau-icon{
    width: 2rem;
    font-size: 2rem;
    line-height: 1;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nau-flex .nau-icon i{
    margin-left: -3px;
}
.nau-flex .nau-content{
    width: calc(100% - 2.5rem)
}
.new-and-updates li{
    margin-bottom: 0.5rem;
}
.new-and-updates li small{
    font-size: 0.75rem;
    display: block;
}
.chairman-corner{
    display: flex;
    border-radius: var(--br);
    box-shadow: 0 0 15px #0002;
    overflow: hidden;
}
.chairman-corner div{
    width: 100%;
    height: 100%;
}
.chairman-corner-content{
    background-image: var(--gradient);
    color: var(--white);
    padding: 1.5rem;
}
.chairman-corner-content h4{
    font-size: 1.5rem;
    font-weight: 500;
}
.chairman-corner-content p{
    font-weight: 300;
    font-size: 1.15rem;
}
.chairman-corner-content span{
    font-size: 1.25rem;
    line-height: 1.6;
    display: block;
    font-weight: 500;
}
.chairman-corner-content small{
    font-size: 0.9rem;
    font-weight: 500;
}
.chairman-corner-profile{
    background-image: url('../img/chairman-profile.png');
    background-position: top;
    background-size: cover;
    background-color: var(--white);
    position: relative;
}
.chairman-corner-profile::before{
    content: '';
    height: 1rem;
    width: 1rem;
    background-color: var(--white);
    border-radius: 0 3rem 0 0;
    left: -0.5rem;
    transform: rotate(45deg);
    top: 1rem;
    position: absolute;
}
.d-grid-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1.5rem;
}
.d-grid-section div{
    width: 100%;
    height: 100%;
}
.grid-2-row-1-col{
    grid-column: span 2;
}

.grid-1-row-2-col{
    grid-row: span 2;
    grid-column: span 1;
}
.blog-horizontal{
    display: flex;
}
.blog-horizontal.blog-listing img{
    height: unset;
    max-width: 20rem;
}
.blog-horizontal ::before{
    display: none;
}
.shop-category-card{
    padding: 0;
    overflow: hidden;
    position: sticky;
    top: 4.5rem;

}
.shop-categories{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.shop-categories li a{
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    color: var(--grey);
    border-bottom: 1px dashed #0001;
    position: relative;
}
.shop-categories li:last-of-type a{
    border-bottom: none;
}
.shop-categories li a::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
}
.shop-categories li a:hover::before,.shop-categories li a.active::before{
    border-color: var(--white);
}
.shop-categories li a:hover,.shop-categories li a.active{
    background-image: var(--gradient);
    color: var(--white);
    border-color: var(--light);
}
.category-title{
    line-height: 1.6;
    margin-bottom: 0;
}
.item-count{
    font-size: 0.75rem;
    color: var(--light);
    line-height: 1.3;
    display: block;
}
.shop-categories li a:hover .item-count,.shop-categories li a.active .item-count{
    color: var(--white);
}
.product-list-card-header{
    margin: -1.5rem -1.5rem 1.5rem;
    background-image: var(--gradient);
    padding: 0.5rem 1.5rem 0;
}
.op-1{
    opacity: 0.1;
}
.sidebar-card{
    padding:0.5rem 0.75rem;
}
.sidebar-card-title{
    display: block;
    padding-bottom: 0.35rem;
    border-bottom: 1px dashed #0003;
}
.xs-small{
    font-size: 0.75rem;
    line-height: 1.5;
}
.delivery-icon{
    width: 100%;
    height: 100%;
    border: 1px solid #0001;
    border-radius: var(--br-s);
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-product-img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 100px;
}
.product-rating-box{
    background-color: #f1f1f2;
    padding: 1.5rem;
    text-align: center;
    border-radius: var(--br-s);
    margin: 1rem 0;
}
.rating-number{
    font-size: 2rem;
    font-weight: 500;
    display: block;
    line-height: 1.5;
}
.text-yellow-stars{
    color: orange;
    display: block;
    line-height: 1.8;
}
.verif-ratings{
    font-size: 0.7rem !important;
    line-height: 1.1 !important;
    font-weight: 500;
}
.rating-bars{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0.125rem 0;
}
.rb-content{
    display: flex;
    gap: 0.75rem;
    font-size: 0.75rem;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}
.rb-number{
    font-weight: 500;
}
.sta-icon,.star-rating{
    color: orange;
}
.star-rating{
    font-size: 0.8rem;
}
.rb-bar{
    width: 100%;
}
.rb-bar .progress{
    height: 0.5rem;
}
.rb-bar .progress-bar{
    background-color: transparent;
    background-image: var(--gradient);
}
.product-testimonial{
    margin-bottom: 1rem;
    border-bottom: 1px dashed #0002;
    padding-bottom: 1rem;
}
.product-testimonial:last-of-type{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.delivery-product{
    border: 1px solid #0001;
    border-radius: var(--br-s);
    padding: 0.5rem;
    margin-bottom: 0.75rem;
}
.delivery-product *{
    line-height: 1.5;
}
.address-radio{
    width: 100%;
    position: relative;
}

.address-label{
    width: 100%;
    border: 1px solid #0001;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    border-radius: var(--br-s);
    margin: 0.75rem 0;
}
input:checked + .address-label{
    background-image: var(--gradient);
    position: relative;
}
.address-label *{
    position: relative;
}
input:checked + .address-label::before{
    content: '';
    inset: 1px;
    background-color: var(--white);
    position: absolute;
    border-radius: calc(var(--br-s) - 2px);
}
.address-input{
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    accent-color: var(--orange) !important;
    z-index: 1;
}
.default-badge{
    display: inline-block;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    background-color: rgb(192, 192, 192,0.2);
    font-size: 0.7rem;
    border-radius: 0.25rem;
    font-weight: 400;
}

@media  screen and (max-width:999px) {
    .navbar-toggler{
        border: none !important;
        box-shadow: none !important;
    }
    #thomokiBanner{
        max-height: unset !important;
        height: unset !important;
    }
    .new-menu::before{
        display: none;
    }
    .hero-video-content h1{
        font-size:1.75rem;
        margin-bottom:1rem;
    }
    .service-hero-section{
        height: 300px;
    }
    .hero-section h1{
        font-size: 1.75rem;
        margin-top: 0.5rem;
    }
    .book-service-form{
        width: 100%;
        margin: 1rem 0 0;
    }
    .navbar-collapse {
        height: 100vh;
        width: 80%;
        position: fixed;
        left: 0;
        top: 0;
        transition: none !important;
        transform-origin: left;
        background-color: var(--dark);
        padding: 1rem;
    }
    .navbar-collapse .btn{
        margin-bottom: 0.5rem;
    }
    .navbar-light .navbar-nav .nav-link{
        color: var(--white);
    }
    .d-grid-section{
        display: block;
    }
    .d-grid-section div{
        width: unset;
        height: unset;
    }
    .grid-2-row-1-col{
        grid-column: span 1;
    }
    .chairman-corner{
        flex-direction: column;
    }

    .grid-1-row-2-col{
        grid-row: span 1;
        grid-column: span 1;
    }
    .blog-horizontal{
        display: flex;
        flex-direction: column;
    }
    .blog-horizontal.blog-listing img{
        height: unset;
        max-width: unset;
    }

}

@media  screen and (max-width:767px) {
    .video-hero-section video{
        height: 90vh !important;
        object-fit: cover;
        object-position: center;
    }
    .service-slider::before{
        width: 100%;
    }
    .contact-page .hero-box-top{
        margin-top: unset;
        margin-bottom: 1rem;
    }
    .team-image img{
        max-height: unset;
    }
}
