/* ===============================
Global styles
==================================== */



:root {
    --mainColor: #e74c3c;
    --white: #fff;
    --black: #000;
    --gradient: linear-gradient( 90deg, rgba(40, 47, 159, 0.95) 0%, rgb(45, 47, 158) 3%, rgba(223, 41, 120, 0.8) 100%);
    --transition-time: .4s;
    --paragraph-color: #777;
    --color-1: #f5ae10;
    --color-2: #09d69c;
    --color-3: #7857fe;
    --lines: #f5f5f5;
}

html {
    scroll-behavior: smooth;
}

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

body {
    direction: rtl;
    background-color: var(--white);
    font-family: 'Cairo', sans-serif;
    font-display: inherit;
    height: 1500px;
}

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

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.row {
    display: flex;
}

button,
input {
    border: none;
    outline: none;
}


/* =============================
scrollbar
================================*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--mainColor);
}


/*=====================================
Color Switcher
================================== */
/* زر واتساب */
.switcher-btn {
    position: absolute;
    top: 10px;
    left: 210px;
    background-color: #25D366; /* لون واتساب */
    padding: 15px;
    font-size: 20px;  /* تم تصغير حجم الأيقونة */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* أيقونة واتساب */
.switcher-btn i {
    color: white;
    font-size: 20px; /* تم تصغير حجم الأيقونة */
}

/* تأثير التحويم (Hover) */
.switcher-btn:hover {
    background-color: #128C7E;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    animation: pulse-hover 1.5s ease-out infinite;
}

/* زر الاتصال */
.phone-btn {
    position: absolute;
    top: 80px; /* تغيير الموضع ليكون تحت زر واتساب */
    left: 210px;
    background-color: #34b7f1; /* لون زر الاتصال */
    padding: 15px;
    font-size: 20px;  /* تم تصغير حجم الأيقونة */
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* أيقونة الاتصال */
.phone-btn i {
    color: white;
    font-size: 20px; /* تم تصغير حجم الأيقونة */
}

/* تأثير التحويم (Hover) لزر الاتصال */
.phone-btn:hover {
    background-color: #007bb5; /* لون أكثر ظلمة عند التحويم */
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

/* تأثير نبض الزر عند التحويم */
@keyframes pulse-hover {
    0% {
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.8);
    }
    50% {
        box-shadow: 0 0 30px rgba(37, 211, 102, 0.5);
    }
    100% {
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.8);
    }
}

/* إعدادات زر الظهور في الصفحة */
.color-switcher {
    position: fixed;
    top: 25%;
    left: -200px;
    width: 200px;
    padding: 10px;
    background: #d5d5d5;
    z-index: 1000;
    transition: all 0.5s;
}

.color-switcher.active {
    left: 0;
}


/*================================
Up to top Button 
=====================================*/


.btnUp {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: var(--mainColor);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 1px #0000003d;
    transition: all var(--transition-time);
    animation: trans 1s infinite alternate;
}


/*================================


nav 
=====================================*/
.nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 12px 0;  /* تقليل التباعد العلوي والسفلي */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition-time) ease-in-out;
    z-index: 999;
}


.nav .row {
    justify-content: space-between;
    align-items: center;
}

.nav .links {
    display: flex;
    align-items: center;
}

.links li a {
    padding: 5px 10px;
    color: var(--white);
    transition: background var(--transition-time) ease-in-out, color var(--transition-time) ease-in-out;
}

.nav-active .links li a {
    color: var(--black);
}

.logo {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Rakkas', cursive;
    color: var(--mainColor);
    display: flex; /* جعل النص والصورة بجانب بعض */
    align-items: center; /* محاذاة العناصر في المنتصف */
    gap: 10px; /* إضافة مسافة بين الكلمة واللوجو */
    cursor: pointer; /* جعل المؤشر يشير إلى أن العنصر قابل للنقر */
}


.logo img {
    height: 30px; /* جعل حجم اللوجو أصغر */
    width: auto;
}

.logo a {
    text-decoration: none; /* إزالة التسطير من الرابط */
    color: inherit; /* استخدام نفس لون "إبداع" */
}


.nav .toggle {
    display: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--white);
}

.nav-active .toggle {
    color: var(--black);
}

.nav .links {
    transition: var(--transition-time) ease-in-out;
}

