:root {
    --orange: #FF6B00;
    --navy: #1E266D;
    --gray: #1E266D;
}

/* Typography */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--gray);
    line-height: 1.7;
    background-color: #fff;
}
html, body {
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.navbar-nav {
    font-family: 'Syne', sans-serif;
}

.text-orange {
    color: var(--orange);
}

.text-navy {
    color: var(--navy);
}

.btn-orange {
    background-color: var(--orange);
    color: white;
    border: 2px solid var(--orange);
}

.btn-orange:hover {
    background-color: #e65f00;
    color: white;
    border-color: #e65f00;
}

.btn-outline-orange {
    color: var(--orange);
    border: 2px solid var(--orange);
}

.btn-outline-orange:hover {
    background-color: var(--orange);
    color: white;
}

/* Typography Enhancements */
h1 {
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

h3 {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.section-header h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.125rem;
}

.section-header h2 {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0.5rem;
}

.service-card h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: 1.625rem;
}

.service-card p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* Button Styles */
.btn {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Navbar Styles */
.navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Navbar */
.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: transparent;
}

.navbar.sticky {
    background: #fff;
    padding: 0.75rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.navbar.sticky .nav-link {
    color: var(--navy);
}

.navbar.sticky .nav-link:hover,
.navbar.sticky .nav-link.active {
    color: white !important;
    background-color: var(--orange);
}

.navbar.sticky .navbar-brand {
    color: var(--navy);
}

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

.navbar.sticky .navbar-toggler {
    color: var(--navy);
    border-color: rgba(22, 28, 45, 0.1);
}

.navbar.sticky .call-btn {
    background-color: var(--orange);
    color: white !important;
}

.navbar.sticky .call-btn:hover {
    background-color: var(--navy);
}

.navbar.sticky .nav-link:hover,
.navbar.sticky .nav-link.active {
    color: white !important;
    background-color: var(--orange);
}

.navbar-brand {
    font-family: 'Syne', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    transition: all 0.3s ease;
}

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

.nav-link {
    font-weight: 500;
    color: var(--navy);
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.nav-link:hover,
.nav-link.active {
    color:white !important;
    background-color: var(--orange);
    border-radius: 10px;
}

.navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    transition: all 300ms linear;
    display: inline-block;
}

.navbar-toggler-icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--navy);
    border-radius: 2px;
    transition: all 300ms linear;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0;
}

.navbar-toggler-icon span:nth-child(2) {
    top: 8px;
}

.navbar-toggler-icon span:nth-child(3) {
    top: 16px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(-45deg);
    background-color: var(--orange);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(45deg);
    background-color: var(--orange);
}

.navbar-call {
    margin-left: 1rem;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background-color: var(--orange);
    color: white !important;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.call-btn i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.call-btn:hover {
    background-color: var(--navy);
}

.call-btn:hover i {
    transform: rotate(15deg);
}

@media (max-width: 991px) {
    .navbar-call {
        margin: 1rem 0;
    }
    
    .call-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Hero Section */
.hero {
    padding-top:5rem;
    position: relative;
    overflow: hidden;
    background-color: #FFF9F5;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text {
    max-width: 500px;
}

.greeting {
    font-size: 1.5rem;
    color: var(--orange);
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
}

.hero h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 1.1;
}

.hero h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0;
    opacity: 0.9;
}

.hero p {
    font-size: 1rem;
    color: var(--gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--orange);
    border: none;
    color: white;
}

.btn-primary:hover {
    background-color: #e65f00;
}

.btn-outline {
    border: 2px solid var(--orange);
    color: var(--orange);
    background: transparent;
}

.btn-outline:hover {
    background-color: var(--orange);
    color: white;
}

