:root {
    --primary: #ff7800;
    --primary-soft: #fbe9f6;
    --dark: #454545;
    --text-muted: #7b7b8a;
    --bg-light-alt: #008dd2;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: "Epilogue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #454545;
    background-color: #ffffff;
    line-height: 1.3rem;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--text-muted);
    text-decoration: none;
}
/* NAVBAR */

.navbar {
    padding-block: 0.6rem;
    z-index: 999;
}

.navbar-brand span {
    font-weight: 800;
    letter-spacing: 0.03em;
}

.size {
    height: 80px;
}

.brand-logo {
    width: 55px;
    height: 55px;
    color: var(--primary);
    font-size: 1.1rem;
}

.navbar-toggler-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    color: var(--dark);
}

.nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    color: #55556b !important;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.nav-link.active {
    color: black !important;
}


/* BUTTONS */

.btn-primary {
    background: var(--bg-light-alt);
    border-color: var(--bg-light-alt);
    border-radius: 999px;
    padding-inline: 1.5rem;
    font-weight: 600;
}

.btn-primary:hover {
    background: #39a8dc;
    border-color: #39a8dc;
}

.btn-outline-primary {
    border-radius: 999px;
    border-color: var(--bg-light-alt);
    color: var(--bg-light-alt);
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: var(--primary-soft);
    color: var(--dark);
}


/*slider*/


/* HERO SLIDER */

.hero-slider-wrapper {
    margin-top: 50px;
    /* space under fixed navbar */
}


/* Ensure caption is above controls */

.hero-carousel .carousel-caption {
    position: absolute;
    bottom: 18%;
    left: 7%;
    right: auto;
    max-width: 380px;
    /* reduced a bit so it doesn't go too close to center */
    z-index: 3;
    /* above controls */
}

.hero-slide-img {
    margin-top: 2rem;
    width: 100%;
    height: 400px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-slide-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.466));
}

.hero-carousel .carousel-caption {
    bottom: 18%;
    left: 7%;
    right: auto;
    max-width: 420px;
}

.hero-carousel .carousel-caption h2 {
    font-weight: 800;
    font-size: 3rem;
}

.hero-carousel .carousel-caption p {
    font-size: 0.95rem;
}


/* Indicators styling */

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-carousel .carousel-indicators .active {
    background-color: #ffffff;
}


/* Controls visibility on dark background */

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}


/* Position the control buttons properly */

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 8%;
    /* narrow clickable area near edge */
    z-index: 2;
    /* below caption, above image */
}


/* Make sure the slide image stays at the back */

.hero-slide-img {
    position: relative;
    z-index: 1;
}

.gap-6 {
    gap: 6rem !important;
}
/* Responsive tweaks */

@media (max-width: 991.98px) {
    .hero-slider-wrapper {
        margin-top: 4.5rem;
    }
    .hero-slide-img {
        height: 30vh;
    }
    .hero-carousel .carousel-caption {
        bottom: 15%;
        left: 8%;
        right: 8%;
    }
    .hero-carousel .carousel-caption h2 {
        font-size: 1.5rem;
    }
    .gap-6 {
    gap: 5rem !important;
}

}

@media (max-width: 575.98px) {
    .hero-slide-img {
        height: 30vh;
    }
    .gap-6 {
    gap: 2rem !important;
}
}






/* HERO */

.hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .2rem .7rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: .78rem;
    font-weight: 600;
    color: var(--primary);
}

.hero-title {
    font-size: clamp(2.2rem, 3vw + 1.2rem, 3.1rem);
    font-weight: 800;
    line-height: 1.1;
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 32rem;
}

.hero-highlight {
    color: var(--primary);
    position: relative;
}

.hero-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: 100%;
    height: .4rem;
    background: rgba(166, 22, 125, 0.13);
    z-index: -1;
    border-radius: 999px;
}





/* MINI STATS */

.mini-stat {
    background: #f8f8ff;
    border-radius: 1rem;
    padding: .7rem .9rem;
}

.mini-label {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-muted);
}

.mini-value {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
}

.mini-sub {
    font-size: .75rem;
    color: var(--text-muted);
}


/* SECTIONS */

.section-title {
    font-weight: 700;
    font-size: 1.8rem;
  
}

.section-title-white {
    color: #454545;
}
.section-title-blue {
    color: #ffffff;
}

