html, body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: 'Tajawal', sans-serif;
    background-color: #f9f9fb;
}

::selection {
    color: white;
    background: #d9534f;
  }
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
}
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    animation: 1.5s ease-out infinite animate-pulse;
    font-size: 1rem; 
    color: white;
    padding: 12px;
    border-radius: 50%; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; 
    transition: .4s all ease-in-out;
}
.whatsapp::before{
    position: absolute;
    content: "";
    font-size: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E82C0C;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    color: white;

}

.whatsapp {
    background-color: #25D366;
    width: 60px;
    font-size: 40px;
}
.whatsapp:hover{
    color: white;
    transform: translateY(-5px);
}
@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(119 ,140,204,.4)
    }

    5% {
        transform: scale(1.01)
    }

    15% {
        transform: scale(1)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(119 ,140,204,0)
    }

    100% {
        box-shadow: 0 0 0 40px rgba(119 ,140,204,0)
    }
}

.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    animation: 1.5s ease-out infinite animate-pulse;
}
.whatsapp::before{
    position: absolute;
    content: "1";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E82C0C;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    right: -2px;
    color: white;

}
.btn{
    font-size: 20px;
    font-weight: 500;
    background-color: #d9534f;
    color: white;
    border: 2px solid #d9534f;
    border-radius: 12px;
    padding: 10px 15px;
}
.btn:hover{
    color: #d9534f;
    background-color: transparent;
}
/* start hero section  */
.landing{
    background-color: #eee9e3;
    padding-block: 50px;
}
.landing .head{
    max-width: 800px;
    margin: auto;
}
.landing .head h1{
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}
.landing .head p{
    text-align: center;
    color: #555;
    font-size: 20px;
    font-weight: 500;
}
.form-container {
    max-width: 350px;
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: auto;

}
.form-header {
    background: #d9534f;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.form-header a {
    color: yellow;
    text-decoration: none;
}
.form-group {
    margin: 20px 0;
    text-align: left;
}
.form-group label {
    display: block;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.submit-btn {
    width: 100%;
    padding: 10px;
    background: #f39c12;
    color: black;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
}
.submit-btn:hover {
    background: #e67e22;
}
.note {
    font-size: 14px;
    margin-top: 10px;
}
.note b {
    color: red;
}
.ps-text {
    font-size: 14px;
    font-style: italic;
}
.privacy {
    font-size: 12px;
    color: gray;
    margin-top: 10px;
}

/* start banner  */
.banner{
    padding-block: 40px;
    background-color: #262626;
}
.banner .box{
    max-width: 700px;
    text-align: center;
    margin: auto;
}
.banner .box h2{
    color: white;
    font-weight: 600;
}
.banner .box p{
    color: #d9534f;
    font-size: 20px;
    font-weight: 500;
}

/* start features  */
.features{
    padding-block: 45px;
    background-color: #eee9e3;
}
.features .box{
    background-color: white;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.features .box .img-box{
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
}

/* start offers  */
.offers{
    background-color: black;
    color: white;
    padding-block: 45px;
}
.offers .box{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.offers .red{
    color: #d9534f;
}
.offers h2{
    font-weight: 600;
    margin-bottom: 10px;
}
.offers p{
    font-size: 20px;
    font-weight: 500;
}
.offers .img-box{
    overflow: hidden;
    border-radius: 20px;
    max-width: 500px;
    margin: auto;
}
.offers ul{
    list-style: none;
}
.offers ul li i{
    color: #25D366;
    margin-left: 10px;
    font-size: 15px;
}
.offers ul li span{
    display: contents;
}
.offers ul li{
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;

}
footer{
    padding-block: 15px;
    background-color: black;
    color: white;
}
/* animations  */
/* loader  */
#loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    justify-content: center;
    align-items: center;
    z-index: 100000;
  }
 /* loader  */
 #loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #d9534f;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
  }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(119 ,140,204,.4)
    }

    5% {
        transform: scale(1.01)
    }

    15% {
        transform: scale(1)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(119 ,140,204,0)
    }

    100% {
        box-shadow: 0 0 0 40px rgba(119 ,140,204,0)
    }
}

