/* ──────────────────────────────────────────────────────────────────────────────
   GLOBAL RESET  ·  UNIVERSAL SETTINGS
   Resets margin/padding, sets border-box, default font, and smooth scrolling
────────────────────────────────────────────────────────────────────────────── */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;

}

html {
    scroll-behavior: smooth;
}

.m_svg { /* (icon in mobile header) */
    border: none;            /* remove default button border   */
    background-color: none;  /* preserve transparency           */
}

/* ──────────────────────────────────────────────────────────────────────────────
   DESIGN TOKENS
   Simple CSS custom property palette (expand here if brand grows)
────────────────────────────────────────────────────────────────────────────── */
:root {
    --blue: #07032D;
}

.img_w {        /* utility: "image full-width/height" */
    height: 100%;
    width: 100%;
    object-fit: cover; /* Ensures images are cropped, not squished */
}

/* ──────────────────────────────────────────────────────────────────────────────
   HERO COLLAGE STRIP  (home-page triple image band)
────────────────────────────────────────────────────────────────────────────── */
.images_sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.images_sec img {
    width: 33.3%;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.top_h {
    background-color: #07032D;
}


/* ──────────────────────────────────────────────────────────────────────────────
   TOP "SCARCITY" BANNER  (Only a Few Spots…)
────────────────────────────────────────────────────────────────────────────── */
.top_h h1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    padding: 8px 0;

}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    flex-wrap: wrap;

}

.que {
    padding-left: 35px;
    min-height:65px;
    border-bottom: 1px solid #07032D33;
}

/* ──────────────────────────────────────────────────────────────────────────────
   PRIMARY NAVIGATION (desktop)
────────────────────────────────────────────────────────────────────────────── */
ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    color: var(--blue);
}

li:hover {
    color: var(--blue);
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;

}

.logo {
    padding: 20px 80px;
    flex: 1;
}

.request-quote { /* prominent CTA button in desktop header */
    /* styling duplicates .arrow-button brand language      */
    border: solid #31AEFF;
    border-radius: 51px;
    background: transparent;
    color: #31AEFF;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: center;

}

/*****************************************top bar 2 ************************************************/
.top_bar_2 {  /* small credibility ticker ("Award Winning / Quality") */
    background: #DB9D6A;

}

.header_2 {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
}

.header_2 p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 8px;

}

.content_1 img,
.content_2 img,
.content_3 img {
    max-width: 30px;

}

.content_1,
.content_2,
.content_3 {
    display: flex;
    align-items: center;

}

/***************************************** HERO / SECTION-1 ****************************************/
.sec_1 {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec1 {
    width: 50%;
    padding: 58px 0;
    color: #fff;
}

.sec21 { /* stage-2 variant of .sec1 (black text) */
    /* width 70% to narrow the form container */
    padding: 58px 0;
    color: #000;
    width: 70%;
    margin: auto;
}

.rating {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding-bottom: 25px;
}

.rating p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;

}

.sec1 h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 15px;
}

.sec_1_p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: px;

}

.sec_1_content {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-bottom: 18px;

}

.sec_1_content img {
    width: 28px;
    height: 28px;
}

.sec_1_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;

}

.sec_1_content span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
}

.sec_1_button {
    padding-top: 7px;
}

.arrow-button {
    border: solid #31AEFF;
    border-radius: 51px;
    background-color: #31AEFF;
    color: #fff;
    padding: 23px 50px;
    font-size: 19px;
    font-weight: 700;
    line-height: 22.99px;
    margin-bottom: 25px;
}

.white_span {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;

}

.arrow {
    padding-left: 10px;
}

.white_box {
    padding: 20px;
    color: #07032D;
    background-color: #fff;
    border-radius: 15px;
}

.white_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding: 14px 0;
}

.white_box span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;

}

