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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #ea9e15;
    --secondary-color: white;
    --third-color: #f8f8f8;
}

body {
    font-family: sans-serif;
    padding: 0px;
    margin: 0px;
}

.custom-modal {
    z-index: 99999 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 2px;
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.main-color {
    color: var(--primary-color);
}

.icons {
    color: black;
    font-size: 25px;
    margin: 0;
    padding: 18px;
    background: var(--primary-color) !important;
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    --transition: all 0.5s ease-in-out;
}

.custom-arrow {
    width: 7% !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ea9e15(13, 110, 253, .25) !important;
}

.tx-color{
    color: var(--primary-color);
}
.pri-buton {
    background-color: var(--primary-color);
    color: var(--secondary-color) !important;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    border: 1px solid var(--primary-color);
    font-weight: bold;
}

p {
    font-family: "Roboto", sans-serif;
}

h5 {
    font-family: "Roboto", sans-serif;
}

h3 {
    font-family: "Roboto", sans-serif;
}

h2 {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Roboto", sans-serif;
}

span {
    font-family: "Roboto", sans-serif;
}

button {
    font-family: "Roboto", sans-serif;
}

.pri-buton:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

.pri-buton a {
    color: var(--secondary-color);
    text-decoration: none;

}

.pri-buton:hover a {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/* <<<<<<<<<<<<nab-bar>>>>>>>>>> */
.nab-bar {}

.nab-bar .navbar-1 {
    background-color: white !important;
    z-index: 99999;
}

.nab-bar .navbar-1 ul li a {
    font-size: 15px;
    font-weight: bold;
}

.nab-bar .navbar-1 ul li a.active {
    color: var(--primary-color);
}


.nab-bar .navbar-1 ul li a:hover {
    color: var(--primary-color);
}

.logo-img {
    width: 270px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

/* <<<<<<<<<<<<nab-bar>>>>>>>>>>>>> */



/* <<<<<<<<<<<<<<<<custom-swiper>>>>>>>>>>>> */
.carousel-inner {
    padding: 0px;
}

.custom-swiper .carousel-inner {
    position: relative;
    padding: 0px;
}

/* 🔥 Dark gradient overlay */
.custom-swiper .carousel-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.8));
    z-index: 1;
}

/* Images */
.custom-swiper .carousel-item img {
    object-fit: cover;
    /* transition: transform 5s ease; */
}

/* 🔥 Zoom effect */
.custom-swiper .carousel-item.active img {
    /* transform: scale(1.1); */
}

/* Caption */
.custom-swiper .carousel-caption {
    z-index: 2;
    bottom: 30%;
    text-align: left !important;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
    /* bottom: 2.25rem !important; */
    left: 15%;
}

/* 🔥 Text animation */
.custom-swiper .carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Heading */
.carousel-caption h5 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

/* Paragraph */
.carousel-caption p {
    font-size: 18px;
    color: #ddd;
}

/* Controls styling (optional) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.icons {
    color: black;
    font-size: 25px;
    margin: 0;
    padding: 18px;
    background: rgb(255 255 255 / 20%);
    display: inline-block;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    --transition: all 0.5s ease-in-out;
}

/* <<<<<<<<<<<<<<<<custom-swiper>>>>>>>>>>>>>> */



/* <<<<<<<<<<<<<<<custom-design>>>>>>>>>>>>>>>>>>> */

.custom-design {
    padding: 50px;
    background-color: var(--third-color);
}

.design-left img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.design-right {
    padding: 14px 32px;
}

.custom-box-design col {
    padding: 0px !important;
}

/* <<<<<<<<<<<<<<<<<<<<custom-design>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<,,,custom-product>>>>>>>>>> */
.custom-product {
    border: 0px solid red;
    padding: 50px;
}

.custom-inside-product {
    border: 0px solid red;

}

.custom-inside-product .carousel-item .card {
    border: 1px solid #9e9e9e57;
    box-shadow: 0px 0px 0px gray;
    border-radius: 15px;
}


.product-box {
    height: 614px;

}

.product-box img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.product-box p {
    justify-content: center;
}


/* <<<<<<<<<<<<<<<custom-product>>>>>>>>>>> */


/* <<<<<<<<<<<<<<<,.custom-gallery>>>>>>>>>>>>>>>> */

.custom-gallery {
    border: 0px solid red;
    padding: 40px;
}

.custom-inside-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
    /* smooth */
}

