@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@font-face {
    font-family: PTSansRegular;
    src: url("../fonts/PTSans-Regular.ttf");
}

@font-face {
    font-family: PTSansItalic;
    src: url("../fonts/PTSans-Italic.ttf");
}

@font-face {
    font-family: PTSansBold;
    src: url("../fonts/PTSans-Bold.ttf");
}

@font-face {
    font-family: PTSansBoldItalic;
    src: url("../fonts/PTSans-BoldItalic.ttf");
}

:root {
    --font-400: PTSansRegular;
    --font-i: PTSansItalic;
    --font-700: PTSansBold;
    --font-i-700: PTSansBoldItalic;
    --primary: #e57a2c;
    --secondary: #0e161c;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--font-400);
}

html,
body {
    font-family: var(--font-400);
}

a {
    text-decoration: none;
    transition: 0.3s ease 0s;
    color: var(--bs-black);
}

a:hover {
    color: var(--primary);
}

input,
button,
textarea {
    outline: none;
    border: 0px;
    background: none;
}

.webkit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.webkit_1 {
    -webkit-line-clamp: 1;
}

.webkit_2 {
    -webkit-line-clamp: 2;
}

.webkit_3 {
    -webkit-line-clamp: 3;
}

.webkit_4 {
    -webkit-line-clamp: 4;
}

.hide {
    display: none !important;
}

.show {
    /* display: flex !important; */
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.img-box {
    margin: 0px;
}

.img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.img-box-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    /* gap: 7px; */
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 6px !important;
    /* justify-content: unset !important; */
    align-items: center;
    justify-content: center !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #6a7382;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #000001;
    margin-top: 0;
    line-height: 1.5;
}

p {
    margin-bottom: 15px;
    color: #6a7382;
}


/* Navbar */

.navbar-nav li {
    bottom: 0;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
}

.navbar-nav li a:hover {
    color: #ffffff !important;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.header.sticky li a {
    color: white !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--primary);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
    background: white !important;
    color: #000001 !important;
}

.navbar-brand img {
    /* width: 245px;
    height: 115px; */
    width: auto;
    transition: 0.6s;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #000001;
    border-radius: 5px;
}

.offcanvas {
    background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
    padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
    border-radius: 8px;
}

.offcanvas .btn-close svg {
    fill: white;
}

.offcanvas-header>img {
    width: 15rem;
}

.dropdown-menu {
    background-color: var(--secondary);
    border-radius: 0px;
}

.dropdown-item {
    background: none !important;
}

.dropdown-menu li {
    width: 100%;
    border-radius: 5px;
    width: auto;
    flex: 0 0 220px;
    padding: 0 !important;
}


/* section */

section {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* header */

.header {
    padding: 0;
    background: #000001;
    z-index: 999;
    transition: 0.6s;
    position: fixed;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #ffffff61;
}

header.sticky {
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #000001;
    border-color: transparent;
}

header.sticky #navbarNav {
    border-bottom: 0px !important;
}

header.sticky img {
    width: auto;
    transition: all 0.5s ease-in-out;
}


/* top banner */

.top-banner {
    background: url("../images/top-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-banner .right-col h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    color: white;
}

.top-banner .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0;
}


/* End */


/* partner */

.client {
    padding-top: 25px;
    padding-bottom: 24px;
    margin-top: -98px;
    background: white;
    backdrop-filter: blur(50px);
}

.client img {
    margin: auto;
}


/* end */


/* contact us */