.section-subtitle .section-subtitle-blue {
    color: var(--text-muted);
}
.section-subtitle-blue {
    color: white;
}


.progress-bar {
    background-color: var(--bg-light-alt);
}


/* GENERIC BACKGROUNDS */

.bg-light-alt {
    background: var(--bg-light-alt);
}


/* FEATURE CARDS */

.feature-card {
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.3rem 1.2rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(15, 23, 42, 0.02);
    height: 13rem;
}

.feature-card h5,
.feature-card h6 {
    font-weight: 700;
}

.feature-card p {
    font-size: .9rem;
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.3rem;
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: .9rem;
}

.small-card {
    padding: 1.1rem 1rem;
}


/* LIST ICON */

.list-icon {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-icon li {
    font-size: .92rem;
    margin-bottom: .4rem;
}

.list-icon i {
    color: var(--primary);
    margin-right: .4rem;
    font-size: .75rem;
}

.list-icon-blue {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-icon-blue li {
    font-size: .92rem;
    color: #ffffff;
    margin-bottom: .4rem;
}

.list-icon-blue i {
    color: var(--primary);
    margin-right: .4rem;
    font-size: .75rem;
}


/* MODULES */

.modules-tabs .nav-link {
    border-radius: 999px;
    padding-inline: 1.1rem;
    padding-block: .45rem;
    margin-inline: .25rem;
    font-size: .85rem;
}

.modules-tabs .nav-link i {
    font-size: .82rem;
}

.modules-tabs .nav-link.active {
    background: #39a8dc;
    color: #fff;
}

.modules-tabs .nav-link:not(.active) {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .06);
}


/* MODULE CARD */


/* MOBILE MOCKUP */

.mobile-mockup {
    display: flex;
    justify-content: center;
}

.mockup-screen {
    width: 100%;
    max-width: 580px;
    height: auto;
}

.mockup-body {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1rem;
}

.mockup-header {
    color: #e5e7eb;
    font-size: .7rem;
    padding-inline: .4rem;
    padding-bottom: .4rem;
}

.mockup-user .avatar {
    width: 36px;
    height: 36px;
    background: var(--primary-soft);
    color: var(--primary);
}

.mockup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
}

.mockup-tile {
    border: none;
    border-radius: .9rem;
    padding: .7rem .4rem;
    background: #f4f4ff;
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
    color: #22223b;
}

.mockup-tile i {
    font-size: 1.1rem;
    color: var(--primary);
}


/* Why Digital HRMS Section */

#why-digital-hrms {
    position: relative;
}

#why-digital-hrms .why-title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.03em;
    color: #ffffff;
}

#why-digital-hrms .why-subtitle {
    max-width: 650px;
    margin: 0 auto;
    color: #ffffff;
}

.why-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    margin: 0 auto;

}

.why-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: var(--primary);
    color: #ffffff;
    font-size: 1.2rem;
}

.why-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.why-card-text {
    font-size: 0.92rem;
    color: #6b7280;
    margin-bottom: 0;
}


/* Hover effect */

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border-color: var(--primary);
}


/* DEMO FORM */

.demo-card {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.6rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.demo-card .form-label {
    font-size: .86rem;
    font-weight: 500;
}

.demo-card .form-control,
.demo-card .form-select {
    font-size: .9rem;
    border-radius: .5rem;
}


/* ===== Industries Section Background ===== */

.industries-bg {
    background: #f5f7fb;
}


/* ===== Heading ===== */

.heading-block h2.nott {
    font-weight: 600;
    font-size: 28px;
    color: #1c2340;
}

.industries-bg p.center {
    max-width: 620px;
    margin: 0 auto 30px;
    color: #555;
}


/* ===== Card Wrapper ===== */


/* ===== Industries Section ===== */


/* ===== Industries Section ===== */

.ptp-industries-section {
    background: #ffffff;
}

.ptp-section-title {
    font-size: 28px;
    font-weight: 600;
    color: #1c2340;
    margin-bottom: 10px;
}

.ptp-section-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 0;
}


/* Scroll wrapper */

.ptp-industries-scroll-wrapper {
    margin-top: 25px;
    overflow-x: auto;
    padding-bottom: 8px;
}


/* Horizontal strip */

.ptp-industries-strip {
    display: flex;
    gap: 20px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
}


/* Each card – 3 per row on wide screen, scrollable overall */

