:root {
    --primary: #ffcc00;
    --primary-dark: #FFA62F;
    --secondary: #10b981;
    --dark: #1e293b;
    --light: #f8fafc;
    --gray: #94a3b8;
}

@font-face {
    font-family: 'gilroy';
    src: url("../gilroy/") format("truetype");
    font-display: swap;
}

body {
    font-family: gilroy, 'Poppins', sans-serif;
    /* overflow-x: hidden; */
    color: var(--dark);
    background-color: #f9f9f9;
}


/* --------------------------------------------------NAVBAR -------------------------------------------------- */
.navbar {
    /* padding: 20px 0; */
    transition: all 0.3s;
    background-color: #fbfbfb;
}

.navbar.scrolled {
    padding: 10px 0;
    background-color: white !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
}

.navbar-brand span {
    color: var(--dark);
}

.nav-link {
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    transition: color .25s;
}

.nav-link:is(:hover, :focus) {
    color: #ffcc00;
}

.login-btn img {
    height: 1rem;
}

.login-btn button {
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    /* background: var(--light); */
    font-size: 1rem;
    cursor: pointer;
    transition: background .2s;
}

.login-btn button:is(:hover, :focus-visible) {
    background: #f1f1f1;
}

/*@media (max-width: 576px) {*/
/*    .navbar {*/
/*        gap: 50px;*/
/*    }*/
/*  .navbar .container {*/

/*    padding: 0;*/
/*  }*/
/*}*/



/* --------------------------------------------------HERO -------------------------------------------------- */
.software-hero {
    background: url(../assets/hero-bgr.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    padding: 0 0;
}

.hero-content {
    margin-top: 60px;
}

.hero-left button {
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    background: #f1f1f1;
    font-size: 1rem;
    cursor: pointer;
    transition: background .2s;
    font-family: gilroy, sans-serif;
    font-weight: 600;
}

.hero-left button:is(:hover, :focus-visible) {
    background: #dddddd;
}

.hero-left .btn1 {
    background-color: var(--primary-dark);
}

.hero-left h1 {
    font-size: 3.5rem;
    font-weight: bolder;
}

.hero-left span {
    color: var(--primary-dark);
}

.hero-img-1 img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
    filter: brightness(80%);
}

.hero-img-2 img {
    object-fit: cover;
    border-radius: 2rem;
    filter: brightness(70%);
}

.hero-img-1 img,
.hero-img-2 img {
    transition: transform 0.3s ease;
    will-change: transform;
    /* Optimizes the animation */
}

.hero-img-1:hover img,
.hero-img-2:hover img {
    transform: scale(1.05);
    /* Zoom effect only on the image */
}

/* Optional: Add overflow hidden to containers to prevent image from expanding beyond borders */
.hero-img-1,
.hero-img-2 {
    overflow: hidden;
    border-radius: 2rem;
    /* Maintain rounded corners */
}

/* Optional: More pronounced zoom for the larger image */
.hero-img-1:hover img {
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .software-hero {
        margin-top: 80px;
        padding-top: 10px;
    }

    .software-hero h1 {
        font-size: 3rem;
        margin-top: 20px !important;

    }

    .hero-img-1 {
        padding: 10px;
    }

    .hero-img-2 {
        display: flex;
        justify-content: center;
    }

    .hero-img-2 img {
        height: 300px;
    }
}


/* --------------------------------------------------WHY SAYU SOFTTETCH -------------------------------------------------- */
.feature-icon {
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 60px;
    /* Fixed width */
    height: 60px;
    /* Fixed height (must equal width) */
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-sayu {
    position: relative;
    padding-top: 7rem;
}

.why-sayu h2 {
    font-size: 36PX;
}

.why-sayu h2 span {
    color: var(--primary-dark);
}

/*.why-sayu-img {*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.why-sayu-img:hover {*/
/*    transform: scale(1.02);*/
/*}*/

/*.why-sayu-img img {*/
/*    transition: transform 0.5s ease;*/
/*}*/

/*.why-sayu-img:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

.feature-icon {
    background-color: var(--primary-dark);
}

.feature-icon:hover {
    background: #f1f1f1 !important;
}

.feature-icon i:hover {
    color: var(--dark);
}

@media (max-width: 991.98px) {
    .why-sayu {
        padding-top: 80px;
    }

    .why-sayu .row {
        flex-direction: column-reverse;
    }

    .why-sayu-img {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .why-sayu h2 {
        font-size: 2rem;
    }

    .why-sayu h3 {
        font-size: 1rem;
    }

    .why-sayu P {
        font-size: 12px;
    }

    .feature-mob {
        /* padding-left: 1.5rem; */
        /* padding-right: 1.5rem; */
        padding: 0 1.5rem 0 1.5rem;
    }
}

.why-sayu-video {
    width: 100%;
    /* Video fills the container width */
    height: auto;
    /* Height auto to keep aspect ratio */
    max-height: 400px;
    /* Optional max height for larger screens */
    display: block;
    /* Remove inline element whitespace */
    border-radius: 1rem;
    /* Same as rounded-4 */
    object-fit: cover;
    /* Ensure video covers the box nicely */
}