.contact-us {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


/* end */


/* form */


/* Works for Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {
    resize: none;
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1e1e1e42;
    color: #1e1e1e !important;
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--secondary);
    box-shadow: none !important;
    outline: none !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1e1e1e !important;
    font-weight: 400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1e1e1e !important;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #1e1e1e !important;
    font-weight: 400;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
    font-weight: 400;
}


/* end */


/* Button */

.btn-theme {
    border: 2px solid var(--primary);
    padding: 10px 35px;
    display: inline-block;
    font-weight: 500;
    background: var(--primary);
    color: #212121;
    transition: all ease-in-out 0.3s;
    font-size: 1rem;
    color: white;
    font-family: var(--font-400);
}

.btn-theme:hover {
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-white {
    background: transparent;
    border-color: white;
    color: white;
}

.btn-white:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.btn-main {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* end */


/* footer */

.footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background: #000001;
}

.footer-logo p {
    color: white;
    margin-top: 20px;
    font-size: 1rem;
}

.footer-links>h6 {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-links>p {
    color: white;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-links>ul {
    padding-left: 18px;
}

.footer-links>ul>li {
    padding: 20px 0px 0 0px;
    list-style-type: disclosure-closed;
    color: white;
    transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
    color: var(--secondary);
}

.footer-links>ul>li>a {
    text-decoration: none;
    font-size: 1rem;
    color: white;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
    color: var(--secondary);
}

.social>p>span {
    margin: 0;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.social>p>a {
    color: var(--secondary);
    margin: 0 5px;
    font-size: 1.2rem;
    transition: all ease-in-out 0.3s;
    background: white;
    padding: 10px 16px;
    border-radius: 30px;
}

.social>p>a:hover {
    color: #ffffff;
    background: var(--secondary);
}

.footer-bootom-links>span {
    margin: 0;
    margin-right: 15px;
    color: white;
    font-size: 1rem;
    font-weight: 400;
}


/* end */

.animate-up {
    animation: up 3s ease-in-out infinite;
}

@keyframes up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0);
    }
}

.animate-zoom {
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9);
        transition: all 0.5s ease-in-out;
    }
    30% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }
    50% {
        transform: scale(1.2);
        transition: all 0.7s ease-in-out;
    }
    50% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }
    100% {
        transform: scale(0.9);
        transition: all 0.7s ease-in-out;
    }
}

.footer-logo .trust-img {
    width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0;
    padding-bottom: 4px;
}

ul.navbar-nav {
    gap: 52px;
}

.hero-section {
    background-image: url(../images/hero-section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    margin-bottom: 190px;
}

.hero-content h1 {
    color: white;
    font-size: 60px;
    line-height: 1.2;
    font-family: var(--font-700);
    text-transform: capitalize;
}

.hero-content p {
    color: white;
    font-size: 17px;
}

form.hero-form.needs-validation .btn-theme {
    width: 100%;
}

form.hero-form.needs-validation input,
form.hero-form.needs-validation select {
    background-color: white;
}

.hero-section .row {
    /* align-items: center; */
}

.hero-bottom-content {
    background: var(--secondary);
    padding: 25px;
    position: relative;
    height: 100%;
}

.hero-bottom-content img {
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 169px;
}

.hero-bottom-content h2 {
    font-size: 40px;
    color: white;
    max-width: 320px;
    font-family: var(--font-700);
    line-height: 1.1;
    text-transform: capitalize;
}

.hero-bottom-content p {
    color: #ffffffcc;
}

.col-lg-6.col-md-12:has(.hero-bottom-content) {
    background: var(--secondary);
}

.hero-bottom {
    margin-top: 50px;
    margin-bottom: -190px;
    z-index: 2;
    position: relative;
}

.col-lg-6:has(.hero-card-main) {
    background: white;
    /* padding: 25px; */
    position: relative;
}

.hero-card h4 {
    font-size: 53px;
    font-family: var(--font-700);
    margin: 0;
}

.hero-card h4 span {
    color: var(--primary);
    font-family: var(--font-700);
}

.hero-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 2px;
    align-items: center;
    text-align: center;
    padding: 31px;
}

.hero-card>span {
    color: #7e7e7e;
    font-size: 16px;
}

.hero-card-main .row {}

.hero-card:after,
.hero-card:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0000000d;
    height: 1px;
    width: 100%;
}

