.vr_wrapper {
    background-color: var(--green-color);
    padding: 10px 0;
}

.custom-marquee {
    overflow-x: hidden;
}

.track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

.heder_btn a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.heder_btn a i {
    font-size: 25px;
}

.form_poppup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.form_poppup.form_poppup__active {
    display: block;
}

.form_poppup__modal {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.form_poppup__modal .modal_form {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-radius: 10px;
    position: relative;
}

.form_poppup__modal .modal_form .cancel_form {
    position: absolute;
    right: 10px;
    top: 20px;
    max-width: max-content;
}

.form_poppup__modal .modal_form .cancel_form i {
    height: 40px;
    width: 40px;
    background: var(--green-color);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20%);
    }
}

.vr_wrapper span {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    margin-left: 10px !important;
    /* background: -webkit-linear-gradient(-90deg, #BB5617, #210754);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-shadow: 0 0 0.25rem rgba(0, 0, 0, .15);

}


.topNav p {
    color: var(--white-color);
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.myNav {
    border-bottom: 1px solid #ccc;
}

.menu ul li a {
    text-transform: capitalize;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
}

.menu ul {
    display: flex;
    gap: 2rem;
}

.logo img {
    width: 210px;
}

/* banner_wrapper */
.banner_wrapper {
    /* background-image: url('../images/banner.png'); */
    background-color: var(--main-color);
    /* background: linear-gradient(-350deg, rgba(0, 0, 0, .564), rgba(0, 0, 0, .64)), url('../images/banner1.jpeg'); */
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(4px);
    padding: 100px 0;
    background-repeat: no-repeat;
}

.banner_left h1 {
    font-size: 47px;
    line-height: 1.4;
    color: var(--white-color);
    font-weight: 600;
}

.banner_left h1 span {
    color: var(--green-color);
    font-weight: 700;
}

.banner_left p {
    font-size: 18px;
    line-height: 1.86;
    margin-top: 20px;
    color: var(--white-color);
}

.banner_points {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.banner_points h6 {
    display: flex;
    font-size: 21px;
    gap: 6px;
    color: var(--white-color);
}

.banner_points h6 i {
    color: var(--green-color);
    font-size: 24px;
}

.banner_review {
    display: flex;
    margin-top: 1rem;
    gap: 14px;
}

.banner_review__box img {
    width: 120px;
}

.banner_left .myBtn button {
    background-color: var(--green-color);
    color: var(--white-color);
}

.myBtn {
    margin-top: 2rem;
}

.banner_form {
    background-color: var(--white-color);
    padding: 2rem;
    border-radius: 10px;
}

.banner_form h6,
.form_poppup__modal .modal_form h6 {
    font-size: 20px;
    /* max-width: 350px; */
    margin: 0 auto;
    margin-bottom: 2rem !important;
    /* color: var(--black-color); */
    text-align: center;
    font-weight: 600;
    line-height: 1.46;
    color: var(--main-color);
}

.banner_form h6 span,
.form_poppup__modal .modal_form h6 span {
    color: var(--green-color);
}

.form_input input::placeholder,
.form_input textarea::placeholder {
    color: var(--black-color);
}

.form_input input,
.form_input textarea,
.form_input .form-select {
    width: 100%;
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid #ccc !important;
    outline: none !important;
    color: var(--black-color);
    box-shadow: none !important;
}

/* grid_wrapper__content */
.global_wrapper {
    padding: 80px 0;
}

.grid_wrapper__content {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    background-color: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.grid_box {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2rem;
    text-align: center;
}

.grid_box i {
    color: var(--white-color);
    font-size: 36px;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--main-color);
}

.grid_box h3 {
    font-size: 24px;
    margin-top: 2rem;
}

/* about_wrapper */
.about_wrapper {
    border-top: 1px solid #ccc;
}

.about_left h3 {
    font-size: 46px;
    color: var(--green-color);
    font-weight: 600;
    max-width: 450px;
    line-height: 1.3;
}

.about_left p {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.8;
}

.about_grid {
    padding-left: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about_grid__box {
    padding: 60px 10px;
    text-align: center;
    transition: .3s ease;
}

.about_grid__box h6 {
    font-weight: 600;
    font-size: 36px;
    /* color: var(--black-color); */
}

.about_grid__box p {
    margin-top: 20px;
    font-size: 19px;
}


.box_bg {
    background-color: whitesmoke;
}

.about_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_grid__box:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease;
}

/* work */
.main_heading {
    text-align: center;
}

.main_heading h2 {
    font-size: 44px;
    color: var(--main-color);
    font-weight: 600;
    text-transform: capitalize;
}

.main_heading h2 span {
    color: var(--green-color);
}

.main_heading p {
    max-width: 800px;
    margin-top: 12px !important;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
}

.global_content {
    margin-top: 3rem;
}

/* .work_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
} */

.work_grid__box img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
}

/* why_box */
.why_box {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    padding: 2rem;
    color: var(--white-color);
    height: 94%;
    transition: .3s ease-in;
    cursor: pointer;
    margin-bottom: 30px;
}

.why_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 5px rgba(0, 0, 0, .5);
    transition: .3s ease-in;
}