/* For small screens, adjust max height */
@media (max-width: 767.98px) {
    .why-sayu-video {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .why-sayu-video {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .why-sayu-video {
        width: 350px;
        height: auto;
    }
}



/* --------------------------------------------------OUR CLIENTS -------------------------------------------------- */

.our-clients {
    background-color: #f9f9f9;
    padding: 60px 0 60px 0;
}

.our-clients h2 {
    font-size: 36px;
}

.our-clients span {
    color: var(--primary-dark);
}

.divider {
    width: 80px;
    height: 3px;
    background: #FFA62F;
    /* Change to your brand color */
    margin: 15px auto;
}

.logo-slider-wrapper {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 20px 0 0 0;
}

.logo-slider {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-logos 16s linear infinite;
}

.client-logo {
  height: 100px;
  width: auto;
  margin: 0 35px;
  object-fit: contain;
  opacity: 0.9;
  transition: filter 0.2s, opacity 0.2s;
}


@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .stat-logo { height: 40px; margin: 0 18px; }
}
@media (max-width: 576px) {
  .stat-logo { height: 30px; margin: 0 10px; }
}

@media (max-width: 991.98px) {
    .our-clients {
        padding: 80px 20px 80px 20px;
        /*margin: 50px 0 50px 0; */
    }

    .client-logo {
        display: flex;
        justify-content: center;
    }
}


/* --------------------------------------------------CALL TO ACTION -------------------------------------------------- */

/* CTA Banner Styles */
.cta-banner {
    background: linear-gradient(135deg,
            #FFCC00 0%,
            #FF8C00 30%,
            #FF5252 60%,
            #ED1583 70%,
            #C2185B 100%);
    color: white;
    padding: 5rem 0;
    height: 550px;
}

/* Gradient Background */
.bg-primary-gradient {
    background: linear-gradient(45deg,
            rgba(58, 123, 213, 0.9) 0%,
            rgba(0, 210, 255, 0.9) 100%);
    z-index: 0;
}

/* Decorative Shape */
.cta-shape {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morph 8s ease-in-out infinite;
}

/* Button Hover Effects */
.btn-light {
    transition: all 0.3s ease;
}

.btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Animation */
@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg);
    }

    50% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(360deg);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cta-banner {
        padding: 3rem 0;
    }

    .cta-banner h2 {
        font-size: 2rem;
    }

    .cta-banner p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-shape {
        width: 200px;
        height: 200px;
    }

    .btn-light {
        font-size: 18px;
    }

    .btn-outline-light {
        font-size: 18px;
    }

    #explore-more {
        font-size: 12px;
        font-weight: bold;
    }
}


/* -------------------------------------------------- OUR STATS -------------------------------------------------- */

