@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: "Titillium Web", sans-serif !important;
    background: linear-gradient(135deg,
            #f1fff7 0%,
            #e9fff2 50%,
            #f7fffa 100%);
}

:root {
    --black-color: #000;
    --green-color: #008454;
    --light-color: #22c35d;
    --white-color: #fff;
    --fontsize18: 1.125rem;
    --fontsize20: 1.25rem;
    --fontsize25: 1.563rem;
    --fontsize30: 1.875rem;
    --fontsize35: 2.188rem;
    --fontsize36: 2.25rem;
    --font-size37: 2.313rem;
    --fontsize45: 2.813rem;
    --fontsize48: 3rem;
    --fontsize64: 4rem;
    --fontsize95: 5.938rem;
    --fontsize73: 4.563rem;
    --fontsize75: 4.688rem;
    --fontsize85: 5.313rem;
    --fontsize24: 1.5rem;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 0;
}

.defult-btn {
    background: var(--button-gradient);
    height: 52px;
    font-size: 1rem;
    display: inline-flex;
    padding: 0 40px;
    border: 1px solid;
    font-weight: 600;
    align-items: center;
    color: var(--white-color);
    border-radius: 30px;
    justify-content: center;
    position: relative;
    transition: 0.5s ease-out;
    text-transform: uppercase;
}

.defult-btn:hover {
    color: var(--blue-color);
    background: none;
    border: 1px solid var(--blue-color);
    border-radius: 50px;
}

.main-header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
}

/* =========================================
   HEADER
========================================= */

.site-header {
    width: 100%;
    background: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* =========================================
   BRAND / LOGOS
========================================= */

.brand-divider {
    width: 2px;
    height: 65px;
    background: #29244f;
    margin: 0 18px;
}

.brand-icipd img {
    width: 115px;
    height: auto;
    display: block;
}

/* =========================================
   MENU WRAPPER
========================================= */

.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

/* =========================================
   MAIN MENU
========================================= */

.main-menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.main-menu a {
    color: var(--black-color);
    text-decoration: none;
    font-size: var(--fontsize20);
    font-weight: 600;
    padding: 0px 20px;
    line-height: 1.1;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.main-menu a:hover {
    color: var(--green-color);
}

/* Vertical separator */
.main-menu a+a {
    border-left: 1px solid #29244f;
}

/* =========================================
   RIGHT SECTION
========================================= */

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.award-logo {
    width: 95px;
    height: auto;
    display: block;
}

.phone {
    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;
    color: #29244f;

    font-size: 24px;
    font-weight: 600;

    white-space: nowrap;
}

.phone-icon {
    color: #7045e8;
    font-size: 34px;
}

/* =========================================
   HAMBURGER
========================================= */

.hamburger {
    display: none;

    width: 45px;
    height: 45px;

    border: 0;
    background: transparent;

    cursor: pointer;

    padding: 7px;
}

.hamburger span {
    display: block;

    width: 100%;
    height: 3px;

    margin: 6px 0;

    background: #29244f;

    border-radius: 5px;

    transition: 0.3s ease;
}

/* =========================================
   HAMBURGER ANIMATION
========================================= */

.hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* ========================================
   MAIN BANNER
======================================== */


/* ========================================
   LEFT SIDE
======================================== */
.main-banner {
    background-color: var(--white-color);
}

.banner-left {
    position: relative;
    overflow: hidden;
    padding: 28px 22px 25px;
    border-radius: 50px 50px 0 0;
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--green-color) 35%, white) 0%,
            color-mix(in srgb, var(--light-color) 25%, white) 60%,
            #effaf4 100%);
}

.cipdimg {
    position: absolute;
    width: 226px;
    right: -20px;
    top: 21%;
    height: 226px;
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Sale */

.sale-badge {
    display: inline-flex;
    align-items: center;
    background: var(--white-color);
    border-radius: 30px;
    padding: 5px 7px 5px 15px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: "Roboto", sans-serif !important;
}

.sale-badge span {
    color: var(--green-color);
    margin-right: 8px;
}

.sale-badge strong {
    background: var(--light-color);
    color: var(--white-color);
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 15px;
}

/* Heading */

.banner-left h1 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--black-color);
    font-size: var(--fontsize30);
    line-height: 1.18;
    font-weight: 600;
}

.banner-left h1 span {
    color: var(--green-color);
}

/* Subtitle */

.banner-subtitle {
    position: relative;
    z-index: 2;
    font-size: var(--fontsize18);
    margin-bottom: 15px;
    color: var(--green-color);
    font-weight: 600;
}