.verfy {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.verfy img[src*="verified"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

.verfy span {
    margin-right: auto;
    font-weight: 600;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.sec2 { /* "As Seen On" carousel strip */
    background-color: #DB9D6A;

    background-color: #DB9D6A;
    padding-top: 30px;
    padding-bottom: 24px;
}

.sec_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 126px;
}

.sec2 p {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    text-align: center;
    color: #fff;

}

.sec_3 {
    padding-top: 83px;
    padding-bottom: 45px;
}

.sec_3 h1 {
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;

}

.sec_3 span {
    color: #DB9D6A;
}

.sec_3 p {
    padding-bottom: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

}

.foms {
    display: flex;
    gap: 21px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* Desktop specific rules to ensure proper alignment */

/* Intermediate breakpoint is now unused - all goes to mobile at 1200px */

/* Adjust content section padding below 1200px */

/* 4-step process grid for smaller screens but before mobile breakpoint */

.foms h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.26px;
    text-align: center;

    color: #07032D;
    padding-top: 45px;
    padding-bottom: 15px;

}

.foms p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;

    color: #07032D;

    padding-bottom: 22px;


}

.rec1,
.rec2,
.rec3 {
    position: relative;
    padding: 0 26px;

}

.number {
    position: absolute;
    top: -28px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #31AEFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 40px;
    right: 0;
    margin: 0 auto;

}

.foms span {
    color: #fff;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.sec_4 { /* Awards grid (desktop & responsive overrides later) */  
    padding-top: 91px;
    padding-bottom: 103px;
    padding-top: 91px;
    padding-bottom: 103px;
}

.sec_4 h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    padding-bottom: 23px;
}

.sec_4 span {
    color: #DB9D6A;
}

.sec_4 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-bottom: 34px;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.sec4 {
    background-color: #DB9D6A33;
}

.sec_4_content {
    display: flex;
    justify-content: space-between;
}

.sec_4_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_4_c p {
    width: 100%;
    padding-top: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;

}



/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.sec5 {
    background: linear-gradient(103.92deg, #070048 0.42%, #07013C 45.09%, #07032D 98.59%);

}

.sec_5 {
    padding: 80px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
}

.sec_5 h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    padding-bottom: 30px;
}

.sec_5_span {
    color: #DB9D6A;
}

.sec_5_left_p1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 30px;

}

.sec_5_left_p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    padding-bottom: 30px;

}

.sec_5_left {
    width: calc(50% - 65px);

}

.sec_5_right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-pool-image {
    width: 100%;
    height: 550px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center 30%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Section 5 - tablet-specific adjustments */

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.sec_6 {
    padding-top: 91px;
    padding-bottom: 100px;
}

.sec_6_top h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    max-width: 823px;
    width: 100%;
    margin: 0 auto;
}

.sec_6_top span {
    color: #DB9D6A;
}

.sec_6_top p {
    max-width: 894px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 53px;
}

.sec_6_content1 {
    background-color: #F7EBE1;
    padding: 50px 30px;
    border-top-left-radius: 30px;
    height: 100%;
}

.sec_6_content1_h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42.36px;
    padding-bottom: 25px;
}

.sec_6_content1_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding-bottom: 25px;

}

.sec_6_content1_h1 span {
    color: #DB9D6A;
}

.sec_6_btm_left {
    width: 50%;
}

.sec_6_btm_right {
    width: 50%;
}

.sec_6_btm,
.sec_6_middle,
.sec_6_last {
    display: flex;
    flex-wrap: wrap;
}

.middle_content {
    padding: 50px 30px;
    background-color: #F7EBE1;
    height: 100%;
}

.middle_content h1 {
    padding-bottom: 25px;
    font-size: 35px;
    font-weight: 700;
    line-height: 42.36px;

}

.middle_content_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding-bottom: 25px;

}

.middle_content_span,
.span1 {
    color: #DB9D6A;
}

.sec_6_l {
    background-color: #F7EBE1;
    padding: 50px 30px;
    border-bottom-left-radius: 30px;
    height: 100%;
}

