@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

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

:root {
    --primary-clr: #0022d2;
    --secondary-clr: #1e009f;
    --white-clr: #fdfdfd;
    --dark-clr: #0a081f;
    --gray-clr: #f6f6f6;
    --link-clr: #d89b00;
    --footer-text-clr: #e8e8e8;
    --heading-font: "Inter", sans-serif;
    --body-font: "Nunito Sans", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
}

body, html {
    font-family: var(--body-font) !important;
    background-color: #f8fafb !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style-type: none;
}

.f-col {
    flex-direction: column;
}

.list-type-num li {
    list-style-type: numeric;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font) !important;
}

.page-section {
    padding: 50px 0;
}

.min-page-section {
    padding: 30px 0;
}

.text-justify {
    text-align: justify;
}

/* NAVBAR */

.navbar {
    background-color: var(--white-clr);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    min-height: 80px;
    width: 100%;
    top: 0!important;
    z-index: 1050!important;
}

.navbar .brand-name {
    margin-bottom: 0;
    color: var(--white-clr);
    font-size: 18px;
    font-weight: var(--fw-400);
}

#top-sec {
    background-color: var(--secondary-clr);
}

.navbar-brand img {
    max-width: 120px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 18px;
    padding: 10px 0;
    color: var(--dark-clr);
    font-weight: var(--fw-500);
    font-size: 15px;
    outline: none;
}

.navbar-nav .nav-link.active {
    color: var(--secondary-clr) !important;
    font-weight: var(--fw-700);
    border-bottom: 2px solid var(--secondary-clr);
}

/* Hero Section */
.hero-section{
    background-image: url(/../assets/img/slider-img-2.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.hero-section .container{
    max-width: 1000px!IMPORTANT;
}

/* Banner Section */

.slider-section{
    margin-top: 80px;
}

.slider-img {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 55%;
    max-width: 100%;
    height: 100%;
    right: 0px;
    background-position: center center;
}

.slider-overlay {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    transform-origin: right bottom;
    background: var(--secondary-clr);
}

.banner-content {
    position: relative;
    z-index: 9;
    padding: 80px 0px 80px 50px;
}

.banner-content .banner-text {
    width: 45%;
}

.banner-content .banner-text h6 {
    color: var(--link-clr);
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

.banner-content .banner-text h6 span {
    background: var(--primary-clr);
    color: var(--white-clr);
    padding: 5px 10px;
    margin-right: 15px;
}

.banner-content .banner-text h1 {
    font-size: 54px;
    line-height: 64px;
    color: var(--white-clr);
    font-weight: 500;
    text-transform: uppercase;
}

.banner-content .banner-text p {
    color: var(--white-clr);
    font-weight: var(--fw-400);
    margin-bottom: 40px;
}

.banner-content h1 span.title-text {
    font-size: 65px;
    line-height: 85px;
}

.themeht-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.themeht-btn.primary-alt {
    background: var(--link-clr);
    color: var(--white-clr);
}

.themeht-btn::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.themeht-btn span {
    padding: 10px 70px 10px 30px;
    display: inline-block;
}

.themeht-btn i {
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--secondary-clr);
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 102%;
    line-height: 1;
    text-align: center;
    background: var(--white-clr);
    --r: 15px;
    padding-inline: calc(15px + 15px) 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), 15px 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), 15px 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.get-quote-btn {
    position: relative;
    background-color: var(--link-clr);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    overflow: hidden;
}

/* Hover layer */
.get-quote-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--secondary-clr);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Button text above animation */
.get-quote-btn span {
    position: relative;
    z-index: 1;
}

/* Hover effect */
.get-quote-btn:hover::after {
    transform: translateX(0);
}

/* Whatsapp & Call Icon */
.icon {
    position: fixed;
    bottom: 9%;
    z-index: 9;
    right: 20px;
}

.whatsapp, .call{
    width: 40px;
}

.whatsapp::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.whatsapp::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.call::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 48px;
    right: 0;
    bottom: 0;
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.call::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 48px;
    right: 0;
    bottom: 0;
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

