@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* dark theme */
/* :root {
    --primary-100: #2257ae;
    --primary-200: #2d6dd6;
    --primary-300: #588bde;
    --accent-100: #ff0022;
    --accent-200: #ff0022;
    --accent-300: #ff0022;
    --background-100: #061122;
    --background-200: #0a1c38;
    --background-300: #0e274d;
    --white-color: #000000;
    --text-100: #fbfcfd;
    --text-200: #eaeff5;
    --text-300: #d9e3ec;
    --transition: 0.4s ease;
    --primary-font: "Tajawal", sans-serif;
} */
:root {
    --primary-100: #244cae;
    --primary-200: #3160d4;
    --primary-300: #5b81dd;
    --accent-100: #ff0033;
    --accent-200: #ff0033;
    --accent-300: #ff0033;
    --background-100: #fafbfd;
    --background-200: #f6f4fe;
    --background-300: #d6deee;
    --white-color: #ffffff;
    --text-100: #030711;
    --text-200: #0b193c;
    --text-300: #122b68;
    --transition: 0.4s ease;
    --primary-font: "Tajawal", sans-serif;
}
html{
    direction: rtl;
    scroll-behavior: smooth;
}
body{
    background: var(--background-200) !important;
    overflow-x: hidden;
}
*{
    font-family: var(--primary-font) !important;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* padding */
.sec_padding_lg{
    padding: 100px 0;
}
.sec_padding_md{
    padding: 60px 0;
}

/* section's title css */
.title_sec{
    font-size: 30px;
    color: var(--text-300);
    letter-spacing: -1.5px;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.title_sec span{
    color: var(--accent-100);
}


/*-------theme-btn------*/
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 12px 20px;
    color: var(--white-color);
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    transition: var(--transition);
    background-color: var(--accent-300);
    text-transform: uppercase;
}

.theme-btn:hover{
    color: var(--white-color);
}

.theme-btn.bg-red-2 {
    background-color: var(--primary-100);
    color: var(--white-color);
    border-radius: 7px;
}

.theme-btn i {
    transition: var(--transition);
    margin-left: 10px;
    font-size: 30px;
}


.btn_span_circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
  }



#logo{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
#nav-item{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: var(--text-100);
    transition: var(--transition);
}
#nav-item:hover{
    color: var(--primary-100);
}


/*------------------------*/
/*-------home_banner------*/
/*------------------------*/
.home_banner{
    /* background: white; */
    position: relative;
    padding: 150px 0 50px;
    align-content: center;
    overflow: hidden;
}
.home_banner .container{
    max-width: 1320px !important;
}
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s linear infinite;
    opacity: 0;
}

.anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}
.anim_line span:nth-child(2) {
    left: 0;
    animation-delay: 5s;
}
.anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}
.anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}
.anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}
.anim_line span:nth-child(6) {
    left: 68%;
}
.anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}
.anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}
.anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}
.banner_text h1 {
    font-size: 55px;
    color: var(--text-300);
    letter-spacing: 0.8px;
    letter-spacing: -1.5px;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.banner_text h1 span{
    color: var(--accent-100);
}
.banner_text h1 span.span_color{
    color: var(--primary-100);
}
.banner_text p{
    letter-spacing: 0.8px;
    font-size: 17px;
    color: var(--text-200);
    font-weight: 500;
}


/*------------------------*/
/*----features_section----*/
/*------------------------*/
.features_section{
    position: relative;
}
.features_section .container{
    max-width: 1320px !important;
}
.step_block{
    background: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.step_block ul {
    max-width: 1080px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
}


.step_block ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    position: relative;
}
.step_block ul li:before {
    top: 50px;
    width: 4px;
    height: calc(100% + 100px);
}
.step_block ul li:before, .step_block ul li:first-child:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dfdaf3;
}
.step_block ul li:first-child:after {
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 15px;
}
.step_block ul li:first-child:before {
    top: 0;
}
.step_block ul li .step_img, .step_block ul li .step_text {
    width: 360px;
    text-align: right;
}
.title_steps{
    font-size: 20px;
    font-weight: 600;
    color: var(--accent-100);
    letter-spacing: 0.8px;
}

.description{
    letter-spacing: 0.8px;
    color: var(--text-100);
    font-size: 16px;
    font-weight: 500;
}
.description span{
    color: var(--accent-100);
}