.ptp-industry-card {

    box-sizing: border-box;
    width: 280px;
    margin-right: 20px;
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
}

.ptp-industry-title {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.ptp-industry-text {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

.ptp-industries-strip {
    display: flex;
    white-space: nowrap;
}


/* Icon circle */

.ptp-industry-icon {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 20px;
}


/* Gradient colors per industry */

.retail-icon {
    background: linear-gradient(135deg, #f97316, #c2410c);
}


/* Text inside card */

.ptp-industry-title {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.ptp-industry-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 0;
}


/* Hide horizontal scrollbar nicely on WebKit (optional) */

.ptp-industries-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.ptp-industries-scroll-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.ptp-industries-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}


/* Responsive tweaks */

@media (max-width: 991.98px) {
    .ptp-industry-card {
        flex: 0 0 70%;
    }
}

@media (max-width: 575.98px) {
    .ptp-industry-card {
        flex: 0 0 85%;
    }
}


/* ===== Our Esteemed Clients Section ===== */

.ptp-clients-section {
    background: #ffffff;
}

.ptp-clients-title {
    font-size: 28px;
    font-weight: 600;
    color: #1c2340;
    margin-bottom: 10px;
}

.ptp-clients-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 0;
}


/* Scroll wrapper */

.ptp-clients-scroll-wrapper {
    margin-top: 25px;
    overflow-x: auto;
    padding: 10px 0 12px;
}


/* Horizontal strip */

.ptp-clients-strip {
    display: flex;
    gap: 24px;
    align-items: center;
    scroll-snap-type: x mandatory;
    padding: 6px 4px;
}


/* Logo cards */

.ptp-client-logo-card {
    flex: 0 0 150px;
    /* visible ~5–6 at a time on desktop */
    max-width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}

.ptp-client-logo-card img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.ptp-client-logo-card:hover img {
    transform: scale(1.03);
}


/* Hide scrollbar (optional, WebKit) */

.ptp-clients-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.ptp-clients-scroll-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.ptp-clients-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}


/* Scroll buttons */

.ptp-clients-section .container {
    position: relative;
}

.ptp-clients-scroll-btn {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    border: none;
    background: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ptp-clients-scroll-btn i {
    font-size: 15px;
    color: #111827;
}

.ptp-clients-scroll-btn:hover {
    background: #111827;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.35);
}

.ptp-clients-scroll-btn:hover i {
    color: #ffffff;
}

.ptp-clients-scroll-left {
    left: -4px;
}

.ptp-clients-scroll-right {
    right: -4px;
}


/* Disable state */

.ptp-clients-scroll-btn.ptp-disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pyb-5 {
    padding-bottom: 4rem !important;
}

.why-title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.03em;
    color: #ffffff;
}


/* Responsive */

@media (max-width: 991.98px) {
    .ptp-client-logo-card {
        flex: 0 0 32%;
    }
}

@media (max-width: 575.98px) {
    .ptp-client-logo-card {
        flex: 0 0 55%;
    }
    .ptp-clients-scroll-left {
        left: 4px;
    }
    .ptp-clients-scroll-right {
        right: 4px;
    }
    .ptp-clients-scroll-btn {
        width: 34px;
        height: 34px;
    }
}


/* FOOTER */
.footer-contact {
    color: #adadad;
}
.contact-info {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}
.contact-info li {
    padding-bottom: 20px;
}
.footer-section a {
    color: #adadad;
}
.footer-section a:hover {
    color: var(--primary);
}
.footer-section {
    padding: 4rem 0 2rem;
    border-top: 1px solid #eeeeff;
    background: #ffffff;
}
.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}
.footer-social ul li {
    margin-right: 15px;
}
.footer-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
}

.footer-links  {
    font-size: .85rem;
    color: #adadad;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary);
}

.small-logo {
    width: 32px;
    height: 32px;
    font-size: .9rem;
}


/* UTILITIES */

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.module-card {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    font-family: "Arial", sans-serif;
}

.image-wrapper {
    width: 100%;
    /* Same height as your module preview */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
    /* Ensures it fills the box properly */
    border-radius: 10px;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 3rem;
    }
    .hero-card {
        margin-top: 1rem;
    }
    .modules-tabs {
        row-gap: .4rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2rem;
    }
    .demo-card {
        padding: 1.3rem;
    }
}


/* Scrollable wrapper */