@-webkit-keyframes ripple {
        from {
            opacity: 1;
            transform: scale3d(0.75, 0.75, 1);
        }

        to {
            opacity: 0;
            transform: scale3d(1.5, 1.5, 1);
        }
    }

    @keyframes ripple {
        from {
            opacity: 1;
            transform: scale3d(0.75, 0.75, 1);
        }

        to {
            opacity: 0;
            transform: scale3d(1.5, 1.5, 1);
        }
    }

/* Why Choose Us Section */
#about-sec .section-title h2 {
    font-size: 30px;
    line-height: 60px;
    font-weight: var(--fw-600);
    font-style: normal;
    position: relative;
}

#about-sec .section-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #61728c;
    text-align: justify;
}

#about-sec .section-content .read-more-link {
    color: var(--link-clr);
    font-weight: var(--fw-700);
}

.get-quote form button {
    border: none;
    position: relative;
    background-color: var(--link-clr);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.get-quote form button span {
    position: relative;
    z-index: 1;
}

.get-quote form button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--secondary-clr);
    transform: translateX(-101%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.get-quote form button:hover::after {
    transform: translateX(0);
}

.get-quote {
    background-color: #e1e1e1;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #c1cbff;
}

.get-quote form input {
    margin-bottom: 15px;
    border: 1px solid #cbd5e0;
    border-radius: 0;
    background-color: #F2F2F3;
    font-size: 15px !important;
    font-weight: var(--fw-500) !important;
}

.form-control:focus {
    background-color: #e4e2f5 !important;
    border-color: #1e009f !important;
}

.why-choose-box{
    background-color: #c1cbff52;
}

.why-choose-box h4{
    font-size: 18px;
}

.why-choose-box p{
    font-size: 14px;
}

#quote-sec .call-btn{
    background-color: transparent;
    border: 1px solid var(--link-clr);
    color: var(--link-clr);
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

#quote-sec .call-btn:hover{
    border: 2px solid var(--link-clr);
}

/* Makes Us Unique */
#unique-sec .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#unique-sec .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

.box-inner-content{
    padding: 22px 30px 22px;
    border-radius: 20px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .06);
    border: solid 1px #d4cfcf;
    background-color: #fff;
    position: relative;
    margin: 5px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.box-inner-content:hover .feat-logo img{
    scale: 1.1;
}

.box-inner-content h3 {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: 600;
}

.box-inner-content p {
    max-width: 176px;
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.feat-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 20px;
}

.feat-logo img {
    padding: 20px;
}

.fl1 {
    background: #e5f7ff;
}

.fl2 {
    background: #ffedef;
}

.fl3 {
    background: #ebffed;
}

.fl4 {
    background: #fffaeb;
}

.fl5 {
    background: #fffbe5;
}

/* Services Section */
#services-sec {
    background-color: var(--dark-clr);
    background-image: url(https://moverz.themeht.com/wp-content/uploads/2024/11/about-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#services-sec .section-title {
    color: var(--white-clr);
    max-width: 700px;
    margin: auto;
}

#services-sec .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--white-clr);
    z-index: 9;
}

#services-sec .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

.service-content {
    position: relative;
    z-index: 1;
    background: var(--white-clr);
    padding: 35px 30px 30px 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0 0 6px 6px;
}

.service-content .content-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: var(--fw-500);
    font-style: normal;
}

.service-content .content-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #61728c;
}

.service-learn-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    display: block;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--gray-clr);
    color: var(--secondary-clr);
}

.service-learn-btn::after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 99%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: var(--secondary-clr);
    transform: translateX(-101%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .service-learn-btn:hover::after {
    transform: translateX(0);
} */

.service-learn-btn span {
    padding: 10px 70px 10px 30px;
    display: block;
}

.service-learn-btn i {
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--white-clr);
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 102%;
    line-height: 1;
    text-align: center;
    background: var(--link-clr);
    --r: 15px;
    padding-inline: calc(15px + 15px) 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), 15px 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), 15px 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services .content-box .service-img img {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.services .content-box .service-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.services .content-box:hover .service-learn-btn {
    color: var(--white-clr);
}

.services .content-box:hover .service-img img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.services .content-box:hover .service-learn-btn::after {
    transform: translateX(0);
}

/* Working Process */
#working-process .section-title {
    color: var(--dark-clr);
    max-width: 700px;
    margin: auto;
}