/* Small heading */

.banner-left h3 {
    font-size: var(--fontsize18);
    margin: 0 0 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--black-color);
}

.banner-left h3 hr {
    width: 260px;
    color: var(--green-color);
}

/* Benefits */

.benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits li,
.infoul li {
    position: relative;
    margin-bottom: 7px;
    color: #555;
    line-height: 1.45;
    padding-left: 20px;
    padding-right: 30%;
}

.benefits li::before,
.infoul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green-color);
    font-size: 16px;
    font-weight: 900;
}

.benefits strong {
    color: var(--light-color);
}

/* ========================================
   TRUST BOX
======================================== */

.trust-box {
    width: 382px;
    padding: 17px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    color: #333;
    margin-top: 30px;
}

.trust-text {
    line-height: 1.5;
    margin-bottom: 10px;
}

.trust-text strong {
    color: var(--green-color);
}

.trust-bottom {
    display: block;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 190px;
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
}

.stars {
    color: #00b67a;
    font-size: 15px;
}

.stars svg {
    width: 45%;
}

.tp-star .tp-star__canvas,
.tp-star__canvas--half {
    fill: #00b67a;
}

.trustpilot span {
    color: #00b67a;
    padding-right: 4px;
    font-size: 14px;
}

.trust-wraper,
.awardslogo {
    display: flex;
    align-items: center;
    gap: 0;
}

.trustpilot {
    color: var(--black-color);
    margin-left: 5px;
    font-size: 12px;
}

/* ========================================
   PERSON
======================================== */

.banner-person {
    position: absolute;
    right: -76px;
    bottom: -5px;
    width: 63%;
}

/* ========================================
   RIGHT SIDE
======================================== */

.banner-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

/* ========================================
   JOB BOX
======================================== */

.job-box {
    position: relative;
    padding: 30px 22px;
    background: var(--green-color);
    border-radius: 11px;
    color: white;
}

.job-box h2 {
    margin: 0 0 9px;
    font-size: var(--fontsize18);
    line-height: 1.4;
    font-weight: 700;
}

.job-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* ========================================
   BROCHURE
======================================== */

.brochure-box {
    flex: 1;
    padding: 23px 15px 15px;
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--green-color) 35%, white) 0%,
            color-mix(in srgb, var(--light-color) 25%, white) 60%, #effaf4 100%);
    border-radius: 11px 11px 0 0;
}

.brochure-box h2 {
    margin: 0 0 18px;
    text-align: center;
    font-size: var(--fontsize25);
    font-weight: 500;
    color: #111;
}

/* Form white area */

.brochure-box form {
    padding: 25px 22px 20px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

/* Inputs */

.brochure-box input,
.brochure-box select {
    width: 100%;
    height: 49px;
    border: 0;
    outline: none;
    border-radius: 4px;
    padding: 0 12px;
    background: #eeeeee;
    color: var(--black-color);
}

.brochure-box input::placeholder {
    color: #777;
}

/* Select */

.brochure-box select {
    appearance: auto;
    cursor: pointer;
}

/* Button */

.brochure-box button {
    display: block;
    border-style: none;
    border-radius: 10px;
    width: 283px;
    height: 57px;
    background: var(--light-color);
    box-shadow: none;
    text-shadow: none;
    color: var(--white-color);
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    font-family: Roboto;
}


.brochure-box button:hover {
    background: #b1e843;
    transform: translateY(-1px);
}

.job-icon img {
    position: absolute;
    right: 7px;
    top: -40px;
}

.job-box h2 span {
    color: var(--black-color);
}

.hdgsec h2 {
    font-size: var(--fontsize36);
    text-align: center;
    font-weight: 700;
}

.garntedcta {
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--green-color) 35%, white) 0%,
            color-mix(in srgb, var(--light-color) 25%, white) 60%,
            #effaf4 100%);
    padding: 0 20px;
    margin-top: 3rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100px;
}

.garnted {
    padding-bottom: 0;
}

.cta-hdg h3 {
    font-size: var(--fontsize20);
    font-weight: 700;
}

.cta-hdg p {
    margin-bottom: 0;
}

.packages-sec .col-lg-4>div {
    height: 100%;
    padding: 17px 28px 31px;
    background: var(--white-color);
    border-radius: 16px;
}

.packages-sec .col-lg-4>div>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.packages-sec .col-lg-4>div>div:first-child span:first-child {
    padding: 8px 13px;
    background: var(--green-color);
    color: var(--white-color);
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
}