/* Section 6 checkbox list styling */
.sec6-list-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-bottom: 18px;
    padding: 20px;
}

.sec6-list-item img {
    width: 28px;
    height: 28px;
}

.sec6-tick-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

/* Mobile adjustments for section 6 checkbox lists */

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.sec_7 {
    padding-top: 95px;
    padding-bottom: 155px;
}

.sec_7_text {
    max-width: 638px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sec_7_text h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
}

.sec_7_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 53px;
}

.sec_7_box {
    width: 100%;
}

.circle_img {
    width: 153px;
    height: 153px;
    background-color: #DB9D6A33;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.circle_img img {
    width: 100%;
}

.sec_7_box h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    padding-top: 30px;

}

.sec_7_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    padding-top: 15px;
}

.sec_7_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sec_7_content {
    display: flex;
    column-gap: 81px;
}

.sec_7_btm_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

}

.r2 {
    padding-top: 37px;
}

.sec_7_btm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.slider_s {
    background-color: #07032D;
    ;
}

.slider_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tex_sec h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;

}

.tex_sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
}

header ul li a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

.tex_sec {
    max-width: 619px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 20px;
}

.slider_sec_white_box {
    width: 50%;
    padding: 30px;
    color: #07032D;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pool_back {
    padding: 0;
    color: #07032D;
    background-color: #fff;
    border-radius: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
    height: 100%;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.new {
    max-width: 800px;
    margin: 0 auto;
}

.pool_back .r_img {
    position: relative;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.slider_sec_full_box {
    position: relative;
    margin: 10px;
    padding: 0;
    height: 450px;
}

.slider_s {
    position: relative;
    padding: 40px 0;
    background: #07032D;
}

.slider_sec_white_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 0;
    color: #333;
}

.slider_sec_white_box span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #07032D;
}

.slider_sec_white_box h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #07032D;
}

.slider_sec_full_box {
    display: flex;
    flex-wrap: wrap;
}

/* Owl carousel navigation styling */
.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: #07032D !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background: #DB9D6A !important;
}





/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.FAQs {
    padding-top: 94px;
    padding-bottom: 100px;
}

.f_text {
    max-width: 624px;
    width: 100%;
    margin: 0 auto;
}

.f_text h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;

}

.f_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
}

.a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding: 5px 0 15px 0;
    margin-top: 5px;
    margin-bottom: 20px;
    display: none;
}

.q a h4 {
    margin-bottom: 20px;
}

.q-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q-container h1 {
    padding-right: 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.63px;
}

.q {
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.q_a {
    max-width: 956px;
    width: 100%;
    margin: 20px auto;

}

.toggle-btn {
    color: #DB9D6A;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
}

button {
    cursor: pointer;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.lasts {
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 69px 0;
}

.last_s {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
}

.last_s_left {
    width: calc(50% - 100px);
    color: #fff;
}

.last_s_right {
    width: 50%;
}

.last_r {
    display: flex;
    color: #fff;
    column-gap: 6px;
    padding-bottom: 25px;
}

.last_text h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;

}

.last_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 25px 0;

}

.last_text p:last-child {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 400;
    line-height: 22.4px;

}

.foam {
    padding: 35px;
    margin: 20px;
    background-color: #fff;
    border-radius: 30px;
    min-height: 500px;
}

.foam h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 31px;
}

.lock {
    display: flex;
    justify-content: center;
    column-gap: 1px;
}

.last-button,
button.next {
    border: solid #31AEFF;
    border-radius: 51px;
    background-color: #31AEFF;
    color: #fff;
    padding: 23px 91px;
    font-size: 19px;
    font-weight: 700;
    line-height: 22.99px;
    margin-bottom: 25px;
}

.input {
    padding: 18px;
    margin-bottom: 15px;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    margin-top: 10px;
}