#working-process .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#working-process .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

.process-container {
    display: flex;
    /* margin-left: auto;
    margin-right: auto; */
    justify-content: space-between;
    position: relative;
}

.step-item.style-1 .step-icon {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: var(--white-clr);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 3;
    font-size: 54px;
    color: #01203f;
}

.step-icon:hover img{
    scale: 1.1;
}

.step-item.style-1 .step-icon img {
    width: 50px;
}

.step-item.style-1 .step-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    inset: 15px;
    border-radius: 50%;
    background-color: var(--white-clr);
    border: 1px dashed var(--link-clr);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.step-item.style-1 .step-number {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--link-clr);
    color: var(--white-clr);
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.step-desc h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--fw-600);
    font-style: normal;
    color: var(--secondary-clr);
}

.step-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #61728c;
}

.process-stpes {
    position: relative;
    flex: 1;
    text-align: center;
}

/* Partner With Section */
#partner-sec .section-title {
    color: var(--dark-clr);
    max-width: 700px;
    margin: auto;
}

#partner-sec .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#partner-sec .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

#partner-sec .carousel-container {
    max-width: 1200px;
    margin: auto;
}

#partner-sec .partner-img img {
    width: 150px;
}

/* SVG connector */
.process-container::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg width='100%25' height='120' viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 60 C250 120 350 0 550 60 C750 120 850 0 1050 60' stroke='%232f5bea' stroke-width='2' fill='none' stroke-dasharray='6 6'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    z-index: 0;
}

/* FAQ Section */
/* #faq-sec {
    background-color: #f2efff78;
} */

#faq-sec .accordion {
    max-width: 1000px;
    margin: auto;
}

#faq-sec .section-title {
    color: var(--dark-clr);
    max-width: 700px;
    margin: auto;
}

#faq-sec .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#faq-sec .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

/* Testimonial Section */
/* Testimonial */
.client .testimonial .card {
    transition: all 0.25s ease;
    transform: scale(0.9);
    opacity: 0.5;
    filter: blur(2px);
}

/* Focused (centered) item */
.client .owl-item.center .card {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    z-index: 2;
    border-radius: 20px;
}

/* Side items stay behind */
.client .owl-item:not(.center) {
    z-index: 1;
}

/* Card Body */
.client .testimonial .card-body {
    text-align: center;
    padding: 40px 60px;
}

/* Profile Image */
.client .testimonial img.rounded-circle {
    border: 4px solid #f5f5f5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.client .owl-item {
    width: 700px !important;
}

.client .item {
    max-width: 700px;
    margin: 0 auto;
}

/* Name */
.client .testimonial h3 {
    font-size: 1rem;
    font-weight: var(--fw-600);
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
}

.client .testimonial h4 {
    font-size: 0.9rem;
    font-weight: var(--fw-500);
    color: #333;
    text-align: left;
}

/* Quote Text */
.client .testimonial p {
    font-size: 1.3rem;
    color: #242424;
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
    font-weight: var(--fw-700);
}

/* Quote Icon */
.client .testimonial p i {
    color: var(--secondary-clr);
    margin-right: 6px;
    font-size: 0.9rem;
}

/* Owl Carousel Dots */
.client .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.client .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.client .owl-dots .owl-dot.active span {
    background: var(--secondary-clr);
    transform: scale(1.2);
}

.client .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.client .owl-nav button.owl-prev {
    left: -20px;
}

.client .owl-nav button.owl-next {
    right: -20px;
}

.client .owl-nav button span {
    font-size: 1.5rem;
    color: var(--secondary-clr);
    line-height: 1;
}

