@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
main {
    background-color: #EDF6FF;
    font-family: var(--font-gilroy);
    min-height: 100vh;
    width: 100%;
    color: #4F4A53;
}

:root {
    --primary-color: #220041;
    --secondary-color: #1EA0FF;
    --third-color: #FFAE27;
    --skyblue-color: #0B5ADA;
    --text-color: #0D275C;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-gilroy: 'Gilroy';
    --iti-arrow-padding: 8px;
    --iti-spacer-horizontal: 20px;
}

.iti__country {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
}

.iti__country-container .iti__a11y-text,
.iti__country-container .iti__search-input {
    display: none;
}

h1 {
    color: var(--white-color);
    font-family: var(--font-gilroy);
    text-shadow: 20px 24px 24px rgba(0, 0, 0, 0.05);
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -2.8px;
    margin: 0;
}

h2 {
    color: var(--primary-color);
    font-family: var(--font-gilroy);
    font-size: 60px;
    font-style: normal;
    margin: 0;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -2.4px;
}

h3 {
    color: var(--white-color);
    font-family: var(--font-gilroy);
    font-size: 50px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
}

h4 {
    color: var(--primary-color);
    font-family: var(--font-gilroy);
    font-size: 25px;
    font-style: normal;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -1px;
}

h5 {
    color: var(--white-color);
    font-family: var(--font-gilroy);
    font-size: 30px;
    font-style: normal;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1.2px;
}

a {
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

/* BUTTON STYLE ONE */

.header-btn_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn-style_one {
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 10px 10px 10px 25px;
    border: 1px solid var(--black-color);
    border-radius: 20px;
}

.btn-style_one .btn-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 97%;
    letter-spacing: -0.16px;
    text-transform: capitalize;
}

.btn-style_one .btn-icon svg {
    transition: all 0.4s ease-in-out;
}

.btn-style_one:hover .btn-icon svg {
    transform: rotate(360deg);
}

/* BUTTON STYLE ONE */

/* BUTTON STYLE TWO */

