@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}


:root {
    --primary-color: #AED942;
    --secondary-color: #171717;

}


body {
    font-family: "Inter", serif;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Instrument Sans", serif;
    font-weight: 600;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.hero-section {
    background: var(--primary-color) url(../img/bg-home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
    position: relative;
}



.img-main img {
    border-radius: 4rem;
    width: 100%;
}

.main-content-wrapper h1 {
    font-size: 63px;
    color: #000000;
}

.button-defaults {
    background: #000;
    color: white;
    padding: 8px 12px;
    display: block;
    width: max-content;
    transition: all .3s ease-in-out;
    border: 1px solid black;
}

.button-defaults:hover {
    background: white;
    color: black !important;
    border-color: #000;
    filter: drop-shadow(3px 3px 3px #AED942);
}


.Trusted-partner {
    padding: 2rem 0;
    text-align: center;
}



.truested-img-wrapper {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 1rem;
}

.title-wrapper span {
    font-size: 21px;
    margin: 0px 27px;
    display: inline-block;
    position: relative;

}

.title-wrapper span::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 50%;
}



.truested-img-wrapper .owl-carousel .owl-item img {
    width: auto;
    user-select: none;
    pointer-events: none;
}

.counter>div {
    padding: 13px 8px;
    border-top: 1px solid #DCDCDC;
    margin: 1rem 0;
    border-right: 1px solid #DCDCDC;
    text-align: center;
}

.counter>div:last-child {
    border-right: none;
}

.title-wrapper h2 {
    font-size: 56px;
}

.about-img {
    border-radius: 42px;
    width: 100%;
}


.counter {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.counter-item {
    font-size: 58px;
    font-weight: 700;
}



/* Start Our service Front and back */
.service-box {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.service-inner {
    position: relative;
    width: 100%;
    height: 375px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.service-box:hover .service-inner {
    transform: rotateY(180deg);
}

.service-front,
.service-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-front {
    background-color: #fff;
    color: black;
    padding: 10px;
}

.service-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    padding: 50px;
}

.service-inner img {
    padding-bottom: 20px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* End Our service Front and back */
.our-service {
    background: #000;
    color: white;
    padding: 3rem 0;
    overflow: hidden;
}

/* .service-inner {
    display: flex;
    align-items: center;
    color: #000;
    background: white;
     margin: 1rem 0px;
    border-radius: 1rem;
    padding: 1rem;
    
    gap: 14px;
} */

/* .service-inner img {
    border-radius: 1rem;
} */

.our-service .title-wrapper span::before {
    background: #ffffff;
}


.our-service .title-wrapper {
    text-align: center;
    margin: 1rem 0;
}

.service-inner a {
    color: #000;
    padding: 8px 15px;
    display: inline-block;
}

.service-inner a:hover {
    background: var(--primary-color);
    border-radius: 10px;
}

.service-wrapper .button-defaults {
    border: 1px solid #fff;
    text-align: center;
    margin: 1rem auto;
    margin-bottom: 0;
}

.Surplus-sec {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.Surplus-sec .title-wrapper h2 {
    margin-bottom: 3rem;
    font-weight: 700;
}

.Surplus-sec img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%;
}

.Surplus-sec img:hover {
    transform: scale(1.05);
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.Surplus-sec .col-lg-7 {
    padding-left: 2rem;
}

.Surplus-sec .row {
    align-items: center;
}

.how-its-work .card {
    padding: 1rem;
    margin: 1rem 0;
    height: 100%;
}

.count {
    background: var(--primary-color);
    width: max-content;
    padding: 5px 10px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 1rem 0;
    border-radius: 9px;
    font-weight: 500;
}


.imgcard-service {
    overflow: hidden;
}

.imgcard-service:hover {
    transform: scale(1.2);
}

section.how-its-work {
    padding-bottom: 3rem;
}

.how-its-work .card {
    padding: 1rem;
    margin: 1rem 0;
    background: #F7F7F7;
    border-radius: 22px;
    transition: all .3s ease-in-out;
}

.how-its-work .card:hover {
    filter: drop-shadow(3px 3px 3px #AED942);
}

.howits-main-img {
    border-radius: 0 0 0 150px;
    width: 100%;
}

section.testimonial-sec {
    padding: 3rem 0;
}

section.testimonial-sec .title-wrapper {
    text-align: center;
    margin: 0 0 2rem 0;
}

.testimonial-box {
    background: var(--primary-color);
    color: #000;
}

.testimonial-box {
    background: var(--primary-color);
    color: #000;
    border-radius: 42px;
    padding: 3rem 6rem;
}

.testimonial-wrapper {
    display: flex;
    padding: 12px;
    align-items: center;
}

.testimonial-wrapper>div {
    flex: 1;
}

.Ellipse {
    border: 1px solid white;
    height: 320px;
    width: 320px;
    border-radius: 50%;
    /* margin-left: -4rem; */
}

.testimonial-image {
    position: relative;
}

.testiminial-img {
    background: white;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 33%;
}

.testimonial-image {
    display: flex;
}

.icon {
    position: absolute;
    left: 26%;
    top: 40%;
    z-index: 1;
}

.reviewer-info {
    border-top: 1px solid #D1F37A;
    padding: 10px 0;
}

.reviewer-info p {
    padding: 0;
    margin: 4px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 
.testimonial-slider img {
    width: auto !important;
} */



.header-main.scrolled {
    background-color: #ffffff !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
}

.header-main.scrolled .nav-link {
    color: rgb(0, 0, 0);
}

.header-main.scrolled .button-defaults {
    border-color: white !important;
}


.header-main.scrolled .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}


.faq-sec {
    padding: 3rem 0;
}

.faq-image {
    margin: 1rem 0;
}

.faq-image img {
    border-radius: 22px;
    width: 100%;
}

.accordion-content {
    padding: 14px;
    display: none;
    /* border-top: 1px solid #D1D1D1; */
}

.accordion-header {
    margin: 10px;
    padding: 7px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
}



.accordion-header::after {
    content: '\2b';
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.accordion-header.active::after {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.accordian-wrapper {
    padding: 2rem;
}

.accordion {
    border-radius: 15px;
    border: 1px solid #ccc;
    margin: 1rem 0;
}

.footer-services ul {
    column-count: 2;
}


footer.footer-sec {
    padding: 3rem 0px 1rem 0;
}

.footer-sec a {
    color: #000000;
}

.footer-sec ul li a {
    color: #000000;
    font-family: "Inter", serif;
    font-weight: normal;
}

.footer-top {
    border: 1px solid #D2D2D2;
    border-left: 0;
    border-right: 0;
    padding: 2rem 0;
    margin: 2rem 0;
}

.footer-sec ul li {
    margin-bottom: 1.5rem;
}

footer.footer-sec h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}


.legal p {
    margin: 0;
}

.legal {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.es-form-field-container input {
    border: none;
    outline: none;
}

.es-form-field-container input[type="submit"] {
    background: black;
    color: white;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid black;
    transition: all .3s ease-in-out;
}

.es-form-field-container input[type="submit"]:hover {
    background: #fff7f7;
    color: rgb(0, 0, 0);
}

.es-form-field-container input[type="email"] {
    padding: 12px;
    background: transparent;
    flex: 1;
    border-radius: 30px;
}


#form-footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border: 1px solid #D2D2D2;
    padding: 3px;
    justify-content: space-between;
    max-width: 600px;
    /* margin: 1rem 0; */
    border-radius: 29px;
}

.es-field-label input[type="checkbox"] {
    margin-right: 10px;
}

.footer-sec h3 {
    font-size: 46px;
    font-weight: 400;
}

p.call-footer {
    background: var(--primary-color);
    width: max-content;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 25px;
}

p.call-footer i {
    margin-right: 10px;
}

.footer-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}




.service-back p {
    font-size: 14px;
    text-align: left;
}

/* responsive */

@media (min-width:1370px) {
    ul.navbar-nav li {
        margin-right: 3rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex: 1;
        justify-content: space-between;
    }

    li#menu-item-201 ,li#menu-item-15 {
        margin-left: 25px;
    }
}




@media (max-width:1200px) {
    header .button-defaults {
        font-size: 0;
    }

    header .button-defaults i {
        font-size: 16px;
    }

    .main-content-wrapper h1 br {
        display: none;
    }

    .title-wrapper h2 {
        font-size: 40px;
    }

    .testimonial-box {
        padding: 3rem 2rem;
    }
}

@media (max-width:1100px) {
    .testiminial-img {
        width: 240px;
        height: 240px;
    }

    .Ellipse {
        width: 240px;
        height: 240px;
    }

    .howits-main-img {
        width: 100%;
    }
}

@media (max-width:1024px) {}

@media (max-width:991px) {
    div#offcanvasNavbar {
        background: #000;
        color: white;
    }
    .header-main.scrolled .nav-link {
        color: rgb(255, 255, 255);
    }
    
    .howits-main-img {
        margin-top: 30px;
    }

    .main-content-wrapper {
        margin-bottom: 20px;
    }

    ul.navbar-nav.ms-auto.align-items-center {
        align-items: flex-start !important;
        text-align: left;
    }

    .header-main .navbar-nav li+li {
        margin-left: 0;
    }

    .header-main .navbar-nav li {
        margin: 1rem 0;
    }

    .custom-close-btn {
        background-color: white;
        border: none;
        font-size: 17px;
        color: #959595;
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 10px;
        transition: all 0.3s ease-in-out;
    }

    .custom-close-btn:hover {
        color: #757575;
    }

    .custom-close-btn:focus {
        outline: none;
        box-shadow: 0 0 5px #ff573380;
    }

    .navbar-toggler {
        background: white;
    }

    a.nav-link {
        color: white;
    }

    ul#menu-header-menu {
        align-items: start !important;
    }
    ul#menu-header-menu-french {
        align-items: flex-start !important;
    }
    header .button-defaults {
        font-size: 16px;
        background: white;
        color: black !important;
    }

    .footer-sec h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .title-wrapper {
        text-align: center;
        margin: 15px 0;
    }
    .Surplus-sec img {
        margin-bottom: 20px;
    }
    
    

}

@media (max-width:850px) {
    .testimonial-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .counter {
        grid-template-columns: 50% 50%;
    }

   

    .contact-info {
        margin-bottom: 25px;
    }

    .contact-info p {
        margin: 1rem 0;
    }

    .accordian-wrapper {
        padding: 0rem;
    }

    .accordion-header {
        font-size: 16px;
    }

    .testiminial-img {
        left: 0%;
        top: 0px;
    }
    
    .Ellipse {
        margin-left: 0;
    }
    .icon {
        left: 60%;
        top: 70%;
        z-index: 1;
    }
}

@media (max-width:600px) {
    .counter-item {
        font-size: 35px;
    }

    .title-wrapper h2 {
        font-size: 30px;
    }

    .title-wrapper span {
        font-size: 16px;
        margin: 5px 27px;
    }

    .main-content-wrapper h1 {
        font-size: 40px;
    }
    .legal {
        margin: 0rem 0;
        flex-direction: column;
        align-items: center;
    }
    .legal p {
        text-align: center;
    }

}

@media (max-width:480px) {
    .es-form-field-container input[type="submit"] {
        padding: 7px 16px;
        font-size: 14px;
    }
    #form-footer {
        border: none;
        padding: 3px;
        justify-content: left;
        max-width: 600px;
        /* margin: 1rem 0; */
        border-radius: 29px;
        flex-flow: wrap;
    }
    .es-form-field-container input[type="email"] {
        border: 1px solid #ccc;
    }
}