.hero-image-col {
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-circle {
    position: absolute;
    width: 450px;
    height: 450px;
    background-color: var(--orange);
    border-radius: 50%;
    right: -50px;
    z-index: 1;
}

.hero-image {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-image img {
    max-height: 550px;
    object-fit: contain;
}

.bg-shape {
    position: absolute;
    width: 600px;
    height: 600px;
    background-color: rgba(255, 107, 0, 0.05);
    border-radius: 50%;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

/* Stats Section */
.stats-wrapper {
    background: #fff;
    border-radius: 100px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.089);
    margin-top: -70px;
    position: relative;
    z-index: 10;
    width: 80%;

}

.stats-box {
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.stats-box:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-icon {
    width: 60px;
    height: 60px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1.25rem;
    position: relative;
}

.stats-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.stats-content {
    flex: 1;
}

.stats-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.stats-content p {
    color: var(--orange);
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .stats-wrapper {
        border-radius: 30px;
        margin-top: -50px;
    }

    .stats-box {
        padding: 1rem;
    }

    .stats-box:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 768px) {
    .stats-icon {
        width: 50px;
        height: 50px;
    }

    .stats-icon i {
        font-size: 1.25rem;
    }

    .stats-content h3 {
        font-size: 1.1rem;
    }

    .stats-content p {
        font-size: 0.9rem;
    }
}

/* Services Section */
.services-section {
    padding: 10rem 0;
    background-color: #fff;
}

.section-header {
    margin-bottom: 2.5rem;
    position: relative;
}

.section-header h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.125rem;
}

.section-header h2 {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0.5rem;
}

.service-nav {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}

.splide__pagination__page.is-active{
    background-color: var(--orange);
}


.custom-arrow {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 12px;
    background: var(--navy);
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-arrow:hover {
    background-color: var(--orange);
    transform: translateY(-2px);
}

.custom-arrow i {
    font-size: 1rem;
}

.splide__slide {
    padding: 0.5rem;
}

.splide__arrow {
    position: static !important;
    transform: none !important;
    border-radius: 12px !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 45px !important;
    background: var(--navy) !important;
    transition: all 0.3s ease !important;
}

.splide__arrow:hover {
    background-color: var(--orange) !important;
    transform: translateY(-2px) !important;
    opacity: 1 !important;
}

.splide__arrow svg {
    display: none;
}

.service-nav-btn {
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.service-nav-btn i {
    font-size: 1rem;
}

.splide {
    margin: -20px;
    padding: 13px;
}
.splide__pagination{
    bottom: -1.5em;

}

.testimonials-section .splide__pagination{
    bottom: 0.5em;
}

.service-card {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--orange);
    height: 100%;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(165deg, 
        rgba(var(--card-color), 0.08) 0%, 
        rgba(var(--card-color), 0.03) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.service-card::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(
        circle,
        rgba(var(--card-color), 0.15) 0%,
        transparent 70%
    );
    border-radius: 50%;
    top: -100px;
    right: -100px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(var(--card-color), 0.15);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover::after {
    transform: scale(1.5);
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 1.75rem;
    color: white;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 30px -10px rgba(var(--card-color), 0.3);
}

.service-icon::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(165deg, 
        rgba(255, 255, 255, 0.3) 0%, 
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) translateY(-5px);
}

.service-card:hover .service-icon::after {
    opacity: 1;
}

.service-icon.purple {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    --card-color: 139, 92, 246;
}

.service-icon.orange {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    --card-color: 245, 158, 11;
}

.service-icon.pink {
    background: linear-gradient(135deg, #EC4899 0%, #DB2777 100%);
    --card-color: 236, 72, 153;
}

.service-icon.blue {
    background: linear-gradient(135deg, #145bb8 0%, #0d3894 100%);
    --card-color: 20, 91, 184;
}

.service-icon.teal {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
    --card-color: 20, 184, 166;
}

.service-card h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: 1.625rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-card:hover h3 {
    transform: translateX(5px);
}

.service-card p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #64748B;
    margin: 0;
    transition: transform 0.3s ease;
}

.service-card:hover p {
    transform: translateX(5px);
}

@media (max-width: 991.98px) {
    .services-section {
        padding: 4rem 0;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .service-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 1.75rem;
    }
}

/* Experience Section */
.experience-section {
    padding: 6rem 0;
    background-color: #FFF9F5;
}

.experience-item {
    margin-bottom: 2.5rem;
}

.experience-item h5 {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--navy);
    margin: 0;
}

.experience-item .percentage {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: var(--orange);
    font-size: 1.125rem;
}

.progress-bar-wrapper {
    background: rgba(255, 107, 0, 0.1);
    height: 8px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #FF6B00 0%, #FF8A3D 100%);
    border-radius: 20px;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
}

/* Animation for progress bars */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.progress-bar[data-percentage="95"] { width: 95%; }
.progress-bar[data-percentage="90"] { width: 90%; }
.progress-bar[data-percentage="85"] { width: 85%; }
.progress-bar[data-percentage="80"] { width: 80%; }
.progress-bar[data-percentage="72"] { width: 72%; }
.progress-bar[data-percentage="70"] { width: 70%; }
.progress-bar[data-percentage="49"] { width: 49%; }

/* Add animation to progress bars when they come into view */
.progress-bar {
    animation: slideIn 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .hero-circle {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        padding: 4rem 0;
    }

    .hero-text {
        text-align: center;
        margin: 0 auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image-wrapper {
        height: 500px;
        margin-top: 3rem;
    }

    .hero-circle {
        right: 50%;
        transform: translateX(50%);
    }

    .bg-shape {
        right: 50%;
        transform: translate(50%, -50%);
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding: 3rem 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-image-wrapper {
        height: 400px;
    }

    .hero-circle {
        width: 300px;
        height: 300px;
    }

    .hero-image img {
        max-height: 400px;
    }

    .stats-wrapper {
        width: 100%;
    }

    .stat-item {
        padding: 1rem;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .row.g-0.align-items-center {
        flex-direction: column;
    }
}

/* Portfolio Section */
.portfolio-section {
    padding: 6rem 0;
    background-color: #fff;
}

.portfolio-filter {
    margin-bottom: 3rem;
}

.filter-btn {
    background: none;
    border: none;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--navy);
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.filter-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--orange);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.filter-btn:hover,
.filter-btn.active {
    color: var(--orange);
}

.filter-btn:hover::after,
.filter-btn.active::after {
    width: 30px;
}

.portfolio-grid {
    margin: 0 -12px;
}

.portfolio-item {
    padding: 12px;
    transition: all 0.5s ease;
}

.portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.portfolio-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .portfolio-img img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.1s;
}

.portfolio-card:hover .portfolio-content {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-content h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.portfolio-content p {
    color: var(--orange);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.portfolio-link {
    width: 40px;
    height: 40px;
    background: var(--orange);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.portfolio-link:hover {
    background: #fff;
    color: var(--orange);
    transform: translateY(-3px);
}

/* Hide filtered items */
.portfolio-item[data-category]:not(.show) {
    display: none;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background-color: #FFF9F5;
    position: relative;
}

.testimonials-slider {
    padding: 2rem 0;
}

.testimonial-card {
    background: #fff;
    border-radius: 24px;
    padding: 3rem;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 0, 0.1);
    margin: 1rem;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.1);
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
}

.testimonial-content {
    margin-bottom: 2rem;
}

.testimonial-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--navy);
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--orange);
    padding: 2px;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.client-details h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin: 0;
}

.client-details p {
    font-size: 0.875rem;
    color: var(--orange);
    margin: 0;
    margin-top: 0.25rem;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-nav button {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 12px;
    background: var(--navy);
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.testimonial-nav button:hover {
    background: var(--orange);
    transform: translateY(-2px);
}

.testimonial-nav i {
    font-size: 1rem;
}

/* Hide default Splide arrows */
.testimonials-slider .splide__arrows {
    display: none;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 2rem;
    }
    
    .testimonial-content p {
        font-size: 1rem;
    }
    
    .client-image {
        width: 50px;
        height: 50px;
    }
    
    .client-details h4 {
        font-size: 1.125rem;
    }
}

/* Clients Section */
.clients-section {
    padding: 6rem 0;
    background-color: #fff;
}

.clients-slider {
    margin: 4rem 0;
    padding: 1rem 0;
}

.client-item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.client-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

.client-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.client-item:hover img {
    filter: grayscale(0%);
}

.client-stat {
    text-align: center;
    padding: 2rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 0, 0.1);
}

.client-stat:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.1);
}

.stat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: var(--orange);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.client-stat:hover .stat-icon {
    transform: rotate(360deg);
    background: var(--navy);
}

.stat-number {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.stat-text {
    color: var(--orange);
    font-weight: 500;
    font-size: 1.125rem;
}

@media (max-width: 768px) {
    .client-stat {
        margin-bottom: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Contact Section */
.contact-section {
    padding: 6rem 0;
}

.contact-info {
    background: #fff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(27, 27, 27, 0.151);
    height: 100%;
    border: 1px solid rgb(255, 106, 0);
}

.info-item {
    margin-bottom: 2.5rem;
    position: relative;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: var(--orange);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.info-item:hover .info-icon {
    transform: translateY(-5px);
    background: var(--navy);
}

.info-item h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.info-item p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: var(--orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--navy);
    color: white;
    transform: translateY(-5px);
}

.contact-form {
    background: #fff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(46, 46, 46, 0.171);
    border: 1px solid rgb(255, 106, 0);
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-control {
    height: 55px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    border-color: var(--orange);
    box-shadow: none;
    background: #fff;
}

textarea.form-control {
    height: auto;
    min-height: 150px;
}

.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--orange);
    transition: all 0.3s ease;
}

.form-control:focus ~ .focus-border {
    width: 100%;
}

.btn-primary {
    background: var(--orange);
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--navy);
    transform: translateY(-3px);
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .contact-info {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-form,
    .contact-info {
        padding: 2rem;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    background-color: #FFF9F5;
    position: relative;
    overflow: hidden;
}

.faq-image {
    position: relative;
    padding: 2rem;
}

.faq-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.faq-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.faq-shape .shape-1 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--orange) 0%, rgba(255, 107, 0, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(30px);
    animation: float 8s infinite;
}

.faq-shape .shape-2 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--navy) 0%, rgba(22, 28, 45, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(40px);
    animation: float 10s infinite reverse;
}

.faq-shape .shape-3 {
    position: absolute;
    top: 40%;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, var(--orange) 0%, rgba(255, 107, 0, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(25px);
    animation: float 12s infinite;
}

.faq-stats {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    justify-content: center;
}

.stat-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 107, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    border-color: var(--orange);
}

.stat-item i {
    font-size: 2rem;
    color: var(--orange);
    margin-bottom: 1rem;
}

.stat-item h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: #666;
    margin: 0;
}

.accordion {
    margin-top: 1rem;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 1rem;
}

.accordion-button {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(255, 107, 0, 0.1);
    border-radius: 16px !important;
    font-family: 'Syne', sans-serif;
    font-weight: 500;
    color: var(--navy);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.accordion-button:focus {
    border-color: var(--orange);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF6B00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 107, 0, 0.1);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: var(--orange);
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
    background: var(--orange);
    color: #fff;
    transform: rotate(360deg);
}

.accordion-body {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(255, 107, 0, 0.1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .faq-image {
        margin-bottom: 3rem;
    }
    
    .faq-stats {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .stat-item {
        padding: 1rem;
    }
    
    .stat-item i {
        font-size: 1.5rem;
    }
    
    .stat-item h4 {
        font-size: 1.25rem;
    }
    
    .accordion-button {
        padding: 1.25rem;
    }
}

/* Footer Newsletter Styles */
.footer-newsletter-form {
    margin-top: 1rem;
}
.newsletter-input-group {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding: 0.25rem 0.5rem;
}
.newsletter-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    outline: none;
}
.newsletter-btn {
    background: var(--orange);
    border: none;
    color: #fff;
    padding: 0 1.25rem;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 8px;
    transition: background 0.2s;
    box-shadow: none;
}
.newsletter-btn:hover, .newsletter-btn:focus {
    background: var(--navy);
    color: #fff;
}
@media (max-width: 768px) {
    .newsletter-input-group {
        flex-direction: column;
        align-items: stretch;
        border-radius: 12px;
    }
    .newsletter-btn {
        width: 100%;
        border-radius: 0 0 12px 12px;
        margin-top: 0.5rem;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 55px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.button-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-icon {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.button-icon i {
    color: var(--orange);
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.progress-ring {
    position: absolute;
    transform: rotate(-90deg);
}

.progress-ring-circle {
    transition: all 0.3s ease;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

.back-to-top:hover .button-icon {
    animation: rocketShake 1s infinite;
}

.back-to-top:hover .button-icon i {
    color: var(--navy);
}

.tooltip {
    position: absolute;
    top: -40px;
    background: var(--navy);
    color: white;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 0.875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--navy);
}

.back-to-top:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@keyframes rocketShake {
    0%, 100% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(-30deg);
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* Footer */
.footer {
    position: relative;
    background: var(--navy);
    color: #fff;
    overflow: hidden;
}

.footer-top {
    position: relative;
    padding: 6rem 0 0;
    z-index: 1;
}

.footer-widget {
    margin-bottom: 2rem;
}

.footer-logo h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.footer-logo span {
    color: var(--orange);
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--orange);
    transform: translateY(-5px) rotate(360deg);
}

.footer-widget h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
}

.footer-widget h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--orange);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links a i {
    font-size: 0.75rem;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--orange);
    transform: translateX(5px);
}

.footer-links a:hover i {
    color: var(--orange);
    transform: rotate(90deg);
}

.footer-newsletter .input-group {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.5rem;
}

.footer-newsletter .form-control {
    background: transparent;
    border: none;
    height: 45px;
    padding: 0.5rem 1rem;
    color: #fff;
}

.footer-newsletter .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-newsletter .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.footer-newsletter .btn:hover {
    background: #fff;
    color: var(--orange);
    transform: translateX(3px);
}

.footer-contact {
    margin-top: 1.5rem;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.footer-contact i {
    color: var(--orange);
}

.footer-bottom {
    position: relative;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--orange);
}

.footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.shape-1 {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--orange) 0%, rgba(255, 107, 0, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(50px);
    animation: float 8s infinite;
}

.shape-2 {
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--navy) 0%, rgba(22, 28, 45, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(60px);
    animation: float 10s infinite reverse;
}

.shape-3 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--orange) 0%, rgba(255, 107, 0, 0) 70%);
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(40px);
    animation: float 12s infinite;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
        gap: 1rem;
    }
    
    .copyright {
        text-align: center;
    }
}