.btn-style_two {
    color: var(--white-color);
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 10px 10px 10px 25px;
    /* border: 1px solid var(--black-color); */
    border-radius: 20px;
    background: linear-gradient(90deg, #FFAE27 0%, #1EA0FF 100%);
    box-shadow: 10px 14px 56px rgba(241, 194, 248, 0.30);
}

.btn-style_two .btn-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 97%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

.btn-style_two .btn-icon svg {
    transition: all 0.4s ease-in-out;
}

.btn-style_two:hover .btn-icon svg {
    transform: rotate(360deg);
}

/* BUTTON STYLE TWO */

/* BUTTON STYLE FORM */

.btn-style_form {
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 25px;
    border: none;
    box-shadow: 10px 14px 56px rgba(241, 194, 248, 0.30);
    border-radius: 20px;
    background: linear-gradient(90deg, #FFAE27 0%, #1EA0FF 100%);
}

.btn-style_form .btn-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 97%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 12px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.16px;
    text-transform: capitalize;
}

.btn-style_form .btn-icon {
    position: relative;
    width: 100%;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: end;
}

.btn-style_form .btn-icon svg {
    transition: all 0.4s ease-in-out;
    width: 44px;
    height: 44px;
}

.btn-style_form:hover .btn-icon svg {
    transform: rotate(360deg);
}

/* BUTTON STYLE FORM */

/* HEADER */

.header_main {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 0 3rem;
    top: 50px;
}

.header_inner {
    background-color: var(--white-color);
    padding: 1rem 4rem;
    border-radius: 30px;
    overflow: hidden;
}

.header_inner .row {
    align-items: center;
}

.header_inner .nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_inner .nav_menu ul {
    gap: 83px;
    align-items: center;
}

.header_inner .nav_menu a {
    padding: 0;
    color: var(--text-color);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.header_inner .nav_menu a.active {
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 15px 30px;
    border-radius: 15px;
}

.hamburger_mobile {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    font-size: 14px;
}

.mobile-menu_nav-wrapper {
    background-color: var(--white-color);
    border-radius: 22px;
    position: relative;
    display: none;
    top: 14px;
    z-index: 999;
    padding: 20px 1rem;
}

.nav_bar-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mob-navbar {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
}

.mob-navbar a {
    padding: 0;
    color: var(--text-color);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
}

.mob-navbar a:focus,
.mob-navbar a:hover {
    color: var(--secondary-color);
}

/* HEADER */

/* HERO BANNER */

.heroBanner {
    padding: 26px 26px 0;
}

.hero-inner {
    width: 100%;
    background-image: url('../images/hero-banner-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    padding: 120px 7.25rem 0;
}

.banner-right_col {
    display: flex;
    padding-top: 46px;
    width: 100%;
    position: relative;
    background-image: url('../images/banner_gradient.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
}

.hero-inner .row {
    align-items: center;
}

.hero-inner .banner_heading {
    background: linear-gradient(92deg, #FFF 33.46%, #FFAE27 98.19%);
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 80px;
    -webkit-text-fill-color: transparent;
}

.hero-inner .banner-lady_image {
    margin: 0 auto;
    z-index: 2;
}

.hero-inner .banner-cta_image {
    z-index: 3;
    position: absolute;
    right: -14px;
    bottom: 130px;
    filter: drop-shadow(30.137px 24.11px 64.293px rgba(0, 0, 0, 0.10));
}

.banner_slider-wrapper {
    position: absolute;
    left: -65px;
    top: 92px;
    z-index: 1;
}

.banner_slider-wrapper .banner_slide-item img {
    border-radius: 30px;
}

.banner_content {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 26px 0 30px;
    letter-spacing: 0.2px;
}

.whatsapp_form-wrapper {
    max-width: 492px;
}

.whatsapp_form>.iti {
    margin-bottom: 1rem;
    width: 100%;
}

.whatsapp-input_wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.whatsapp-input_wrapper .iti {
    width: 100%;
}

.whatsapp-input_wrapper .country-dropdown {
    position: absolute;
    left: 6px;
    z-index: 1;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.whatsapp_form input[type="tel"],
.whatsapp_form input[type="number"] {
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 94px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4.400000095367432px);
    padding: 18px 20px 18px 20% !important;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color) !important;
    line-height: 30px;
    letter-spacing: 0.18px;
}

.whatsapp_form input[type="tel"]::placeholder,
.whatsapp_form input[type="number"]::placeholder {
    color: var(--primary-color);
}

.whatsapp_form button.iti__selected-country {
    border-radius: 15px;
    background: rgba(50, 200, 191, 0.30);
    box-shadow: 0px 0px 94px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4.400000095367432px);
    display: flex;
    align-items: center;
    height: 88%;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.whatsapp_form button.iti__selected-country .iti__selected-country-primary {
    background-color: transparent !important;
    padding: 10px 14px;
}

.whatsapp_form .iti--inline-dropdown .iti__dropdown-content {
    margin-top: 14px;
}

.whatsapp_form .iti__arrow {
    border: none !important;
    height: unset;
    width: unset;
}

.whatsapp_form .iti__arrow::before {
    content: '';
    background-image: url('../images/country_arrow.svg');
    position: relative;
    width: 18px;
    transition: all 200ms ease-in-out;
    height: 18px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.whatsapp_form .iti__arrow.iti__arrow--up::before {
    transform: rotate(180deg);
}

.whatsapp_form-wrapper .payment_method {
    text-align: center;
    margin-top: 2rem;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
}

.banner_slider-inner {
    max-width: 320px;
}

.banner_slider-inner img {
    pointer-events: none;
}

.scroll_btn-wrapper {
    position: relative;
}

.scroll_btn {
    position: absolute;
    top: 0%;
    z-index: 4;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* HERO BANNER */

/* OUR CLIENTS */

.client-section {
    padding: 95px 0 0;
}

.clients-header {
    text-align: center;
    margin-bottom: 40px;
}

.clients-logo_carousel .owl-stage-outer::before {
    content: '';
    background: linear-gradient(270deg, #EDF6FF 0%, rgba(237, 246, 255, 0.00) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
    transform: rotate(180deg);
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 17%;
}

.clients-logo_carousel .owl-stage-outer::after {
    content: '';
    background: linear-gradient(270deg, #EDF6FF 0%, rgba(237, 246, 255, 0.00) 100%);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 17%;
}

.clients-logo_carousel .owl-stage:after {
    display: none;
}

.clients-logo_carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients-logo_carousel .owl-stage .owl-item img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

.client-section .divider-wrapper {
    width: 100%;
    margin-top: 100px;
    padding: 0 20px;
}

.client-section .divider {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 1px;
    background-color: #A5D9FF;
    padding: 0 20px;

}

/* OUR CLIENTS */

/* APPOINTMENT SECTION */

.appointments-section {
    padding: 100px 0 130px;
}

.appointment-header {
    text-align: center;
    padding: 0 20px;
}

.appointment-heading {
    color: var(--primary-color);
}

.appointment-content {
    margin-top: 24px;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.appointments-section .appointment-slider_wrapper {
    padding-left: 20px;
}

.appointment-slider_wrapper {
    margin-top: 66px;
}

.appointment-slider_wrapper .owl-stage {
    display: flex;
    align-items: stretch;
}

.appointment-slider_wrapper .owl-item>div {
    height: 100%;
}

.appointment-slide-inner {
    padding: 38px 32px 23px;
    border-radius: 50px;
    height: 100%;
}

.appointment-slide-inner .appointment-slide-content {
    margin-top: 45px;
    padding: 0 20px;
}

.appointment-slide-inner.style-one {
    background-color: #D2ECFF;
}

.appointment-slide-inner.style-two {
    background-color: #D6F4F2;
}

.appointment-slide-inner.style-three {
    background-color: #FFEED3;
}

.appointment-slide-inner.style-four {
    background-color: #D2ECFF;
}

.appointment-pagination_wrapper {
    margin-top: 52px;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.appointment-arrows {
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
    gap: 9px;
}

.appointment-arrows .appointment-slider-prev,
.appointment-arrows .appointment-slider-next {
    height: 60px;
    width: 60px;
    border: 1px solid var(--skyblue-color);
    color: var(--skyblue-color);
    cursor: pointer;
    transition: all 0.075s ease-in-out;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.appointment-arrows .appointment-slider-prev:hover,
.appointment-arrows .appointment-slider-next:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}

.appointment-pagination_wrapper .divider {
    min-height: 1px;
    background-color: #A5D9FF;
    width: 82%;
}

.appointment-pagination_wrapper .pagination-counter {
    color: #4F4A53;
    font-size: 20px;
    font-style: normal;
    pointer-events: none;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.2px;
}

/* APPOINTMENT SECTION */

/* JOURNEY BUILDER SECTION */
/* bring back the paragraph styles from .work-section */
.whatsapp-journey-section .work-para {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    max-width: 660px;
    margin: 1rem auto 0;  /* adjust top-margin as needed */
  }
/* Override the giant .work-heading inside just the WhatsApp Journey section */
.whatsapp-journey-section .work-heading {
    /* match your global h2 */
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -2.4px;
    margin-bottom: 1rem;
  }
/* JOURNEY BUILDER SECTION */

/* WORK SECTION */

.work-section {
    padding: 0px 20px 150px;
    background-image: url('../images/work-bg.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.work-section .work-header {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 70px;
}

.work-section .work-heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.work-section .work-heading {
    font-size: 150px;
    font-style: normal;
    font-weight: 600;
    line-height: 155px;
    letter-spacing: -7.5px;
}

.work-section .work-para {
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    width: 660.205px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
}

.work-section .work-step_row {
    position: relative;
    --step-count-height: 102px;
    --step-count-width: 102px;
}

.work-section .work-step_para {
    margin-top: 25px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.work-section .work-bold_text {
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 1.15rem;
    line-height: 25px;
    letter-spacing: -0.8px;
}

.work-section .work-step_row:has(.work-bold_text) .work-step_para {
    margin-top: 20px;
}

.work-section .work-step_row:has(.work-bold_text) .work-step_heading {
    margin-top: 6rem;
}

.work-section .work-step_1 .work-step_para {
    padding-right: 60px;
}

.work-section .work-step_5 .work-step_para {
    padding-right: 25px;
}

.work-section .work-step_5 .work-bold_text {
    padding-right: 75px;
}

.work-section .work-step_4 .work-step_para {
    padding-right: 115px;
}

.work-section .work-step_row .left-col:not(:has(img)),
.work-section .work-step_row .right-col:not(:has(img)) {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.work-section .work-step_row .left-col img,
.work-section .work-step_row .right-col img {
    width: 100%;
}

.work-section .work-step_1 {
    margin-bottom: 80px;
}

.work-section .work-step_2 {
    margin-bottom: 140px;
}

.work-section .work-step_3 {
    margin-bottom: 160px;
}

.work-section .work-step_4 {
    margin-bottom: 100px;
}

.work-section .work-step_5 {
    margin-bottom: 0px;
}

.work-section .work-step_1 .right-col img {
    scale: 1.15;
    margin-left: 56px;
    margin-bottom: -20px;
    margin-top: 50px;
}

.work-section .work-step_2 .left-col img {
    scale: 1.2;
    margin-left: -24px;
    margin-bottom: -40px;
    margin-top: 32px;
}

.work-section .work-step_3 .right-col img {
    scale: 1.15;
    margin-left: 56px;
    margin-bottom: -20px;
    margin-top: 50px;
}

.work-section .work-step_4 .left-col img {
    scale: 1.15;
    margin-left: 12px;
    margin-bottom: -14px;
    margin-top: 3px;
}

.work-section .work-step_5 .right-col img {
    scale: 1.165;
    margin-left: 36px;
    margin-bottom: 10px;
    margin-top: 36px;
}

.work-section .work-step_1 .left-col {
    padding-left: 190px;
    padding-right: 50px;
    z-index: 1;
    position: relative;
}

.work-section .work-step_3 .left-col {
    padding-left: 190px;
    padding-right: 20px;
    z-index: 1;
    position: relative;
}

.work-section .work-step_5 .left-col {
    padding-left: 140px;
    padding-right: 20px;
    z-index: 1;
    position: relative;
}

.work-section .work-step_2 .right-col {
    padding-right: 210px;
    padding-left: 20px;
    z-index: 1;
    position: relative;
}

.work-section .work-step_4 .right-col {
    padding-right: 90px;
    padding-left: 30px;
    z-index: 1;
    position: relative;
}

.work-section .work-step_row .left-col .step_box-count {
    position: absolute;
    left: 0;
    top: 90px;
    align-items: center;
    width: max-content;
    display: flex;
    gap: 26px;
}

.work-section .work-step_row .right-col .step_box-count {
    position: absolute;
    right: 0;
    top: 90px;
    align-items: center;
    width: max-content;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
}

.work-section .work-step_4 .right-col .step_box-count {
    top: 40px;
}

.work-section .work-step_row .right-col .step_box-count>.step-count,
.work-section .work-step_row .left-col .step_box-count>.step-count {
    background-color: var(--primary-color);
    color: var(--white-color);
    width: var(--step-count-width);
    height: var(--step-count-height);
    display: flex;
    backdrop-filter: blur(7px);
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
    font-weight: 600;
    border-radius: 50%;
}

.work-section .work-step_row .right-col .step_box-count>.step-bg_shadow,
.work-section .work-step_row .left-col .step_box-count>.step-bg_shadow {
    position: absolute;
    width: var(--step-count-width);
    height: var(--step-count-height);
}

.work-section .work-step_row .right-col .step_box-count>.step-bg_shadow::before,
.work-section .work-step_row .left-col .step_box-count>.step-bg_shadow::before {
    content: '';
    position: absolute;
    width: 84%;
    height: 84%;
    left: 50%;
    top: 50%;
    background: #848484;
    filter: blur(87px);
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.work-section .work-step_row .right-col .step_box-count>.step-count>span,
.work-section .work-step_row .left-col .step_box-count>.step-count>span {
    background: linear-gradient(54deg, #FFAB25 -29.8%, #FFF 79.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-section .work-step_row .right-col .step_box-count>.step-text,
.work-section .work-step_row .left-col .step_box-count>.step-text {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 97%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

.work-step_1 [class*="col-"]:has(.left-col)::before {
    content: '';
    position: absolute;
    left: calc(var(--step-count-width) / 2);
    top: 160px;
    background-image: url('../images/left-col_border.svg');
    width: 620px;
    display: block;
    height: 794px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
}

.work-step_2 [class*="col-"]:has(.right-col)::after {
    content: '';
    position: absolute;
    right: calc(var(--step-count-width) / 2);
    top: 160px;
    background-image: url('../images/right-col_border.svg');
    width: 692px;
    height: 750px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
}

.work-step_3 [class*="col-"]:has(.left-col)::before {
    content: '';
    position: absolute;
    left: calc(var(--step-count-width) / 2);
    top: 160px;
    background-image: url('../images/left-col_border.svg');
    width: 560px;
    display: block;
    height: 744px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
}

.work-step_4 [class*="col-"]:has(.right-col)::after {
    content: '';
    position: absolute;
    right: calc(var(--step-count-width) / 2);
    top: 120px;
    background-image: url('../images/right-col_border.svg');
    width: 692px;
    height: 750px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
}

.work-step_5 [class*="col-"]:has(.left-col)::before {
    content: '';
    position: absolute;
    left: calc(var(--step-count-width) / 2);
    top: 185px;
    background-image: url('../images/left-col_border2.svg');
    width: 560px;
    display: block;
    height: 744px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    pointer-events: none;
}

/* WORK SECTION */

/* WATCH HOW SECTION */

.watch_how-section {
    padding: 0 80px;
}

.watch_how-inner {
    padding: 100px 20px 114px;
    background-image: url('../images/watch_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    overflow: hidden;
}

.watch_how-header {
    margin-bottom: 50px;
}

.watch_how-heading {
    text-align: center;
    color: var(--white-color);
}

.watch_how-video_wrapper {
    position: relative;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.watch_how-video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Whatsapp Button */
/* Floating WhatsApp Button Styles */
.whatsapp-float {
    position: fixed;
    bottom: 20px;           /* Distance from the bottom of the viewport */
    right: 20px;            /* Distance from the right of the viewport */
    background-color: #25D366;  /* WhatsApp green */
    border-radius: 50%;     /* Makes it circular */
    padding: 15px;          /* Button padding */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);  /* Subtle shadow */
    z-index: 1000;          /* Ensures the button stays on top */
    text-decoration: none;  /* Removes underline from the link */
    transition: background-color 0.3s ease;
    }
    .whatsapp-float:hover {
    background-color: #128C7E;  /* Darker shade on hover */
    }
    .whatsapp-float img {
    display: block;         /* Removes any extra space below the image */
    width: 30px;            /* Adjust icon size as needed */
    height: 30px;
    }
    /* Whatsapp Button */

/*
.watch_how-video_wrapper video {
    width: 100%;
    aspect-ratio: 16/8;
    object-fit: cover;
    border-radius: 50px;
}

.watch_how-video_wrapper img {
    position: absolute;
    left: 50%;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transition-delay: 400ms;
    visibility: hidden;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.watch_how-video_wrapper:hover img {
    opacity: 1;
    visibility: visible;
}
*/

/* WATCH HOW SECTION */

/* FOOTER */

.footer_main {
    padding: 0 25px 50px;
}

.footer_logo {
    max-width: 300px;
    width: 100%;
}

.footer_main .footer-inner {
    background-image: url('../images/footer-banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    padding: 85px 20px 40px;
}

.footer_main .footer-inner .row-1 {
    padding-bottom: 55px;
    border-color: rgba(255, 255, 255, 0.20) !important;
}

.footer_main .footer-inner .row-1 h3 .yellow {
    color: var(--third-color);
}

.footer_main .footer-inner .row-2 {
    padding: 75px 0;
}

.footer_main .footer-inner .row-2 .social-icons {
    margin-top: 60px;
    font-size: 20px;
    gap: 15px;
    display: flex;
}

.footer_main .footer-inner .row-2 .social-icons a {
    color: var(--white-color);
    width: 62px;
    height: 62px;
    display: flex;
    transition: all 0.2s ease-in-out;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF33;
    border-radius: 50px;
    text-decoration: none;
}

.footer_main .footer-inner .row-2 .social-icons a:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

.footer_main .footer-inner .row-2 h5 {
    margin-bottom: 50px;
}

.footer_main .footer-inner .row-2 .list-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_main .footer-inner .row-2 .list-menu .list-item a {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.8px;
    transition: .3s;
}

.footer_main .footer-inner .row-2 .list-menu .list-item a:hover {
    color: var(--third-color);
}

.footer_main .footer-inner .row-3 {
    border-top: 1px solid rgba(255, 255, 255, 0.20) !important;
    padding-top: 40px;
}

.footer_main .footer-inner .row-3 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.8px;
    color: var(--white-color);
}

.footer_main .footer-inner .row-3 p a {
    text-decoration: none;
    color: var(--white-color);
    transition: .3s;
}

.footer_main .footer-inner .row-3 p a:hover {
    color: var(--third-color);
}

/* FOOTER */

/* ICON WITH TEXT */

.icon-text {
    gap: 20px;
}

.icon-text .icon {
    font-size: 20px;
    height: 44px;
    max-width: 44px;
    border: 1px solid var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border-radius: 50px;
}

.icon-text h6 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.icon-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: var(--white-color);
    opacity: .7;
    margin-top: 0px !important;
}

/* ICON WITH TEXT */

/* FAQS */

.faqs-section {
    position: relative;
    padding: 120px 20px 100px;
}

.faqs-section:before {
    content: '';
    position: absolute;
    width: 572px;
    height: 572px;
    border-radius: 572.098px;
    background: rgba(30, 160, 255, 0.5);
    filter: blur(192px);
    left: 0;
    right: 0;
    margin: auto;
}

.faqs-section:after {
    content: '';
    position: absolute;
    width: 366px;
    height: 366px;
    border-radius: 572.098px;
    background: rgba(255, 174, 39, 0.50);
    filter: blur(192px);
    left: 0;
    right: 0;
    bottom: 40%;
    margin: auto;
    z-index: 0;
}

.faqs-section h3 {
    z-index: 9;
    position: relative;
    color: var(--primary-color);
}

.faqs-section .accordion-item {
    z-index: 9;
    position: relative;
    border: none;
    fill: #FFF;
    backdrop-filter: blur(32px);
    border-radius: 30px !important;
    margin-bottom: 20px;
    padding: 30px 20px;
}

.faqs-section .accordion-item button.accordion-button {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #220041;
    font-family: Gilroy;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 120% */
    letter-spacing: -1px;
}

.faqs-section .accordion-item .accordion-body {
    padding: 0;
    margin-top: 20px;
    color: #4F4A53;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.2px;
    max-width: 1320px;
    padding-right: 50px;
}

.faqs-section .accordion-item button.accordion-button:focus {
    box-shadow: none;
}

.faqs-section .accordion-button::after {
    background-color: #1EA0FF;
    padding: 10px;
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5 L8 11 L14 5'/%3E%3C/svg%3E") !important;
    width: 34px;
    height: 34px;
    background-position: center;
    background-size: 18px;
    border-radius: 50px;
}

/* FAQs END */

/* CTA */

.cta {
    padding: 0 20px;
}

.cta .inner {
    max-width: 1754px;
    background-image: url('../images/footer-banner.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 50px;
    margin: 0 auto;
    padding: 130px 20px;
}

.cta .inner .row .col-lg-5 {
    padding-right: 80px;
}

.cta .inner .row .col-lg-5 h3 span {
    background: linear-gradient(90deg, #FFF 0%, #FFAE27 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta .inner .row .col-lg-5 p {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.8px;
    margin-top: 20px;
}

.cta .inner .row .col-lg-5 .icon-with-text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.cta .inner .row .form {
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
}

.cta .inner .row .form ::placeholder {
    color: #012442;
}

.cta .inner .row .form input,
.cta .inner .row .form textarea {
    padding: 23px 50px 23px 25px;
    border-radius: 20px;
    background-color: #D2ECFF;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #012442;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.cta .inner .row .form input[type=text] {
    background-image: url('../images/name.png');
}

.cta .inner .row .form input[type=email] {
    background-image: url('../images/sms.png');
}

.cta .inner .row .form input[type=tel] {
    background-image: url('../images/call.png');
}

.cta .inner .row .form textarea {
    height: 272px;
}

.cta .inner .row .form span.btn-text {
    font-size: 18px;
}

/* CTA END */

/* FOURTH LAST SECTION */

.left-text {
    padding: 90px 20px;
}

.left-text .col-lg-5 {
    padding-right: 20px;
    margin-top: 100px;
}

.left-text .col-lg-5 p {
    color: #4F4A53;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.2px;
    margin: 25px 0;
    max-width: 561px;
}

.left-text .col-lg-7 {
    position: relative;
}

.left-text .col-lg-7 img {
    margin-left: -60px;
    width: calc(100% + 60px);
    max-width: none;
    display: block;
}

/* FOURTH LAST SECTION */

/* PRICING PLAN */

.pricing-plans {
    padding: 110px 20px 40px;
}

.pricing-plans h3 {
    color: var(--primary-color);
}

.pricing-plans .box {
    border-radius: 50px;
    background: #D2ECFF;
    padding: 40px;
}

.pricing-plans .box-1 {
    background: #D6F4F2 !important;
}

.pricing-plans .box-2 {
    background: #FFEED3 !important;
}

.pricing-plans .box .text {
    border-radius: 100px;
    background: #FFF;
    padding: 4px 30px 4px 4px;
    color: #4F4A53;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.pricing-plans .box .text b {
    color: #220041;
    font-weight: 700;
}

.pricing-plans .box .text span {
    background: var(--primary-color);
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}

.pricing-plans .box p {
    margin: 40px 0 60px;
    color: #4F4A53;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.8px;
    max-width: 452px;
}

.pricing-plans .box .d-flex h2 {
    font-size: 70px !important;
}

.pricing-plans .box .d-flex span {
    color: #4F4A53;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    /* 140% */
    letter-spacing: -1px;
}

.pricing-plans .box-2 .paragraphs {
    margin: 20px 0 90px;
}

.pricing-plans .box-2 .paragraphs p {
    margin: 0 !important;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    max-width: 497px;
}

.pricing_below-content p {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    max-width: 714px;
    margin: 70px auto 0;
    letter-spacing: -1px;
}

.pricing_below-content p a {
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.pricing_below-content p a:hover {
    color: var(--third-color);
}

/* PRICING PLAN */

/* >>>>>>>>>>>>>>>>>>ABDUL SAMI CSS<<<<<<<<<<<<<<<<<< */