@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    /* background: #f8f8f8; */
}

html {
    overflow-x: hidden !important;
}

.maincolor{
    color:#3fc1ab;
}
.trublue{
    color:#006aa6;
}

body {
    overflow-x: hidden !important;
    /* background: #f8f8f8; */
}

.bg-offwhite {
    background: #f8f8f8;
}

.textred {
    color: #3fc1ab !important;
    font-weight: bold;
}

.textblue {
    color: #006aa6 !important;
}

.textdarkblue {
    color: #274760 !important;
}

ul,
p {
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

.sectionpad {
    padding: 70px 0;
}

.sectiontitle {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #bc3d3d;
    line-height: 48px;
    margin-bottom: 8px !important;
}

.subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px; /* 75% */
    letter-spacing: 0.075rem;
    margin-bottom: 7px !important;
}

.sectioncontent {
    font-size: 19px;
    line-height: 30px;
    padding: 0 5% !important;
    margin-top: 20px !important;
}

.sectionpadtop {
    padding-top: 70px;
}

.sectionpadbottom {
    padding-bottom: 70px;
}

.imgfluid {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0 !important;
    margin: 0 !important;
}

.fixedctabtn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    /* background-color: #ffff; */
    padding: 7px 10px !important;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-size: 15px !important;
    line-height: 22px;
}

.fixedctabtn span {
    font-weight: 600;
    color: #262626;
}

.fixedctaimg img {
    width: 60px;
    height: auto;
}

/* ------ */

/* navbar */

.navbarsection .container {
    border-radius: 3.125rem;
    /* background: rgba(255, 255, 255, 0.75); */
    /* filter: blur(13px); */
    padding: 15px;
}

.navphonetext {
    padding-left: 5px;
    padding-right: 15px;
    font-size: 16px;
}

.logoimg {
    width: 200px;
    height: auto;
}

.navwrapper {
    display: flex;
    z-index:999;
}

.logo1wrap,
.logo2wrap {
    /* padding: 0 20px 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
}

.cotactwrapper {
    display: flex;
    z-index:999;
}

.contact1wrap,
.contact2wrap {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.contact1wrap .navphonetext {
    background: linear-gradient(90deg, #006aa6 0%, #bc3d3d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact2wrap .navphonetext {
    color: #fff !important;
}

.contactbtn1 img {
    width: 46px;
}
.contactbtn2 img {
    width: 25px;
}

.contactbtn1,
.contactbtn2 {
    color: #006aa6;
    font-weight: 600;
    font-size: 20px;
}

.contact1wrap {
    border-radius: 1.5rem;
    border: 1px solid #006aa6;
    background: #fff;
}

.contact2wrap {
    border-radius: 1.5rem;
    background: linear-gradient(90deg, #006aa6 0%, #bc3d3d 100%);
    padding: 7px 18px;
}

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

/* banner section */

.bannesection {
    background: url("../images/iv-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
    overflow: hidden;
}
.bannesection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 42%);

}

.extrahead {
    display: none;
}

.bannerhead1,
.bannerhead2 {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 75px; /* 140% */
    width: 88%;
    text-align: center;
}

.bannerimgwrap {
    width: 75%;
}

