:root {
    --primary-pink: #f8c9d0;
    --secondary-pink: #f47d8b;
    --light-pink: #fce7ec;
    --dark-pink: #d94263;
    --text-color: #555;
    --heading-color: #333;
}

body {
    font-family: "Rubik", sans-serif;
    text-align: right;
    direction: rtl;
    color: var(--text-color);
}

.lora-font {
    font-family: "Lora", "Times New Roman", serif;
}

/* Header */
/* Header */
.header {
    background-color: #fff;
    padding: 0.5rem 0;
}

.header .logo {
    /* width: 120px; */
    width: 189px;
    height: 50.497px;
}

.header .nav-link {
    color: var(--text-color);
    margin-left: 1.5rem;
    font-weight: 500;
}

.header .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 1.5rem;
}

/* Hero Section */
.hero-section {
    background-image: url("../image/header_bg.png");
    background-color: var(--light-pink);
    background-size: 100% 100%;
    background-position: center;
    padding: 4rem 0;
    color: var(--dark-pink);
    position: relative;
    /* padding-bottom: 10rem; */
    height: 100vh;
}

.hero-section .hero-text {
    max-width: 500px;
    margin-right: auto;
    text-align: right;
}
.hero-section span {
    color: var(--Default-white, #fff);
    text-align: right;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 88.889% */
}
.hero-section h1 {
    color: var(--Default-white, #fff);
    text-align: right;
    font-family: "Lora", "Times New Roman", serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 97px; /* 121.25% */
}

.hero-section p {
    color: var(--Default-white, #fff);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 135% */
}

.hero-section .hero-image {
    width: 450.977px;
    height: 408.949px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 4rem 0;
    background-color: #fff;
    position: relative;
}
.why-choose-us .svg_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 162.235px;
    height: 212.784px;
}
.why-choose-us .svg_3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77.866px;
    height: 146.262px;
}
.why-choose-us .svg_4 {
    position: absolute;
    bottom: 41px;
    right: 28px;
    width: 61px;
    height: 64px;
}
.why-choose-us .svg_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 147.63px;
    height: 181.686px;
}
.why-choose-us span {
    color: var(--main-color, #ff7183);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.why-choose-us h2 {
    color: var(--Heading, #303341);
    text-align: center;
    font-family: "Lora", "Times New Roman", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 1rem;
}
.why-choose-us .headeing_para {
    color: var(--Paragraph, #6a6c75);
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.why-choose-us .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}
.why-choose-us .card_1 {
    display: flex;
    /* width: 382px; */
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    border-bottom: 8px solid var(--Accent-3-dark, #a56af0);
    background: var(--Accent-3, #bf8ffd);

    /* Button shadow purple */
    box-shadow: 0 24px 24px -16px rgba(191, 143, 253, 0.56);
}
.why-choose-us .card_2 {
    display: flex;
    /* width: 382px; */
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    border-bottom: 8px solid var(--Accent-2-dark, #12a9e2);
    background: #26c1fc;

    /* Button shadow blue */
    box-shadow: 0 24px 24px -16px rgba(38, 193, 252, 0.56);
}
.why-choose-us .card_3 {
    border-radius: 24px;
    border-bottom: 8px solid #e56978;
    background: var(--main-color, #ff7183);
    box-shadow: 0 24px 24px -16px rgba(255, 138, 209, 0.56);
    display: flex;
    /* width: 382px; */
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.why-choose-us .card:hover {
    transform: translateY(-10px);
}

.why-choose-us .card-body {
    padding: 2rem;
}

.why-choose-us .card-title {
    color: var(--Default-white, #fff);
    text-align: center;
    font-family: "Lora", "Times New Roman", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.why-choose-us .card-text {
    color: var(--Default-white, #fff);
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.why-choose-us .card-icon {
    width: 64px;
    height: 64px;

    margin-bottom: 1rem;
}

/* Features Section */
.features-section {
    padding: 4rem 0;
    position: relative;
}
.features-section .svg_5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 154.072px;
    height: 143.385px;
}
.features-section .svg_6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 135.802px;
    height: 137.69px;
}
.features-section span {
    color: var(--main-color, #ff7183);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.features-section h2 {
    color: var(--Heading, #303341);
    text-align: center;
    font-family: "Lora", "Times New Roman", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 3rem;
}

.features-section .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
    border-radius: 24px;
}
.features-section .feat_1 {
    border: 1px solid var(--Accent-2, #26c1fc);
    background: rgba(38, 193, 252, 0.16);
}
.features-section .feat_2 {
    border: 1px solid #ffbac2;
    background: #ffe6e9;
}
.features-section .feat_3 {
    border: 1px solid var(--Accent-4, #8dd54f);
    background: var(--green-16, rgba(141, 213, 79, 0.16));
}
.features-section .feat_4 {
    border: 1px solid var(--Accent-3, #bf8ffd);
    background: var(--purple-16, rgba(191, 143, 253, 0.16));
}
.features-section .feature-item:hover {
    transform: translateY(-5px);
}

.features-section .feature-icon {
    width: 90px;
    height: 90px;
    margin-left: 1.5rem;
}

.features-section .feature-item h5 {
    font-weight: bold;
    color: var(--heading-color);
}

.features-section .feature-item p {
    font-size: 0.9rem;
    color: var(--text-color);
    margin-bottom: 0;
}

/* Form Section */
.form-section {
    background: #ffc3cb;
    padding: 4rem 0;
    text-align: center;
}
.form-section span {
    color: var(--main-color, #ff7183);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.form-section h2 {
    color: var(--Heading, #303341);
    text-align: center;
    font-family: "Lora", "Times New Roman", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
}

.form-section p {
    color: var(--Paragraph, #6a6c75);
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.form-section label {
    color: var(--Heading, #303341);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    /* width: 586px; */
    /* height: 109px; */
    /* flex-direction: column; */
    align-items: flex-end;
    /* margin-bottom: 1rem; */
    padding: 11px;
}
.form-section .form-control {
    border-radius: 24px;
    border-bottom: 4px solid #ffe2e5;
    background: var(--Default-white, #fff);
    box-shadow: 0 24px 24px -16px rgba(255, 113, 131, 0.2);
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--light-color, #ffced4);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-section .form-control::placeholder {
    color: var(--light-color, #ffced4);
}
.form-section .form-control:active,
.form-section .form-control:focus {
    outline: none;
    border-color: transparent;
}
.form-section .btn-primary {
    background-color: var(--secondary-pink);
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-weight: bold;
}

.form-section .btn-primary:hover {
    background-color: var(--dark-pink);
}

/* Footer */
.footer {
    background-color: #fff;
}
.footer .bg_footer_color {
    border-top: 1px solid var(--light-color, #ffced4);
    border-bottom: 1px solid var(--light-color, #ffced4);
    background: var(--bg-color, #fff7f7);
    margin-top: 4rem;
    padding: 3rem 0;
    color: var(--text-color);
}

.footer h6 {
    color: var(--main-color, #ff7183);
    font-family: "Lora", "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 1rem;
}

.footer .footer-link {
    color: var(--Paragraph, #6a6c75);
    /* text-align: center; */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.footer .footer-link:hover {
    color: var(--dark-pink);
}
.footer ul {
    padding-left: 0;
    padding-right: 0;
}
.footer ul li {
    display: inline-block;
    border-radius: 40px;
    background: var(--main-color, #ff7183);
    padding: 8px;
    margin: 3.5px;
}
.footer ul li a {
    text-decoration: none;
}
.footer .top {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 0.9rem;
}
.footer .social-icons img {
    width: 30px;
    margin-left: 0.5rem;
}

.footer .contact-info p {
    margin-bottom: 0.5rem;
}

.last_para {
    display: flex;
    padding: 16px 98px;
    justify-content: center;
    align-items: center;
    color: var(--main-color, #ff7183);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-section .hero-image {
        position: static;
        margin-top: 2rem;
    }

    .hero-section .hero-text {
        text-align: center;
        margin: 0 auto;
    }
    .why-choose-us .card_1,
    .why-choose-us .card_2,
    .why-choose-us .card_3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .why-choose-us .svg_2 {
        width: 78.63px;
        height: 104.686px;
    }
    .why-choose-us .svg_1 {
        width: 92.235px;
        height: 212.784px;
    }
    .why-choose-us .card_1,
    .why-choose-us .card_2,
    .why-choose-us .card_3 {
        width: 100%;
    }
    .features-section .svg_6 {
        width: 73.802px;
    }
    .features-section .svg_5 {
        width: 71.072px;
    }
    .form-section h2 {
        font-size: 42px;

        line-height: 50px;
    }
    .footer .bg_footer_color {
        text-align: center;
    }
    .footer .top {
        justify-content: center;
    }
    .hero-section h1 {
        font-size: 62px;
        line-height: 67px;
        text-align:center;
    }
    .hero-section {
        height: auto;
        padding-bottom: 10rem;
    }
}