.custom-inside-gallery img:hover {
    transform: translateX(-20px);
}

.box-gallery {
    position: relative;
}

.box-gallery p {
    position: absolute;
    bottom: 0;
    left: 30px;
    background: #0000007a;
    color: white;
    padding: 5px;
}

/* <<<<<<<<<<<<<<<,.custom-gallery>>>>>>>>>>>>>>>> */


/* <<<<<<<<<<<<<<<<faq-area>>>>>>>>>>>>>>>>>> */

.faq-area {
    padding: 50px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.site-title-tagline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: var(--primary-color);
    opacity: 0.2;
    left: -2px;
    bottom: 0;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.faq-img img {
    border-radius: 15px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: #fff0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 30px;
    background: white;
    border-radius: 12px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: var(--primary-color);
    text-align: center;
    color: var(--secondary-color);
}

/* <<<<<<<<<<<<<<<<faq-area>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<custom-last-banner>>>>>>>>>> */
.custom-last-banner {
    padding: 130px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../Images/bannerlast2.png');
    background-size: cover;
    /* 🔥 important */
    background-position: center;
    /* 🔥 adjust if needed */
    background-repeat: no-repeat;
}

.banner-box-last {
    color: white;
}

/* <<<<<<<<<<<<<<<<<<custom-last-banner>>>>>>>>>>>>> */



/* <<<<<<<<<<<<<<,footer-section >>>>>>>>>>>>>>>> */


.footer-section {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.252);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    background: #032c45;
    color: white;
}

.footer-section a {
    color: var(--primary-color);
    text-decoration: none;

}

/* .footer-section .logo-img {
    width: 250px;

} */

.footer-icon {
    background: var(--primary-color);
    color: black;
    border-radius: 30px;
    padding: 15px 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    /* min-height: 20%; */
    /* max-height: 20%; */
    text-align: center;
}

.footer-section .list-group-item {
    border: none;
    background: transparent;
    cursor: pointer;
}


/* <<<<<<<<<<<<<<,footer-section >>>>>>>>>>>>>>>> */




/* <<<<<<<<<<<<<<<<<floating-cta>>>>>>>>>>>>> */

.floating-cta {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 99;
}

.floating-cta a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}


.floating-cta-1 a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}


.whatsapp-btn {
    background-color: #25d366;
    box-shadow: 0 0 0 rgb(37 211 102 / 0.7);
}

.facebook-btn {
    background-color: #1877f2 !important;
    box-shadow: 0 0 0 rgb(24 119 242 / 0.7);
}

.youtube-btn {
    background-color: #E91E63 !important;
    box-shadow: 0 0 0 rgb(24 119 242 / 0.7);
}

.instagram-btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    box-shadow: 0 0 0 rgb(255 20 147 / 0.7);
}

.call-btn {
    transform: rotate(99deg);
    background-color: #007bff;
    box-shadow: 0 0 0 rgb(0 123 255 / 0.7);
}

.top-nav h6 a {
    color: black;
    text-decoration: none;
}


/* Button Base */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999;
    left: 10px;

    /* Smooth */
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Icon */
#scrollTopBtn i {
    position: relative;
    z-index: 2;
}

/* Fill Animation Layer */
#scrollTopBtn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff5722;
    transition: width 0.4s ease;
    z-index: 1;
}

/* Hover Effect (Fill from left) */
#scrollTopBtn:hover::before {
    width: 100%;
}

/* Change icon color on hover */
#scrollTopBtn:hover {
    color: #fff;
}

/* Show button when scroll */
#scrollTopBtn.show {
    display: block;
    animation: fadeInUp 0.5s ease;
}

/* Smooth entry animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#scrollTopBtn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 87, 34, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
    }
}

/* <<<<<<<<<<<<<<<<<floating-cta>>>>>>>>>>>>> */


/* <<<<<<<<<<<<<<aboutus>>>>>>>>>>>>> */
/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Images/aboutus1.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-align: center;
}

.hero-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Images/services2.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-align: center;
}

.hero-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/Images/services-con.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-align: center;
}

.hero h1 {
    font-size: 50px;
    font-weight: bold;
}

.hero p {
    font-size: 20px;
}

.btn-custom {
    background-color: orange;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
}

/* <<<<<<<<<<<<<<aboutus>>>>>>>>>>>>> */

/* <<<<<<<<<<<<custom-why-choose>>>>>>>>>>>> */

.custom-why-choose {
    padding: 50px 0px 0px 0px;
}