.step_block ul li .step_number {
    background-image: url(../img/icon_bg.9866d008.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.step_block ul li .step_number h3 {
    font-size: 30px;
    font-weight: 600;
}

.step_block ul li:nth-child(even) {
    flex-direction: row-reverse;
}


/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}
.error-area .container{
    max-width: 1320px;
}
.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.error-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Dosis', sans-serif;
    margin: 0;
}
.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #5f5f5f;
    letter-spacing: 0.2px;
    font-family: 'Catamaran', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}
.error-content #btn-error {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #ec2529;
    background-color: #ec2529;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
    outline: 0 !important;
}
.error-content #btn-error:hover {
    color: #ec2529;
    background-color: #ffffff;
    text-decoration: none;
}

/* Contact Section Styles */
.contact_section {
    background-color: var(--white-color);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Hero Section */
.contact_hero {
    position: relative;
    background: url('../img/contact-hero.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    margin-bottom: -100px;
}

.hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.hero_content {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.hero_title {
    color: var(--white-color);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero_text {
    color: var(--white-color);
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Contact Wrapper */
.contact_wrapper {
    position: relative;
    background: var(--white-color);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    margin-bottom: 80px;
}

/* Final CTA Section */
.final_cta {
    /* background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-300) 100%); */
    background: url(../img/fot_shape2.png) center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.cta_bg_wrapper {
    position: relative;
    z-index: 1;
}

.cta_bg_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern-dots.png') repeat;
    opacity: 0.1;
    z-index: -1;
}

.cta_content {
    position: relative;
    z-index: 2;
}

.final_cta h2 {
    color: var(--white-color);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.final_cta p {
    color: var(--white-color);
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.8;
}

.cta_buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.theme-btn.btn-lg {
    padding: 15px 35px;
    font-size: 1.1rem;
    min-width: 220px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.theme-btn.btn-lg:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.theme-btn.btn-lg .button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.theme-btn.btn-lg i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.theme-btn.btn-lg:hover i {
    transform: translateX(-5px);
}

/* Contact Cards */
.contact_card {
    background: var(--background-200);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    text-align: right;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.contact_card:hover {
    transform: translateY(-10px);
}

.contact_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--accent-100);
    opacity: 0;
    transition: all 0.3s ease;
}

.contact_card:hover::before {
    opacity: 1;
}

.contact_card .card_icon {
    width: 60px;
    height: 60px;
    background: var(--accent-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact_card:hover .card_icon {
    transform: rotateY(180deg);
}

.contact_card .card_icon i {
    font-size: 24px;
    color: var(--white-color);
}

.contact_card h3 {
    font-size: 1.5rem;
    color: var(--text-100);
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.contact_card p {
    color: var(--text-200);
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact_links {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact_link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-200);
    transition: all 0.3s ease;
    padding: 4px 0;
    text-align: center;
    justify-content: center;

}

.contact_link:hover {
    color: var(--accent-100);
    transform: translateX(-5px);
    text-decoration: none;
}

.contact_link.whatsapp {
    background: #25D366;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 8px;
    justify-content: center;
}

.contact_link.whatsapp:hover {
    background: #128C7E;
    transform: translateY(-3px);
}

/* Contact Form */
.contact_form_wrapper {
    background: var(--white-color);
    border-radius: 15px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact_form_wrapper h3 {
    font-size: 1.8rem;
    color: var(--text-100);
    margin-bottom: 30px;
    font-weight: 600;
    text-align: right;
}

.contact_form .form-group {
    margin-bottom: 20px;
}

.contact_form label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-100);
    font-weight: 500;
    text-align: right;
}

.contact_form .form-control {
    background-color: var(--background-200);
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 12px 15px;
    color: var(--text-100);
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: right;
    height: auto;
}

.contact_form .form-control:focus {
    border-color: var(--accent-100);
    box-shadow: 0 0 0 3px rgba(255, 0, 51, 0.1);
    background-color: var(--white-color);
}

.contact_form .form-control::placeholder {
    color: var(--text-200);
    opacity: 0.7;
}

.contact_form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    padding-left: 30px;
}

.contact_form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact_form .theme-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.contact_form .theme-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.contact_form .theme-btn:hover i {
    transform: translateX(-5px);
}

/* Map Styles */
.map_wrapper {
    background: var(--white-color);
    border-radius: 15px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    min-height: 400px;
}

.map_container {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.map_container iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Overview Section Styles */
.overview_section {
    background-color: var(--bg-100);
    padding: 80px 0;
}

.overview_content {
    margin-bottom: 50px;
}

.overview_content h1 {
    font-size: 2.5rem;
    color: var(--text-300);
    margin-bottom: 20px;
    font-weight: 700;
}
.overview_content h1 span{
    color: var(--accent-100);
}
.overview_content p {
    font-size: 1.1rem;
    color: var(--text-200);
    line-height: 1.8;
}

.overview_card {
    text-align: right;
    background: var(--white-color);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.overview_card:hover {
    transform: translateY(-10px);
}

.card_icon {
    width: 60px;
    height: 60px;
    background: var(--accent-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.6s ease-in-out;

}
.overview_card:hover .card_icon{
    background: var(--text-300);
    transform: rotatey(180deg);
}
.card_icon i {
    font-size: 24px;
    color: white;
}

.overview_card h3 {
    font-size: 1.5rem;
    color: var(--text-100);
    margin-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s ease;

}
.overview_card:hover h3 {
    transform: translateX(-5px);
}

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

.overview_card ul li {
    color: var(--text-200);
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
}

.overview_card ul li i {
    color: var(--accent-100);
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}

/* How It Works Section Styles */
.how_it_works {
    background: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.work_step {
    background: var(--background-200);
    transition: all 0.6s ease-in-out;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.work_step:hover{
    transform: scale(1.05) ;
}

.how_it_works .step_number {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--accent-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.how_it_works .step_number span{
    font-size: 1.2rem;
    color: var(--white-color);
}
.step_icon {
    width: 100px;
    height: 100px;
    background-image: url(../img/icon_bg.9866d008.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step_icon i {
    font-size: 32px;
    color: var(--primary-200);
}

.work_step h3 {
    font-size: 1.5rem;
    color: var(--text-100);
    margin-bottom: 15px;
    font-weight: 600;
}

.work_step p {
    color: var(--text-200);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}




/* Packages & Pricing Section Styles */
.pricing_section {
    background-color: var(--bg-100);
    padding: 80px 0;
}

.pricing_card {
    background: var(--white-color);
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing_card.featured {
    transform: scale(1.05);
    background: var(--primary-100);
    color: var(--white-color);
}

.pricing_card.featured .pricing_header h3,
.pricing_card.featured .pricing_features li {
    color: var(--white-color);
}

.pricing_card:hover {
    transform: translateY(-10px);
}

.pricing_card.featured:hover {
    transform: scale(1.1) translateY(-5px);
}

.popular_tag {
    position: absolute;
    top: -15px;
    right: 20px;
    background: var(--accent-100);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.pricing_header {
    margin-bottom: 30px;
}

.pricing_header h3 {
    font-size: 1.8rem;
    color: var(--text-100);
    margin-bottom: 20px;
    font-weight: 600;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.currency {
    font-size: 1.2rem;
    color: gray;
}

.amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-100);
}

.period {
    font-size: 1rem;
    color: gray;
}

.pricing_features {
    margin-bottom: 30px;
}

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

.pricing_features li {
    color: var(--text-200);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.pricing_features li i {
    color: var(--accent-100);
    font-size: 1.2rem;
}

.pricing_cta {
    margin-top: 30px;
}

.pricing_cta .theme-btn {
    width: 100%;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Testimonials Section Styles */
.testimonials_section {
    background-color: var(--white-color);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials_swiper {
    padding: 20px 0 60px;
}

.testimonial_card {
    background: var(--background-200) !important;
    border-radius: 20px;
    padding: 15px;
    margin: 20px 0;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.050);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* border: 1px solid var(--primary-300); */
}

.testimonial_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: var(--accent-100);
    opacity: 0.1;
    border-radius: 50%;
    transform: translate(30px, -30px);
}

.testimonial_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.client_image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid var(--primary-300);
}

.client_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_info h4 {
    font-size: 1.2rem;
    color: var(--text-100);
    margin-bottom: 5px;
    font-weight: 600;
}

.client_info p {
    font-size: 0.9rem;
    color: var(--text-200);
    margin: 0;
}

.testimonial_rating {
    margin-bottom: 20px;
}

.testimonial_rating i {
    color: #FFD700;
    font-size: 1.2rem;
    margin-left: 2px;
}

.testimonial_content {
    position: relative;
}

.testimonial_content p {
    font-size: 1rem;
    color: var(--text-200);
    line-height: 1.8;
    margin: 0;
    position: relative;
    padding-right: 20px;
}

.testimonial_content p::before {
    content: '"';
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 4rem;
    color: var(--accent-100);
    opacity: 0.2;
    font-family: serif;
    line-height: 1;
}

/* Swiper Customization */
.swiper-button-next,
.swiper-button-prev {
    color: var(--accent-100) !important;
    background: var(--white-color);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem !important;
}

.swiper-pagination-bullet {
    background: var(--accent-100) !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* FAQ Section Styles */
.faq_section {
    background-color: var(--bg-100);
    padding: 80px 0;
    overflow: hidden;
}

.faq_images {
    position: relative;
    height: 100%;
    padding: 20px;
}

.image_grid {
    position: relative;
    height: 600px;
}

.image_item {
    /* position: absolute; */
    border-radius: 15px;
    /* overflow: hidden; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.image_item:hover {
    transform: translateY(-10px);
}

.image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.subtitle {
    color: var(--accent-100);
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.accordion-item {
    background: var(--white-color);
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-button {
    padding: 20px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-100);
    background: var(--white-color);
    border: none;
    position: relative;
    text-align: right;
}

.accordion-button:not(.collapsed) {
    color: var(--accent-100);
    background: var(--white-color);
    box-shadow: none;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0033'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq_number {
    color: var(--accent-100);
    margin-left: 10px;
    font-weight: 700;
}

.accordion-body {
    padding: 0 30px 20px;
    color: var(--text-200);
    line-height: 1.8;
    text-align: right;
}

.accordion-button::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--accent-100);
    opacity: 0;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
    opacity: 1;
}


/* login- section */
.login-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(90deg, #e2e2e2, #c9d6ff);
}

.login-section .container{
    position: relative;
    width: 850px;
    height: 550px;
    background: #fff;
    margin: 20px;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: 0;
}

.login-section .container h1{
    font-size: 36px;
    margin: -10px 0;
}

.login-section .container p{
    font-size: 14.5px;
    margin: 15px 0;
}

.login-section form{ width: 100%; }

.login-section .form-box{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 40px;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}

.login-section .container.active .form-box{ right: 50%; }

.login-section .form-box.register{ visibility: hidden; }
.login-section .container.active .form-box.register{ visibility: visible; }

.login-section .input-box{
    position: relative;
    margin: 30px 0;
}

.login-section .input-box input{
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.login-section .input-box input::placeholder{
    color: #888;
    font-weight: 400;
}
    
.login-section .input-box i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.login-section .forgot-link{ margin: -15px 0 15px; }
.forgot-link a{
    font-size: 14.5px;
    color: #333;
}

.login-section .btn{
    width: 100%;
    height: 48px;
    background: #7494ec;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.login-section .social-icons{
    display: flex;
    justify-content: center;
}

.login-section .social-icons a{
    display: inline-flex;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 24px;
    color: #333;
    margin: 0 8px;
}

.login-section .toggle-box{
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-section .toggle-box::before{
    content: '';
    position: absolute;
    left: -250%;
    width: 300%;
    height: 100%;
    background: #7494ec;
    /* border: 2px solid red; */
    border-radius: 150px;
    z-index: 2;
    transition: 1.8s ease-in-out;
}

.login-section .container.active .toggle-box::before{ left: 50%; }

.login-section .toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;
    /* background: seagreen; */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
}

.login-section .toggle-panel.toggle-left{ 
    left: 0;
    transition-delay: 1.2s; 
}
.login-section .container.active .toggle-panel.toggle-left{
    left: -50%;
    transition-delay: .6s;
}

.login-section .toggle-panel.toggle-right{ 
    right: -50%;
    transition-delay: .6s;
}
.login-section .container.active .toggle-panel.toggle-right{
    right: 0;
    transition-delay: 1.2s;
}

.login-section .toggle-panel p{ margin-bottom: 20px; }

.login-section .toggle-panel .btn{
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}



@media screen and (max-width: 400px){
    .login-section .form-box { padding: 20px; }

    .login-section .toggle-panel h1{font-size: 30px; }
}