.packages-sec .col-lg-4>div>div:first-child span:last-child {
    padding: 8px 10px;
    background: var(--black-color);
    color: var(--white-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.packages-sec h2 {
    color: var(--black-color);
    font-size: var(--fontsize24);
    line-height: 1.28;
    height: 100px;
    font-weight: 700;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2) {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 11px 11px 0 0;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div {
    min-height: 76px;
    padding: 10px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div>div:first-child {
    display: flex;
    align-items: baseline;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2) strong {
    color: var(--green-color);
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div>div:first-child strong {
    font-size: var(--fontsize30);
    line-height: 1;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div>div:first-child span {
    color: #777;
    font-size: 14px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2) del {
    color: #777;
    font-size: 14px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2)>div>div:last-child strong {
    color: var(--black-color);
    font-size: 16px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(2) small {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-color);
    color: var(--white-color);
    font-size: 10px;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(3) {
    display: flex;
    gap: 5px;
    margin: 12px 0 15px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(3) span {
    flex: 1;
    padding: 6px 7px;
    background: #eee8ff;
    border-radius: 8px;
    color: #777;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
}

.packages-sec .col-lg-4>div>div:nth-of-type(3) strong {
    color: var(--green-color);
}

.packages-sec .col-lg-4>div>div:nth-of-type(3) i {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--light-color);
    border-radius: 50%;
    color: var(--green-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4) {
    height: 290px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 12px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4)>div:first-child {
    height: 100%;
    padding: 20px 25px;
    overflow-y: auto;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4)>div:first-child::-webkit-scrollbar {
    width: 5px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4)>div:first-child::-webkit-scrollbar-track {
    background: transparent;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4)>div:first-child::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4) h3 {
    margin: 0 0 19px;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4) ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4) li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px;
    color: #444;
    font-size: 13px;
    line-height: 1.65;
}

.packages-sec .col-lg-4>div>div:nth-of-type(4) li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green-color);
    font-size: 15px;
    font-weight: 700;
}

.packages-sec .col-lg-4 button,
.btn-hdginterested {
    width: 100%;
    min-height: 53px;
    border: 0;
    border-radius: 12px;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.packages-sec .col-lg-4 button:hover {
    background: var(--green-color);
}

.packages-sec {
    padding-bottom: 30px;
}

.interested-in-guaranteed {
    padding-top: 0;
    padding-bottom: 50px;
}

.interested-in-guaranteed .container {
    background-color: var(--green-color);
    padding: 2rem;
    border-radius: 14px;
}

.hdginterested * {
    color: var(--white-color);

}

.hdginterested h3 {
    font-weight: 700;
    font-size: var(--fontsize25);
}

.btn-hdginterested {
    width: 45%;
}

.hdginterested .benefits li::before,
.infoul li::before {
    color: var(--white-color);
    font-size: var(--fontsize24);

}

.infoul li::before,
.infoul li {
    font-size: 16px !important;

}

.hdginterested .benefits li,
.infoul li {
    padding-left: 30px;
    color: var(--white-color);
    padding-right: 0;
    font-size: var(--fontsize18);
}

.infoul li {
    padding-left: 20px;
}

.price-month {
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--green-color) 35%, white) 0%,
            color-mix(in srgb, var(--light-color) 25%, white) 60%, #effaf4 100%);
    padding: 6px 15px;
    color: var(--black-color);
    font-size: 19px;
    border-radius: 12px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
}

.price-month span {
    color: var(--green-color);
    font-weight: 700;
}

.testimonial-sec {
    padding: 70px 0;
    background: linear-gradient(135deg,
            var(--green-color),
            var(--light-color));
}

.testimonial-sec h2 {
    margin: 0 0 20px;
    color: var(--white-color);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.testimonial-sec .col-lg-10>p {
    margin: 0;
    color: var(--white-color);
    font-size: 18px;
    line-height: 1.7;
}


/* SLIDER */

.testimonial-sec__slider {
    position: relative;
    padding: 0 45px;
}

.testimonial-sec__viewport {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.testimonial-sec__track {
    display: flex;
    transition: transform 0.45s ease;
}

.testimonial-sec__slide {
    min-width: 100%;
}


/* CARD */

.testimonial-sec__card {
    height: 390px;
    padding: 40px 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--white-color);
    border-radius: 18px;
}

.testimonial-sec__quote {
    color: var(--green-color);
    font-size: 75px;
    line-height: 0.5;
    font-weight: 700;
}

.testimonial-sec__card p {
    margin: 0;
    color: var(--black-color);
    font-size: 19px;
    line-height: 1.65;
}

.testimonial-sec__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-sec__avatar {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--black-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-sec__author strong {
    color: var(--black-color);
    font-size: 20px;
}


/* VIDEO */

.testimonial-sec__video {
    height: 390px;
    padding: 14px;
    background: var(--white-color);
    border-radius: 18px;
}

.testimonial-sec__video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 13px;
}

.testimonial-sec__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 22px;
    height: 35px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    transform: translateY(-50%);
}

.testimonial-sec__arrow--prev {
    left: 8px;
}

.testimonial-sec__arrow--next {
    right: 8px;
}

.testimonial-sec__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
}

.testimonial-sec__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid var(--white-color);
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-sec__video {
    height: 390px;
    padding: 10px;
    background: var(--white-color);
    border-radius: 18px;
}

.testimonial-sec__video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial-sec__dots button.active {
    background: var(--white-color);
}


.benefits-sec__title {
    margin: 0 0 22px;
    color: var(--black-color);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.benefits-sec__intro {
    margin: 0 auto 45px;
    color: var(--black-color);
    font-size: 20px;
    line-height: 1.5;
}

.benefits-sec__card {
    height: 100%;
    overflow: hidden;
    background: var(--black-color);
    border-radius: 22px;
    color: var(--white-color);
}

.benefits-sec__content {
    min-height: 275px;
    padding: 35px 30px 25px;
}

.benefits-sec__content h3 {
    margin: 0 0 14px;
    color: var(--white-color);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.benefits-sec__content p {
    margin: 0;
    color: var(--white-color);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.benefits-sec__image {
    height: 168px;
}

.benefits-sec__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.benefits-sec__button {
    min-height: 72px;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-color);
    color: var(--black-color);
    border-radius: 13px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.benefits-sec__button:hover {
    background: var(--green-color);
    color: var(--white-color);
}

.career-benefits__box {
    padding: 30px;
    background: var(--white-color);
    border-radius: 35px;
    text-align: center;
    box-shadow: 0px 0px 10px 2px;
}

.career-benefits__box h2 {
    margin: 0 0 30px;
    color: var(--black-color);
    font-size: var(--font-size37);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.career-benefits__item {
    text-align: center;
}

.career-benefits__item p {
    margin: 0 auto;
    color: var(--black-color);
    line-height: 1.55;
    font-weight: 600;
}

.career-benefits__icon {
    margin-bottom: 1rem;
}

.career-benefits__button {
    height: 60px;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    padding: 20px 30px;
    justify-content: center;
    background: var(--light-color);
    color: var(--white-color);
    border-radius: 15px;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}

.career-benefits__button:hover {
    background: var(--green-color);
    color: var(--white-color);
}

.career-benefits {
    padding-top: 0;
    position: relative;
}

.career-benefits::after {
    background-color: var(--green-color);
    width: 100%;
    height: 280px;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.why-choseus {
    background-color: var(--green-color);

    padding-top: 0;
}

.why-choseus h3 {
    text-align: center;
    font-size: var(--font-size37);
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 3rem;
}

.box-wrprc img {
    width: 100px;
    filter: invert(1);
}

.box-wrprc h4 {
    font-size: var(--fontsize24);
    font-weight: 700;
    color: var(--white-color);
}

.info-box {
    background-color: var(--black-color);
    padding: 35px;
    border-radius: 15px;

}

.box-wrprc p {
    color: var(--white-color);
    margin-bottom: 0;
}

.handimg {
    text-align: end;
    display: block;
    margin-left: auto;
    margin-right: -35px;
    margin-top: -115px;
    width: 41%;
}

.bigimg.box-wrprc img {
    width: auto;
    filter: invert(0);
}
.cta-sec2{
    background-color: var(--green-color);
    padding-top: 0;
}
.cta-sec2 .container {
    background: url(../images/ctabg.png) center/cover no-repeat;
    width: 100%;
    padding: 0 2rem;
    height: 430px;
    display: flex;
    align-items: center;
}

.cta-contant h3 {
    font-size: var(--fontsize45);
    font-weight: 700;
}
.cta-contant p{
    font-size: var(--fontsize25);
    font-weight: 600;
}
.main-footer{
    background-color: var(--black-color);
    padding: 1rem 0;
}
.main-footer *{
    color: var(--white-color);
}
.main-footer p{
    font-size: 9px;
}
.main-footer li{
    font-weight: 600;
}
.ftrlogo{
    text-align: end;
}