.why_box h3 {
    margin-top: 1rem;
    font-size: 22px;
}

.why_box p {
    font-size: 16px;
    margin-top: 1rem;
    line-height: 30px;
}

.why_box i {
    background-color: var(--white-color);
    color: var(--main-color);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

/* testimonial_grid */
.testimonial_wrapper {
    background-color: whitesmoke;
}

.testimonial_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial_box {
    background-color: var(--white-color);
    padding: 20px;
    transition: .3s ease-in;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.testimonial_box:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease-in;
    transform: translateY(-7px);
}

.testimonial_box:hover span {
    color: var(--white-color);
}

.testimonial_box p {
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.name {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name span {
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-style: italic;
    color: var(--main-color);
}

.rating {
    display: flex;
    gap: 2px;
    align-items: center;
}

.rating i {
    color: gold;
}

/* yt_video */
.yt_video {
    border-bottom: 1px solid #ccc;
}

.yt_video_box iframe {
    width: 100%;
    /* height: 100%; */
}

.yt_content h2 {
    font-size: 32px;
    color: var(--main-color);
    font-weight: 600;
}

.yt_content h2 span {
    color: var(--green-color);
}

.yt_content,
.yt_video_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.yt_content {
    padding-left: 3rem;
}

.yt_content p {
    font-size: 15px;
    margin-top: 1rem;
    line-height: 26px;
}

/* faq */
.faq_box {
    box-shadow: 0 0px 2px rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}

.faq_box.active p {
    margin-top: 0px;
    height: auto;
    transition: .3s ease;
    padding: 10px 12px;
}

.faq_box.active .question {
    background-color: var(--green-color);
    color: var(--white-color);
}

.question h3 {
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
}

.answer p {
    margin-top: 0px;
    font-size: 14px;
    height: 0;
    overflow: hidden;
    transition: .3s ease;
    line-height: 26px;
    padding: 0 12px;
}

.faq_form {
    /* background-color: var(--main-color); */
    padding: 20px;
}

/* footer */
.footer_wrapper {
    border-top: 1px solid #ccc;
    background-color: var(--main-color);
}

.logo p {
    margin-top: 16px;
    font-size: 14px;
    color: var(--white-color);
}

.footer_img {
    margin-top: 1.5rem;
    display: flex;
    gap: 16px;
}

.footer_img__box img {
    width: 80px;
}

.social_link {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

.social_link a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green-color);
    color: var(--white-color);
    transition: .3s ease-in;
    font-size: 20px;
    border-radius: 100%;
}

.social_link a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease-in;
}

.footer_box {
    padding-left: 3rem;
}

.footer_box h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: var(--green-color);
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
}

.footer_links a {
    display: flex;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    gap: 4px;

}

.footer_links a i {
    margin-top: 2px;
    color: var(--green-color);
    font-size: 22px;
}

.footer_links a:hover {
    color: var(--green-color);
}

.copyright p {
    background-color: var(--green-color);
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: var(--white-color);
}

/* clients_logo */
.clients_logo {
    border-top: 1px solid #ccc;
    padding: 40px 0;
}