label {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.name_input {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.name_input .name_ali {
    flex: 1;
}

.name_input input {
    width: 100%;
    display: block;
}

.full-width {
    width: 100%;
}

.sec_l_button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
footer {
    background-color: #07032D;
}

.footer {
    padding: 34px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.f_con {
    display: flex;
    align-items: center;
}

.f_con img {
    width: 82px;
}

.f_con p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 40px;
}

.footer p:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;

}

.mob_header,
.menu-icon {
    display: none;
}

.last_p_footer p:last-child {
    padding-top: 10px;
    text-align: right;
}

.mob_p {
    display: none;
}

.circle_img img {
    width: 100%;
}

.circle_img {
    padding: 30px;
}

.bt_m {
    display: none;
}

/* Google logo styling - highly specific to override any conflicts */
.verfy img.google {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

.slider_sec_white_box img[src*="Stars.png"] {
    max-width: 150px;
    height: auto;
    margin-bottom: 5px;
}

.mobile_naner {
    display: none !important;
}

.slider_m {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    gap: 111px;
}

.mfp--list {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.mfp--list li {
    display: list-item;
}

.mfp--list li:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
}


.hidden {
    display: none;
}

select.input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 30px;
}

select.input::-ms-expand {
    display: none;
}

.alt-btn {
    background-color: #fff;
    color: #000;
}

.step {
    display: none;
}

.step.current {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    flex-grow: 1;
}

div.next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #07032D;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    max-width: 100px;
}

div.next:hover {
    background-color: #07032D;
    color: #fff;
}

div.next.alt-btn {
    background-color: #07032D;
    color: #fff;
}

.yes-no-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.yes-no-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: center;
    height: 100%;
    flex-grow: 1;
}

.multi-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    flex-wrap: wrap;
}

.multi-container>div {
    flex: 50%;
    max-width: none;
}





.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(25% - 15px);
    /* 4 cards per row with gap */
    max-width: 250px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-image {
    height: 200px;
    /* Adjust this value as needed */
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    text-align: center;
}

