.wrapper-landing {
    width: 94%;
    margin: 50px auto 0px auto;
    line-height: 1.5;
}

.wrapper-landing h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

.wrapper-landing ul {
    margin-right: 30px;
}

.wrapper-landing li {
    line-height: 2.5;
}

.hero-section {
    height: 92vh;
    background-image: url("../images/webdesign/hero-banner.avif");
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    width:100% !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0B3D91;
    text-shadow: 0 2px 6px rgba(11, 61, 145, 0.25);
}

.hero-subtitle {
    color: #4A5A75;
    font-weight: 300;
}

.hero-text {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 25px;
}

.owl-item.active .item:before {
    background: transparent !important;
}

.video-wrapper {
    width: 100%;
    max-width: 100%;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.giftBox {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

/*#c-form {*/
/*    background-color: #EFF2F7;*/
/*}*/

#c-form .c-form-contactus {
    padding: 85px 0;
}

#c-form .title-seo {
    font-size: 24pt;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

#c-form .border-blue {
    border-bottom: 2px solid #315688;
    width: 10%;
}

#c-form .c-box-form {
    width: 100%;
}

#c-form .c-box-form .gap-flex-inputs {
    gap: 1.5rem;
    margin-top: 1rem;
}

#c-form .c-box-form .mt-flex-textarea {
    margin-top: 1rem;
}

#c-form .c-box-form .form-control {
    background-color: #fff;
    border-color: #dbdbdb;
    padding: 10px;
    border-radius: 6px;
}

#c-form .c-box-form .form-control:focus {
    background-color: #fff;
    border-color: #dbdbdb !important;
    padding: 10px;
    border-radius: 6px;
}

#c-form .c-box-form .btn-blue {
    color: white;
    background-color: #315688;
    border: 1px solid #315688;
    font-size: 11pt;
    border-radius: 10px;
    text-decoration: none;
    padding: 11px 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
}

#c-form .c-box-form .btn-blue:hover,
#c-form .c-box-form .btn-blue:active,
#c-form .c-box-form .btn-blue:focus {
    color: white;
    background-color: #6391cd;
    border: 1px solid #6391cd;
    font-size: 11pt;
    border-radius: 10px;
    text-decoration: none;
    padding: 11px 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.sticky-call-button {
    position: fixed;
    bottom: 0px;
    left: 0;
    transform: translateX(-0%);
    width: 100%;
    z-index: 9999;

    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;

    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;

    background: linear-gradient(45deg, #25D366, #1ebe5d);
    color: #fff;
    text-decoration: none;

    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    display: block;
}

@media (max-width: 576px) {
    #submit-form-button, #submit-form, #next-step {
        display: none !important;
    } 
    .sticky-call-button {
        display: block; /* یا هر استایل دیگری */
    }
}

