@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text-color: #14176C;
    --text-white: #ffffff;
    --text-black: #000;
    --paragraph-color: #00AEEF;
    --border-color: #14176C;
    --second-border-color: rgba(0, 0, 0, .125);
    --custom-color: #424242;
    --black-color: #000;
    --custom-bg-color: #F5FBFB;
    --bg-hover-color: #04a6e0;
    --text-hover-color: #ffffff;
    --bg-footer-color: #0B5C7B;
    --bg-form-color: #f1eeee;
    --form-bg-color: #F9F9F9;
    --bg-white: #ffffff;
    --gradient: linear-gradient(to left, #DCF3CE, #EEF6F8);
    --gradient-custom: linear-gradient(to left, #DCF3CE, #EEF6F8);
    --second-gradient: linear-gradient(to bottom, #FFFFFF, #DAE6FF);
    --second-hover-gradient: linear-gradient(to left, #FFFFFF, #DAE6FF);
    --third-gradient: linear-gradient(to right, #00AEEF, #0086c7);
    --third-hover-gradient: linear-gradient(to left, #00AEEF, #0086c7);
    --font-faimily: 'DM Sans', sans-serif;

    --login-border-color: #DEDEDE;
}

body {
    font-family: var(--font-faimily) !important;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-white);
    line-height: 0;
}

p {
    padding: 0;
    color: #000;
}

a {
    text-decoration: none;
    color: var(--custom-color);
}

.text_info {
    color: var(--paragraph-color);
}

.text_heading {
    font-weight: 700;
    font-size: 28px;
    color: var(--text-color);
}

.same_heading {
    color: var(--text-color);
    font-size: 36px;
    font-weight: 600;
}

.text_custom {
    font-size: 18px;
    color: var(--custom-color);
}
.contact_color{
    color: var(--custom-color);
}

.login_color {
    color: var(--custom-color);
    font-weight: 400;
}

.heading_custom {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 600;
}
.same_headings{
    color: var(--paragraph-color);
    font-size: 18px;
    font-weight: 600 !important;
}

.custom_button {
    width: fit-content;
    border: none;
    background: linear-gradient(to right, var(--paragraph-color) 50%, var(--bg-hover-color) 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    color: var(--text-white);
    transition: background-position 0.5s ease;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
}

.custom_button:hover {
    background-position: right bottom;
}


.botom_div {
    width: 100%;
    height: auto;
    margin: auto 0;
    border-radius: 30px;
    padding: 80px 20px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #14176C;

}

@media (max-width:568px) {
    .botom_div {
        padding: 50px 10px;
        font-size: 16px;

    }

    .stay_conroller {
        flex-direction: column;
    }
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: var(--custom-color);
    transition: 0.3s;
    padding: 0;
}

.nav-link.active {
    color: var(--paragraph-color) !important;
    border-bottom: 2px solid var(--paragraph-color);
}

.navbar-nav .nav-link:hover {
    color: var(--paragraph-color) !important;
}

.dropdown-item:hover {
    color: var(--paragraph-color) !important;
    background: var(--bg-form-color) !important;
}

.login_btn {
    background: var(--paragraph-color);
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    padding: 6px 30px;
    text-decoration: none;
}

.login_btn:hover {
    background: var(--bg-hover-color);
    color: #fff;
}

.hero-text {
    font-weight: 700;
    margin: 15px 0;
    font-size: 2.5rem;

    background: linear-gradient(90deg, var(--text-color), var(--paragraph-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.rounded-30 {
    border-radius: 30px;
}

.bg_light {
    width: 210px;
    margin: auto;
    height: 250px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EEF6F8;
}

.stat-box {
    width: 80%;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg_color_1 {
    background: #DCF3CE;
}

.bg_color_2 {
    background: #E6EBFF;
}

.bg_light h4,
.stat-box h4 {
    font-weight: 600;
    color: var(--text-color);
}

.carousel-item img {
    width: 100%;
    height: 380px;
    border-radius: 30px;
}

.carousel-item {
    width: 96%;
}

.carousel-item .img {
    width: 100%;
    height: 250px;
}

.right_side_box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature_section {
    background: var(--gradient);
    margin-top: 30px;
    border-radius: 30px;
}

.about_section {
    width: 100%;
    padding: 0 20px;
    background:
        linear-gradient(to right, rgba(195, 239, 255, 0.6), rgba(220, 243, 206, 0.6)),
        /* transparent gradient */
        url("../images/same_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.features_section p,
.about_section p {
    font-size: 18px;
    font-weight: 600;
}

.features_section p a,
.about_section p a {
    color: var(--text-color);
    text-decoration: none;
}

.features_section p a.blog,
.about_section p a.blog {
    color: var(--paragraph-color);
}

.features_section span,
.about_section span {
    font-size: 18px;
    color: var(--custom-color);
    text-align: center;
}

.features_section {
    width: 100%;
    padding: 0 20px;
    background:
        linear-gradient(to right, rgba(195, 239, 255, 0.6), rgba(220, 243, 206, 0.6)),
        /* transparent gradient */
        url("../images/same_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.features_section .features_img {
    width: 600px;
}

.section-bg {
    background-color: var(--custom-bg-color);
}

.title-text {
    font-size: 26px;
    font-weight: 600;
    color: var(--text-color);
}

.title-text span {
    color: var(--paragraph-color);
}

.custom-card {
    width: 100%;
    height: 440px;
    border: 1px solid var(--border-color);
    /* border-radius: 10px; */
}

.custom-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

.custom-card p {
    color: var(--custom-color);
}

.btn-custom {
    background-color: var(--paragraph-color);
    color: var(--text-white);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: var(--bg-hover-color);
    color: var(--text-white);
}

.cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
    padding: 0 !important;
    flex-wrap: wrap;
}

.card {
    width: 300px;
    height: 420px;
    perspective: 1000px;
    background: transparent !important;
    border: none !important;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 92%;
    backface-visibility: hidden;
    overflow: hidden;
}

/* ---------- Front (Default View) ---------- */
.card-front {
    border: 1px solid var(--second-border-color);
    background: transparent;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 10px;
}

.card-front .content h3 {
    color: var(--text-color);
    font-size: 22px;
}

.card-front .content button {
    background: var(--paragraph-color);
    border: none;
    color: var(--text-white);
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.card-front .content button:hover {
    background: var(--bg-hover-color);
}

.content_2 p,
.content_2 h3 {
    color: var(--text-white) !important;
}

.content_2 button {
    background: var(--custom-bg-color) !important;
    border: none;
    color: var(--custom-color) !important;
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.card-front img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* ---------- Back (Flip View) ---------- */
.card-back {
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--text-white);
    padding: 10px;
}

.card-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.card-back .content {
    position: relative;
    z-index: 1;
}

.card-back .content p {
    color: var(--text-white);
}

.card-back .content h3 {
    color: var(--text-white);
    font-size: 22px;
}

.card-back .content button {
    background: var(--custom-bg-color) !important;
    border: none;
    color: var(--custom-color) !important;
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

/* ---------- Special Third Card ---------- */
.special .card-front {
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--text-white);
    gap: 30px;
    flex-direction: column;
}

.special .card-front::before {
    content: "";
    position: absolute;
    top: 0;
    inset: 0;
    background: transparent !important;

}

.special .card-back::before {
    content: "";
    position: absolute;
    top: 0;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.3); */
}

.special .card-front .content {
    position: relative;
    z-index: 1;
}

.special .card-back {
    border: 1px solid var(--second-border-color);
    background: transparent !important;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special .card-back img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}


.third-card-content p,
.third-card-content h3 {
    color: var(--text-white);

}

img.rounded-img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

.card-body {
    width: 100%;
    height: 195px;
}

.engineered_first {
    background: linear-gradient(to bottom, #FFFFFF, #DAE6FF);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.4s ease;
}

.engineered_first:hover {
    background-position: bottom;
}

.engineered_second {
    background: linear-gradient(to bottom, #FFFFFF, #FFF2DA);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.4s ease;
}

.engineered_second:hover {
    background-position: bottom;
}

.engineered_third {
    background: linear-gradient(to bottom, #FFFFFF, #DCF3CE);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.4s ease;
}

.engineered_third:hover {
    background-position: bottom;
}

.stay_content {
    padding-left: 30px !important;
}

.stay_img {
    width: 100%;
    height: 350px;
}

.stay_img img {
    width: 100%;
    margin: auto;
    height: 100%;
}

.main_faq_card {
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

.faq-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s;
    overflow: hidden;
}

.faq-card.active {
    border-color: #00aeef;
    background: #F5FBFB;
    /* box-shadow: 0 2px 6px rgba(0, 174, 239, 0.15); */
}

.faq-header {
    cursor: pointer;
    padding: 15px;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 15px;
    color: #555;
}

.faq-card.active .faq-body {
    padding: 0px 40px;
    margin-bottom: 20px;
}

.faq-question {
    font-weight: 500;
    color: #14176C;
    font-size: 16px;
}

.faq-icon {
    font-size: 26px;
    background: #00AEEF;
    color: #fff;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.faq-card.active .faq-icon {
    transform: rotate(180deg);
}

.controller {
    width: 100%;
    padding: 20px 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.controller .stay_img_2 {
    width: 420px;
    height: 350px;
}

.controller .stay_img_2 img {
    width: 100%;
    height: 100%;
}

/* footer styling */
footer {
    width: 100%;
    background: var(--bg-footer-color);
}

footer ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

footer a {
    color: var(--custom-color) !important;
}

footer .pages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

footer .pages a:hover,
footer ul li a:hover {
    color: var(--text-hover-color) !important;
    transition: all 0.4s ease;
}

footer .pages a {
    font-size: 18px;
}

.about_text {
    font-size: 20px;
    color: var(--custom-color);
}

.about_content {
    font-size: 18px;
    color: var(--custom-color);
}

.about_content strong {
    color: var(--custom-color);
}


/* contact styling */
.contact_img {
    width: 100%;
    background: var(--second-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 10px;
}

.contact_img img {
    width: 360px;
}

.map_section {
    width: 100%;
    height: 450px;
}

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


.contact_form select {
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 10px 14px;
    border-radius: 4px;
}

.contact_form select:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.contact_form textarea,
.contact_form input {
    width: 100%;
    border: none !important;
    outline: none !important;
    background: var(--form-bg-color) !important;
    padding: 10px 14px;
    border-radius: 4px;
}

/* blog styling */
.custom-btn {
    background: linear-gradient(to right, #00AEEF, #0086c7);
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.custom-btn:hover {
    background: linear-gradient(to right, #0086c7, #00AEEF);
    transform: translateY(-3px);
}

.custom-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: all 0.6s;
}

.custom-btn:hover::after {
    left: 100%;
}


/* blog styling */
.blog_cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

@media (max-width:568px) {
    .blog_cards {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
    }
}

.blog_card {
    width: 100%;
    height: 400px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.4s ease;
}

.blog_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.blog_card img {
    height: 200px;
    object-fit: cover;
}

.blog_card .card-body {
    padding: 15px;
}

.bg_color {
    border: 1px solid #dedede;
    transition: all 0.4s ease;
    background: var(--text-white);
}

.bg_color:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: var(--gradient);
}

.third_img {
    width: 210px;
    height: 122px;
}

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

.bred_more_btn {
    width: 100%;
    display: block;
    text-align: center;
    background: var(--bg-hover-color);
    color: var(--text-white);
    border-radius: 10px;
    padding: 6px 0;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.8s ease;
}

.blog_details_img {
    width: 90%;
    height: 300px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.blog_details_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.5s ease;
    object-fit: cover;
}

.blog_details_img:hover img {
    transform: scale(1.09);
}

.blog_details_ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.blog_details_ul li {
    font-size: 17px;
    color: var(--custom-color);
}

/* login styling */
.login_section {
    width: 100%;
    background: var(--gradient-custom);
}

.login-box {
    width: 450px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: gray;
}

.login_form .form-control {
    width: 100%;
    border: 1px solid var(--custom-color);
    border-radius: 4px;
    padding: 6px 20px;
    outline: 0 !important;
    box-shadow: none !important;
}

/* feature styling */
.features_heading {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    background: linear-gradient(129deg, #00AEEF, #14176C);
    /* 👉 अपने colors डालें */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    color: transparent;
    /* fallback */
}

.main_card {
    background: var(--bg-white);
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #DBE3EB;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.main_card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--bg-hover-color);
    transition: all 0.4s ease;
}

.main_card:hover:after {
    width: 100%;
    height: 3px;
}

.main_card:hover {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

.card_circle {
    background: var(--bg-white);
    box-shadow: 0px 6px 10px #00AEEF1A;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.card_circle img {
    width: 25px;
}

.main_card span {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 22px;
}

.main_card p {
    color: var(--custom-color);
    margin-bottom: 10px;
}

.feature-box {
    border: 1.5px solid #DBE3EB;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border: 1.5px solid var(--bg-hover-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.diliver {
    color: var(--custom-color);
}

.stay_conroller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0;
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.stay_conroller .stay_img_ {
    width: 450px;
    height: 350px;
}

.stay_conroller .stay_img_ img {
    width: 100%;
    height: 100%;
}

.scale_card {
    border-radius: 20px;
}

.scale_card h5 {
    font-size: 20px;
    color: var(--text-color);
    font-weight: 600;
}

.scale_card:hover {
    transition: all 0.4s ease;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}




.pricing-table th {
    background: #f1f5f9;
    text-align: center;
    vertical-align: middle;
}

.pricing-table td {
    text-align: center;
    vertical-align: middle;
}

.feature-col {
    text-align: left !important;
    background: #fafafa;
    font-weight: 500;
    color: #333;
    width: 250px;
}

.plan-name {
    color: #14176C;
    font-weight: 600;
    font-size: 20px;
}

.plan-price {
    color: #00AEEF;
    font-weight: 700;
    font-size: 18px;
}

.table-responsive {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.socal_icon {
    width: 33px;
    height: 33px;
    background: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.socal_icon img {
    width: 18px;
}

.socal_icon .facebook {
    width: 12px;
}

.login_button {
    width: 100%;
}

.arrow_btn {
    border: none;
    background: var(--paragraph-color);
    padding: 0 10px;
    border-radius: 4px;
    transition: all 0.4s ease;
}

.arrow_btn:hover {
    background: var(--bg-hover-color);
}

.packages_state_main {
    display: flex;
    gap: 20px;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.packages_state_main_div {
    width: 100%;
}

.packages_state_2,
.packages_state {
    border: 1px solid #dedede;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.packages_state_2 {
    padding: 7px 10px;
}

.packages_state img {
    width: 30px;
}

.packages_message_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    background: var(--gradient);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 20px;
}

.main_message_box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.msin_message_boxes {
    width: 350px;
}

.main_message_box .message_box {
    width: 100%;
    background: var(--bg-white);
    padding: 8px 12px;
    border-radius: 6px;
}

.main_message_box .message_box select {
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
}

.message_text {
    text-align: left !important;
    margin-top: 20px;
    color: var(--custom-color);
}

.message_buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.message_buttons a {
    text-decoration: none;
    border: 2px solid var(--paragraph-color);
    color: var(--paragraph-color);
    padding: 6px 40px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.message_buttons a.next {
    background: var(--paragraph-color);
    color: var(--text-white);
}

.message_buttons a.next:hover {
    background: transparent;
    border: 2px solid var(--paragraph-color);
    color: var(--paragraph-color);
}

.message_buttons a.back {
    border: 2px solid var(--border-color);
    background: var(--border-color);
    color: var(--text-white);
}

.message_buttons a.back:hover {
    background: transparent;
    border: 2px solid var(--border-color);
    color: var(--text-color);
}

.forgot_password {
    font-size: 18px;
    color: var(--custom-color);
}

.forgot_password a {
    color: var(--paragraph-color);
    font-weight: 600;
    text-decoration: none;
}

.forgot_password a:hover {
    text-decoration: underline;
    color: var(--bg-hover-color);
}

.login_form_input {
    width: 100%;
    border: 1px solid var(--login-border-color);
    outline: none !important;
    padding: 8px 14px;
    border-radius: 4px;
}

@media (max-width:568px) {
    .packages_state_main {
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .packages_message_box {
        width: 100%;
    }

    .main_message_box {
        flex-direction: column;
        margin-top: 30px;
    }

    .features_heading {
        font-size: 30px;
        line-height: 35px;
    }

    .text_heading {
        font-weight: 700;
        font-size: 20px;
        color: var(--text-color);
    }

    .carousel-item img {
        width: 60%;
        margin: auto;
        height: 400px;
        border-radius: 30px;
    }

    .carousel-item .img {
        width: 80%;
        height: 250px;
    }

    .bg_light {
        width: 80%;
        margin: auto;
        height: 180px;
    }

    .hero-text {
        font-weight: 700;
        margin: 15px 0;
        font-size: 1.5rem;
    }

    .scale_card {
        width: 80%;
        margin: auto;
    }

    .controller {
        flex-direction: column;
    }

    .controller .stay_img_2 {
        width: 380px;
        height: 270px;
        margin-top: 20px;
    }

    .stay_conroller .stay_img_ {
        width: 400px;
        height: 280px;
    }

    .main_faq_card {
        width: 96%;
        margin: auto;
        margin-top: 20px;
    }

    .third_img {
        width: 305px;
        height: 112px;
    }

    .blog_card {
        width: 80%;
        height: 400px;
        margin: 0 auto;
    }

    .faq-question {
        font-size: 14px;
    }

    .nav-link.active {
        color: var(--paragraph-color) !important;
        border-bottom: none;
    }

    .navbar-nav .nav-link {
        margin-bottom: 5px;
    }

}

.payment_thankyou{
    color: var(--paragraph-color);
    font-size: 18px;
    font-weight: 600;
}