.ptp-tab-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


/* Hide scrollbar (Chrome/Safari) */

.ptp-tab-scroll::-webkit-scrollbar {
    height: 5px;
}

.ptp-tab-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.ptp-tab-scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}


/* Tabs */

.modules-tabs {
    display: inline-flex;
    gap: 12px;
    flex-wrap: nowrap !important;
}

.modules-tabs .nav-link {
    background: #f3f4f6;
    border-radius: 25px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    transition: 0.2s ease;
}

.modules-tabs .nav-link.active {
    background: #1c2340 !important;
    color: #fff !important;
    border-color: #1c2340;
}

.modules-tabs .nav-link i {
    font-size: 15px;
}

.scroll-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.scroll-row {
    display: flex;
    gap: 20px;
    animation: autoScroll 18s linear infinite;
}

.ptp-industries-scroll-wrapper {
    overflow: hidden;
    /* Crucial: Hides content that moves out of the box */
    white-space: nowrap;
    /* Keeps all cards on a single line */
}


/* The inner strip containing all the cards, which will be animated */

.ptp-industries-strip {
    display: flex;
    animation: scroll-strip 30s linear infinite;
}


/* Pause the animation on hover */

.ptp-industries-strip:hover {
    animation-play-state: paused;
}

@keyframes scroll-strip {
    0% {
        transform: translateX(0);
    }
    100% {
        /* You must calculate the exact pixel value (e.g., -4000px) here 
           or use a very large percentage like -150% if the strip is wider than the wrapper */
        transform: translateX(calc(-100% - 20px));
        /* This is an estimate; you'll need the actual content width */
    }
}

.ptp-clients-scroll-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    position: relative;
}

.ptp-clients-strip {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll-left 18s linear infinite;
}
.ptp-clients-strip:hover{
    animation-play-state: paused;
}

/* The Box Card Style */
.stat-box {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 16px; /* Smooth rounded corners */
    text-align: center;
    flex: 1; /* Makes boxes equal width */
    min-width: 200px; /* Prevents them from getting too thin */
    max-width: 300px;
    
    /* The Shadow */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); 
    border: 1px solid rgba(0, 0, 0, 0.04); /* Subtle border */
    
    /* Animation */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect - Lifts the card up */
.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


.stat-number {
    font-size: 3rem; 
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* The Label Styling */
.stat-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #64748b; /* Muted gray for contrast */
}


/*testomonials*/
/* Testimonial Section Styles */

.ptp-testimonial-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    height: 100%; /* Ensures consistent height if not using carousel */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ptp-testimonial-card .lead {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057; /* Dark gray for readability */
}

.ptp-quote-icon {
    font-size: 2.5rem;
    color: var(--primary);
}

/* Style for the carousel indicators */
.ptp-testimonial-indicators {
    position: static;
    margin-top: 2rem;
}

.ptp-testimonial-indicators button {
    background-color: var(--bs-blue);
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.ptp-testimonial-indicators button.active {
    opacity: 1;
}







@media (max-width: 768px) {
    .stat-number {
        font-size: 2.5rem;
    }
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .hero-stats {
        flex-direction: column;
        align-items: center;    
        gap: 1.5rem;           
    }

    .stat-box {
        width: 100%;       
        max-width: 100%;   
        min-width: 0;     
    }

    .stat-number {
        font-size: 2.5rem; 
    }
}






/******************************************************
WHATSAPP CALLING ICON ANIMATION
******************************************************/

.call_btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    width: 100px;
    height: 100px;
}
.whatsapp_btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    width: 100px;
    height: 100px;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #cf840c;
    opacity: .5;
}
.coccoc-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-anim {

0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
}
30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
}
100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1;
}

}

@keyframes coccoc-alo-circle-fill-anim{
    0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
    50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2;
}
    100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2;
}
}


/*div:before,div:after{
	content: "";
    display: table;
    width: 0;}
div:after{
    clear: both;
}*/

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgb(251 176 59 / 85%);
    opacity: .75!important;
}
.coccoc-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

@keyframes coccoc-alo-circle-img-anim{
0% {
    transform: rotate(0) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0) scale(1) skew(1deg);
}
100% {
    transform: rotate(0) scale(1) skew(1deg);
}
    
}
/******************************************************
WHATSAPP CALLING ICOn ANIMATION END
******************************************************/