.nav .links-mobile {
    position: absolute;
    background: var(--white);
    left: 0;
    top: 81px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 10px;
    padding: 20px;
    z-index: 9999;
    transition: var(--transition-time) ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, -100%);
    transform-origin: top;
}

.nav .links-mobile li a {
    padding: 20px;
    display: inline-block;
    color: var(--black);
    transition: color var(--transition-time) ease-in-out;
}

.links-mobile.collapse {
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, -100%);
}

.links li a:hover,
.links-mobile li a:hover {
    color: var(--mainColor);
}


/* av when scroll */

.nav-active {
    background-color: var(--white);
    box-shadow: 0 0 5px 0 #aaa;
    transition: var(--transition-time) ease-in-out;
    border-bottom: none;
}

/* عند الضغط على زر المينيو تظهر القائمة */
.links-mobile.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

/* عند التمرير، تأكد أن زر المينيو يكون مرئيًا */
.nav.scrolled .toggle i {
    color: #000 !important;  /* تأكد أن لون الزر واضح عند التمرير */
}

/*=============================

/* hero */

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../img/bg/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    transition: all var(--transition-time);
}

.hero h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--mainColor);
}

.hero p {
    color: var(--white);
    margin-bottom: 50px;
}

.hero-btn .btn .fa,
.hero-btn .btn .fas {
    font-weight: 900;
    font-size: 16px;
}


/* ================================
=================================== */

.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    /* font-size: 0.8125rem; */
    border-radius: 0px;
    margin: 20px 0 0 10px;
    transition: var(--transition-time);
    border: 1px solid var(--mainColor);
    font-family: 'open_sansbold';
    padding: 1rem;
    border-radius: 2px;
    cursor: pointer;
}

.btn:hover {
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color: #fff;
}

.btn-default {
    background: transparent;
    border: 1px solid #fff;
}

.btn-default:hover {
    background: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.btn-lg {
    background: var(--mainColor);
}


/* ------------------------------
features
------------------------------ */

.features {
    margin-top: -60px;
    padding: 0 0 60px 0;
}

.features-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.features-items .features-item {
    flex: calc((100% / 3) - 30px);
    background-color: #fff;
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 9%), 0 -12px 10px -10px rgb(0 0 0 / 4%);
    padding: 50px 15px;
    text-align: center;
    transition: var(--transition-time) ease-in-out;
    position: relative;
    overflow: hidden;
}

.features-items .features-item:hover {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 20%);
    /* box-shadow: 0 15px 10px -10px rgb(0, 0, 0, 10%), 0 1px 4px rgb(0, 0, 0, 30%), 0 0 40px rgb(0, 0, 0, 10%) inset; */
}

.features-item .features-text {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    color: var(--mainColor);
}

.features-item .features-head {
    font-size: 18px;
}

.features .features-item::before,
.features .features-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    transition: all .5s ease;
    opacity: 0;
}

.features .features-item::before {
    height: 25px;
    width: 25px;
    background-color: var(--mainColor);
    left: -20px;
    top: 40%;
}

.features .features-item:hover::before {
    left: 10px;
    opacity: 1;
}

.features .features-item::after {
    height: 40px;
    width: 40px;
    background-color: var(--color-1);
    right: -40px;
    top: 80%;
}

.features .features-item:hover::after {
    right: -15px;
    opacity: 1;
}

.features-item .hover-line:after {
    content: '';
    position: absolute;
    background: var(--mainColor);
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform-origin: top left;
    transform: scale(0, 1);
    transition: all 300ms linear 0ms;
}

.features-item:hover .hover-line:after {
    transform: scale(1, 1);
}


/*========================================================
    Start About
==========================================================*/

.about {
    padding: 80px 0;
}

.about-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.about-col {
    flex: calc((100% / 2) - 30px);
}

.info .head {
    color: var(--mainColor);
    font-size: 18px;
}

.info .big-head {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 2;
}

.info p:first-of-type {
    color: var(--paragraph-color);
    font-weight: 400;
    line-height: 1.7;
}

.info p:last-of-type {
    font-weight: 600;
    margin: 0px 0 40px 0;
    line-height: 2.3;
    color: var(--paragraph-color);
}

.info .about-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    transition: var(--transition-time);
}

.info .about-btn:hover {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    background-color: transparent;
}

.about .about-content .about-image img {
    box-shadow: 0 4px 10px #c4c2c2cf, 0 -4px 10px #c4c2c2cf;
    border-radius: 10px;
    width: 100%;
}