#testimonial .section-title {
    max-width: 700px;
    margin: auto;
}

#testimonial .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#testimonial .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

/* Search Cities Section */

#oth-cities{
    max-width: 1000px;
    margin: auto;
}

#oth-cities .section-title {
    max-width: 700px;
    margin: auto;
}

#oth-cities .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#oth-cities .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: var(--fw-600);
    font-style: normal;
}

#oth-cities .cities{
    background-color: #f2efff78;
    color: var(--secondary-clr);
    padding: 5px;
    border: 1px solid var(--secondary-clr);
    border-radius: 10px;
}

#oth-cities .cities .icon i{
    font-size: 20px;
}

#oth-cities .cities span{
    font-size: 16px;
    font-weight: var(--fw-600);
}

/* BOOTSTRAP IMPORTANT CSS */

.accordion-item {
    border-radius: 0 !important;
    border: 1px solid var(--secondary-clr) !important;
    margin-bottom: 10px !important;
}

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

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary-clr) !important;
}

.accordion-button {
    color: var(--secondary-clr) !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: transparent !important;
    color: var(--secondary-clr);
    border-radius: 0 !important;
}

.dropdown-item {
    font-size: 15px !important;
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e6e6e6 !important;
}

.form-control {
    padding: 10px !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    border: none !important;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.5rem !important;
}

.navbar-nav .dropdown-menu {
    display: none;
    transition: opacity 50ms ease-in, visibility 0ms ease-in 0ms;
    background-color: var(--white-clr);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 8px rgba(0, 0, 0, .08);
    width: 200px;
    padding: 0;
}

.dropdown-item.active {
    background-color: #e6e6e6;
    color: #000;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 0, 164, 0.2);
}

.navbar-toggler {
    background: var(--white-clr);
    -webkit-box-shadow: 0 16px 32px 0 rgb(231 76 60 / 13%);
    box-shadow: 0 16px 32px 0 rgb(231 76 60 / 13%);
}

/* Owl Carousel Dots */
.banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
}

.services .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--link-clr) !important;
}

/* Breadcrumb */
#breadcrumb {
    padding: 50px 0 50px;
    position: relative;
    text-align: left;
    margin-top: 80px;
}

#breadcrumb .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../assets/img/bg-pheader.jpg);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 192px;
    z-index: 0;
}

#breadcrumb .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 192px;
    background-color: var(--dark-clr);
    opacity: 0.6;
    z-index: 1;
}

.breadcrumb-sec {
    position: relative;
    z-index: 2;
}

.breadcrumb-sec .title h1 {
    color: var(--white-clr);
    font-size: 35px;
    font-weight: var(--fw-400);
}

.breadcrumb-list ul {
    padding-left: 0;
}

.breadcrumb-list ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-weight: var(--fw-600);
    color: var(--white-clr);
}

.breadcrumb-list ul li a {
    font-weight: var(--fw-700);
    color: var(--link-clr);
}

.breadcrumb-list ul li:nth-child(1)::after {
    position: absolute;
    content: "\f054";
    color: var(--gray-clr);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 10px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Locations Page Section */
#quote-sec h3 {
    font-size: 25px;
    font-weight: var(--fw-500);
}

.get-quote {
    transition: top 0.3s ease;
}

/* Sticky state */
.get-quote.is-sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    max-width: 30%;
    z-index: 999;
}

#locations .section-title {
    max-width: 700px;
    margin: auto;
}

#locations .section-title span {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--secondary-clr);
    z-index: 9;
}

#locations .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--fw-600);
    font-style: normal;
}



/* Stop state at section bottom */
.get-quote.is-stop {
    position: absolute;
    max-width: 30%;
    top: auto;
    bottom: 0;
}

/* Complaint Page */
#complaint-form .section-content{
    background-color: #e1e1e1;
}

#complaint-form form input,textarea {
    margin-bottom: 20px;
    border: 1px solid #cbd5e0;
    border-radius: 0;
    background-color: #F2F2F3;
    font-size: 15px !important;
    font-weight: var(--fw-500) !important;
    width: 100%;
    padding: 10px 0 20px 15px;
}

