@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

.jost-regular {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    /* Regular weight */
    font-style: normal;
}

/* .urbanist-title {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    font-style: normal;
} */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    /* bold weight */
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    scroll-behavior: smooth;
    transition: all 0.5s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: #202020;
    /* font-weight: 500; */
}

.navbar-toggler {
    border: none !important;
}

/* Top Header */
.topbar {
    background-color: #f1f3fd;
    font-size: 14px;
    padding: 13px 0;
    position: relative;
}

.topbar-left p {
    font-weight: 500;
    font-size: 10px;
}

.get-quick {
    color: #121212;
    margin-bottom: 0px;
    font-size: 12px;
}

.book-an-appointment {
    color: #29cf7f;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 1px;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    margin-left: 3px;
}

.top-bar-right a {
    padding-right: 10px;
    text-decoration: none;
    color: #101010;
}

.follow-on {
    color: #101010;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.main-header-top-shape-one {
    position: absolute;
    width: 57px;
    height: 48px;
    top: 0;
    left: 0;
    background: url(../images/header-top-shape-one.png) no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 9;
}

.main-header-top-shape-two {
    position: absolute;
    width: 50px;
    height: 38px;
    top: 10px;
    left: 37px;
    background: url(../images/header-top-shape-two.png) no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 9;
}

/* Header */
.navbar-custom {
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 22px 0px;
}

.nav-link {
    color: #101010 !important;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* text-transform: uppercase; */
}

.active {
    color: #29cf7f !important;

}

.call-us-anytime {
    margin-bottom: 0px !important;
    font-size: 12px;
    color: #666666;
}

.phone-number {
    color: #101010;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.phone-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-custom {
    border: 2px solid #29cf7f;
    padding: 10px 25px;
    color: #101010;
    font-weight: 500;
    border-radius: 0px;
    transition: all 0.5s ease;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-custom:hover {
    border: 2px solid #29cf7f;
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(32, 177, 0, 0.4);
}

/*- Footer -*/
footer {
    background-color: #181A1F;
    color: #fff;
    padding: 150px 0px 20px 0px;
    position: relative;
    overflow: hidden;
    z-index: 91;
}

footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #dddddd;
}

