.hom-nav .ic-logo {
    width: 140px;
    height: 55px;
}

.fot-ban-inn .nw {
    float: left;
    width: 100%;
    padding: 50px 50px 70px;
    text-align: center
}

.fot-ban-inn .nw:before {
    content: '';
    position: absolute;
    background: url(../images/login-bg.png) 0 0/325px;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    animation: 4000s linear infinite both movehor
}

.fot-ban-inn .nw .pfct-mtch {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px
}

.fot-ban-inn .nw p {
    font-size: 15px;
    line-height: 26px;
    padding: 5px 100px 15px;
    font-weight: 500
}

.fot-ban-inn .nw a {
    margin: 0 10px 10px 0
}

@media only screen and (max-width: 480px) {
    .fot-ban-inn .nw {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 8px
    }

    .fot-ban-inn .nw p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 4px
    }

    .fot-ban-inn .nw h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 11px
    }

    .tag {
        font-family: 'Cinzel Decorative', cursive;
        color: #da4453;
        font-family: var(--tit-font)
    }
}

@media (min-width: 768px) {
    #success-message {
        position: fixed;
        top: 125px;
        right: 20px;
        z-index: 1000;
    }
}

@media (max-width: 767px) {
    #success-message {
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }
}

.ab-wel-tit-2 ul li div .abt-cntct,
.ab-wel-tit-2 ul li div h4 {
    padding: 0 0 0 60px;
    font-size: 15px;
    color: #7a7a7a
}

.ab-team ul li div h4,
.ab-team ul li div p {
    color: #584d22;
    top: 0;
    z-index: 1;
    position: relative
}

.ab-wel-tit-2 ul li div .abt-cntct em,
.ab-wel-tit-2 ul li div h4 em {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-top: 5px
}

.ban-search-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ban-search-box label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ban-search-box .form-control {
    height: 42px;
    border-radius: 6px;
}

.btn-search {
    height: 42px;
    background: #ff4d6d;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
}