.about-image {
    position: relative;
}

.about-image .video-icon {
    position: absolute;
    right: -20px;
    top: 50%;
    background: var(--gradient);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    animation: pulse_01 2s ease infinite;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all var(--transition-time);
}


/* ==================================== 
Video Popup
==================================== */

.video-popup {
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.video-popup.open {
    opacity: 1;
    visibility: visible;
}

.video-popup-inner {
    width: 100%;
    max-width: 900px;
    position: relative;
}

.video-popup .video-popup-close {
    position: absolute;
    right: 0;
    top: -50px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: var(--mainColor);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-popup .iframe-box iframe {
    width: 100%;
}


/* ======================================
start achivement 
=======================================*/

.achivement {
    padding: 50px 0;
}

.acivement-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    align-items: center;
}

.acivement-content .info {
    line-height: 3;
}

.acivement-content .column {
    flex: calc(100% / 2 - 20px);
}

.achivement .line-up {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px auto 60px;
}

.achivement .line-down {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achivement .line-down .numbers {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.achivement .line-down .numbers .nums {
    position: absolute;
    background: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 2px #ddd;
    line-height: 1.2;
}

.achivement .line-down .numbers .nums:first-of-type {
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}

.achivement .line-down .numbers .nums:nth-of-type(2) {
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
}

.achivement .line-down .numbers .nums:nth-of-type(3) {
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
}

.achivement .line-down .numbers .nums:last-of-type {
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
}


/*========================================================
    spans color
==========================================================*/

.achivement .line-down .numbers .nums:nth-of-type(1) span:nth-child(1) {
    color: var(--color-1);
}

.achivement .line-down .numbers .nums:nth-of-type(2) span:nth-child(1) {
    color: var(--color-2);
}

.achivement .line-down .numbers .nums:nth-of-type(3) span:nth-child(1) {
    color: var(--mainColor);
}

.achivement .line-down .numbers .nums:nth-of-type(4) span:nth-child(1) {
    color: var(--color-3);
}

.achivement .line-down .numbers .nums:nth-of-type(1) span:nth-child(1),
.achivement .line-down .numbers .nums:nth-of-type(2) span:nth-child(1),
.achivement .line-down .numbers .nums:nth-of-type(3) span:nth-child(1),
.achivement .line-down .numbers .nums:nth-of-type(4) span:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
}


/* ===============================================
Portfolio
==================================================*/

.portfolio-effect1 .img-inner {
    position: relative;
    overflow: hidden;
    transform: scale(1) translateZ(0);
    transition: transform .6s cubic-bezier(0.3, 0.58, 0.42, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.portfolio-effect1:hover .img-inner {
    transform: scale(0.96) translateZ(0);
    transform-origin: center;
    transition-duration: .4s;
}


/* ========================================
Gallery Section
======================================== */

.gallery {
    padding: 60px 0;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-header .gallery-btn .showBtn {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    padding: 8px 20px;
    transition: var(--transition-time) ease-in-out;
}

.gallery-header .gallery-btn .showBtn:hover {
    background-color: var(--mainColor);
    color: var(--white);
}

.gallery-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.gallery-images .image {
    position: relative;
    overflow: hidden;
}

.gallery-images .image img {
    width: 100%;
}

.gallery-images .image img.active {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    width: auto;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.6);
    z-index: 111;
}

.gallery-images .image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-50deg);
    z-index: 2;
}

.gallery-images .image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


/* Shine */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* ==================================================
Start Testimonials
===================================================== */

.testimonials {
    padding: 60px 0;
    overflow-x: hidden;
}

.testimonials__header {
    text-align: center;
    margin: 40px 0;
}

.testimonials__row,
.testimonials__slide {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
}

.testimonials__image {
    flex: 1 30%;
    position: relative;
}

.testimonials__image img {
    border-radius: 50%;
    box-shadow: 0 0 11px 5px #00000024, inset 0 0 11px -5px #00000024;
    width: 120px;
    height: 120px;
}

.testimonials__review {
    flex: 1 50%;
}

.testimonials__person__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    margin: 10px 0 20px 0;
}

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

.testimonials__back {
    position: absolute;
    background: #FBFBFB;
    width: 180px;
    height: 180px;
    top: -30px;
    left: 70px;
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 9%), 0 -12px 10px -10px rgb(0 0 0 / 4%);
    z-index: -1;
    transform: rotate( 45deg);
    border-radius: 15px;
}

