.topNav p {
    background: var(--main-color);
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.global_wrapper {
    padding: 80px 0;
    border-bottom: 1px solid #3a3939;
}

.banner_box {
    color: var(--white-color);
}

.banner_box h2 {
    font-weight: 700;
    font-size: 54px;
}

.banner_box ul li {
    margin-top: 12px;
    font-size: 18px;
}

.banner_box p {
    font-size: 18px;
    margin-top: 1rem;
}

.banner_box .myBtn a {
    background-color: var(--main-color);

}

.myBtn {
    margin-top: 2rem;
}

/* banner_form */
.banner-center {
    text-align: center;
    color: var(--white-color);
}

.banner-center h2 {
    font-size: 75px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-center h2 span,
.banner-center h5 a {
    color: var(--main-color);
    display: inline-block;
    font-weight: 700;
    animation: popup 1.2s infinite;
}

@keyframes popup {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.banner-btn a {
    background: #467BFF !important;
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;
}

.banner-center h6 {
    font-size: 55px;
    font-weight: 700;
    margin-top: 12px;
    animation: popup 1.2s infinite;
}

.banner-center p {
    font-size: 20px;
    margin-top: 12px;
}

.banner-center h5 {
    margin-top: 12px;
    font-size: 40px;
    font-weight: 700;
}

.banner_form {
    background-color: var(--main-color);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
}

.banner_form button {
    width: 100%;
    padding: 10px;
}

.disc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
    overflow: hidden;
}

.banner_form h6 {
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    background-color: #C62020;
}

.banner_form h6::after {
    width: 115%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0px;
    left: -2px;
    transform: skew(150deg);
    background: linear-gradient(to right, transparent 40%, rgb(186, 221, 201) 10%, transparent 50%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    animation-name: fre__backplay;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    z-index: 6;
}

@keyframes fre__backplay {
    0% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.banner_form h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 20px !important;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ccc !important;
    outline: none !important;
}

/* why */
.global_content {
    margin-top: 3rem;
}

.main_heading h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.why_box {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 10px;
    transition: .4s ease all;
}

.why_box:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease all;
}

.why_box h3 {
    font-size: 22px;
    margin-top: 1rem;
}

.why_box p {
    margin-top: 10px;
}

.line img {
    width: 200px;
}

.line {
    text-align: center;
    margin-top: 10px;
}

/* service_box */

.review .month {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}

.service_box,
.testimonials_box {
    border: 1px solid rgb(30 41 59/1);
    padding: 60px 20px 20px;
    color: #000;
    margin-bottom: 50px;
    position: relative;
    border-radius: 10px;
    text-align: start;
    transition: .43s ease all;
    /*background-color: rgb(15 23 42/1);*/
     background-color: #fff;
}

.active_box {
    background-color: var(--main-color);
}

.service_box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
}

/*.service_box:hover,*/
/*.testimonials_box:hover {*/
/*    background-color: var(--main-color);*/
/*    transition: .3s ease all;*/
/*}*/

.service_box h3 {
    font-size: 22px;
    font-weight: 600;
}

.service_box p {
    font-size: 14px;
    margin-top: 10px;
}

.global_wrapper {
    background-image: linear-gradient(180deg, rgba(15, 23, 42, 0) 45.31%, #0f172a 91.76%);
}

/* project_box */
.project_box {
    margin: 0 12px;
}

.project_box img {
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 350px;
    border: 2px solid #fff;
    object-fit: cover;
}


.slider_wrapper {
    position: relative;
    padding: 0 30px;
}

.custom_prev,
.custom_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
       height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.custom_prev {
    left: 0;
    background: #467bff;
}

.custom_next {
    right: 0;
    background: #467bff;
}

.custom_prev:hover,
.custom_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Responsive height */
.project_box img {
    height: 350px;
}

@media (max-width: 768px) {
    .project_box img {
        height: 250px;
    }

    .custom_prev,
    .custom_next {
        padding: 6px 10px;
    }
}


/* user_img */
/*.testimonials_slider {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    justify-content: flex-start;*/
/*}*/

.testimonials_box {
    width: 100%;
    max-width: 400px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    /*box-shadow: 0 0 10px #e0e0e0;*/
    transition: 0.3s;
    margin: 5px;
}

.testimonials_box:hover {
    transform: translateY(-5px);
}

.user {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.user_img img {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    object-fit: cover;
    border: 2px solid #ccc;
}

.user-name h3 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.user-name span {
    font-size: 14px;
    color: gray;
}

.review p.review-text {
    font-size: 14px;
    margin: 0;
    max-height: 45px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.review p.review-text.expanded {
    max-height: 300px;
}

.read-more {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}

.rating {
    margin-top: 12px;
}

.rating i {
    color: gold;
}


/* cta_wrapper__content */
.cta_wrapper__content {
    background-color: var(--main-color);
    padding: 50px 0;
    text-align: center;
    border-radius: 1rem;
    color: #fff;
}

.cta_wrapper__content h3 {
    font-size: 55px;
    font-weight: 600;
}

.cta_wrapper__content p {
    font-size: 22px;
    margin-top: 1rem;
}

.cta_wrapper__content .myBtn a {
    background-color: var(--white-color) !important;
    color: var(--black-color);
    padding: 7px 15px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: max-content;
    margin: 0 auto;
}

.cta_wrapper__content .myBtn a i {
    transform: rotate(-45deg);
}


.slick-dots li.slick-active button:before {
    display: none !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
    background: var(--main-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
    width: 1.5rem !important;
}

.slick-dots li button::before {
    display: none !important;
}


.copyright p {
    background-color: var(--white-color);
    text-align: center;
    color: var(--black-color);
    padding: 10px 0;
    font-weight: 500;
}

.bottom-btn {
    display: none;
}

@media(max-width:1440px) {
    .banner_box h2 {
        font-size: 44px;
    }

    .why_box h3 {
        font-size: 18px;
    }

    .why_box {
        padding: 1rem;
    }

    .service_box h3 {
        font-size: 19px;
    }

    .project_box img {
        height: 215px;
    }

    .cta_wrapper__content h3 {
        font-size: 42px;
    }

    .why_box p {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    .banner-center h2 {
        font-size: 42px;
    }
}

@media(max-width:992px) {
    .banner_form {
        margin-top: 2rem;
    }

    .banner-center h2 {
        font-size: 32px;
    }

    .banner-center h6 {
        font-size: 21px;
    }

    .banner-center p {
        font-size: 18px;
    }

    .banner-center h5 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .banner_box h2 {
        font-size: 30px;
    }

    .banner_box p,
    .banner_box ul li {
        font-size: 15px;
        margin-top: 10px;
    }

    .banner_form {
        padding: 2rem 1rem 1rem;
    }

    .banner_form h3 {
        font-size: 20px;
        margin-bottom: 1rem !important;
    }

    .form-group input,
    .form-group textarea {
        padding: 7px;
        margin-bottom: 7px;
    }

    .main_heading h2 {
        font-size: 28px;
    }

    .why_box {
        margin-bottom: 1rem;
    }

    .myBtn {
        margin-top: 1.2rem;
    }

    .service_box,
    .testimonials_box {
        padding: 40px 20px 20px;
    }

    .cta_wrapper__content h3 {
        font-size: 25px;
    }

    .cta_wrapper__content {
        padding: 1rem;
    }

    .cta_wrapper__content p {
        font-size: 15px;
    }

    .copyright p {
        font-size: 12px;
        padding: 6px 0;
    }

    .cta_wrapper__content .myBtn a {
        font-size: 15px;
    }

    .topNav p {
        font-size: 12px;
        padding: 7px 0;
    }

    .why_box h3,
    .why_box p {
        margin-top: 7px;
    }
}

@media(max-width:576px) {
    .banner-center h2 {
        font-size: 22px;
    }

    .banner-center h6 {
        font-size: 17px;
    }

    .banner-center p {
        font-size: 15px;
    }

    .banner_wrapper {
        padding: 25px 0 50px 0;
    }

    .banner_form h6 {
        font-size: 15px;
        padding: 5px 12px;
        border-radius: 5px;
    }

    .user_img img {
        height: 45px;
        width: 45px;
        border: 2px solid var(--white-color);
    }

    .bottom-btn {
        display: block;
    }

    .bottom-btn a {
        text-transform: capitalize;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #fff;
        box-shadow: 0 0 4px rgba(182, 182, 182, 0.5);
        background-color: var(--main-color);
        width: 100%;
        left: 0;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        border-radius: 10px 10px 0 0;
        font-weight: 600;
        padding: 10px;
        text-align: center;
        color: var(--white-color);

    }
}

/* =====================  */
.custom-modal .modal-dialog {
    max-width: 500px;
}

.modal-bg {
    background: linear-gradient(135deg, #1d2671, #c33764);
    /* Gradient background */
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

.modal-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.discount-text {
    background-color: #ffc107;
    color: #000;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

.form-control {
    border-radius: 8px;
    border: none;
    padding: 12px;
}

.form-control:focus {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
    outline: none;
}

.btn-light {
    background-color: #fff;
    color: #c33764;
    border-radius: 30px;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: #1d2671;
}