.hom-head {
    position: relative;
    margin-top: 60px;
    height: 100vh;
    background: url('{{asset("public/front-assets/images/slider-2.webp") }}') 53% 30% / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.hom-head::before {
    content: "";
    position: absolute;
    inset: 0;
}

.hom-ban {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    margin-top: -115px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ban-tit h1 {
    font-size: 28px;
    color: #ff4d6d;
    font-weight: 700;
}

.ban-tit h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0px 0;
}

.ban-tit p {
    color: #666;
    font-size: 15px;
    padding-bottom: 0px;
}

.ban-search-box {
    background: #fff;
    margin-top: 20px;
}

.ban-search-box label {
    font-size: 13px;
    font-weight: 600;
}

.ban-search-box .form-control {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.btn-search {
    height: 42px;
    background: #ff4d6d;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-search:hover {
    background: #e63b5c;
}

.ab-wel {
    margin-top: -45px !important;
}

.hom-ban1 {
    width: 375px;
    max-width: 90%;
    min-height: 450px;
    background: rgb(0 0 0 / 0.58);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    margin-top: -100px;
    z-index: 200000000000;
    margin-left: 30px;
}

.deshktopme {
    display: block;
}

.mobileme {
    display: none;
}

.form-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-list li {
    margin-bottom: 8px;
}

.form-list label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #ddd;
}

.form-list input,
.form-list select {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 12px;
    color: #000;
}

.phone-flex {
    display: flex;
    gap: 4px;
}

.phone-flex select {
    width: 34%;
}

.phone-flex input {
    width: 66%;
}

.btn-search {
    width: 100%;
    height: 34px;
    background: #ff4d6d;
    color: #fff5f5;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.btn-search:hover {
    background: #19ad63;
}

.half {
    display: flex;
    gap: 6px;
}

.half>div {
    width: 50%;
}

.hom-ban1 h4 {
    text-align: center;
    margin-bottom: 10px;
}

.agree-box {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #ddd;
}

.agree-box input {
    transform: scale(0.9);
    width: 15px;
    color: #ddd;
}

.hom-ban1 h2 {
    color: #fff;
}

@media (max-width: 768px) {
    .hom-head {
        height: 100vh;
        background-position: center;
        background-position: 74% 30%;
    }

    .hom-ban {
        margin-top: -80px;
        padding: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .ban-tit h2 {
        font-size: 24px;
    }

    .ban-tit p {
        font-size: 13px;
    }

    .ban-search-box .form-control {
        height: 38px;
        font-size: 13px;
    }

    .btn-search {
        height: 38px;
        font-size: 14px;
    }

    .hom-ban1 {
        display: none;
    }

    .deshktopme {
        display: none;
    }

    .mobileme {
        display: block;
        max-width: 698px;
        height: 469.15px;
        background: linear-gradient(to top, rgb(0 0 0 / 77%), rgb(0 0 0 / 48%) 
            );
        padding: 20px;
        border-radius: 20px;
    }

    .form-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .form-list li {
        margin-bottom: 8px;
    }

    .form-list label {
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #fff;
    }

    .form-list input,
    .form-list select {
        width: 100%;
        height: 32px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0 8px;
        font-size: 12px;
        color: #000;
    }

    .phone-flex {
        display: flex;
        gap: 4px;
    }

    .phone-flex select {
        width: 34%;
    }

    .phone-flex input {
        width: 66%;
    }

    .btn-search {
        width: 100%;
        height: 34px;
        background: #ff4d6d;
        color: #fff5f5;
        border: none;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
    }

    .btn-search:hover {
        background: #19ad63;
    }

    .half {
        display: flex;
        gap: 6px;
    }

    .half>div {
        width: 50%;
    }

    .hom-ban1 h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    .agree-box {
        font-size: 11px;
        display: flex;
        align-items: center;
        gap: 2px;
        color: #ddd;
    }

    .agree-box input {
        transform: scale(0.9);
        width: 15px;
        color: #ddd;
    }

    #gender_box2.show {
        max-height: 100px;
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .hom-head {
        height: 100vh;
        background-size: cover;
        background-position: 54.5% 30%;
    }

    .hom-ban {
        margin-top: -250px;
        padding: 15px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .ban-tit h1 {
        font-size: 20px;
    }

    .ban-tit h2 {
        font-size: 20px;
    }

    .hom-ban1 {
        display: none;
    }

    .deshktopme {
        display: none;
    }

    .mobileme {
            max-width: 365px;
    height: 469.15px;

        display: block;
        background: linear-gradient(to top, rgb(0 0 0 / 77%), rgb(0 0 0 / 48%));
        padding: 20px;
        border-radius: 20px;
    }

    .form-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .form-list li {
        margin-bottom: 8px;
    }

    .form-list label {
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        color: #fff;
    }

    .form-list input,
    .form-list select {
        width: 100%;
        height: 32px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0 8px;
        font-size: 12px;
        color: #000;
    }

    .phone-flex {
        display: flex;
        gap: 4px;
    }

    .phone-flex select {
        width: 34%;
    }

    .phone-flex input {
        width: 66%;
    }

    .btn-search {
        width: 100%;
        height: 34px;
        background: #ff4d6d;
        color: #fff5f5;
        border: none;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
    }

    .btn-search:hover {
        background: #19ad63;
    }

    .half {
        display: flex;
        gap: 6px;
    }

    .half>div {
        width: 50%;
    }

    .hom-ban1 h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    .agree-box {
        font-size: 11px;
        display: flex;
        align-items: center;
        gap: 2px;
        color: #ddd;
    }

    .agree-box input {
        transform: scale(0.9);
        width: 15px;
        color: #ddd;
    }

    #gender_box2 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    #gender_box2.show {
        max-height: 100px;
        opacity: 1;
    }
}

#gender_box {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

#gender_box.show {
    max-height: 100px;
    opacity: 1;
}

.ban-tit h1 {
    margin-bottom: 0px !important;
}

.welcome-section {
    background: linear-gradient(135deg, #fff 50%, #f8f9ff 50%);
    padding: 10px 0 40px;
    position: relative;
    overflow: hidden;
}

.welcome-img {
    position: relative;
    text-align: center;
}

.welcome-img .main-img {
    width: 70%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.welcome-img .sub-img {
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 150px;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.welcome-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.welcome-content h2 span {
    color: #ff4d6d;
}

.sub-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

.small-text {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

.welcome-btns a {
    display: inline-block;
    padding: 12px 25px;
    margin-right: 10px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-register {
    background: #ff4d6d;
    color: #fff;
}

.btn-register:hover {
    background: #e63e5c;
}

.btn-plan {
    background: #fff;
    border: 2px solid #ff4d6d;
    color: #ff4d6d;
}

.btn-plan:hover {
    background: #ff4d6d;
    color: #fff;
}

.contact-box {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-box div {
    background: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.contact-box i {
    color: #ff4d6d;
    margin-right: 8px;
}

@media(max-width:768px) {
    .welcome-content h2 {
        font-size: 28px;
    }

    .welcome-img .main-img {
        width: 100%;
    }

    .welcome-img .sub-img {
        width: 100px;
        right: 10px;
    }
}

.trust-section {
    background: #000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.trust-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #000, transparent);
    z-index: 1;
}

.trust-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1;
}

.trust-content {
    position: relative;
    z-index: 2;
}

.trust-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #fff;
}

.trust-content h2 span {
    color: #ff4d6d;
}

.trust-content .desc {
    color: #fff;
}

.tagline {
    text-transform: uppercase;
    font-size: 14px;
    color: #bbb;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.desc {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 25px;
}

.trust-highlights {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.trust-highlights div {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.trust-highlights div:hover {
    background: #ff4d6d;
    transform: translateY(-3px);
}

.trust-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ff4d6d;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.trust-btn:hover {
    background: #e63e5c;
    box-shadow: 0 10px 25px rgba(255, 77, 109, 0.4);
}

@media(max-width:768px) {
    .trust-content h2 {
        font-size: 26px;
    }
}

.why-choose-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #fff, #fff5f7);
}

.tag {
    font-size: 14px;
    color: #171616;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-section h2 {
    font-size: 38px;
    font-weight: 700;
}

.why-choose-section h2 span {
    color: #ff4d6d;
}

.desc {
    color: #171616;
    margin-top: 10px;
}

.feature-box {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(339deg, #007bff85, #ffffff);
    margin-bottom: 15px;
}

.feature-box img {
    width: 60px;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 18px;
    font-weight: 600;
}

.feature-box p {
    font-size: 14px;
    color: #666;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 77, 109, 0.2);
}

.main-btn {
    padding: 12px 30px;
    background: #ff4d6d;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.main-btn:hover {
    background: #e63e5c;
}

@media(max-width:768px) {
    .why-choose-section h2 {
        font-size: 26px;
    }
}

.app-section {
    background: #000;
    padding: 20px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.app-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 77, 109, 0.2);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

.app-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(0, 123, 255, 0.2);
    filter: blur(120px);
    bottom: -100px;
    right: -100px;
}

.app-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.app-content h2 span {
    color: #ff4d6d;
}

.app-desc {
    color: #ccc;
    margin-bottom: 15px;
    font-size: 16px;
}

.app-sub {
    color: #aaa;
    margin-bottom: 25px;
}

.app-sub a {
    color: #ff4d6d;
}

.play-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    box-shadow: 0 10px 25px rgba(0, 114, 255, 0.4);
    transition: all 0.3s ease;
}

.play-btn i {
    font-size: 22px;
    color: #fff;
}

.play-btn small {
    display: block;
    font-size: 11px;
    opacity: 0.8;
}

.play-btn strong {
    font-size: 16px;
}

.play-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 114, 255, 0.6);
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.play-btn:hover::before {
    left: 130%;
}

.app-img img {
    max-width: 80%;
    filter: drop-shadow(0 20px 40px rgba(255, 255, 255, 0.1));
    transition: 0.4s;
}

.app-img img:hover {
    transform: scale(1.05);
}

@media(max-width:768px) {
    .app-content h2 {
        font-size: 26px;
    }

    .app-img img {
        max-width: 100%;
        margin-top: 30px;
    }
}

.home-acces-main {
    background: #fff;
    position: relative;
    padding-top: 10px !important;
}

.home-acces-main .home-tit h2 span {
    font-weight: 600;
    color: #000000;
}

/* =========================================================
   MATRIMONIAL KEYWORDS SECTION
========================================================= */

.home-acces-main {
    width: 100%;
    padding: 30px 0;
}

.home-acces {
    width: 100%;
    padding: 25px 30px 28px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(30, 30, 30, 0.07);
    box-sizing: border-box;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.home-tit {
    width: 100%;
    text-align: center;
    margin: 0 0 18px;
    padding: 0;
}

.home-tit p {
    margin: 0 0 5px;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home-tit h3 {
    margin: 0 0 15px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

.home-tit h2 span {
    color: #ff4d6d;
}


/* =========================================================
   CATEGORY TABS
========================================================= */

.home-acces .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin: 0 0 18px;
    padding: 0;

    border: 0;
}


/* Tab item */

.home-acces .nav-tabs .nav-item {
    margin: 0;
    padding: 0;
}


/* Tab button */

.home-acces .nav-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;

    padding: 7px 17px;

    background: #f5f5f7;

    color: #555;

    border: 1px solid transparent;
    border-radius: 20px;

    font-size: 14px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    transition: all 0.25s ease;
}


/* Hover */

.home-acces .nav-tabs .nav-link:hover {
    background: #fff0f3;
    color: #ff4d6d;
    border-color: #ffd4dc;
}


/* Active tab */

.home-acces .nav-tabs .nav-link.active {
    background: linear-gradient(
        135deg,
        #ff4d6d,
        #e93658
    );
   color: #ffffff;
 
    border-color: transparent;
    box-shadow: 0 5px 14px rgba(255, 77, 109, 0.25);
    font-weight: 700;
}

.home-acces .tab-content {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    border-top: 1px solid #f1f1f1;
}


.home-acces .tab-pane a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 5px 4px;
    padding: 6px 13px;

    background: #ffffff;

    color: #159b59;

    border: 1px solid #55c98a;

    border-radius: 20px;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.25;

    text-decoration: none;

    transition: all 0.25s ease;
}

.home-acces .tab-pane a:hover {
    background: #159b59;

    color: #ffffff;

    border-color: #159b59;

    transform: translateY(-2px);

    box-shadow: 0 5px 12px rgba(21, 155, 89, 0.18);
}

.wedd-shap span {
    opacity: 0.04;
}


@media (max-width: 768px) {

    .home-acces-main {
        padding: 20px 10px;
    }

    .home-acces {
        padding: 18px 12px 20px;
        border-radius: 15px;
    }

    .home-tit {
        margin-bottom: 14px;
    }

    .home-tit p {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .home-tit h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

   .home-acces .nav-tabs {
        justify-content: flex-start;

        flex-wrap: nowrap;

        overflow-x: auto;

        gap: 7px;

        margin-bottom: 12px;

        padding: 2px 2px 10px;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .home-acces .nav-tabs::-webkit-scrollbar {
        display: none;
    }


    .home-acces .nav-tabs .nav-item {
        flex: 0 0 auto;
    }


    .home-acces .nav-tabs .nav-link {
        min-height: 32px;

        padding: 7px 13px;

        border-radius: 18px;

        font-size: 12px;

        white-space: nowrap;
    }


    .home-acces .tab-content {
        padding-top: 8px;
    }

    .home-acces .tab-pane a {
        margin: 4px 2px;

        padding: 6px 10px;

        font-size: 12px;

        border-radius: 18px;
    }
}



@media (max-width: 480px) {
    .home-acces-main {
        padding: 15px 7px;
    }

    .home-acces {
        padding: 16px 10px 18px;
    }

    .home-tit h2 {
        font-size: 20px;
    }

    .home-acces .tab-pane a {
        font-size: 11px;
        padding: 5px 9px;
    }
}

.cta-section {
    background: linear-gradient(365deg, #454242, #000000);
    padding: 40px 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cta-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-sub {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.cta-desc {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cta-buttons a {
    display: inline-block;
    padding: 12px 25px;
    margin-right: 10px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary {
    border: 2px solid #fff;
    background: #ff4d6d;
    color: #fff;
}

.btn-primary:hover {
    border: 2px solid #ff4d6d;
    background: #3fbd7f;
    color: #fff;
}

.btn-secondary {
    border: 2px solid #fff;
    color: #fff;
}

.btn-secondary:hover {
    background: #3fbd7f;
    color: #fff;
}

.cta-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cta-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.cta-box ul li {
    margin-bottom: 8px;
    color: #555;
}

.cta-highlight span {
    font-size: 30px;
    font-weight: 700;
    color: #ff4d6d;
}

.cta-highlight p {
    margin: 0;
    color: #777;
    text-align: justify;
}

.choosesupport,
.headmode {
    margin-top: 20px;
}

.cta-desc {
    color: #ccc;
    line-height: 1.7;
    text-align: justify;
}

.cta-desc p {
    color: #ccc;
}

.cta-desc h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.cta-desc ul,
.cta-desc ol {
    padding-left: 20px;
    margin-bottom: 15px;
    color: #ccc;
}

.cta-desc li {
    margin-bottom: 5px;
    color: #ccc;
    text-align: justify;
}

@media(max-width:768px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-content h2 {
        font-size: 26px;
    }

    .cta-sub {
        font-size: 13px;
        text-align: justify;
    }

    .cta-box {
        margin-top: 20px;
    }

    .cta-buttons a {
        display: block;
        margin-bottom: 10px;
    }
}

.more-content {
    display: block;
}

.read-more-btn {
    display: none;
}

@media(max-width:768px) {
    .more-content {
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease;
    }

    .more-content.active {
        max-height: 2000px;
    }

    .read-more-btn {
        display: inline-block;
        margin: 10px 0;
        padding: 6px 15px;
        background: #ff4d6d;
        color: #fff;
        border: none;
        border-radius: 20px;
        font-size: 13px;
        cursor: pointer;
    }
}

        /* Mobile Header */
@media (max-width:375px){

    .hom-nav{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:8px 12px;
    }

    .logo{
        flex:0 0 auto;
    }

    .logo img{
        width:110px;
        max-width:110px;
        height:auto;
    }

    .mob-menu{
        display:flex;
        align-items:center;
        margin-left:auto;
    }

    .mob-me-ic{
        display:flex;
        align-items:center;
        gap:5px;
    }

    .mob-nav-btn{
        padding:6px 10px;
        font-size:12px;
        min-width:68px;
    }

    .mobile-menu{
        width:36px;
        height:36px;
        border:1px solid #ddd;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
    }

    .mobile-menu img{
        width:18px;
        height:18px;
    }
}
/* 320px extra small devices */
@media (max-width:320px){

    .logo img{
        max-width:100px;
    }

    .mob-nav-btn{
        padding:5px 8px;
        font-size:12px;
    }

    .mob-me-ic{
        margin-top: 12px;
        gap:4px;
    }

    .mobile-menu{
        width:34px;
        height:34px;
    }

    .mobile-menu img{
        width:18px;
        height:18px;
    }
}