#complaint-form form button {
    border: none;
    position: relative;
    background-color: var(--link-clr);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

#complaint-form form button span {
    position: relative;
    z-index: 1;
}

#complaint-form form button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--secondary-clr);
    transform: translateX(-101%);
    transition: transform 0.4s ease;
    z-index: 0;
}

#complaint-form form button:hover::after {
    transform: translateX(0);
}

#complaint-form .section-content{
    padding: 40px;
}

/* Contact Us Page */

#contact-form {
    max-width: 1200px;
    margin: auto;
}

#contact-form form input,textarea {
    margin-bottom: 20px;
    border: 1px solid #cbd5e0;
    border-radius: 0;
    background-color: #F2F2F3;
    font-size: 15px !important;
    font-weight: var(--fw-500) !important;
    width: 100%;
    padding: 10px 0 20px 15px;
}

#contact-form form button {
    border: none;
    position: relative;
    background-color: var(--link-clr);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

#contact-form form button span {
    position: relative;
    z-index: 1;
}

#contact-form form button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--secondary-clr);
    transform: translateX(-101%);
    transition: transform 0.4s ease;
    z-index: 0;
}

#complaint-form form button:hover::after {
    transform: translateX(0);
}

/* Services Page Section */
.content-list .list-of-content li{
    list-style-type: numeric;
    font-weight: var(--fw-700);
}

.section-content .sec-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 11px;
}

.section-content .sec-title h2{
    font-size: 25px;
    color: #000;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: var(--fw-600);
}

.section-content .sec-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: var(--link-clr);
}

.section-content p {
    color: #61728c;
}

.section-content h3{
    font-size: 22px;
    font-weight: var(--fw-600);
}

.section-content aside{
    background-color: #e1e1e1;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #c1cbff;
    font-weight: var(--fw-600);
}

/* FOOTER */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--secondary-clr);
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.4s;
}

#myBtn:hover {
    background-color: var(--link-clr);
}

footer {
    position: relative;
    margin-top: 160px;
}

.footer-contact-desc {
    max-width: 1000px;
    margin: -112px auto 0;
    background-color: var(--dark-clr);
    text-align: center;
    padding: 35px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 111;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
}

.footer-contact-desc .contact-inner i {
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--link-clr);
}

.footer-contact-desc .contact-inner .contact-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.footer-contact-desc .contact-inner .contact-desc {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
    font-size: 15px;
}

.f-footer {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 50px;
    background-color: var(--dark-clr);
    padding-top: 100px;
}

.f-footer h4 {
    color: var(--white-clr);
    padding-bottom: 5px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.f-footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: var(--link-clr);
}

.f-footer p {
    color: var(--footer-text-clr);
    font-size: 15px;
    font-weight: var(--fw-400);
}

.f-footer .foot-add {
    margin-bottom: 10px;
}

.f-footer .f-logo {
    max-width: 200px;
}

.f-footer a {
    color: var(--footer-text-clr) !important;
    font-weight: var(--fw-400);
    font-size: 15px;
}

.f-footer i {
    color: var(--link-clr);
}

.f-footer a i {
    color: var(--link-clr);
}

.footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    line-height: 33px;
    position: relative;
}

.footer-menu ul li a {
    position: relative;
    transition: 0.3s ease-in;
    font-weight: var(--fw-400);
    font-size: 15px;
}

.footer-menu ul li a::before {
    position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--ltn__secondary-color);
}

.footer-menu ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    color: var(--link-clr);
}

.footer-menu ul li a:hover {
    padding-left: 20px;
    color: var(--link-clr) !important;
}

.copyright {
    background-color: #0a081f;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: var(--footer-text-clr) !important;
}

.copyright a {
    color: var(--link-clr);
}

.social-link a {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: var(--white-clr);
    border: 1px solid var(--link-clr);
}

.social-link a:hover {
    background-color: #ffffff26;
    color: var(--bnr-text-clr);
}