.appointmentbtn a {
    border-radius: 1.5rem;
    background: linear-gradient(105deg, #006aa6 0%, #bc3d3d 100%);
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    border: 1px solid transparent;
}

.appointmentbtn a:hover {
    background: #fff;
    color: #006aa6;
    border: 1px solid #006aa6;
    /* transition: all 0.2s ease; */
}

/* cta section */

.ctasection .container {
    background: url("../images/banner/cta-banner.jpg") no-repeat center;
    background-size: cover;
    border-radius: 15px;
}

.ctarightcontent {
    padding-left: 9%;
}

.fbag2 {
    display: none;
}

img.img-fluid.fbag2 {
    width: 538px;
    height: auto;
}

.mobilechoose {
    display: none;
}

/* benefit section */

.ringimgwrap {
    width: 100%;
    margin: 100px 0;
    max-width: 45%;
}

.bfhead {
    border-radius: 5px;
    background: #006aa6;
    color: #fff;
    padding: 6px 17px;
    font-size: 19px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    left: 64px;
    margin-bottom: 10px;
}

.bfdata {
    font-size: 14px;
}

.benefitcardwrap {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    width: 375px;
    border-radius: 5px
    background: #fff;
    box-shadow: 0px 4px 10.9px 0px #a0bcbf;
    position: absolute;
}

.benefitcardwrap:hover {
    background: #006aa6;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.benefitcardwrap:hover .bfhead {
    background: #fff;
    color: #006aa6;
    border: 2px solid #006aa6;
}

.benefitcardwrap:hover .benefiticonimg {
    filter: brightness(1500%);
}

.mobilebenefitwrap {
    display: none;
}

.mobilebenefitwrap .benefitcardwrap {
    position: relative;
    margin: 45px 0;
}

.desktopbtn {
    position: absolute;
    top: 45%;
    left: 33%;
    margin: 0 auto;
}

.bfcard1 {
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bfcard2 {
    top: 25%;
    left: -33%;
}

.bfcard2 .bfhead {
    left: 30px;
}

.bfcard3 {
    bottom: 18%;
    left: -33%;
}

.bfcard3 .bfhead {
    left: 15px;
}

.bfcard4 {
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bfcard4 .bfhead {
    left: 25px;
}

.bfcard6 {
    top: 18%;
    right: -33%;
}

.bfcard6 .bfhead {
    left: 26px;
}

.bfcard5 {
    bottom: 23%;
    right: -33%;
}

.bfcard5 .bfhead {
    left: 18px;
}

img.benefiticonimg {
    width: 50px;
    height: 50px;
}

/* wellbeing card  section*/

.wellbeigncard-section {
    background: linear-gradient(
            252deg,
            #d2eaef 12.34%,
            rgba(48, 123, 196, 0.8) 94.78%
    );
}

.wellbeingcardwrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 15px 0;
    border: 2px solid white;
}

.wellbeingcardwrap:hover {
    border: 2px solid #006aa6;
}

.wellcardtitle {
    margin: 10px 0 !important;
    font-size: 19px;
    line-height: 25px;
    color: #3fc1ab;
}

.wellcardcontent {
    font-size: 14px;
}


#hiddentext1,
#hiddentext2,
#hiddentext3,
#hiddentext4,
#hiddentext5,
#hiddentext6,
#hiddentext7,
#hiddentext8,
#hiddentext9,
#hiddentext10,
#hiddentext11,
#hiddentext12,
#hiddentext13,
#hiddentext14,
#hiddentext15{
    display: none;
}

.wellcardcontent {
    color: #444f6f !important;
}

.readmorebtn,
.readlessbtn {
    font-size: 17px;
    line-height: 28px;
    color: #020d2b;
}

.readlessbtn {
    display: none;
}

/* why choose section */

.whychooseimgwrap img {
    border-radius: 10px;
}

.pointertext {
    color: #274760;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
}

.pointercard {
    margin: 20px 0;
}

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

/* footer */
.footercontentwrap {
    background: #006aa6;
    padding:10px;
}

.footimg {
    width: 20px !important;
    height: auto;
    margin: 0 5px 0 10px;
}

.foottext {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0 !important;
}

/* faq section */

section.faqsection .container-fluid {
    width: 95%;
    margin: 0 auto;
}

.questtext {
    font-weight: 700;
    color: #006aa6;
}

.accordion-button::after {
    background: url("../images/icon/down.svg") !important;
}

.accordion-button:not(.collapsed)::after {
    background: url("../images/icon/down.svg") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion {
    background: transparent !important;
}

button.accordion-button {
    padding: 25px 45px 20px 40px;
}

.accordion-body {
    background-color: #efefef;
    padding: 0 20px 30px 40px !important;
    color: #274760 !important;
}

.faqhead {
    font-size: 18px;
    font-weight: 600;
    color: #006aa6 !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: unset !important;
}

.accordion-item {
    margin: 20px 0;
    border-radius: 10px;
    border-bottom: 1px solid #efefef !important;
    border-right: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important;
    border-top: none !important;
    background-color: transparent !important;
}

.accordion-header,
.accordion-button {
    background-color: transparent !important;
    /* border: 1px solid #c3e4e8; */
    border-radius: 10px;
}

.accordion-header {
    border-top: 1px solid #efefef;
}

.accordion-button:not(.collapsed) {
    background-color: #efefef !important;
    border-radius: 10px 10px 0 0;
}

.accordion-button::after {
    width: 28px !important;
    height: 28px !important;
}

.accordion-button:not(.collapsed)::after {
    transform: unset !important;
    transition: all 0.2s ease;
}

/*  */

/* footer */

.footersection {
    background-color: #1b2728;
}

.accordion-button::after {
    background: url("../images/icon/down.svg") !important;
}

.accordion-button:not(.collapsed)::after {
    background: url("../images/icon/up.svg") !important;
}

.ctabtnwrap a {
    position: fixed;
    bottom: 4%;
    right: 6%;
    border-radius: 0.5rem;
    background: #85cfd5;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
    z-index: 9999;
}

/* togglewrap */
.togglewrap {
    font-size: 24px;
}

/* mobilefeature */
.featureboxwrap {
    display: none;
    border-radius: 0.75rem;
    /* border: 1px solid #000; */
    background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.desktopbanner {
    display: block;
}

.mobilebanner {
    display: none;
}

.mobilenav {
    display: none;
    background: linear-gradient(90deg, #f0fdff 0%, #f1feff 46.5%, #fff0f4 100%);
}

.mobnavtext {
    font-size: 18px;
    color: #000;
    font-weight: 800;
}

/* form Data */

.herosection {
    position: relative;
    /* margin-bottom: 80px; */
    padding-bottom: 80px !important;
}
.herocontentwrap{
    background: #00000026;
    padding: 20px;
    border-radius: 10px;
    z-index:999;
    text-align: center;
}

.newFormSection {
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

form#banner-form {
    padding: 15px 15px 15px 60px;
}

.form-group {
    padding: 15px 0;
    width: 100%;
}

.newFormWrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.form-title {
    font-family: "Inter", sans-serif;
    color: #bc3d3d !important;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
}

.banner-form {
    border-radius: 1.5rem;
    background: linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(
            148deg,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(48, 123, 196, 0.4) 100%
    );

    border: 2px solid #327bc4;
    /* box-shadow: 0px 0px 250px 0px rgba(48, 123, 196, 0.25);
    padding: 20px;
    max-width: 400px;
    width: 100%; */
}

.labelinput {
    color: #274760;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
}

.form-control {
    font-size: 14px;
}

.banner-form input {
    border-radius: 1.875rem !important;
    border: 1px solid rgba(48, 123, 196, 0.5);
    width: 100% !important;
}

.formSubmitBtn {
    border-radius: 1.5rem;
    background: linear-gradient(105deg, #006aa6 0%, #bc3d3d 100%);
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.formSubmitBtn:hover {
    background: #fff;
    color: #006aa6;
    border: 1px solid #006aa6 !important;
}

p.errortext {
    color: red;
    padding-left: 8px !important;
    font-size: 12px;
    margin-top: 8px !important;
    letter-spacing: 0.5px;
    display: none;
}

.desktopFixedCta {
    display: block;
}

.mobileFixedCta {
    display: none;
    background: #3fc1ab;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

/* media query */

@media only screen and (max-width: 1200px) {
    .bannerhead2,
    .bannerhead1 {
        font-size: 35px;
        font-weight: 500;
        line-height: 52px;
        width: 100%;
        text-align: center;
    }

    .benefitringwrap,
    .ringimgwrap {
        display: none;
    }

    .mobilebenefitwrap {
        display: block;
    }

    .bfhead {
        font-size: 17px;
    }

    .bfh2 {
        left: 50px;
    }

    .bfh3,
    .bfh5 {
        left: 33px;
    }

    .bfh6 {
        left: 45px;
    }

    form#banner-form {
        padding: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .sectionpad {
        padding: 40px 0;
    }

    .bannerhead1 {
        margin-bottom: 25px !important;
    }

    .navphonetext {
        display: none;
    }

    .contact2wrap {
        padding: 5px 11px;
    }

    .extrahead {
        display: block;
    }

    .bannerhead2 {
        display: none;
    }

    .benefitcardwrap {
        position: relative;
    }

    .ringimgwrap .ringimg {
        display: none;
    }

    .bfcard2,
    .bfcard3,
    .bfcard4,
    .bfcard5,
    .bfcard6 {
        left: unset;
        right: unset;
    }

    .benefitringwrap {
        display: block !important;
    }

    .ctarightcontent {
        padding: 30px 20px;
    }

    .ctasection .container {
        background: url("../images/banner/mobile-cta.jpg") no-repeat center;
        background-size: cover;
        border-radius: 15px;
    }

    .faqheadwrap h2 {
        text-align: center;
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width: 768px) {
    .bannesection {
        padding: 0 15px;
    }

    form#banner-form {
        padding: 20px;
    }

    .sectiontitle {
        font-size: 25px;
        line-height: 33px;
    }

    .subtitle {
        font-size: 19px;
        line-height: 24px;
    }

    .ctasection {
        margin: 0 15px;
    }

    .fbag1,
    .desktopchoose {
        display: none;
    }

    .fbag2,
    .mobilechoose {
        display: block;
    }

    .ctaleftcontent {
        display: flex;
        justify-content: center;
    }

    .ctasection .col-lg-6 {
        padding: 0 !important;
    }

    .pointercard {
        margin: 10px 0;
    }

    .newFormSection {
        position: relative;
        bottom: -45px;
    }

    .herosection {
        position: relative;
        /* margin-bottom: 20px; */
        padding-bottom: 20px !important;
    }

    .desktopFixedCta {
        display: none;
    }

    .mobileFixedCta {
        display: block;
    }
}
@media only screen and (max-width: 576px) {
    .logoimg {
        width: 150px;
        height: auto;
    }

    .navbarsection .container {
        border-radius: 3.125rem;
        background: rgba(255, 255, 255, 0.75);
        /* filter: blur(13px); */
        padding: 8px;
    }

    .logo1wrap,
    .logo2wrap {
        /* padding: 0 20px 0 0; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
    }

    .fixedctaimg img {
        width: 45px;
        height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .bannerhead2,
    .bannerhead1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
}

.banner {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
    background: #f6e9e3;
    padding: 40px;
}

.form-box{
    flex: 3;
    background: white;
    border-radius: 5px;
}
.text-box{
    flex: 5;
}
.form-box, .text-box {
    z-index: 1;
    padding: 40px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-box form {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
}
.form-box .submit-btn{
    border-radius: 3px;
    width: 100%;
}

input, textarea {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 15px;
    border: none;
    border-radius: 3px;
    background:#8080801f;
}

button {
    padding: 12px;
    background-color: #2ab8a5;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

h1, h2 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }
    .footercontentwrap{
        padding-bottom:50px;
    }

    .form-box, .text-box {
        padding: 20px;
    }
}
.landing-hero-left .benefits-ivdrip-list li::before {
    width: 19px;
    height: 19px;
    background-size: 9px;
}

.landing-hero-left .benefits-ivdrip-list li span {
    font-family: 'josefin_sansbold';
    color: #3fc1ab;
}
.benefits-ivdrip-list{
    list-style:none;
}

.benefits-ivdrip-list li img{
    margin-right: 6px;
    width: 20px;
    height: 20px;
}
.benefits-ivdrip-list li{
    text-transform: uppercase;
    margin-top: 10px;
}
.landing-hero-left h4{
    font-size: 20px;
    font-weight: 300;
}


.why-choose-us .benefitcardwrap{
    padding:20px;
    position:static;
    width: 100%;
    height: 100%;

}
.why-choose-us .bfhead{
    position: static;
    margin-bottom: 10px;
    width: 100%;
}

.faq-section {
    max-width: 85%;
    margin: 40px auto;
    padding: 20px;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #00466d;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item.active {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    text-align: left;
    color: #00466d;
}

.faq-item.active .faq-question {
    background-color: #e6f2f2;
}

.faq-question .bullet {
    width: 10px;
    height: 10px;
    background-color: #2ab8a5;
    border-radius: 50%;
    flex-shrink: 0;
}

.faq-question .text {
    flex-grow: 1;
}

.faq-question .toggle-icon {
    font-size: 1.2rem;
    color: #00466d;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    box-sizing: border-box;
}

.faq-item.active .faq-answer {
    padding: 15px 20px 20px;
}

.faq-answer p {
    margin: 0;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .faq-section {
        max-width: 95%;
    }
}

.number{
    height: 35px;
    width: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    font-size: 25px;
    background:#3fc1ab;
    color:white;
}
.iv-image{
    height: 100px;
    width: 75px;
    object-fit: contain;
}



    #guidelines-section .guidelines {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }

    #guidelines-section .section {
      flex: 1 1 45%;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    #guidelines-section .section h2 {
      font-size: 28px;
      color: #333;
      margin-bottom: 20px;
      padding-bottom: 10px;
    }

    #guidelines-section .cards {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    #guidelines-section .card {
      display: flex;
      gap: 5px;
      align-items: flex-start;
      background: #f0f4f8;
      padding: 7px;
      border-radius: 12px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    #guidelines-section .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    #guidelines-section .icon {
      font-size: 24px;
      background: #00a8e8;
      color: white;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    #guidelines-section .card h3 {
      margin: 0;
      font-size: 18px;
      color: #1c1c1c;
    }

    #guidelines-section .card p {
      margin: 4px 0 0;
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 768px) {
      #guidelines-section .guidelines {
        flex-direction: column;
      }
    }
    
    
        #how-it-works {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .how-header {
      margin-bottom: 40px;
      max-width: 500px;
    }

    .how-header span {
      display: inline-block;
      background: white;
      color: #1976d2;
      font-weight: 600;
      font-size: 14px;
      padding: 6px 16px;
      border-radius: 20px;
      margin-bottom: 12px;
    }

    .how-header h2 {
      font-size: 40px;
      margin: 0;
      color: #0a1551;
    }

    .how-header p {
      font-size: 16px;
      color: #666f88;
      margin-top: 16px;
    }

    .steps {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
    }

    .step-card {
      background: white;
      flex: 1 1 30%;
      border-radius: 24px;
      padding: 30px 24px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
      position: relative;
      transition: transform 0.3s ease;
    }

    .step-card:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      background: #e8f1ff;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 20px;
    }

    .step-card h3 {
      margin: 0;
      font-size: 20px;
      color: #0a1551;
    }

    .step-divider {
      margin: 14px 0;
      height: 1px;
      background: #e0e6f0;
    }

    .step-card p {
      margin: 0;
      color: #6c7a96;
    }

    .step-number {
      position: absolute;
      bottom: -16px;
      right: -16px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #f0f4f8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #1a1a1a;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    @media (max-width: 900px) {
      .steps {
        flex-direction: column;
      }

      .step-card {
        flex: 1 1 100%;
      }
    }