.footer-logo {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-main-heading {
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.footer-icon {
    color: #29cf7f;
    border: 1px solid #29cf7f;
    padding: 5px;
    border-radius: 50%;
}

.list-unstyled li {
    margin-bottom: 5px;

}

.list-unstyled li a {
    color: #dddddd;

    font-size: 13px;
    display: inline-block;
    /* margin smooth work karega */
    transition: all 0.3s ease;
    /* smooth hover effect */

}

.list-unstyled li a:hover {
    margin-left: 10px;
    color: #29cf7f;

}

.small {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #dddddd;
    font-size: 12px;
}

.footer-widget-call {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    padding: 12px 18px 8px;
    background-color: #2B2E35;
    border: 2px solid #585A60;
    width: fit-content;
}

.socials .facebook {
    background: #1877f2;
    color: #fff;
}

.socials .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: none;
}

.socials .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

.socials .telegram {
    background: #2AABEE;
    color: #fff;
}

.socials .youtube {
    background: #FF0000;
    color: #fff;
}


.footer-social a {
    display: inline-block;
    margin: 0 8px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 3px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #f44336;
    border-color: #f44336;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #ccc;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 18px 0;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.copyright {
    color: #dddddd;
    font-size: 12px;
    text-align: left;
}

.links small a {
    color: #fff !important;
    margin-right: 10px;
}

/* Decorative background image */
.bg-img {
    position: absolute;
    top: 0px;
    right: 5px;
    opacity: 1.05;
    width: 240px;
}

.bg-img-left {
    position: absolute;
    top: 0px;
    left: 5px;
    opacity: 1.05;
    width: 240px;
}

/*- Breadcrumb */
/* .breadcrumb-section {
    position: relative;
    background: url(../images/breadcrumb-img.png) center / cover no-repeat;
    height: 230px;
    display: flex;
    background-color: #040404;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
    opacity: .35;
    z-index: -1;
} */

.page-header {
    position: relative;
    display: block;
    background-color: #040404;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 45px;
}

.page-header-bg {
    position: absolute;
    background: url(../images/breadcrumb-img.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.page-header-inner h2 {
    font-size: 30px;
    font-style: normal;
    font-family: "Poppins", sans-serif;

    color: #fff;

}

.page-header ul {
    padding: 0px;
    margin: 0px;
}

.page-header ul li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.page-header ul li a {
    color: #29cf7f;
    transition: all 0.3s ease;
    font-size: 13px;
}


/*- Products -*/
.image-container {
    overflow: hidden;
}

.read-more {
    color: #16a085;
    font-size: 13px;
}

.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
    transition: transform 0.3s ease-in-out;
}

.image-container:hover .card-img {
    transform: scale(1.1);
}

/*- Contact Us -*/
.contact_us_left h2 {
    font-weight: 600;
}

.gradient-text {
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: blink 2.5s infinite;
}

.icon-circles {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact_us_right h3 {
    font-weight: 600;
}

.contact_us_right p {
    color: #525252 !important;
    margin-bottom: 35px;
    font-size: 13px;
}

.form-group-icons {
    position: relative;
}

.form-label {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    /* letter-spacing: 1px; */
}

.f-custom {
    font-size: 14px;
    color: #202020;
    padding-left: 40px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #f0f5f7;
    background-color: #fff;
}

.form-group-icons .input-icon {
    position: absolute;
    left: 22px;
    bottom: 14px;
    pointer-events: none;
    color: #6c757d;
}

.textarea-control {
    font-size: 14px;
    color: #202020;
    padding: 15px 15px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    border-radius: 0px;
    border: 1px solid #f0f5f7;
    background-color: #fff;
}

.f-custom:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #29cf7f !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(97, 255, 171, 0.25);
}

.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 ratio, change if à¤šà¤¾à¤¹à¤¿à¤ */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* About Us */
.hero-contact {
    background: #29cf7f;
    /* dark background */
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.hero-contact .content {
    max-width: 720px;
}

.hero-contact h2 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

/* phone block */
.phone-2 {
    color: #202020;
}

/* Contact button */
.btn-custom-2:hover {
    color: #202020;
}

/* Right image container */
.hero-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

/* make image responsive and slightly cropped on large screens */
.hero-img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    transform: translateX(6%);
    /* small offset to the right like design */
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

/* Decorative diagonal overlay (optional) */
.hero-contact::before {
    content: "";
    position: absolute;
    right: -20%;
    top: -10%;
    width: 60%;
    height: 140%;
    background: linear-gradient(135deg, #04d470 0%, #16a085 100%);
    transform: rotate(-12deg);
    pointer-events: none;
}

.client-one {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #181A1F;
    overflow: hidden;
    z-index: 99;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    margin-bottom: 45px;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

.marquee-content span {
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    color: #04d470;
    padding-right: 50px;
}

.whatsapp_float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#scrollTopWrap {
    position: fixed;
    /* fixed to viewport */
    right: 24px;
    bottom: 80px;
    z-index: 9999;
    display: block;
    pointer-events: none;
    /* let button control pointer events */
}

#scrollTopBtn {
    pointer-events: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), opacity 260ms, box-shadow 200ms;
    -webkit-tap-highlight-color: transparent;
}

/* visible state */
#scrollTopBtn.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* hover: subtle lift + rotate icon */
#scrollTopBtn:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.38);
}

#scrollTopBtn svg {
    transition: transform 300ms;
}

#scrollTopBtn.hover-anim svg {
    transform: translateY(-3px) rotate(-12deg);
}

/* click ripple (JS will add .ripple for short time) */
#scrollTopBtn.ripple {
    transition: transform 120ms;
    transform: scale(0.92);
}

.navbar-nav {
    padding-left: 80px;
}

/* small screens: reduce size */
@media (max-width:480px) {
    #scrollTopBtn {
        width: 48px;
        height: 48px;
        right: 14px;
        bottom: 14px;
    }


}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.about-one-shape-1 {
    position: absolute;
    background: url(../images/about-one-shape-1.png) no-repeat;
    background-size: contain;
    width: 325px;
    height: 325px;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 3s linear infinite alternate about-one-shape-1;
}

.client-one-title-box .section-title-box .section-title-title h2 {
    color: #fff;
    margin-bottom: 15px;
}

.client-one-title-box .section-title-box .section-title-text p {
    color: #dddddd;
    margin-bottom: 44px;
    font-size: 13px;
}

.about-one-shape-2 {
    position: absolute;
    background: url(../images/about-one-shape-2.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    bottom: 84px;
    right: 172px;
    z-index: -1;
}

.about-one-shape-3 {
    position: absolute;
    background: url(../images/about-one-shape-3.png) no-repeat;
    background-size: contain;
    width: 278px;
    height: 145px;
    bottom: -11px;
    right: -32px;
    z-index: -1;
    animation: 1s linear infinite alternate about-one-shape-3;
}

.navbar-right {
    display: flex;
}

.mobile-contact {
    display: none !important;
}

/*- Prodcut View -*/
/* Layout */
.product-wrap {
    padding: 30px 0;
}

.thumbs {
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow-x: auto;
    /* mobile: allow horizontal scroll */
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
}

.product-mobile {
    display: none;
}

.thumbs .thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fafafa;
}

.thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image {
    width: 100%;
    height: 520px;
    background: #f3f3f3;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* small screens: reduce main image height */
@media (max-width: 767.98px) {
    .main-image {
        height: 380px;
    }

    .thumbs {
        flex-direction: row;
        gap: 10px;
    }

    .thumbs .thumb {
        width: 60px;
        height: 60px;
    }

    .product-mobile {
        display: block;
    }
}

/* product info */



.desc {
    color: dimgray;
    line-height: 1.6;
    margin-bottom: 20px;
}

.meta-row {
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-top: 18px;
    color: #777;
}


/* Thumbs active */
.product-view-right {
    padding: 0px 15px;
}

.line-card {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.des-div {
    font-size: 14px;
    color: #3c3c43;
}

.des-div h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.model-number {
    color: #202020;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.item-code {
    color: #202020;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.thumb.active {
    outline: 2px solid #04d470;
}

.product-view-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-pdf {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    padding: .7rem 1.2rem;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: linear-gradient(135deg, #d32f2f, #ff5252);
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(211, 47, 47, 0.3);
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease;

    text-decoration: none;
}

.btn-pdf:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 32px rgba(211, 47, 47, 0.35);
}

/* Icon */
.btn-pdf .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: .4rem;
    transition: transform .3s ease;
}

/* Hover icon animation (bounce + shake) */
.btn-pdf:hover .icon {
    animation: bounce-shake 0.6s;
}

@keyframes bounce-shake {

    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(2px) rotate(-5deg);
    }

    70% {
        transform: translateY(-3px) rotate(5deg);
    }
}

/* Shine sweep */
.btn-pdf::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.15));
    transform: skewX(-20deg);
    transition: left .6s ease;
    pointer-events: none;
}

.btn-pdf:hover::after {
    left: 120%;
}

/* Pulse glow */
.btn-pdf.pulse::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: .7rem;
    box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4);
    animation: pulse-glow 2.2s infinite;
    pointer-events: none;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.4);
    }

    70% {
        box-shadow: 0 0 25px 12px rgba(211, 47, 47, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
    }
}


/* small tweak for left column on medium screens */
@media (min-width: 992px) {
    .left-col {
        max-width: 360px;
    }
}

.p-bread {
    margin-bottom: 25px;
    padding: 0px 15px;
}

.p-bread ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.p-bread ul li {
    display: inline-block;
    font-size: 13px;
    color: dimgray;
}

.p-bread ul li a {
    color: #04d470;
    text-decoration: none;
    font-size: 13px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero-contact {
        padding: 40px 0;
    }

    .hero-contact h2 {
        font-size: 1.75rem;
    }

    .phone-number {
        font-size: 1.6rem;
    }

    .hero-img-wrap {
        min-height: 240px;
        margin-top: 24px;
    }

    .hero-img-wrap img {
        transform: translateX(0);
        max-width: 90%;
    }
}

@media (max-width: 575.98px) {
    .hero-contact {
        padding: 30px 0;
    }

    .hero-contact h2 {
        font-size: 1.45rem;
    }

    .phone-number {
        font-size: 1.25rem;
    }

    .navbar-nav {
        padding-left: 0px !important;
    }

    .navbar-right {
        display: block;
    }

    .phone-number {
        font-size: 13px;

    }

    .mobile-btn {
        margin-top: 10px;
    }

    .mobile-contact {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .top-bar-right {
        float: right !important;
        margin-top: 0px !important;
    }
}

.product-heading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 17px;
}

.pro-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 2px;
}

.model-no {
    font-size: 12px;
    color: #29cf7f;
    font-weight: 500;
    margin-bottom: 2px;
}

.item-code {
    color: darkblue;
    margin-bottom: 3px;
}

.btn-product {
    width: 100%;
    background: linear-gradient(135deg, #29cf7f 0%, #16a085 100%);
    color: #fff;
    font-family: "Urbanist", serif;
    border-radius: 12px;
    padding: 8px 0px;
    transition: all .5s ease;
    font-size: 15px;
}

.btn-product:hover {
    color: #fff;
}

.btn-product-2 {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-family: "Urbanist", serif;
    border-radius: 12px;
    padding: 8px 0px;
    transition: all .5s ease;
    font-size: 15px;
}

.btn-product-2:hover {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-family: "Urbanist", serif;
    border-radius: 12px;
    padding: 8px 0px;
    transition: all .5s ease;
    font-size: 15px;
}

.product-card {
    border: 1px solid #E9E9E9;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-top: none !important;
    position: relative;
}

.icon-wrap-two {
    width: 160px;
    /* adjust size */
    height: 160px;
    /* square so circle looks perfect */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /* white background under image */
    border-radius: 50%;
    /* full circle */
    padding: 12px;
    /* space between image and circle edge */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform 300ms cubic-bezier(.2, .9, .2, 1), box-shadow 300ms;
    /* overflow hidden ensures bg circle clips image if needed */
    overflow: hidden;
    /* optional: subtle border for better separation */
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.icon-wrap-two img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* image stretch nahi hogi */
}

.icon-wrap-two img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 300ms cubic-bezier(.2, .9, .2, 1);
}