::selection {
    background: #0757F7;
    color: #fff;
}

/* Media Query */
/* Default (Desktop) – keep normal behavior */
.nav-item.dropdown {
    position: relative;
}

/* Mobile view fix */
@media (max-width: 991px) {

    .nav-item.dropdown .dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 5px;
        box-shadow: none;
        background-color: var(--gray-clr);
    }

    .nav-item.dropdown .dropdown-item {
        padding-left: 20px;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        position: static;
    }

    .dropdown-menu.show {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
}

@media screen and (max-width: 567px) {
     #unique-sec .content-box {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        height: 265px;
    }
    
    #unique-sec .content-box>div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 82%;
        margin: 8px 18px 6px 0;
        position: relative;
    }
}

@media screen and (min-width: 568px) {
    #unique-sec .content-box{
        flex-wrap: wrap;
        height: auto;
        overflow-x: auto;
        text-align: center;
        justify-content: center;
    }
    #unique-sec .content-box>div {
        scroll-snap-align: start;
        width: 30%;
        margin-left: 11px;
        height: auto;
        margin: 0 10px;
        position: relative;
    }
    
}

@media screen and (max-width: 768px) {
    .box-inner-content {
        margin: 5px;
        width: 100% !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    
    .feat-logo img {
        padding: 20px;
        width: 80px;
    }
    
    .s-mb-2{
        margin-bottom: 10px;
    }
    
    .f-footer {
       padding-top: 210px;
    }
    
    #complaint-form .section-content {
        padding: 25px;
    }

    .services .owl-dots {
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .client .testimonial .card-body {
        padding: 20px 40px;
    }

    .client .testimonial p {
        font-size: 1rem;
        text-align: justify;
    }

    .client .item {
        max-width: 300px;
        margin: 0 auto;
    }

    #testimonial .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .copyright {
        text-align: center;
    }

    .social-link {
        display: none !important;
    }

    .process-container::before {
        display: none;
    }

    .process-container {
        flex-direction: column;
    }

    .banner-content .banner-text {
        width: 100%;
    }

    .banner-content {
        position: relative;
        z-index: 9;
        padding: 300px 30px 100px 30px;
    }

    .banner-content .banner-text h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .banner-content h1 span.title-text {
        font-size: 44px;
        line-height: 30px;
    }

    .banner-content .banner-text p {
        font-size: 16px;
        text-align: justify;
    }

    .banner .owl-dots {
        bottom: 35px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    #about-sec .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .page-section {
        padding: 30px 0;
    }

    #services-sec {
        padding: 50px 0;
    }

    #services-sec .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    #working-process .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    #faq-sec .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .step-item.style-1 .step-icon {
        margin: 0 auto 20px auto;
    }

    .footer-contact-desc {
        margin: -162px auto 0;
    }

    .step-desc h4 {
        font-size: 18px;
        line-height: 22px;
    }

    #partner-sec .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    #oth-cities .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    #quote-sec h3 {
        font-size: 24px;
    }

    .service-content .content-title h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: var(--fw-600);
    }

    .service-content .content-desc p {
        font-size: 15px;
        text-align: justify;
    }

    #about-sec .section-desc p {
        font-size: 15px;
    }

    .step-desc p {
        font-size: 15px;
    }

    #locations .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .breadcrumb-sec .title h1 {
        font-size: 25px;
    }

    .breadcrumb-list ul li {
        font-size: 14px;
    }

    .section-content h2 {
        font-size: 20px;
        font-weight: var(--fw-600);
        color: var(--dark-clr);
    }

    .section-content p {
        font-size: 15px;
        color: #61728c;
    }

    .get-quote {
        padding: 20px;
    }

    .navbar-brand img {
        margin-top: 10px;
    max-width: 100px;
}

}

@media (max-width: 767px) {
    .slider-img {
        height: 30%;
    }
}

@media (max-width: 1200px) {
    .slider-overlay {
        width: 100%;
    }

    .slider-img {
        width: 100%;
        height: 30%;
        z-index: 99;
        background-position: top center;
    }

}