.clients_logo__slider-box img {
    width: 150px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* thankyou_wrapper__content */
.thankyou_wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thankyou_img img {
    width: 400px;
}

.thankyou_wrapper__content h3 {
    text-transform: capitalize;
    color: var(--green-color);
    font-weight: 600;
    font-size: 55px;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem !important;
}

.thankyou_wrapper {
    padding-top: 200px;
}

.google_map {
    margin-top: 1rem;
}

.google_map iframe {
    width: 100%;
    height: 300px;
}

.whatsapp_icon {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 999;
}

.call_icon {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 999;
}

.whatsapp_icon img,
.call_icon img {
    width: 64px;
}

@media(max-width:1440px) {
    .footer_links a {
        overflow: hidden;
    }
}

@media(max-width:1200px) {
    .banner_left h1 {
        font-size: 44px;
        line-height: 1.4;
    }

    .banner_left p {
        font-size: 18px;
    }

    .banner_review__box img {
        width: 90px;
    }

    .banner_form {
        padding: 24px;
    }

    .banner_form h6 {
        font-size: 21px;
    }

    .grid_box h3 {
        font-size: 20px;
    }

    .grid_box {
        padding: 2rem 10px;
    }

    .about_grid__box p,
    .about_left p,
    .question h3 {
        font-size: 16px;
    }

    .about_left h3 {
        font-size: 38px;
    }

    .about_grid {
        padding-left: 1rem;
    }

    .why_box h3 {

        font-size: 18px;
    }

    .why_box p {
        line-height: 26px;
        font-size: 14px;
    }

    .why_box {
        padding: 25px 16px;
    }

    .footer_box {
        margin-top: 2rem;
        padding-left: 0;
    }
}

@media(max-width:992px) {
    .thankyou_wrapper {
        padding-top: 120px;
    }

    .thankyou_wrapper__content h3 {
        font-size: 36px;
    }

    .yt_video_box {
        padding-left: 0;
    }

    .yt_content {
        padding-left: 0;
        margin-top: 1rem;
    }

    .banner_points h6 {
        font-size: 17px;
    }

    .menu ul {
        display: none;
    }

    .logo img {
        width: 140px;
    }

    .banner_left h1 {
        font-size: 36px;
    }

    .banner_left p {
        font-size: 16px;
        margin-top: 10px;
    }

    .banner_review__box img {
        width: 80px;
    }

    .banner_left {
        margin-bottom: 2rem;
    }

    .banner_wrapper {
        padding: 120px 0;
    }

    .banner_form h6 {
        max-width: 100%;
        margin-bottom: 1rem !important;
    }

    .grid_wrapper__content,
    .testimonial_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients_logo__slider-box img {
        width: 110px;
    }

    .about_left h3,
    .main_heading h2 {
        font-size: 36px;
        max-width: 100%;
    }

    .main_heading p {
        font-size: 16px;
    }

    .why_box {
        height: auto;
        margin-bottom: 20px;
    }

    .about_grid {
        padding-left: 0;
        margin-top: 2rem;
    }

    .faq_form,
    .banner_form {
        margin-top: 0 !important;
    }
}

@media(max-width:768px) {
    .form_poppup__modal .modal_form {
        padding: 1rem;
        margin: 0 14px;
    }

    .form_poppup__modal .modal_form h6 {
        margin-bottom: 1rem !important;
        font-size: 17px;
        margin-top: 1rem;
    }

    .form_poppup__modal .modal_form .cancel_form {
        top: 0;
        right: 0;

    }

    .form_poppup__modal .modal_form .cancel_form i {
        width: 30px;
        height: 30px;
        border-radius: 0 10px 0 0;
    }

    .thankyou_img img {
        width: 260px;
    }


    .thankyou_wrapper__content h3 {
        font-size: 24px;
    }

    .thankyou_wrapper {
        padding-top: 100px !important;
    }

    .banner_points {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        margin-top: 1rem;
    }

    .banner_points h6 {
        font-size: 15px;
    }

    .why_box img,
    .grid_box img {
        width: 55px;
    }

    .banner_wrapper {
        padding: 80px 0;
    }

    .banner_left h1 {
        font-size: 28px;
    }

    .banner_left p {
        font-size: 14px;
        margin-top: 7px;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .about_left h3,
    .main_heading h2,
    .yt_content h2 {
        font-size: 28px;
    }

    .about_grid__box p,
    .about_left p,
    .question h3,
    .main_heading p {
        font-size: 14px;
        margin-top: 5px;
    }

    .testimonial_box p {
        font-size: 14px;
        text-align: justify;
    }

    .name {
        margin-top: 1rem;
    }

    .name span {
        font-size: 14px;
    }

    .footer_links a {
        font-size: 14px;
    }

    .footer_links {
        gap: 10px;
        margin-top: 16px;
    }

    .footer_box h3 {
        font-size: 18px;
    }

    .footer_box {
        margin-top: 16px;
    }

    .social_link a {
        font-size: 18px;
        height: 26px;
        width: 26px;
    }

    .rating i {
        font-size: 15px;
    }

    .myBtn {
        margin-top: 1rem;
    }

    .about_grid__box {
        padding: 40px 10px;
    }

    .about_grid__box h6 {
        font-size: 28px;
    }
}


@media(max-width:576px) {
    .banner_wrapper {
        background-position: inherit;
        background-color: #020610 !important;
        background: none;
    }

    .whatsapp_icon img,
    .call_icon img {
        width: 42px;
    }

    .whatsapp_icon {
        left: 12px;
        bottom: 6rem;
    }

    .call_icon {
        right: 12px;
        bottom: 6rem;
    }

    .vr_wrapper span {
        font-size: 14px;
    }

    .vr_wrapper {
        padding: 5px 0;
    }

    .logo img {
        width: 150px;
    }

    .banner_wrapper {
        padding: 50px 0;
    }

    .banner_left h1 {
        font-size: 24px;
    }

    .banner_review__box img {
        width: 60px;
    }

    .banner_form h6,
    .grid_box h3 {
        font-size: 18px;
    }

    .grid_box h3 {
        margin-top: 16px;
        font-size: 16px;
    }



    .form_input input,
    .form_input textarea,
    .form_input .form-select {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 7px;
    }

    .grid_wrapper__content,
    .testimonial_grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .grid_box i {
        height: 50px;
        width: 50px;
        font-size: 30px;
    }

    .about_left h3,
    .main_heading h2,
    .yt_content h2 {
        font-size: 24px;
    }

    .why_box h3 {
        font-size: 17px;
    }

    .testimonial_grid {
        gap: 16px;
    }

    .why_box p,
    .yt_content p {
        margin-top: 10px;
        font-size: 13px;
    }

    .answer p {
        font-size: 13px;
    }

    .faq_form {
        padding: 16px;
    }

    .footer_img__box img {
        width: 60px;
    }

    .copyright p {
        font-size: 14px;
        padding: 7px 0;
    }

    .clients_logo {
        padding: 20px 0;
    }

    .about_grid__box h6 {
        font-size: 22px;
    }

    .about_grid__box {
        padding: 30px 10px;
    }

    .logo p {
        font-size: 13px;
    }

    .grid_wrapper__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_review {
        margin-bottom: 1.6rem;
    }

    .banner_form {
        padding: 14px;
    }

}

@media(max-width:420px) {
    .clients_logo__slider-box img {
        width: 5.3125rem;
    }

    .why_box i {
        height: 40px;
        width: 40px;
        font-size: 28px;
    }
}

.logo a {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    color: #EB560C;
}



.myNav {
    width: 100%;
    background: url(../img/header.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;

}

.work_wrapper {
    background: rgb(245 245 245);
    padding: 80px 0;
    border: 1px solid #cccccc63;
}

.work_grid .work_grid__box {
    margin: 10px !important;
}


.color_box {
    background: #EB560C;

}

.services_box_c {
    padding: 1rem;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 1.5rem;
    height: 90%;
}


.color_box h3 {
    color: #fff;
    font-size: 21px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.services_box_c h3 {
    font-size: 21px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;

}

.bg-2nd {
    position: relative;
    background-color: rgb(0 0 0 / 7%);
    /* padding: 30px; */
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

/* round point */
.bg-2nd::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: #EB560C;
    border-radius: 50%;
    bottom: 2px;
    right: 1px;
    transition: all 0.6s ease;
    z-index: -1;
}


/* hover background spread */
.bg-2nd:hover::after {
    width: 300%;
    height: 300%;
    bottom: -100%;
    right: -100%;
}

/* heading & text */
.bg-2nd h3 {
    color: #071031;
    transition: color 0.4s ease;
}

.bg-2nd p {
    color: #000;
    transition: color 0.4s ease;
}

/* hover text color */
.bg-2nd:hover h3,
.bg-2nd:hover p {
    color: #fff;
}

/* image optional smooth */
.bg-2nd img {
    transition: transform 0.4s ease;
}

.bg-2nd:hover img {
    transform: scale(1.05);
}




.color_box p {
    color: #fff;
}

.services_box_c img {
    width: 40px;
}

.space_heading p {
    padding-bottom: 2.5rem;
}

.space_minimiz {
    padding-top: 0;
}

.logo h3 {
    color: #EB560C;
    text-transform: uppercase;
}


.yt_video_box img {
    border-radius: 10px;
}

/* ================  */

.about_left h3 {
    background: linear-gradient(90deg, #071031, #EB560C, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}



.main_heading h2 {
    font-weight: 700;
    text-transform: capitalize;
    background: linear-gradient(90deg, #071031, #EB560C, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_heading h2 span {
    background: linear-gradient(90deg, #EB560C, #071031);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_heading h2 {
    background-size: 300% 300%;
    animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


/* ======= from */

.banner_form {
    background: linear-gradient(135deg, #071031, #000);
    /* padding: 35px; */
    border-radius: 16px;
    /* max-width: 420px; */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

/* glowing corner effect */
.banner_form::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #EB560C;
    border-radius: 50%;
    bottom: -40px;
    right: -40px;
    filter: blur(80px);
}

/* heading */
.banner_form h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4;
}

.banner_form h6 span {
    background: linear-gradient(90deg, #EB560C, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* form layout */
.form_input form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* inputs */
.form_input input,
.form_input textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form_input input::placeholder,
.form_input textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* focus effect */
.form_input input:focus,
.form_input textarea:focus {
    outline: none;
    border-color: #EB560C;
    background: rgba(255, 255, 255, 0.12);
}

/* button */
.global_btn {
    margin-top: 10px;
    background: linear-gradient(90deg, #EB560C, #ff7a18);
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.global_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(235, 86, 12, 0.4);
}

/* mobile friendly */
@media (max-width: 576px) {
    .banner_form {
        padding: 25px;
    }

    .banner_form h6 {
        font-size: 20px;
    }
}

.faq_left {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


/* =======================  modal */

/* modal background blur */
.modal-content {
    background: linear-gradient(135deg, #071031, #000);
    border-radius: 18px;
    border: none;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

/* header */
.modal-header {
    border: none;
    padding: 20px 25px;
    position: relative;
}

.modal-header::after {
    content: "";
    position: absolute;
    /* width: 140px; */
    height: 140px;
    background: linear-gradient(135deg, #EB560C, #ff7a18);
    top: -60px;
    right: -60px;
    border-radius: 50%;
    filter: blur(90px);
}

.modal-title {
    /* font-size: 18px; */
    font-weight: 700;
    background: linear-gradient(90deg, #EB560C, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    /* margin: -.5rem -.5rem -.5rem auto; */
}


/* close button */
.modal-header .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

/* body */
.modal-body {
    padding: 25px;
}

/* inputs */
.modal_form input,
.modal_form textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.modal_form input::placeholder,
.modal_form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.modal_form input:focus,
.modal_form textarea:focus {
    outline: none;
    border-color: #EB560C;
    background: rgba(255, 255, 255, 0.12);
}

/* submit button */
.modal_form .global_btn {
    width: 100%;
    background: linear-gradient(90deg, #EB560C, #ff7a18);
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.modal_form .global_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(235, 86, 12, 0.4);
}

/* responsive */
@media (max-width: 576px) {
    .modal-title {
        font-size: 16px;
    }
}

/* ==== 15 sec after pop  */

.social-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* common style */
.social-fixed a {
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.4s ease;
    animation: pulse 2.5s infinite;
}

/* individual colors */
.social-fixed .facebook {
    background: #1877f2;
}

.social-fixed .twitter {
    background: #1da1f2;
}

.social-fixed .instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-fixed .linkedin {
    background: #0077b5;
}

.social-fixed .youtube {
    background: #ff0000;
}

/* hover effect */
.social-fixed a:hover {
    width: 60px;
    transform: translateX(5px);
}

/* pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* mobile hide optional */
@media (max-width: 576px) {
    .social-fixed {
        display: block;
    }

    .heder_btn a {
        display: flex;
        align-items: center;
        gap: 0px;
    }
}

.logo1 img {
    background-color: #fff;
}

.social-fixed a:hover {
    color: #fff !important;
}

/* ============================== breadcrumb start  */
/* HERO SECTION */
.hero-section {
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 80px 8%;
    background: linear-gradient(to right, rgb(0 0 0 / 55%) 40%, rgba(6, 35, 45, 0.7) 60%, rgba(6, 35, 45, 0.2)), url(../img/1.png) right center no-repeat;
    background-size: cover;
}

/* LEFT CONTENT */
.hero-content {
    /* max-width: 600px; */
    color: #fff;
}

.hero-content .small-title {
    color: #ff8c32;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 16px;
    color: #cfd8dc;
    margin-bottom: 35px;
    line-height: 1.6;
    padding-bottom: 12px;
}

/* BUTTON */
.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(45deg, #ff8c32, #ff5e00);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s ease;
    border: none;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 94, 0, 0.4);
}

/* RESPONSIVE */
@media(max-width:992px) {

    .hero-section {
        background-position: center;
        text-align: center;
        justify-content: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 18px;
    }

    .hero-content p {
        font-size: 12px;
        color: #cfd8dc;
        margin-bottom: 35px;
        line-height: 1.6;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .hero-btn {
        padding: 10px 28px;
    }
}

/* ============================== breadcrumb end  */

.services-section {
    padding: 85px 0;
}

.design-img img {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.design-img h3 {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #eb560c;
}

.design-img p {
    text-align: justify;
}


/* ============================ contact from start  */
:root {
    --primary-orange: #EB560C;
    --deep-navy: #071031;
    --soft-white: #f8f9fa;
}

/* Form Container */
.contact-card {
    background: #ffffff;
    width: 100%;
    /* max-width: 450px; */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(7, 16, 49, 0.15);
    /* margin: 20px; */
    position: sticky;
    top: 0;
}

/* Top Header Section */
.form-header {
    background-color: var(--deep-navy);
    padding: 40px 30px;
    text-align: center;
    color: white;
}

.form-header h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-header p {
    margin: 10px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Form Fields Section */
.form-body {
    padding: 40px 35px;
}

.input-group {
    position: relative;
    margin-bottom: 25px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    color: var(--deep-navy);
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    background: transparent;
    transition: all 0.3s ease;
    display: block;
    box-sizing: border-box;
}

/* Label Animation */
.input-group label {
    position: absolute;
    top: 12px;
    left: 0;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-group input:focus~label,
.input-group input:valid~label,
.input-group textarea:focus~label,
.input-group textarea:valid~label {
    top: -15px;
    font-size: 13px;
    color: var(--primary-orange);
    font-weight: bold;
}

.input-group input:focus,
.input-group textarea:focus {
    border-bottom: 2px solid var(--primary-orange);
}

/* Modern Button */
.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: var(--primary-orange);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(235, 86, 12, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #d14a0a;
    /* Darker orange on hover */
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(235, 86, 12, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 480px) {
    .form-header {
        padding: 30px 20px;
    }

    .form-body {
        padding: 30px 20px;
    }

    .contact-card {
        margin-top: 30px;
    }
}

/* ============================ contact from end */

.related-product {
    padding-bottom: 80px;
    overflow: hidden;
}

/* Prevent Horizontal Scroll */


.slick-list {
    overflow: hidden !important;
}

/* Product Card */
.product-box {
    position: relative;
    /* background: #ffffff; */
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    overflow: hidden;
    transition: all 0.4s ease;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    height: 100%;
}

/* Clean Glow Effect (No Scroll Issue) */
.product-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #eb560c;
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 20px;
    z-index: 0;
}

/* Hover Glow */
.product-box:hover::before {
    opacity: 0.06;
}

/* Hover Lift */
.product-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image */
.product-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
}

.product-box:hover img {
    transform: scale(1.05);
}

/* Heading */
.product-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
}

.product-box:hover h3 {
    color: #eb560c;
}

/* Paragraph */
.product-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* Slick Dots Position */
.slick-dots {
    bottom: -35px;
}

/* Default Dot */
.slick-dots li button:before {
    font-size: 10px;
    color: #ccc;
    opacity: 1;
    transition: 0.3s ease;
}

/* Active Dot */
.slick-dots li.slick-active button:before {
    color: #eb560c;
    font-size: 12px;
}

/* Hover Dot */
.slick-dots li button:hover:before {
    color: #eb560c;
}

.services_section {
    background: rgb(245 245 245);
    margin-bottom: 80px;
}


/* ============================ potfolio start ==================== */
.portfolio-section {
    margin-bottom: 60px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.card-footer {
    padding: 20px;
    background-color: #f9f9f9;
}

.card-footer a {
    text-decoration: none;
    color: #eb560c;
    /* Sky Blue color as per image */
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Button Styling */
.btn-container {
    text-align: center;
    margin-top: 20px;
}

#viewBtn {
    background-color: #EB560C;
    color: white;
    padding: 8px 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

#viewBtn:hover {
    background-color: #3498db;
}

/* Toggle Logic */
.hidden-content {
    display: none;
    margin-top: 30px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================ potfolio end ==================== */