.card-title {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.card-subtitle {
    margin: 5px 0 0;
    font-size: 16px;
    color: #666;
}

/* Responsive design */

.stage2--form {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Desktop vs Mobile specific views */
.mobile-view {
    display: none !important;
}

.desktop-view {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

/* Reduce desktop award image size to 80% */
.desktop-view .sec_4_c img {
    width: 80%;
    height: auto;
}

/* Make desktop awards wrap naturally without scaling */
.desktop-view .sec_4_c {
    margin: 0 5px;
    padding: 5px;
    width: auto;
    flex: 0 0 auto; /* Don't grow or shrink, use natural width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Adjust text size for award captions */
.desktop-view .sec_4_c p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
    padding: 0;
}

/* Desktop styles handled in base CSS */

/* Carousel fixes for height & visibility issues */
.slider_m img, .owl-carousel img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.slider_m, .owl-carousel {
    min-height: 1px;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    width: auto;
    border-radius: 20px;
}

/* Ensure carousel is visible during initialization */
.slider_m {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

/* Slick slider styles */

/* Control slick slider height */

/* Default theme for Owl Carousel */

/* ====================================================================== */
/*  AS SEEN ON  –  Fallback when Slick hasn't initialised                 */
/*  Targets .slider_m that still lacks .slick-initialized                 */
/* ====================================================================== */
.slider_m:not(.slick-initialized) {
    display: flex;               /* row of logos */
    justify-content: center;     /* centred in the bar */
    align-items: center;
    gap: 40px;                   /* space between logos */
    width: 100% !important;      /* fill parent */
    overflow: hidden;            /* hide accidental overflow */
    max-width: 100%;             /* prevent overflow */
    flex-wrap: wrap;             /* allow wrapping if needed */
}

.slider_m:not(.slick-initialized) img {
    height: 42px;                /* Reduced by 30% from 60px */
    width: auto;                 /* keep aspect ratio */
    object-fit: contain;         /* resize nicely */
    margin: 0 auto;              /* center images */
}

/* Ensure each slide is properly sized in non-active state */

/* Optional: shrink logos on narrow screens */

/* Mobile responsive fixes */
@media (min-width: 1201px) {
    .foms > div {
        flex: 1;
        max-width: calc(25% - 16px);

    }
    .foms > div img {
        width: 100%;
        height: auto;
        object-fit: cover;

    }

}
@media (max-width: 1200px) {

    .sec_5 {
        padding: 40px 0;
    }
    .sec_6_content1,
    .middle_content,
    .sec_6_l {
        padding: 20px;
        padding: 25px 15px;
        border-radius: 0 0 20px 20px;

    }
    .sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7 {
        padding-left: 20px;
        padding-right: 20px;

    }
    .slider_sec_full_box {
        max-width: 800px;
        margin: 10px auto;
        height: auto;
        padding: 0;
        margin: 15px auto;

    }
    .foam {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        width: auto;

    }
    .sec_6 {
        padding-bottom: 50px;
        padding-top: 35px;
        padding-bottom: 40px;

    }
    .sec_6 > div:not(.container) {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;

    }
    .sec_6_top h1, 
    .sec_6_top p,
    .sec_6_content1_h1,
    .sec_6_content1_p,
    .middle_content h1,
    .middle_content_p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;

    }
    .sec_6_btm_right img.img_w {
        height: 300px;
        object-fit: cover;
        object-position: center 30%;
        width: 100%;
        border-radius: 20px 20px 0 0;
        max-width: none;
        max-width: 400px;
        height: auto;
        height: 200px;
        max-width: 100%;
        margin: 0;
        display: block;

    }
    .sec_7_content {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;

    }
    .sec_7_box {
        max-width: 600px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;

    }
    .sec_7_box_t {
        width: 100%;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
        width: calc(100% - 105px);
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 350px;

    }
    .sec_7_box_t h1, 
    .sec_7_box_t p {
        text-align: center;

    }
    .sec_7_box h1 {
        padding-top: 0;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;

    }
    .sec_7_box p {
        margin-bottom: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        padding-bottom: 10px;
        max-width: 300px;

    }
    .circle_img {
        width: 144px;
        height: 144px;
        margin: 0 auto;
        padding: 15px;
        width: 120px;
        height: 120px;

    }
    .foam1 img, .foam2 img, .foam3 img, .foam4 img {
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        display: block;

    }
    .sec_7_text p {
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: center;

    }
    .mobile_naner {
        display: none;

    }
    .mobile_naner img {
        width: calc(100% + 60px);
        margin: 0 auto;
        margin-left: -30px;

    }
    .sec_4, .sec_3, .sec_5, .sec_6, .sec_7 {

        padding-top: 40px;
        padding-bottom: 40px;

    }
    .sec1 .rating {
        display: none;

    }
    .content_1, .content_2 {
        display: none;

    }
    .header_2.marquee-content {
        justify-content: center;

    }
    .lasts .foam .span1 {
        display: block;

    }
    .lasts {
        padding:40px 5px;
    }
    .slider_sec_white_box p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;

    }
    .slider_sec_white_box h1 {
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
        text-align: left;

    }
    .slider_sec {
        padding-top: 10px;
        padding-bottom: 20px;

    }
    .tex_sec {
        margin-bottom: 30px;

    }
    .bt_m button {
        border: solid #31AEFF;
        border-radius: 5px;
        background: transparent;
        color: #31AEFF;
        cursor: pointer;
        font-size: 16px;
        padding: 5px 15px;
        text-align: center;

    }
    .bt_m {
        display: block;

    }
    .d_no_m {
        display: none;

    }
    .menu-icon.close_button {
        display: none;

    }
    .top_h h1 {
        font-size: 16px;

    }
    .sec2 {
        overflow: hidden;
        padding: 20px 0;

    }
    .slider_s {
        overflow: hidden;

    }
    .pool_back .r_img {
        width: 100%;
        height: 300px;
        object-position: center;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        height: auto;

    }
    .pool_back {
        flex-direction: column;
        height: auto;
        max-width: 800px;
        margin: 0 auto;

    }
    .slider_sec_white_box {
        padding: 25px 20px;
        width: 100%;
        position: relative;

    }
    .sec_5_right {
        display: none;

    }
    .hero-pool-image {
        max-width: 400px;
        height: auto;
        border-radius: 10px;
        object-position: center 35%;
        margin: 0 auto;
        display: block;
        object-position: center 40%;

    }
    .desktop-view {
        display: none;

    }
    .mobile-view {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 15px;
        justify-items: center;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        gap: 10px;

    }
    .mobile-view .sec_4_c {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;

    }
    .mobile-view .sec_4_c img {
        max-width: 80px;
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        max-width: 56px;

    }
    .foam1, .foam2, .foam3, .foam4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }
    .foam1 .rec1, .foam2 .rec2, .foam3 .rec3, .foam4 .rec3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;

    }
    .mobile-view .sec_4_c p {
        display: none;

    }
    .sec_4 {
        padding-top: 30px;
        padding-bottom: 30px;

    }
    .sec2 p {
        display: none;

    }
    .sec_2 {
        display: block;
        text-align: center;

    }
    .slider_m {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;

    }
    .circle_img img {
        width: 100%;

    }
    li:last-child,
    .mob_hidden,
    ul {
        display: none;

    }
    .mob_header,
    .menu-icon,
    .mob_p {
        display: block;

    }
    .foam1,
    .foam2,
    .foam3,
    .foam4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .foam1 .rec1,
    .foam2 .rec2,
    .foam3 .rec3,
    .foam4 .rec3 {
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .foam1 h1,
    .foam2 h1,
    .foam3 h1,
    .foam4 h1,
    .foam1 p,
    .foam2 p,
    .foam3 p,
    .foam4 p {
        text-align: center;

    }
    .mob_header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px;

    }
    .logo {
        padding: 0;

    }
    .menu-icon {
        border: none;
        background: none;

    }
    .sec1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 15px 50px 15px;
        text-align: left;

    }
    .sec1 h1 {
        text-align: left;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;

    }
    .sec_1_p {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding-bottom:20px

    }
    .sec_1_content p, .sec_1_content span {
        text-align: left;
        font-size: 16px;
        line-height: 24px;

    }
    .sec_1_content span {
        font-weight: 700;

    }
    .sec_1_content {
        margin-bottom: 15px;

    }
    .arrow-button {
        width: 100%;

    }
    .foms {
        flex-wrap: wrap;

    }
    .foms img {
        width: 100%;

    }
    .last_s_right,
    .last_s_left,
    .sec_6_btm_left,
    .sec_5_left {
        width: 100%;

    }
    .last_s_left {
        order: 0;

    }
    .last_s {
        display: flex;
        flex-direction: column;

    }
    .last_s_left .sec_1_white_box {
        display: none;

    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .f_con {
        display: flex;
        flex-direction: column;
        gap: 20px;

    }
    .last_p_footer p:last-child {
        text-align: center;

    }
    .f_con p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;

    }
    .last_p_footer {
        text-align: center;
        padding-top: 28px;

    }
    .mob_p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;
        padding-top: 20px;

    }
    .last_r img {
        width: 65.18;
        height: 13px;

    }
    .last_r {
        align-items: center;
        justify-content: center;
        margin-top: 10px;

    }
    .last_r p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 13.31px;

    }
    .last_text h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    .last_text p {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: center;

    }
    .foam h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    label {
        font-size: 18px;
        font-weight: 500;
        line-height: 16.8px;
        text-align: left;

    }
    .arrow-button,
    .last-button,
    button.next {
        padding: 16px 20px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.36px;
        text-align: center;
        border-radius: 100px;

    }
    .lock img {
        height: 13px;
        width: 10px;

    }
    .lock p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 14.4px;

    }
    .q {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        padding: 12px 0;

    }
    .f_text h1 {
        font-size: 26px;
        margin-top: 20px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    .f_text p {
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 20px;
        line-height: 19.6px;
        text-align: center;

    }
    .tex_sec h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }

    .FAQs {
        padding: 40px 30px;
    }
    .tex_sec p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;

    }
    .r2 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 13.31px;
        display: flex;
        align-items: center;

    }
    .sec_7_text h1 {
        font-size: 26px;
        margin-top: 20px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    .rating p,
    .white_span {
        font-size: 16px;
        font-weight: 400;
        line-height: 13.31px;

    }
    .rating img {
        width: 65px;

    }
    .sec_3 h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    .sec_3 p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        text-align: center;
        padding-bottom: 20px;

    }
    .sec_4 h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 26.4px;
        margin-top: 20px;
        text-align: center;

    }
    .sec_4 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;

    }
    .sec_5 h1 {
        font-size: 26px;
        margin-top: 20px;
        font-weight: 700;
        line-height: 26.4px;

    }
    .sec_6_top h1 {
        font-size: 26px;
        margin-top: 20px;
        font-weight: 700;
        line-height: 26.4px;
        text-align: center;

    }
    .sec_6_top p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;

    }
    .sec_6_content1_h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24.2px;

    }
    .sec_6_content1_p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;

    }
    .middle_content h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24.2px;

    }
    .middle_content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;

    }
    .sec_6_btm_right {
        width: 100%;

    }
    .sec_6_btm_left {
        order: 2;
        margin-bottom: 20px;

    }
    .white_box p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.6px;

    }
    .card {
        width: calc(33.33% - 13.33px);

    }

}
@media (max-width: 1200px) and (min-width: 769px) {
    .foms {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-content: center;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;

    }
    .foms > div {
        width: 100%;

    }
    .foms > div img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;

    }
    .sec_5 {
        gap: 40px;

    }
    .sec_5_left {
        width: calc(50% - 40px);

    }
    .hero-pool-image {
        max-width: 400px;
        height: auto;

    }

}
@media (max-width: 768px) {
    .sec6-list-item {
        padding: 15px;

    }
    .sec6-tick-text {
        font-size: 16px;
        line-height: 22px;

    }
    .verfy img.google {
        width: 28px;
        height: 28px;
        position: static;
        margin: 0 0 0 auto;

    }
    .verfy {
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding-right: 0;

    }
    .verfy img[src*="verified"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;

    }
    .verfy span {
        font-size: 16px;
        display: inline-block;
        margin-right: auto;

    }
    .card {
        width: calc(50% - 10px);

    }
    .slider_m:not(.slick-initialized) img {
        height: 28px;

    }
    .slider_m:not(.slick-initialized) {
        gap: 20px;

    }
    .sec_5_right {
        display: none;

    }
    .slider_m {
        height: auto;
        max-height: 70px;

    }
    .slider_m img {
        max-height: 35px;
        width: auto;
        margin: 0 auto;

    }
    .sec_2 {
        padding: 15px 0;

    }
    .slider_sec_white_box {
        padding: 20px 15px;

    }

}
@media (max-width: 480px) {
    .foam1 img, .foam2 img, .foam3 img, .foam4 img {
        max-width: 400px;
        height: auto;

    }
    .foam1, .foam2, .foam3, .foam4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }
    .foam1 .rec1, .foam2 .rec2, .foam3 .rec3, .foam4 .rec3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;

    }
    .mobile-view {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

    }
    .mobile-view .sec_4_c img {
        max-width: 56px;

    }
    .hero-pool-image {
        max-width: 400px;
        height: auto;
        object-position: center 40%;
        margin: 0 auto;

    }
    .pool_back .r_img {
        height: auto;

    }
    .sec_6_btm_right img.img_w {
        max-width: 400px;
        height: auto;

    }
    .card {
        width: 100%;
        max-width: none;

    }

}