.testimonials__back.small {
    width: 100px;
    height: 100px;
    top: -110px;
    right: -100px;
}

.testimonials__name {
    font-size: 20px;
    font-weight: 600;
    color: var(--mainColor);
}

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


/* ========================================================
Newsletter
========================================================= */
/* تنسيق السكشن */
.contact-us {
    padding: 60px 0;
    text-align: center;
}

.contact-us__content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-us__header .info .big-head {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.contact-us__content-p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

/* تنسيق الأيقونات */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.social-icon {
    text-align: center;
}

.social-icon i {
    font-size: 50px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover i {
    transform: scale(1.1);
}

.social-icon p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

/* الألوان الخاصة بكل أيقونة */
.social-icon a[href*="facebook"] i {
    background-color: #3b5998;
}

.social-icon a[href*="whatsapp"] i {
    background-color: #25D366;
}

.social-icon a[href*="instagram"] i {
    background-color: #C13584;
}



/*=======================================================
Footer 
=======================================================*/


.footer {
    padding: 60px 0;
    background: var(--mainColor);
}

.footer__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.footer__column {
    flex: 1 1 calc(100% / 4 - 40px);
    max-width: calc(100% / 4 - 40px);
}

.footer__home-desc {
    color: #eee;
}

.footer__title {
    color: #fff;
    margin-bottom: 20px;
}

.footer__links li a {
    color: rgba(255, 255, 255, .7);
    transition: all var(--transition-time);
}

.footer__links li a:hover {
    margin-right: 10px;
    font-weight: 900;
}

.copyright p {
    color: var(--white);
    text-align: center;
    padding: 40px 10px 0;
    font-weight: 700;
}


/*=======================================================
preloader 
=======================================================*/

.loader {
    -webkit-perspective: 700px;
    perspective: 700px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    transition: all var(--transition-time);
    animation: fadeOut 5s forwards; /* اختفاء بعد 5 ثوانٍ */
}

.loader > span {
    font-size: 60px;
    display: inline-block;
    animation: flib 3.2s infinite linear;
    transform-origin: 0 70%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    margin-left: 10px;
}

.loader > span:nth-child(odd) {
    color: var(--black);
}

.loader > span:nth-child(even) {
    color: var(--white);
}

/* Animation for 3D flipping effect */
@keyframes flib {
    0%, 100% {
        transform: rotateX(0);
    }
    50% {
        transform: rotateX(180deg);
    }
}

/* Animation for fade-out effect */
@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}


@keyframes flib {
    35% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.loader>span:nth-child(2) {
    animation-delay: .3s;
}

.loader>span:nth-child(3) {
    animation-delay: .6s;
}

.loader>span:nth-child(4) {
    animation-delay: .9s;
}

.loader>span:nth-child(5) {
    animation-delay: 1.2s;
}

.loader>span:nth-child(6) {
    animation-delay: 1.5s;
}

.loader>span:nth-child(7) {
    animation-delay: 1.8s;
}

.offers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.offer-card {
    width: 280px;
    background-color: #f8f9fa; /* لون الخلفية */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-card:hover {
    transform: translateY(-10px); /* تأثير التحويم */
}

.offer-header h3 {
    color: #343a40; /* لون النص */
    font-size: 20px;
    margin-bottom: 10px;
}

.offer-body p {
    color: #495057; /* لون النص */
    font-size: 16px;
    margin-bottom: 20px;
}

.offer-footer {
    margin-top: auto;
}

.offer-footer .btn-contact {
    padding: 10px 20px;
    background-color: #007bff; /* لون الزر */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-contact:hover {
    background-color: #0056b3; /* لون الزر عند التحويم */
}



.offers-header {
    margin-top: 80px; /* زيادة المسافة بين السكشن السابق والعنوان */
    margin-bottom: 40px; /* إضافة مسافة بين العنوان والعروض */
    text-align: center;
}



.offers-details-section {
    padding: 40px 0;
    text-align: center;
    background-color: #f8f9fa; /* لون الخلفية */
}

.offers-details-button {
    text-align: center;
    margin-top: 20px;
}

.btn-large {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #007bff; /* لون الزر */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-large:hover {
    background-color: #0056b3; /* لون الزر عند التحويم */
}