.hero-card-main {
    /* position: relative; */
}

.hero-card:after {
    height: 100%;
    width: 1px;
}

.hero-card-main .row {
    border-right: 2px solid #0000000d;
    border-bottom: 2px solid #0000000d;
}

.about-aut {
    display: flex;
    align-items: center;
    gap: 13px;
}

.about-aut-content {
    flex-direction: column;
    display: flex;
}

.about-aut-content span {
    color: #5d5d5d;
}

.main-heading>span {
    padding-left: 65px;
    position: relative;
    color: var(--primary);
    font-size: 21px;
    /* display: block; */
    text-transform: capitalize;
}

.main-heading>span:after {
    position: absolute;
    content: "";
    left: 0;
    width: 30%;
    background: var(--primary);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.main-heading h2 {
    font-size: 62px;
    font-family: var(--font-700);
    line-height: 1.2;
}

.about-us-wrapper {
    padding: 55px;
    background: #ffffff;
    border: 15px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.about-us-bottom-cards {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.about-us-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.about-us-card:nth-child(1) {
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.about-us-card-content h4 {
    font-size: 28px;
    color: #101418;
    text-transform: capitalize;
}

.about-us-card-content p {
    color: #7e7e7e;
    font-size: 16px;
    margin: 0;
}

.about-bottom-img {
    position: relative;
    margin-top: -100px;
}

.about-bottom-img-box {
    position: absolute;
    height: 100%;
    background: var(--secondary);
    top: 0;
    right: 0;
    padding: 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 369px;
    padding: 0 40px;
    gap: 19px;
}

.about-bottom-img-box .icon {
    font-size: 113px;
    color: var(--primary);
}

.about-bottom-img-box-content {
    flex-direction: column;
    display: flex;
}

.about-bottom-img-box-content span {
    font-size: 19px;
    color: var(--primary);
}

.about-bottom-img-box-content strong {
    font-size: 31px;
    color: white;
    font-family: var(--font-700);
    text-transform: uppercase;
}

.about-bottom-img-box:after {
    content: "";
    bottom: 99.9%;
    background: inherit;
    height: 80px;
    position: absolute;
    width: 110px;
    right: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.services-card {
    background: #ffffff;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.11);
    padding: 40px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 70px;
    margin-left: -200px;
}

.services-card .num {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    position: absolute;
    top: 0;
    font-size: 25px;
    color: white;
}

.services-cards-main:nth-child(even) .row {
    flex-direction: row-reverse;
}

.services-cards-main:nth-child(even) .row .services-card {
    flex-direction: row-reverse;
    margin-right: -200px;
    margin-left: 0;
}

.services-cards-wrapper {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

.services-card-content>* {
    margin: 0;
}

.services-card-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.services-card-content h3 {
    font-size: 33px;
    font-family: var(--font-700);
}

.services-card-content a {
    font-size: 18px;
    color: var(--primary);
    font-family: var(--font-700);
}

.services-card-content a:hover {
    text-decoration: underline;
}

.why-choose-us {
    background-image: url(../images/why-choose-us-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.chose-heading h2 {
    color: white;
}

.why-choose-us-heading-main {
    padding-bottom: 40px;
    border-bottom: 1px solid #d7caca26;
}

.choose-card-main {}

.choose-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    background: #0e161c;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 35px;
    margin-bottom: 40px;
}

.choose-card>* {
    margin: 0;
}

.choose-card h4 {
    color: white;
    font-size: 23px;
}

.choose-card p {
    color: #ffffff94;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    padding: 25px;
    max-width: 801px;
    background: linear-gradient(180deg, #ffffff 9.96%, rgba(255, 255, 255, 0) 100%), #ffffff;
    /* Light Blue/90 */
    border: 1px solid #dee6ed;
    border-radius: 20px;
    margin-bottom: 30px;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #80808038;
}

.testimonial-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.stars {
    color: #f4c430;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-slide:has(.testimonial-card) {
    max-width: 345px;
}

.test-heading-main {
    margin-bottom: 40px;
}

.testi-swiper-wrappr:after,
.testi-swiper-wrappr:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 250px;
    background: red;
    z-index: 55;
    background: linear-gradient(to right, white, transparent);
    top: 0;
}

.testi-swiper-wrappr {
    position: relative;
    overflow: hidden;
}

.testi-swiper-wrappr:after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.port-card {
    overflow: hidden;
    position: relative;
}

.port-card-content {
    position: absolute;
    bottom: 0;
    padding: 43px;
}

.port-card-content span {
    color: #ffffffb5;
}

.port-card-content h4 {
    color: white;
    font-size: 40px;
    line-height: 1.1;
}

.port-card-content p {
    color: #c5c5c5;
}

.port-card img {
    transition: 0.3s all;
}

.port-card:hover img {
    scale: 1.1;
}

.faqs-container {
    margin-top: 50px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.faq-item:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #222;
    font-size: 18px;
    color: #101418;
    font-family: var(--font-i-700);
}

.faq-item .icon {
    font-size: 20px;
    color: #000;
    transition: transform 0.3s ease;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000026;
    border-radius: 50%;
}

.faq-item.active .icon {
    transform: rotate(45deg);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000026;
    border-radius: 50%;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 150px;
    opacity: 1;
    margin-top: 10px;
}

.faq-answer p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.faq-question>span {
    font-size: 18px;
    font-size: 18px;
    color: #101418;
    font-family: var(--font-700);
}

.problem-wrap img {
    width: 100%;
}

.problem-wrap {
    position: relative;
}

.problem-wrap:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #e57a2c 0%, rgba(229, 122, 44, 0.742591) 57.11%, rgba(43, 56, 78, 0) 135.87%);
    inset: 0;
}

.problem-wrap-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    max-width: 600px;
    left: 60px;
}

a.btn.btn-theme.btn-black {
    background: black;
    color: white;
    border-color: black;
    text-transform: capitalize;
}

a.btn.btn-theme.btn-black:hover {
    background: white;
    color: black;
    border-color: white;
}

.problem-wrap-content h2 {
    font-size: 60px;
    color: white;
    font-family: var(--font-700);
    text-transform: capitalize;
    line-height: 1.1;
}

.problem-wrap-content p {
    color: white;
}

.problem-wrap-btn-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-btn {
    color: white;
    font-family: var(--font-700);
    font-size: 21px;
}

.contact-btn span {
    font-family: var(--font-700);
    transition: 0.3s;
    color: white;
}

.contact-btn:hover span {
    text-decoration: underline;
    color: white;
}

.contact-btn i {
    font-size: 21px;
    color: white;
}

.footer {
    background: var(--secondary);
    color: #fff;
    font-family: var(--font-400);
    padding: 60px 0 30px;
}

.footer .container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 0.7fr 1fr;
    gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
    align-items: flex-start;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #bdbdbd;
}

.footer-social a {
    display: inline-block;
    color: var(--primary);
    font-size: 20px;
    margin-right: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    color: var(--primary);
}

.footer-col h4 {
    font-family: var(--font-700);
    margin-bottom: 20px;
    font-size: 17px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    align-items: center;
}

.footer-col ul li a {
    color: #bdbdbd;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--primary);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #bdbdbd;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-contact i {
    color: var(--primary);
    font-size: 16px;
    margin-top: 4px;
}

.footer-bottom {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #bdbdbd;
}

.footer-links a {
    color: #bdbdbd;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary);
}


/* Responsive */

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-about p {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        flex-direction: column-reverse;
    }
    .footer-links a {
        margin: 0 10px;
    }
    .footer-bottom p {
        margin-bottom: 0;
        margin-top: 11px;
        color: white;
    }
}

.footer-col ul li i {
    font-size: 17px;
    margin: 0;
}

.footer-col h4 {
    color: white;
    font-family: var(--font-700);
}

.footer-social a:hover {
    color: white;
}


/* ==================== MAIN SECTION ==================== */

.repair-section {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100vh;
    /* overflow: hidden; */
}


/* ==================== LEFT CONTENT ==================== */

.repair-left {
    background-color: var(--secondary);
    flex: 1;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.repair-left>span {
    color: var(--primary);
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 10px;
}

.repair-left h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    /* max-width: 450px; */
    color: white;
}

.repair-select {
    background-color: transparent;
    border: 1px solid #1f1f1f;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    appearance: none;
    /* background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M4 6l4 4 4-4z'/></svg>"); */
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 19px;
    font-family: var(--font-700);
}

.repair-select:focus {
    outline: none;
    border-color: var(--primary);
}

.explore-btn {
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
    transition: 0.3s;
    width: 100%;
}

.explore-btn:hover {
    background-color: #d26d23;
}


/* ==================== FORM BOX ==================== */

.repair-form-box {
    position: absolute;
    top: 70px;
    right: 210px;
    background-color: var(--primary);
    width: 520px;
    padding: 50px 40px;
    z-index: 3;
    overflow: auto;
}

.repair-form-box::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    height: 100px;
    width: 240px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: var(--primary);
    filter: brightness(0.9);
}

.repair-form-box h4 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

.repair-form-box h4::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.form-label {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

.repair-form input,
.repair-form select {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 15px;
    border-radius: 2px;
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
}

.repair-form select option {
    color: black;
}

.repair-form input::placeholder {
    color: #bdbdbd;
}

.book-btn {
    background-color: var(--secondary);
    border: none;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s;
}

.book-btn:hover {
    background-color: #000;
}


/* ==================== RIGHT IMAGE ==================== */

.repair-image {
    flex: 1;
    background-image: url("../images/repair-img.png");
    background-size: cover;
    background-position: top;
    z-index: 1;
    background-repeat: no-repeat;
}


/* ==================== RESPONSIVE ==================== */

@media (max-width: 992px) {
    .repair-section {
        flex-direction: column;
    }
    .repair-form-box {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 100%;
        border-radius: 0;
    }
    .repair-image {
        min-height: 400px;
        display: none;
    }
    .repair-left {
        padding: 60px 30px;
    }
    .repair-form-box::before {
        display: none;
    }
}

form.repair-form.needs-validation input,
form.repair-form.needs-validation select {
    background: #ffffff14;
    border: 2px solid #ffffff1f;
    color: #ffffffa1 !important;
}

form.repair-form.needs-validation input::placeholder {
    color: #faaf78 !important;
}

.services-card-img img {
    width: 100%;
}

.repairs-bg {
    background-image: url(../images/repairs-bg-img.png);
    MARGIN: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 541px !important;
    overflow-y: auto;
    border-radius: 15px !important;
    max-height: 220px;
}

.dropdown-menu li a {
    padding: 9px 10px;
}

.hero-content span {
    font-size: 19px;
    color: var(--primary);
    font-family: var(--font-700);
}

.about-the-services h2 {
    font-size: 50px;
    font-family: var(--font-700);
    text-transform: capitalize;
}

.about-the-services>strong {
    font-family: var(--font-700);
    color: black;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}

.about-the-services p {
    color: #7E7E7E;
    font-size: 15px;
}

.services-bullets-main {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.services-bullets-main strong {
    color: black;
    font-family: var(--font-700);
    font-size: 19px;
}

.services-bullets-main .icon {
    height: 28px;
    width: 28px;
    flex: 0 0 28px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    background: #00cd00;
    color: white;
}

.services-bullets {
    display: flex;
    align-items: center;
    gap: 17px;
}

.services-bottom-img {
    margin-top: 30px;
}

.features-cards {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.11);
    border-radius: 0px;
    padding: 22px;
    margin-bottom: 20px;
    height: 100%;
}

.features-cards>* {
    margin: 0;
}

.features-cards .icon {
    background: #e57e3352;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    font-family: var(--font-700);
    color: #05171D;
    margin-bottom: 60px;
}

.features-cards h6 {
    font-size: 19px;
    font-family: var(--font-700);
}

.features-cards-main {
    margin-top: 30px;
}

.features-side img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.features-side {
    height: 731px;
    overflow: hidden;
    position: relative;
}

.features-content-main {
    position: absolute;
    height: 100%;
    inset: 0;
    z-index: 4;
    padding: 30px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.features-side-bottom {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

.features-side-bottom .btn-theme {
    background: #0C131D;
    border-color: #0C131D;
}

.features-side-bottom .btn-theme:hover {
    background: white;
    border-color: white;
    color: #0C131D;
}

.features-side-content h3 {
    color: white;
    font-family: var(--font-700);
    font-size: 49px;
    text-transform: capitalize;
}

.features-side-content p {
    color: white;
    font-size: 17px;
}

a.features-contact {
    color: white;
    font-size: 22px;
    font-family: var(--font-700);
}

a.features-contact:hover {
    text-decoration: underline;
}

.mirror-bg {
    background-image: url(../images/mirror-bg-img.png);
}

.other-hero {
    padding-bottom: 113px;
    margin: 0;
}

.renovations-bg {
    background-image: url(../images/renovations-bg-img.png);
}

.tree-bg {
    background-image: url(../images/tree-bg-img.png);
}

.about-btn-main a.features-contact {
    color: black;
}

.about-btn-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-the-services.about-the-us h2 {
    font-size: 30px;
    text-transform: capitalize;
}

.about-the-services.about-the-us span {
    font-size: 19px;
    color: var(--primary);
    font-family: var(--font-700);
}

.about-the-services.about-page-content span {
    font-size: 19px;
    color: var(--primary);
    font-family: var(--font-700);
}

.about-the-services.about-page-content h2 {
    font-size: 31px;
}


/* model popup */

.model-discount span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--primary);
}

.animate-div {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
    color: #546dd4;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    font-size: 20px;
    font-weight: 700;
}

.model-discount label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.model-sec .modal-body {
    padding: 0;
    position: relative;
}

.model-sec .modal-content {
    border-radius: 30px;
    border: none;
}

.model-discount {
    padding: 30px 40px 30px 40px;
    background: #ffffff;
    border-radius: 30px;
}

.model-input {
    border-color: #0d1f2d;
    padding: 10px 15px;
    color: #0d1f2d !important;
    border: 2px solid;
}

.model-input:focus {
    border-color: #546dd4 !important;
}

.model-input::placeholder {
    color: #0d1f2d !important;
    font-weight: 500;
}

.model-discount .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--primary);
    border-radius: 50%;
    color: white;
}

.model-discount hr {
    background-color: #0d1f2d;
    opacity: 1;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9);
        transition: all 0.5s ease-in-out;
    }
    30% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }
    50% {
        transform: scale(1.2);
        transition: all 0.7s ease-in-out;
    }
    50% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }
    100% {
        transform: scale(0.9);
        transition: all 0.7s ease-in-out;
    }
}

section.hero-section.other-hero-section.thank-you {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.features-cards-main .row {
    gap: 20px 0;
}

.about-us-hero-bg {
    background-image: url(../images/about-us-hero-bg.png);
}

.contact-us-hero-bg {
    background-image: url(../images/contact-us-hero-bg.png);
}

.offcanvas-body ul.navbar-nav {
    gap: 16px;
}

.why-choose-container .img-box {
    height: 100%;
    position: relative;
    bottom: -110px;
    height: 810px;
}

.why-choose-container {
    overflow: hidden;
}

.why-choose-container {
    padding: 30px 0;
}


.features-content-main .features-side-bottom a.features-contact {
    display: none;
}li.nav-item.dropdown.navdesktop ul.show {
    display: flex;
}