/*Checkout Style tag in index2.html*/
.stats-section {
            padding: 80px 0;
            background-color: #f8f9fa;
            color: #333;
            height: auto;
        }

        .stats-section span {
            color: #FFA62F;
        }

        .stats-section h2 {
            font-size: 36px;
        }

        .stat-card {
            position: relative;
            /* added for wave positioning */
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 50%;
            background-color: #ffffff;
            padding: 40px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            width: 200px;
            height: 200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            overflow: hidden;
        }

        /* Removed hover transform and shadow if you want to keep, else comment out */
        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        /* Wave effect inside circle */
        .wave {
            position: absolute;
            bottom: 0;
            /* anchored to bottom */
            left: 50%;
            transform: translateX(-50%);
            width: 220%;
            /* slightly bigger to cover circle */
            height: 220%;
            background: #FFA62F;
            /* translucent brand orange */
            border-radius: 40%;
            animation: waveMove 8s linear infinite;
            z-index: 0;
        }

        .stat-number,
        .stat-title {
            position: relative;
            /* keep text on top of wave */
            z-index: 1;
            color: #333;
        }

        .stat-number {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .stat-title {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

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

        .animate-stat {
            animation: countUp 1s ease forwards;
            opacity: 0;
        }

        /* Wave animation keyframes */
        @keyframes waveMove {
            0% {
                transform: translateX(-50%) translateY(0) rotate(0deg);
            }

            50% {
                transform: translateX(-50%) translateY(-8%) rotate(10deg);
            }

            100% {
                transform: translateX(-50%) translateY(0) rotate(0deg);
            }
        }

        /* Responsive for Stats Section */
        @media (max-width: 992px) {
            .stat-card {
                width: 170px;
                height: 170px;
                padding: 30px;
            }

            .stat-number {
                font-size: 35px;
            }

            .stat-title {
                font-size: 15px;
            }
        }

        @media (max-width: 576px) {
            .stat-card {
                width: 130px;
                height: 130px;
                padding: 15px;
            }

            .stat-number {
                font-size: 25px;
            }

            .stat-title {
                font-size: 12px;
            }

            .stats-section .row.justify-content-center {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .stats-section .col-md-3 {
                flex: 0 0 50%;
                /* take half width */
                max-width: 50%;
                margin-bottom: 20px;
                /* spacing between rows */
                display: flex;
                justify-content: center;
                /* center circles horizontally */
            }
        }

/* --------------------------------------------------SERVICES -------------------------------------------------- */

.services-section {
    position: relative;
    padding: 80px 0;
    padding-top: 80px;
    /* ensure enough separation */
}

.services-section h2 {
    font-size: 36px;
}

.services-section span {
    color: var(--primary-dark);
}

.divider {
    width: 80px;
    height: 3px;
    background: var(--bs-primary);
    margin: 15px auto;
}

.service-card-wrapper {
    max-width: 350px;
    /* limit max width */
    width: 100%;
    /* full width on small devices */
}

.service-card {
    transition: all 0.3s ease;
    border-radius: 0.75rem !important;
    overflow: hidden;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.service-image {
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    background-color: var(--primary-dark);
    color: white;
}

.service-card:hover .service-icon {
    background: var(--bs-dark) !important;
}

.service-features li {
    margin-bottom: 0.5rem;
}

.service-features li i {
    color: var(--primary-dark);
}

#explore-more {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: var(--primary-dark);
    color: var(--light);
    font-weight: 600;
    font-size: 1rem;
}

#explore-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#explore-more::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

#explore-more:hover::after {
    left: 100%;
}

/* Responsive for Services Section */
@media (max-width: 991.98px) {
    .service-card-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-image {
        height: 180px;
    }
}

@media (max-width: 767.98px) {
    .services-section {
        padding-top: 0;
    }

    .service-card-wrapper {
        max-width: 100%;
    }

    .service-image {
        height: 150px;
    }
}


/* -------------------------------------------------- FOOTER -------------------------------------------------- */

.footer-section {
    position: relative;
    overflow: hidden;
    background-color: #212529;
    /* Ensures dark background */
}

/* Animated background effect */
.footer-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
    animation: footer-bg-animation 15s infinite linear;
    z-index: 0;
}

@keyframes footer-bg-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main content container */
.footer-section .container {
    position: relative;
    z-index: 1;
}

/* Column spacing fixes */
.footer-section .row.g-4>[class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Brand logo alignment */
.footer-brand {
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-brand img {
    width: 40px;
    height: auto;
}

/* Section headings */
.footer-section h5 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-section h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #FFA62F;
}

/* Links styling */
.footer-links {
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #adb5bd !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: white !important;
    transform: translateX(5px);
}

/* Contact info alignment */
.contact-info li {
    margin-bottom: 1rem;
    align-items: flex-start;
}

.contact-info i {
    font-size: 1.1rem;
    margin-top: 0.2rem;
    color: #ADB5BD;
}

.contact-info span {
    font-size: 0.95rem;
    color: #ADB5BD;
}

/* Newsletter form */
.newsletter .input-group {
    border-radius: 0.25rem;
    overflow: hidden;
}

.newsletter .form-control {
    border-right: none;
    font-size: 0.9rem;
}

.newsletter .btn {
    border-left: none;
    padding: 0.5rem 1rem;
    background-color: var(--gray);
}

.newsletter p {
    color: #ADB5BD;
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #FFA62F;
    transform: translateY(-3px);
}

/* Copyright section */
.border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.footer-bottom-links .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .footer-section [class^="col-"] {
        margin-bottom: 2rem;
    }

    .footer-section h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .footer-section {
        text-align: center;
    }

    .footer-brand,
    .social-icons,
    .contact-info li {
        justify-content: center;
    }

    .footer-section h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .newsletter .input-group {
        max-width: 100%;
    }

    .footer-bottom-links {
        justify-content: center !important;
    }

    .footer-bottom-links .list-inline-item {
        margin: 0 0.5rem 0.5rem 0;
    }
}



/* -------------------------------------------------- Fixed Icons Lower Left --------------------------------------------------*/
.fixed-contact-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  color: #FFA62F;
  font-size: 2rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.contact-icon.call-icon:hover {
  background: #FFA62F;
  color: #fff;
}
.contact-icon.whatsapp-icon {
  color: #25D366;
}
.contact-icon.whatsapp-icon:hover {
  background: #25D366;
  color: #fff;
}

/* Responsive adjustments for mobile */
@media (max-width: 576px) {
  .fixed-contact-icons {
    bottom: 15px;
    left: 10px;
  }
  .contact-icon {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }
}































.fixed-up-arrow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: #FFA62F;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  outline: none;
}
.fixed-up-arrow:hover {
  background: #ff8200;
  box-shadow: 0 6px 20px rgba(0,0,0,0.20);
}

/* Hide button by default on small screens (optional, you can show always if you like) */
@media (max-width: 576px) {
  .fixed-up-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
    bottom: 15px;
    right: 10px;
  }
}