/* wrapper */
.marquee-wrapper {
    overflow: hidden;
    padding: 50px 0px;
}

/* row animation */
.marquee-row {
    display: flex;
    flex-wrap: nowrap;
    /* 🔥 important */
    animation: scroll 20s linear infinite;
}

/* column fix */
.marquee-row .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    /* keep 4 cards visible */
}

/* your box */
.choose-box {
    padding: 30px;
    box-shadow: 0px 0px 13px #ea9e155e;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.choose-box h3 {
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 10px;
}

.marquee-wrapper:hover .marquee-row {
    animation-play-state: paused;
}

/* animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* <<<<<<<<<<<<<<,custom-why-choose>>>>>>>>> */

/* <<<<<<<<<<<<<<<contact-us>>>>>>>>>> */
.contact-us {
    padding: 50px 0;
}

/* Card */
.contact-info {
    display: flex;
    align-items: center;
    /* ✅ important fix */
    gap: 20px;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.4s;
    height: 200px;
}

/* Equal height fix */
.contact-info.h-100 {
    height: 100%;
}

/* Hover */
.contact-info:hover {
    transform: translateY(-8px);
}

.contact-info::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 3px solid var(--primary-color);
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}

/* Hover animation */
.contact-info:hover::before {
    width: calc(100% - 20px);
    /* ✅ stay inside */
    height: calc(100% - 20px);
    /* ✅ stay inside */
}

.contact-info:hover::before {
    width: 80%;
    height: 80%;
}

/* Icon */
.contact-info-icon {
    flex-shrink: 0;
    /* ✅ prevents shrinking */
}

.contact-info-icon i {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

/* Text */
.contact-info-content h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-info-content p {
    margin: 0;
    font-size: 14px;
}

/* <<<<<<<<<<<<<<<contact-us>>>>>>>>>> */



@media (min-width:280px) and (max-width:920px) {
    .logo-img {
        width: 200px;
        height: 70px;
    }

    .custom-design {
        padding: 15px;
    }

    .design-right {
        padding: 0px;
    }

    .design-left img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }

    .custom-product {

        padding: 15px;
    }

    .product-box {
        height: 700px;
    }

    .pri-buton {
        background-color: var(--primary-color);
        color: var(--secondary-color) !important;
        padding: 10px 30px;
        border-radius: 10px;
        border: none;
        border: 1px solid var(--primary-color);
        font-weight: bold;
        font-size: 10px;
    }

    .faq-area {
        padding: 15px;
    }

    .custom-gallery {

        padding: 0px;
    }

    .footer-section {

        padding: 15px;

    }

    .custom-inside-gallery img {
        height: 100%;
        margin-bottom: 20px;
    }

    .box-gallery p {
        bottom: 15px;
    }

    .site-title {
        font-size: 18px;
    }

    .custom-arrow {
        width: 25% !important;
    }

    .custom-swiper .carousel-item img {
        height: 50vh;
    }

    .custom-swiper .carousel-caption {
        bottom: 10%;
        left: 25%;
    }

    .carousel-caption p {
        font-size: 17px;
    }

    .icons {
        color: black;
        font-size: 13px;
        margin: 0;
        padding: 9px;
        background: rgb(255 255 255 / 20%);
        display: inline-block;
        cursor: pointer;
        height: 30px;
        width: 30px;
        line-height: 60px;
        border-radius: 50px;
        text-align: center;
        --transition: all 0.5s ease-in-out;
    }

    h1 {
        font-size: 18px !important;
    }

    .fotter-p p {
        font-size: 13px !important;
    }

    .marquee-row .col-lg-3 {
        width: 70%;
        /* 👈 show 1 card at a time */
        padding: 0 10px;
    }

    .choose-box {
        padding: 20px;
    }

    .choose-box h3 {
        font-size: 13px;
    }

    .marquee {
        gap: 10px;
    }

    .marquee-row {
        animation: scrollMobile 15s linear infinite;
        /* faster for mobile */
    }

    @keyframes scrollMobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .custom-last-banner {
        background-position: left;
    }

    .hero {
        height: 35vh;
        justify-content: center !important;
    }

    .hero-1 {
        height: 35vh;
        justify-content: center !important;

    }

    .hero-2 {
        height: 35vh;
        justify-content: center !important;

    }
    .font-1{
        font-size: 11px !important;
    }

    .design-right{
        margin-top: 10px;
    }
}