/* 1) Hover animation: grow a little and lift shadow */
.icon-wrap-two:hover {
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.08);
}

.icon-wrap-two:hover img {
    transform: scale(1.03);
}

.services-one-shape-1 {
    position: absolute;
    background: url(../images/services-one-shape-1.png) no-repeat;
    mix-blend-mode: luminosity;
    background-size: contain;
    width: 685px;
    height: 754px;
    top: 0;
    left: 0;
    z-index: 0;
}

.offcanvas.offcanvas-end {
    width: 275px !important;

}

.services-one {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F8F9FE;
    z-index: 99;
    overflow: hidden;
}


.service-card {

    padding: 25px 25px;
    background-color: #fff;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 12px;
    /* halka round look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    /* normal shadow */
    transition: all 0.4s ease;
    /* smooth effect */
    cursor: pointer;

}

.service-card:hover {
    transform: translateY(-10px) scale(1.03);
    /* card thoda upar aur zoom */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    /* deep shadow on hover */
}

/* Text aur image ke liye halka sa hover effect */
.service-card:hover h5 {
    color: #04d470;
    /* hover pe heading ka color change */
    transition: color 0.3s ease;
}

.service-card:hover img {
    transform: rotate(8deg) scale(1.1);
    /* image thodi ghoome aur badi ho */
    transition: transform 0.4s ease;
}

.service-card h5 {
    color: #040404;
}

.service-card p {
    color: gray;
    font-size: 14px;
}

.why-choose-one {
    background: url(../images/why-choose-one-bg.png) repeat;
    background-size: cover;
    background-position-y: 94px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 94px;
    z-index: -1;
    padding: 80px;
}

@media (max-width: 576px) {
    .why-choose-one {
        padding: 10px;
    }

    .client-one {
        padding: 25px 0px !important;
    }
}

carousel-item {
    height: 70vh;
    /* adjust for desktop */
    min-height: 300px;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 45vh;
    }

    /* mobile */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption box */
.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
    padding: 0.8rem 1rem;
    /* border-radius: 10px; */
    backdrop-filter: blur(4px);
}

/* Bigger arrows with subtle background for mobile visibility */
.carousel-control-prev,
.carousel-control-next {
    width: 4.5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 2.25rem;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

/* Make indicators (dots) a little larger */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    opacity: .9;
}

.common-heading h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.common-heading span {
    background-image: linear-gradient(to right, #29cf7f 0%, #047f4a 100%);
    background-repeat: repeat-x;
    background-position: left bottom 3px;
    background-size: 100% 13px;
}

.common-heading p {
    color: #858585;
}

.categories-card {
    margin-bottom: 25px;
}

.categories-img-sc {
    width: 124px;
    height: 124px;
    background-color: #fff;
    border-radius: 50rem;
    margin: auto;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #fff;
}

.category-section {
    background-color: #181A1F;
    padding: 45px 0px;
}

.services-four {
    position: relative;
    padding-top: 112px;
    padding-bottom: 128px;
    background-color: #111829;
    overflow: hidden;
}

.why-choose-three-shape-1 {
    position: absolute;
    background: url(../images/services-one-shape-1.png) no-repeat;
    mix-blend-mode: luminosity;
    background-size: contain;
    width: 685px;
    height: 754px;
    top: 0;
    left: 0;
    z-index: 0;
}

.services-four-shape-4 {
    position: absolute;
    background: url(../images/services-four-shape-4.png) no-repeat;
    mix-blend-mode: luminosity;
    background-size: contain;
    width: 352px;
    height: 395px;
    top: 0;
    right: 0;
    z-index: 0;
}

.video-hero {
    position: relative;
    border-bottom: 0;
    overflow: hidden;
}

.video-hero .bg {
    aspect-ratio: 16 / 6;
    background: url(../images/work-img1.png) center / cover no-repeat;
    filter: brightness(.75);
    z-index: 1111;
}

.video-hero .play-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.play-btn {
    pointer-events: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: transform .15s ease, box-shadow .15s ease;
}

.works-step {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.works-step-single-img-box {
    
}

.works-step-single-img img {
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #111829;
    border-radius: 50%;
    
    /* padding hata diya */
    overflow: hidden;
    /* extra image crop ho jayegi */
    transition: all 0.3s;
   
    
    object-fit: cover;
    /* image ko crop karke circle ke andar fit karega */
}

.works-step-bg {
    position: absolute;
    background: url(../images/works-step-bg-1.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}