/* -- google fonts -- */
/* ------ DM Sans fonts ------ */
/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"); */
/* ------ Bricolage Grotesque fonts ------ */
/* @import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap"); */

/* ----- common styles ----- */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

html {
    width: 100%;
    /* overflow-x: hidden; */
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    /* height: 100vh; */
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "DM Sans" !important;
    /* overflow-y: hidden; */
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body.loading {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

.flex_col {
    flex-direction: column;
}

.w_h_100 {
    width: 100%;
    height: 100%;
}

.centerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.startDiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.endDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.spaceBetweenDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spaceAroundDiv {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.spaceEvenlyDiv {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

h1,
h2,
h3 {
    font-family: "Bricolage Grotesque" !important;
    font-weight: bold !important;
    text-transform: capitalize;
}

a {
    text-decoration: none;
}


/* Preloader Styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 9999;
}

#preloader img {
    width: 200px;
    height: 200px;
}

.hiddenPage {
    visibility: hidden !important;
}

/* .heroContainer,
.conversionRateContainer,
.carouselPage,
.immersive_webShowroom_Page,
.our_commitment_Page,
.our_commitment_Page2,
.our_commitment_Page3_container,
.our_commitment_Page4_container,
.accodionSection,
.package_section,
.contact_section,
.footer_section {
    overflow-x: hidden;
} */

.over {
    overflow: hidden;
}

/* ------------------------- */

/* ----- hero page styles ----- */

.heroContainer {
    width: 100%;
    /* height: 100%; */
    background-color: #f4f4f4;
}

.hero_page_content {
    position: relative;
    width: 100%;
    margin: 0;
}

.hero_page_content video {
    width: 100%;
    object-fit: cover;
}

.hero_page_content svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero_page_content:before {
    left: -9px;
}

.hero_page_content:after {
    right: -5px;
}

.heroPage_logo img {
    width: 50%;
}

.heroController {
    position: absolute;
    top: 5%;
    height: 78%;
    width: 100%;
}

.heroPage_head h1 {
    font-family: "Bricolage Grotesque" !important;
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.primaryBtn {
    border: 2px solid #ffe4e4;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%);
    box-shadow: 0px 0px 6px 0px rgba(246, 36, 36, 0.40), 0px 16px 16px 0px rgba(255, 92, 19, 0.17);
}

.primaryBtn:hover {
    background-image: linear-gradient(45deg, #f66f32ba 4.13%, #f41717d4 104.13%);
}

.packageFormCancelBtn{
    box-shadow: 0px 0px 6px 0px rgb(191 189 189 / 40%), 0px 16px 16px 0px rgb(48 48 48 / 31%) !important;
}

/* ----- conversionRate page styles ----- */
.conversionRateContainer {
    margin-top: -10%;
    background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
}

.conversionRate_header {
    z-index: 5;
    width: 100%;
}

.conversion_rocket,
.conversion_head,
.conversion_disc {
    z-index: 5;
    text-transform: capitalize;
}

.conversion_rocket {
    margin: 40px 0;
}

.conversion_head h2 {
    font-weight: bold;
}

.conversion_disc {
    /* padding: 0 25%; */
    line-height: 1.8;
}

.conversionRate_card_container {
    width: 100%;
    padding: 6% 0 3% 0;
    background-image: url(../images/conversion_rate_bg.png);
    height: 65vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    text-transform: capitalize;
}

.conversionRate_card {
    text-align: center;
    padding: 20px;
    min-height: 220px;
    justify-content: space-around;
    width: 23%;
    margin: 20px;
    transition: transform 0.3s ease;
    border-radius: 20px !important;
    border: none !important;
    background: radial-gradient(81.23% 100% at 50.15% 0%, #fff 0%, #f5f5f5 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1),
        0px 56px 64px -48px rgba(0, 0, 0, 0.25);
}

.conversionRate_card span {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
}

/* .conversionRate_card h5 {
    margin: 0 20%;
} */

.conversionRate_card:nth-child(2) {
    transform: scale(1.15) !important;
    min-height: 240px;
}

.conversionRate_card:hover {
    transform: scale(1.2);
}

.conversionRate_card img {
    width: 70px;
}

/* -------------------------------- */

/* ----- carousel page styles ----- */
.carouselPage {
    padding: 7% 0;
    /* background-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(246, 36, 36, 0.04) 100%); */
    background-image: linear-gradient(180deg,
            #ffffff,
            #fef4f3);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}

.carousel_header {
    padding: 0 2% 7%;
    text-align: center;
}

.carousel_disc {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    height: 350px;
    justify-content: center;
    perspective: 300px;
    align-items: center;
    padding-left: 0;
}

.carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0px;
    width: 18%;
    height: 280px;
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    transition: all 0.3s ease-in;
}

.carousel__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: url(<path-to-image>) lightgray -43009.596px -32259.906px / 31992.87% 12854.784% no-repeat, linear-gradient(287deg, #FFF 0%, #FFF 100%);
    box-shadow: 0px 0px 6px 0px rgba(192, 85, 37, 0.10), 0px 56px 64px -48px rgba(192, 85, 37, 0.25);
}

.carousel__item[data-pos="0"] {
    z-index: 5;
    width: 30%;
    height: 350px;
}

.carousel__item[data-pos="-1"] {
    /* transform: translateX(-150%) scale(0.9);
    width: 15%; */
    height: 320px;
    z-index: 4;

    /* -- 3 image only -- */
    transform: translateX(-115%) scale(0.9);
    width: 25%;
}

.carousel__item[data-pos="1"] {
    /* transform: translateX(150%) scale(0.9);
    width: 15%; */
    height: 320px;
    z-index: 4;

    /* -- 3 image only -- */
    transform: translateX(115%) scale(0.9);
    width: 25%;
}

.carousel__item[data-pos="-2"] {
    transform: translateX(-210%) scale(0.8);
    z-index: 3;
}

.carousel__item[data-pos="2"] {
    transform: translateX(210%) scale(0.8);
    z-index: 3;
}

.customSlider img {
    width: 100%;
    height: 100%;
}

/* .slick-slide.slick-center {
    width: 10% !important;
    height: 350px;
}

.slick-slide[data-slick-index="1"],
.slick-slide[data-slick-index="-1"] {
    width: 7% !important;
    height: 300px;
}

.slick-slide[data-slick-index="2"],
.slick-slide[data-slick-index="-2"] {
    width: 5% !important;
    height: 200px;
} */
.customSlider .slick-slide {
    width: auto !important;
}

.customSlider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------------------- */

/* ----- our value page styles ----- */
.ourValuePage {
    /* height: 700vh; */
    text-align: center;
    position: relative;
    height: 50vh;
}

.ourValuePage h4 {
    font-weight: bold;
}

.ourPage_desc {
    /* color: rgb(202, 208, 217); */
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.5px;
}

.ourValuePage_highlight_txt {
    background: linear-gradient(to right, #ff9779, #f62424);
    background: -webkit-linear-gradient(to right, #ff9779, #f62424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* opacity: 1 !important;
    font-weight: 800 !important;
    color: #f62424 !important; */
}

.text_highlight {
    display: inline-block;
    margin-right: 0.5rem;
    color: #bcbdbe;
}

.highlight_txt_container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight {
    opacity: 1;
    /* background: linear-gradient(to right, #ff9779, #f62424);
    background: -webkit-linear-gradient(to right, #ff9779, #f62424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    position: relative;
    color: #ff6b3e;
    /* opacity:  1; */
}

/* .highlight-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    transition: opacity 0.3s ease;
}

.highlight-container.fade-out {
    opacity: 0;
    pointer-events: none;
}

.text_highlight.ourValuePage_highlight_txt.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #ff6b3e;
} */


.fixed-container {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.fixed-container h4 {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Bricolage Grotesque" !important;
}

.fixed-container p {
    font-size: 1.5rem;
    line-height: 1.8;
}

/* ----------- Color when scrolled ------------ */

/* ----- Immersive webShowroom Page styles ----- */
.immersive_webShowroom_header {
    padding: 5% 2% 3%;
    text-align: center;
}

.immersive_webShowroom_Page .ourValuePage h4 {
    font-weight: bold;
}

.immersive_tab_menu .nav-tabs {
    border: 1px solid #ffd8c5;
    border-radius: 10px !important;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(175, 88, 48, 0.10);
}

.immersive_tab_menu .nav-tabs .nav-link {
    border: none;
    color: #838383;
    font-size: 18px;
    position: relative;
    min-width: 100px;
    /* max-width: 25%; */
    padding: 10px;
}

.immersive_tab_menu a {
    text-decoration: none;
    color: #838383;
}

.immersive_tab_menu a:hover {
    color: #838383;
}

.immersive_tab_menu .nav-tabs .nav-link.active {
    border: none;
    border-radius: 10px;
    background-color: unset;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 20px;
}

.immersive_tab_menu .nav-tabs .nav-link.active a {
    color: #000;
}

.webShowroom_preview {
    position: relative;
}

.degreeImg {
    position: absolute;
    bottom: 1%;
    right: 3%;
    width: 65px !important;
    height: auto !important;
    filter: invert(67%) sepia(59%) saturate(7497%) hue-rotate(352deg) brightness(101%) contrast(101%);
}

.webShowroom_preview img {
    width: 95%;
    height: 100%;
    border-radius: 20px;
}

.webShowroom_preview a-scene {
    width: 100%;
    height: 50vh;
}

/* .webShowroom_preview a-scene img, .webShowroom_preview a-assets{
    display: block;
} */

.webShowroom_preview .a-enter-vr {
    display: none;
}

.webShowroom_preview .a-canvas {
    border-radius: 20px;
    border: 5px solid #fff;
    background: linear-gradient(287deg, #FFF 0%, #FFF 100%);
    box-shadow: 0px 0px 6px 0px rgba(192, 85, 37, 0.10), 0px 56px 64px -48px rgba(192, 85, 37, 0.25);
}

.webShowrom_info_highlights {
    display: flex;
    flex-wrap: wrap;
}

.webShowrom_info_highlights div {
    border: 1px solid #f7dccf;
    background-color: #fef7f5;
    border-radius: 6px;
    padding: 7px 15px;
    margin: 7px 15px 7px 0;
    font-size: 14px;
    font-weight: 600;
}

.webShowroom_preview_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.webShowroom_preview_info h5 {
    font-weight: bold;
}

.webShowroom_preview_info .webShowrom_info_desc {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 3%;
}

.immersive_tab_menu .nav-tabs .nav-link.active::before {
    content: "";
    display: block;
    width: 57px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='10' viewBox='0 0 57 10' fill='none'%3E%3Cpath d='M49 5.75L56.5 9.33013V0.669873L49 4.25V5.75ZM0.5 5.75H49.75V4.25H0.5V5.75Z' fill='url(%23paint0_linear_1_103)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_103' x1='0.5' y1='5.5' x2='56.5' y2='5.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5C13'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 20px;
    left: -20px;
    transform: translateX(-50%);
}

.immersive_tab_menu .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 57px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='57'%20height='10'%20viewBox='0%200%2057%2010'%20fill='none'%3E%3Cpath%20d='M8%204.25L0.5%200.669873V9.33013L8%205.75V4.25ZM7.25%205.75H56.5V4.25H7.25V5.75Z'%20fill='url(%23paint0_linear_1_105)'/%3E%3Cdefs%3E%3ClinearGradient%20id='paint0_linear_1_105'%20x1='0.5'%20y1='5.5'%20x2='56.5'%20y2='5.5'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23FF5C13'/%3E%3Cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 120px;
    transform: translateX(-50%);
}

.immersive_tab_menu .nav-tabs .nav-link:last-child.active::after {
    left: 165px;
}

.immersive_tab_menu .nav-tabs .nav-link:last-child.active::before {
    left: -25px;
}

.immersive_tab_menu .nav-tabs .nav-link:nth-child(2).active::before {
    left: -30px;
}

.immersive_tab_menu .nav-tabs .nav-link:nth-child(2).active::after {
    left: 130px;
}

.immersive_tab {
    padding-bottom: 10%;
}

/* ------------------------------------ */

/* ------- our_commitment styles ------ */
.our_commitment_header {
    padding: 0% 2% 5%;
    text-align: center;
}

.our_commitment_Page {
    border-radius: 20px;
    margin: 0 10%;
    padding: 5% 7% 5%;
    background: linear-gradient(288deg,
            #ffdfdf -66.6%,
            #fff7f7 13.45%,
            #fff 85.84%);
    box-shadow: 0px 0px 3px 0px rgba(227, 137, 137, 0.49),
        0px 56px 64px -48px rgba(218, 96, 96, 0.2);
}

.commitment_stage_steps h5 {
    font-weight: bold;
}

.commitment_stage_steps .stage_steps_head.stage_steps_head_active {
    background: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 16px rgba(255, 92, 19, 0.17);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.stage_steps_disc {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-right: 15%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 2s ease, max-height 1.5s ease;
}

.stage_steps_disc.active {
    opacity: 1;
    max-height: 300px;
}

.commitment_stage_video {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.commitment_stage_video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2%;
}

.commitment_stage_video img {
    transition: display 0.5s ease-in-out;
}

.stage_steps_progressBar {
    height: 0.4rem !important;
    border-radius: 30px !important;
    background: rgba(237, 209, 209, 0.7);
    margin-top: 10px;
}

.stage_steps_progressBar .progress-bar {
    border-radius: 100px;
    border: 0.5px solid #ffe4e4;
    background: linear-gradient(95deg,
            #ffd7c5 4.14%,
            #ff5c13 82.57%,
            #f62424 123.87%);
    box-shadow: 0px 16px 16px 0px rgba(255, 92, 19, 0.17);
    transition: width 5s ease;
}

/* -- progress animation -- */
/* .stage_steps_progressBar .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 10s;
}

@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
} */

/* ----- */

/* ------- commitment part 2 ------- */

.our_commitment_Page2 {
    min-height: 50vh;
    max-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our_commitment_page2_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
}

.our_commitment_page2_header h2 {
    padding-right: 5%;
    line-height: 1.5;
}

.our_commitment_page2_img,
.our_commitment_page2_header {
    opacity: 0;
}

.stage_steps_disc,
.stage_steps_head {
    /* transition: all 0.5s ease; */
    transform: translateY(10px);
}

.commitment_stage_steps.active .stage_steps_disc,
.commitment_stage_steps.active .stage_steps_head {
    opacity: 1;
    transform: translateY(0);
}

/* ------- commitment part 3 & 4 ------- */
.our_commitment_Page3 {
    border-radius: 20px;
    background: linear-gradient(287deg, #dff4ff 0%, #fff 100%);
    box-shadow: 0px 0px 6px 0px rgba(50, 174, 238, 0.3),
        0px 36px 44px 6px rgb(0 88 134 / 15%);
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

/* .our_commitment_Page3 .row {
    border-radius: 20px;
    background: linear-gradient(287deg, #DFF4FF 0%, #FFF 100%);
    box-shadow: 0px 0px 6px 0px rgba(50, 174, 238, 0.30), 0px 36px 44px -48px rgba(0, 88, 134, 0.09);
} */

.our_commitment_page3_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our_commitment_page3_img {
    padding: 30px 10px;
    height: 100%;
}

.our_commitment_page3_img img {
    width: 90%;
}

.our_commitment_Page4 {
    border-radius: 20px;
    background: linear-gradient(84deg, #e2dfff -108.18%, #fff 110.1%);
    box-shadow: 0px 0px 6px 0px rgba(63, 50, 238, 0.2),
        0px 36px 44px 6px rgba(9, 0, 134, 0.09);
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .our_commitment_Page4 .row {
    border-radius: 20px;
    background: linear-gradient(84deg, #E2DFFF -108.18%, #FFF 110.1%);
    box-shadow: 0px 0px 6px 0px rgba(63, 50, 238, 0.20), 0px 36px 44px -48px rgba(9, 0, 134, 0.09);
} */

.accodionSection {
    font-family: "DM Sans" !important;
}

.accodionSection .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

#accordionExample .accordion-item .accordion-body {
    padding-right: 8rem;
    padding-top: 0;
}

.accodionSection .accordion-item .accordion-button {
    font-weight: bold;
    padding: 1.5rem 1.25rem;
}

.accodionSection .accordion-button:focus {
    border: unset;
    box-shadow: none !important;
}

.accodionSection .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accodionSection .accordion-button:not(.collapsed) {
    background-color: unset !important;
    color: #000;
}

.accodionSection .accordion-button::after {
    background-image: url(../images/accordion_down_arrow.svg);
    width: 3.5rem;
    height: 3rem;
    background-size: 3.5rem;
}

.accodionSection .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion_up_arrow.svg);
    transform: unset;
}

.accodionSection .accordion-item .accordion-button {
    padding: 1.5rem 1.25rem 0.5rem 1.25rem !important;
}

.accordion_boldText {
    font-weight: 600;
    /* color: #ff5c13; */
    color: #ff8152;
}

/* ----------- page scoll fade animation -------------- */
/* Animations */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation: fadeInLeft 1s ease forwards;
}

.fade-in-right {
    animation: fadeInRight 1s ease forwards;
}

/* ----------------------------------------- */

/* -------------- package section ---------------- */
.package_section {
    background-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(109, 97, 189, 0.04) 100%);
    padding: 10% 0 5%;
}

.package_header {
    text-align: center;
}

.switches-container {
    width: 22rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;

    border-radius: 40px;
    border: 1px solid rgba(255, 92, 19, 0.24);
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(175, 88, 48, 0.1);
    padding: 8px;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fc4c18;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
  */
.switch-wrapper {
    position: absolute;
    top: 8%;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
    width: max-content;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
  */
.switch div {
    width: 90%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fc4c18;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 40px;
    border: 1px solid #ff5c13;
    background: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%), #ff5c13;
    box-shadow: 0px 0px 6px 0px rgba(246, 36, 36, 0.4),
        0px 16px 16px 0px rgba(255, 92, 19, 0.17);
    color: #fff;
    padding: 2px 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
    border-radius: 40px;
    border: 1px solid #ff5c13;
    background: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%), #ff5c13;
    box-shadow: 0px 0px 6px 0px rgba(246, 36, 36, 0.4),
        0px 16px 16px 0px rgba(255, 92, 19, 0.17);
    color: #fff;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
    border-radius: 40px;
    border: 1px solid #ff5c13;
    background: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%), #ff5c13;
    box-shadow: 0px 0px 6px 0px rgba(246, 36, 36, 0.4),
        0px 16px 16px 0px rgba(255, 92, 19, 0.17);
    color: #fff;
}

.planName {
    width: fit-content;
    border-image: conic-gradient(from 45deg at calc(100% - 1.5em) 50%,
            #0000 25%,
            #fb441d 0) 1 fill;
    line-height: 1.5em;
    padding: 6px 70px 6px 50px;
    margin-left: -35px;
    color: #fff;
}

.planSelectedModal .modal-content {
    overflow: hidden;
}

.pricing_content_div {
    border-radius: 20px;
    background: radial-gradient(304.12% 125.56% at 87.09% 100.45%,
            #e2e2e2 6.11%,
            #fff 78.97%,
            #fff 100%);
    /* border: 1px solid #000; */
    overflow: hidden;
}

.basic_plan_div {
    background-image: linear-gradient(288deg,
            #e2dfff -66.39%,
            #f7fcff 13.56%,
            #fff 85.86%);
    filter: drop-shadow(0px 56px 64px rgba(145, 145, 145, 0.2)) drop-shadow(0px 0px 3px rgba(137, 197, 227, 0.49));
}

.business_plan_div {
    background-image: linear-gradient(288deg,
            #e2dfff -66.39%,
            #f7f7ff 13.56%,
            #fff 85.86%);
    filter: drop-shadow(0px 56px 64px rgba(145, 145, 145, 0.2)) drop-shadow(0px 0px 3px rgba(137, 137, 227, 0.49));
}

.enterprise_plan_div {
    background-image: linear-gradient(288deg,
            #fffbdf -66.39%,
            #fffef7 13.56%,
            #fff 85.86%);
    filter: drop-shadow(0px 56px 64px rgba(145, 145, 145, 0.2)) drop-shadow(0px 0px 3px rgba(227, 215, 137, 0.49));
}

.plan_head {
    padding: 20px 0;
    color: #141414;
    margin: 0;
}

.basic_plan {
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(287deg, #dff4ff 0%, #fff 100%),
        rgba(248, 49, 33, 0.1);
}

.business_plan {
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(84deg, #e2dfff -108.18%, #fff 110.1%);
}

.enterprise_plan {
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(84deg, #ffe8c3 -108.18%, #fff 110.1%);
}

.priceBtn {
    /* width: 90%; */
    padding: 10px;
    margin: 10px 0 20px;
    border-radius: 100px;
    border: 1px solid #000;
    box-shadow: 0px 0px 3px 0px rgba(69, 69, 69, 0.4),
        0px 1px 1px 0px rgba(0, 0, 0, 0.17);
    background-image: unset;
    background-color: transparent;
    color: #000;
    /* transition: all 0.3s ease-in-out; */
}

.priceBtn:hover,
.priceBtn.active {
    background: linear-gradient(95deg, #ff5c13 4.13%, #f62424 104.13%), #ff5c13;
    box-shadow: 0px 0px 6px 0px rgba(246, 36, 36, 0.4),
        0px 16px 16px 0px rgba(255, 92, 19, 0.17);
    border: 1px solid transparent;
    color: #fff;
}

.price_duration {
    color: #9e9e9e;
    font-weight: 200;
    font-size: 18px;
}

.top20 {
    padding-left: 1rem;
    text-align: left;
}

.top20 li {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
    list-style: none;
}

.top20 li img {
    margin-right: 8px;
}

.priceAmount {
    margin: 0;
    line-height: 0.7;
}

.priceAmount>sub {
    font-size: 0.6em;
}

/* .pricing_Head_div {
    border-bottom: 1px dashed #0000003d;
} */
.pricing_Head_div p {
    /* border-bottom: 1px dashed #0000003d; */
    margin: 0 20px;
    padding: 0;
    padding-bottom: 15px;
}

.pricing_content svg {
    border-radius: 20px;
}

/* ----------------- request form plan css --------------- */
.requestForm .requestFormInput_container {
    display: flex;
    flex-wrap: wrap;
}

.requestForm .requestFormInput {
    width: 50%;
    padding: 0 2%;
}

.requestForm .requestFormInput label {
    margin-bottom: 5px !important;
    font-size: 16px;
}

.requestForm .requestFormInput input {
    padding: 0.675rem 0.75rem;
}

.requestForm .requestFormInput input::placeholder {
    color: #b9b9b9;
    font-size: 14px;
}

.requestFormModal .modal-title {
    width: 100%;
    text-align: center;
}

.formError_text {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
}

/* --------------------------------------------- */

/* -------- contact page ---------- */
.contactForm_page {
    border-radius: 20px;
    background: linear-gradient(288deg,
            #ffdfdf -66.6%,
            #fff7f7 13.45%,
            #fff 85.84%);
    box-shadow: 0px 0px 3px 0px rgba(227, 137, 137, 0.49),
        0px 56px 64px -48px rgba(218, 96, 96, 0.2);
    padding: 7%;
}

.contactForm_page form {
    padding: 0% 10%;
}

.contact_form_div {
    margin: 0 10%;
}

.contactForm_page label {
    color: #555;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.contactForm_page .form-control {
    line-height: 2;
}

.contactForm_page .form-control::placeholder {
    color: rgba(85, 85, 85, 0.6);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.5px;
}
.captchaCanvas{
    background: #ececec;
    border: none;
    object-fit: contain;
}
/* --------------- footer section ---------- */
.footer_section {
    background-color: #f6f1f1;
}

.socialMedia_box {
    width: 40px;
    height: 40px;
    background-color: #7a38110f;
    border: 2px solid rgba(122, 56, 17, 0.06);
    border-radius: 100px;
    margin: 0 10px;
}

.socialMedia_box a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialMedia_box a img {
    width: 80%;
}

.footer_logoDiv img {
    width: 150px;
}

.privacy_policy_link li {
    padding-left: 30px;
    list-style-type: none;
}

.privacy_policy_link li a {
    color: #555555;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.footer_section .carousel_disc {
    font-size: 14px;
}

/* --------------- slider new styles -------------- */
.swiper {
    width: 100%;
    padding-top: 3.125rem;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    padding: 0 0 0 1.563rem;
    text-transform: uppercase;
}

.swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
}

.swiper-slide a:hover {
    color: #005baa;
}

.swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-next img {
    width: 250px;
    height: 280px;
}

.swiper-slide-prev img {
    width: 250px;
    height: 280px;
}

.swiper-slide-next+.swiper-slide img {
    width: 220px;
    height: 280px;
}

/* .swiper-slide.swiper-slide-duplicate img{
    width: 220px;
    height: 280px;
} */

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide-active img {
    width: 100% !important;
}

/* ----------- sctoll text opacity animation ------------ */

.scrollText_wrapper {
    /* width: 100%;
    height: 45vh;
    overflow-y: scroll;
    padding: 0% 10%; */
    /* border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f5f5f5; */

    /* Hide scroll bar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollText_wrapper::-webkit-scrollbar {
    display: none;
}

.scroll_inner {
    position: relative;
}

.fixed-container {
    /* position: sticky;
    top: 20%;
    left: 25%;
    text-align: center;
    z-index: 10; */
    /* padding: 2% 15%; */
}

.text_highlight {
    /* transition: color 0.5s ease; */
    font-weight: 400;
}

/* ------------- chatbot css ------ */
.botContainer {
    position: fixed;
    right: 2%;
    bottom: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calendar_icon,
.chatbot_icon {
    border-radius: 50px;
    margin: 10px 0;
    background: #f62324;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    animation: hearbeat 1.75s linear infinite
}

.calendar_icon img,
.chatbot_icon img {
    width: 50px;
    cursor: pointer;
    filter: invert(100%) sepia(0%) saturate(1803%) hue-rotate(211deg) brightness(118%) contrast(100%);
    padding: 12px;
}

@keyframes hearbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.15);
    }

    35% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.15);
    }

    55% {
        transform: scale(1);
    }
}

.calender_iframe {
    width: 100%;
    height: 60vh;
}

.calender_iframe iframe {
    width: 100%;
    height: 100%;
}

.bot_iframe {
    position: fixed;
    bottom: 3%;
    right: 1%;
    height: 60vh;
    width: 350px;
    border-radius: 16px;
}

.bot_iframe iframe {
    width: 100%;
    height: 100%;
}

/* Initial hidden state */
.bot_iframe_backdrop {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Active state: fade in up */
.bot_iframe_backdrop.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Optional: fade out animation handled by transition above */
.bot_iframe_backdrop.hide {
    opacity: 0;
    transform: translateY(20px);
}

#closeBotIframe {
    position: fixed;
    right: 1.2%;
    bottom: 60vh;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 1;
    padding: 4px 6px;
}

#closeBotIframe span {
    font-size: 16px;
    color: #fff;
}

/* ------------------------------------------------------------- Media Query --------------------------------------------------------------- */
/* ----------------------- Mobile Portrait ----------------------- */
@media only screen and (max-width: 767px) and (orientation: portrait) {

    /* Mobile portrait styles here */
    .heroContainer {
        height: auto;
    }

    .heroPage_logo img {
        width: 25%;
    }

    .heroPage_head h1 {
        font-size: 24px;
    }

    .primaryBtn {
        font-size: 14px;
        padding: 7px 15px;
    }

    .conversion_rocket {
        margin: 30px 0 15px;
    }

    .conversion_rocket img {
        width: 18%;
    }

    .conversion_disc {
        padding: 0 10%;
        font-size: 14px;
    }

    .conversionRate_card_div {
        flex-direction: column;
    }

    .conversionRate_card_container {
        height: auto;
    }

    .conversionRate_card {
        width: 75%;
        min-height: 190px;
    }

    .conversionRate_card:nth-child(2) {
        transform: unset !important;
    }

    .carousel_header {
        padding: 0 10% 7%;
    }

    .carousel_disc {
        font-size: 14px;
    }

    .carousel__list {
        height: 170px;
    }

    .carousel__item {
        height: 150px;
    }

    .carousel__item[data-pos="0"] {
        height: 220px;
    }

    .carousel__item[data-pos="-1"],
    .carousel__item[data-pos="1"] {
        height: 180px;
    }

    .carousel__item[data-pos="-2"],
    .carousel__item[data-pos="2"] {
        height: 110px;
    }

    /* .ourValuePage {
        padding: 6% 10%;
    } */

    .ourPage_desc {
        font-size: 18px;
        line-height: normal;
    }

    .immersive_webShowroom_header {
        padding: 5% 7% 10%;
    }

    .webShowroom_preview_info {
        padding-top: 20px;
    }

    .webShowrom_info_highlights div {
        padding: 5px 10px;
        margin: 4px 12px 7px 0;
    }

    .our_commitment_header {
        padding: 0% 0% 10%;
    }

    .commitment_stage_video {
        height: 40vh;
    }

    .our_commitment_page2_header {
        padding: 0 10%;
    }

    .our_commitment_page2_header h2 {
        padding-right: 10%;
    }

    .our_commitment_page2_img {
        padding: 5%;
    }

    .our_commitment_page3_header {
        padding-top: 5%;
    }

    .switches-container {
        width: 17rem;
    }

    .pricing_content_div {
        margin: 10px;
    }

    .contactForm_page form {
        padding: 0% 0%;
    }

    .privacy_policy_link li {
        padding-left: 10px;
        font-size: 10px;
    }

    .socialMedia_box {
        width: 30px;
        height: 30px;
    }

    .footer_section .row {
        flex-flow: column-reverse;
    }

    .privacy_policy_link {
        margin: 25px 0 30px;
    }

    .footer_logoDiv {
        text-align: center;
    }

    .socialMedia_links {
        justify-content: center;
    }

    .footer_section .copyRight_text {
        text-align: center;
    }

    .immersive_tab_menu .nav-tabs {
        width: 85%;
    }

    .immersive_tab_menu .nav-tabs .nav-link.active {
        font-size: 17px;
    }

    .immersive_tab_menu .nav-tabs .nav-link.active::before,
    .immersive_tab_menu .nav-tabs .nav-link.active::after {
        content: unset;
    }

    .immersive_tab_menu .nav-tabs .nav-link {
        min-width: auto;
        font-size: 14px;
    }

    #accordionExample .accordion-item .accordion-body {
        padding-right: 3rem;
    }

    br {
        display: none;
    }

    #pricingSection br,
    #conversionRate_card_container br {
        display: block !important;
    }

    /* .scrollText_wrapper {
        height: 60vh;
    } */

    .text_highlight {
        font-size: 26px;
    }

    .fixed-container {
        padding: 2% 0%;
    }

    .ourValuePage h4 {
        font-size: 20px;
    }

    .carouselPage {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .bot_iframe {
        right: 50%;
        transform: translate(50%, 0%);
    }

    #closeBotIframe {
        right: 5.5%;
        bottom: 60vh;
    }
}

/* ----------------------- Tablet Portrait ----------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {

    /* Tablet portrait styles here */
    .heroContainer {
        height: auto;
    }

    .conversionRate_card_container {
        height: auto;
    }

    .conversionRate_card {
        width: 30%;
    }

    .carousel_header {
        padding: 0 15% 7%;
    }

    .carousel__item {
        height: 200px;
    }

    /* .carousel__list {
        height: 200px;
    } */

    /* .ourValuePage {
        padding: 6% 10%;
    } */

    .ourPage_desc {
        font-size: 26px;
        line-height: 40px;
    }

    .immersive_webShowroom_header {
        padding: 5% 20% 3%;
    }

    .immersive_tab_menu .nav-tabs {
        width: 80%;
    }

    .webShowrom_info_highlights div {
        padding: 7px 2px;
        margin: 7px 5px 7px 0;
    }

    .our_commitment_header {
        padding: 0% 10% 2%;
    }

    .our_commitment_Page {
        padding: 5%;
    }

    .our_commitment_Page2 {
        height: auto;
    }

    .our_commitment_Page3 {
        min-height: auto;
    }

    .our_commitment_Page4 {
        min-height: auto;
    }

    .top20 {
        padding-left: 1rem;
    }

    .contact_form_div {
        margin: 0;
    }

    .privacy_policy_link li {
        padding-left: 7px;
    }

    .swiper-slide-active img {
        width: 95% !important;
        height: 280px !important;
    }

    br {
        display: none;
    }
}

/* ----------------------- Small Desktop Portrait ----------------------- */
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait) {

    /* Small desktop portrait styles here */
    .heroContainer {
        height: auto;
    }

    .conversionRate_card_container {
        height: auto;
    }

    .our_commitment_Page2 {
        height: auto;
    }

    .our_commitment_Page3,
    .our_commitment_Page4 {
        min-height: auto;
    }

    .contact_form_div {
        margin: 0 0;
    }

    .text_highlight {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .immersive_tab_menu .nav-tabs {
        width: 70%;
    }

    .accodionSection {
        padding-left: 10%;
        padding-right: 10%;
    }

    #closeBotIframe {
        right: 1%;
        bottom: 59vh;
    }
}

/* ----------------------- All Devices Portrait (Generic) ----------------------- */
/* Only use this if you want to target all portrait devices */
@media only screen and (max-width: 991px) and (orientation: portrait) {
    /* Generic portrait styles for devices up to 991px */
}

/* ----------------------- All Devices Landscape (Mobile & Tablet) ----------------------- */
@media only screen and (max-width: 991px) and (orientation: landscape) {

    /* Landscape styles for mobile/tablet */
    .conversionRateContainer {
        margin-top: unset;
    }

    .conversion_disc {
        padding: 0 15%;
    }

    .conversionRate_card_container {
        height: auto;
    }

    .carousel_header {
        padding: 0 17% 5%;
    }

    .carousel__list {
        height: 200px;
    }

    .carousel__item {
        height: 200px;
    }

    .carousel__item[data-pos="0"] {
        height: 220px;
    }

    .carousel__item[data-pos="-1"],
    .carousel__item[data-pos="1"] {
        height: 180px;
    }

    .carousel__item[data-pos="-2"],
    .carousel__item[data-pos="2"] {
        height: 110px;
    }

    .ourPage_desc {
        font-size: 24px;
        line-height: 30px;
    }

    .immersive_webShowroom_header {
        padding: 5% 20% 3%;
    }

    .immersive_tab_menu .nav-tabs {
        width: 85%;
    }

    .webShowrom_info_highlights div {
        padding: 5px;
        margin: 7px 5px 7px 0;
    }

    .our_commitment_header {
        padding: 0% 5% 5%;
    }

    .stage_steps_disc {
        font-size: 12px;
    }

    .our_commitment_page2_header h2 {
        padding-right: 15%;
    }

    .our_commitment_page2_header {
        padding-right: unset;
    }

    .our_commitment_page3_header {
        padding: unset;
    }

    .our_commitment_page3_header .carousel_disc {
        font-size: 14px;
    }

    .top20 {
        padding-left: 1rem;
    }

    .top20 li {
        font-size: 13px;
        margin: 7px 0;
    }

    .pricing_content.container {
        width: 100%;
        /* Expand width */
        max-width: 100%;
        /* Ensure full screen */
        padding-right: 15px;
        padding-left: 15px;
    }

    .contact_form_div {
        margin: 0 0%;
    }

    .footer_section .container {
        width: 100%;
        /* Expand width */
        max-width: 100%;
        /* Ensure full screen */
        padding-right: 15px;
        padding-left: 15px;
    }

    .privacy_policy_link li {
        padding-left: 20px;
    }

    .our_commitment_Page2 {
        height: auto;
    }

    .conversionRate_card {
        width: 30%;
    }

    .fixed-container {
        padding: 2% 0%;
    }

    /* .scrollText_wrapper {
        height: 70vh;
    } */

    .text_highlight {
        font-size: 28px;
    }

    br {
        display: none;
    }

    #pricingSection br,
    #conversionRate_card_container br {
        display: block !important;
    }

    .swiper-slide-active img {
        width: 160% !important;
    }

    .pricing_Head_div p {
        font-size: 14px;
    }

    .conversion_rocket {
        margin: 0;
    }

    /* .text_highlight {
        font-size: 37px;
    } */
}

@media only screen and (min-width: 992px) {
    .accodionSection {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .swiper-slide-active img {
        width: 95% !important;
        height: 280px !important;
    }

    .text_highlight {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .text_highlight {
        font-size: 37px;
    }
}

/* Add this to your CSS to ensure AOS works properly */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Debug styling */
[data-aos] {
    border: 1px solid transparent;
    /* Temporary to see element boundaries */
    transition: all 0.5s;
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0 !important;
    /* Force opacity settings */
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1 !important;
}

/* -------------------------------------------------------------------------------------------- */
img.imgLoaded {
    opacity: 1;
}