:root {
    --primary-color: #dc3545;
    --primary-dark: #c82333;
    --text-dark: #0c1222;
    --text-light: #374151;
    --text-muted: #6b7280;
    --bg-light: #f9fafb;
    --bg-lighter: #f3f4f6;
    --bg-white: #ffffff;
    --bg-dark: #1f2937;
    --border-color: #e5e7eb;
    --radius-sm: 0.375rem;
    --radius-md: 0.65rem;
    --radius-lg: 1rem;
}

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

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: Outfit, system-ui, sans-serif; */
    font:
        18px "Gilroy",
        sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-white);
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

h2 {
    font-size: 2.5rem;
    font-weight: 800;
}

h3 {
    font-size: 1.875rem;
    font-weight: 700;
}

h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.m-left-0 {
    margin-left: 0 !important;
}

.awards-section .awards-container,
.uae-expertise-section .uae-expertise-container,
.team-section .team-container,
.future-cta-section .future-cta-container,
.faq-section .faq-container,
.tt-container,
.tech-stack .container,
.container {
    width: 1400px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
}

/* laptop */
@media (max-width: 1400px) {

    .awards-section .awards-container,
    .uae-expertise-section .uae-expertise-container,
    .team-section .team-container,
    .future-cta-section .future-cta-container,
    .faq-section .faq-container,
    .tt-container,
    .tech-stack .container,
    .container {
        max-width: calc(100% - 70px);
    }
}

/* tablet */
@media (max-width: 991px) {

    .awards-section .awards-container,
    .uae-expertise-section .uae-expertise-container,
    .team-section .team-container,
    .future-cta-section .future-cta-container,
    .faq-section .faq-container,
    .tt-container,
    .tech-stack .container,
    .container {
        max-width: calc(100% - 40px);
    }
}

/* mobile */
@media (max-width: 575px) {

    .awards-section .awards-container,
    .uae-expertise-section .uae-expertise-container,
    .team-section .team-container,
    .future-cta-section .future-cta-container,
    .faq-section .faq-container,
    .tt-container,
    .tech-stack .container,
    .container {
        max-width: calc(100% - 24px);
    }
}

.services-section .section-title,
.ai-innovation-section .ai-title,
.industries-section .industries-title,
.process-section .process-title,
.portfolio-section .portfolio-title,
.partner-section .partner-title,
.testimonial-section .testimonial-title,
.awards-section .awards-title,
.uae-expertise-section .uae-expertise-title,
.team-section .team-title,
.future-cta-section .future-cta-title,
.faq-section .faq-title,
.tech-stack .top-content .left h2,
.app-services-section__title,
.healthcare-services-section__title,
.healthcare-cost-breakdown-section__title,
.exploring-success-stories__title,
.hp-heading,
.clients-we-serve .cws-heading,
.hrs-header h2,
.section-header h2,
.why-choose-section .section-title,
.standard-app-dev-company .section-title,
.ask-question .section-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}

@media (max-width: 991px) {

    .services-section .section-title,
    .ai-innovation-section .ai-title,
    .industries-section .industries-title,
    .process-section .process-title,
    .portfolio-section .portfolio-title,
    .partner-section .partner-title,
    .testimonial-section .testimonial-title,
    .awards-section .awards-title,
    .uae-expertise-section .uae-expertise-title,
    .team-section .team-title,
    .future-cta-section .future-cta-title,
    .faq-section .faq-title,
    .tech-stack .top-content .left h2,
    .app-services-section__title,
    .healthcare-services-section__title,
    .healthcare-cost-breakdown-section__title,
    .exploring-success-stories__title,
    .hp-heading,
    .clients-we-serve .cws-heading,
    .hrs-header h2,
    .section-header h2,
    .why-choose-section .section-title,
    .standard-app-dev-company .section-title,
    .ask-question .section-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {

    .services-section .section-title,
    .ai-innovation-section .ai-title,
    .industries-section .industries-title,
    .process-section .process-title,
    .portfolio-section .portfolio-title,
    .partner-section .partner-title,
    .testimonial-section .testimonial-title,
    .awards-section .awards-title,
    .uae-expertise-section .uae-expertise-title,
    .team-section .team-title,
    .future-cta-section .future-cta-title,
    .faq-section .faq-title,
    .tech-stack .top-content .left h2,
    .app-services-section__title,
    .healthcare-services-section__title,
    .healthcare-cost-breakdown-section__title,
    .exploring-success-stories__title,
    .hp-heading,
    .clients-we-serve .cws-heading,
    .hrs-header h2,
    .section-header h2,
    .why-choose-section .section-title,
    .standard-app-dev-company .section-title,
    .ask-question .section-title {
        font-size: 22px;
        line-height: 30px;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    color: white;
    background-color: #de253a;
    padding: 15px 25px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.28px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #fff;
    border-radius: 16px;
    border: 0;
}

.btn-primary svg {
    margin-right: 5px;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
}

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

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

.section-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.section-label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 0.25rem;
    background-color: var(--primary-color);
    border-radius: 9999px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

header.scrolled {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 1rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    text-decoration: none;
}

.navbar-brand-icon {
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
}

.navbar-nav {
    display: none;
    gap: 0.5rem;
    list-style: none;
}

@media (min-width: 1024px) {
    .navbar-nav {
        display: flex;
    }
}

.navbar-nav a {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-light);
    position: relative;
}

.navbar-nav a:hover,
.navbar-nav a.active,
.menu-header-menu-container .current_page_item a {
    color: var(--primary-color);
}

.navbar-nav a.active::after,
.menu-header-menu-container .current_page_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    right: 0.75rem;
    height: 0.25rem;
    background-color: var(--primary-color);
    border-radius: 9999px;
}

@media (max-width: 991px) {

    .navbar-nav a.active::after,
    .menu-header-menu-container .current_page_item a::after {
        display: none;
    }
}

.navbar-cta {
    display: none;
}

@media (min-width: 1024px) {
    .navbar-cta {
        display: inline-block;
    }
}

main {
    padding-top: 4rem;
}

section {
    padding: 4rem 0;
}

.section-light {
    background-color: var(--bg-lighter);
}

.section-dark {
    background-color: var(--bg-dark);
    color: white;
}

.section-dark h2,
.section-dark h3 {
    color: white;
}

.section-dark p {
    color: #d1d5db;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.text-center {
    text-align: center;
}

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

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

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

.justify-between {
    justify-content: space-between;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    section {
        padding: 2rem 0;
    }
}

ul {
    list-style: none;
}

.tt-footer {
    background: #222222;
    color: #b6b6b9;
    padding: 78px 0 26px;
}

.tt-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1.05fr;
    gap: 70px;
    align-items: start;
}

.tt-brand-col {
    max-width: 320px;
}

.tt-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}

.tt-logo-box {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #ef3a47;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}

.tt-logo>span {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.3px;
}

.tt-logo>span span {
    color: #ef3a47;
}

.tt-brand-text {
    font-size: 16px;
    line-height: 1.85;
    color: #a9aaad;
    margin-bottom: 28px;
    max-width: 300px;
}

.tt-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tt-contact-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #9c9da1;
    font-size: 16px;
    line-height: 1.6;
}

.tt-icon {
    width: 16px;
    height: 16px;
    color: #ef3a47;
    flex-shrink: 0;
    margin-top: 6px;
}

.tt-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tt-footer-col h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin-bottom: 28px;
}

.tt-footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tt-footer-col ul li a {
    color: #888;
    font-size: 14px;
    line-height: 1.55;
    transition: color 0.3s ease;
}

.tt-footer-col ul li a:hover {
    color: #dc3545;
}

.tt-company-links {
    margin-bottom: 36px;
}

.tt-newsletter h4 {
    margin-bottom: 16px;
}

.tt-newsletter-form {
    display: flex;
    width: 100%;
    max-width: 265px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    border-radius: 4px;
}

.tt-newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
}

.tt-newsletter-form input::placeholder {
    color: #7e7f84;
}

.tt-newsletter-form button {
    width: 44px;
    height: 48px;
    border: none;
    background: #ef3a47;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tt-newsletter-form button:hover {
    background: #ff4a57;
}

.tt-newsletter-form button svg {
    width: 16px;
    height: 16px;
}

.tt-footer-bottom {
    margin-top: 78px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.tt-footer-bottom p {
    color: #7f8085;
    font-size: 15px;
}

.tt-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tt-socials a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    color: #9ea0a6;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: lowercase;
    transition: all 0.3s ease;
}

.tt-socials a:hover {
    background: #ef3a47;
    color: #fff;
}

/* ---------- Responsive ---------- */

@media (max-width: 1200px) {
    .tt-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 40px;
    }

    .tt-brand-col {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .tt-footer {
        padding: 60px 0 24px;
    }

    .tt-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tt-logo {
        margin-bottom: 20px;
    }

    .tt-brand-text {
        margin-bottom: 22px;
    }

    .tt-footer-col h4 {
        margin-bottom: 18px;
    }

    .tt-footer-col ul {
        gap: 10px;
    }

    .tt-company-links {
        margin-bottom: 26px;
    }

    .tt-newsletter-form {
        max-width: 100%;
    }

    .tt-footer-bottom {
        margin-top: 50px;
        padding-top: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .tt-socials {
        gap: 10px;
    }
}

/* Contact Us Css */
.contact-page .hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%),
        url("https://d2xsxph8kpxj0f.cloudfront.net/310419663030900732/Ng7Bra2tsdUiioM8t3z9Ab/contact-hero-7ArTmHHqpLcUhhttzCZHCg.webp");
    background-size: cover;
    background-position: center;
}

.contact-page .hero-text {
    color: white;
    max-width: 600px;
}

.contact-page .hero-text h1 {
    color: white;
    margin-bottom: 1.5rem;
}

.contact-page .hero-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.faq-item {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-toggle {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.faq-toggle:hover {
    background-color: var(--bg-lighter);
}

.faq-content {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    display: none;
}

@media (max-width: 768px) {
    .contact-page .hero {
        min-height: 300px;
    }
}

br {
    @media (max-width: 767px) {
        display: none;
    }
}

/* About Us Page Css */
.about-page .hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    overflow: hidden;
}

.about-page .hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 768px) {
    .about-page .hero-content {
        grid-template-columns: 1fr 1fr;
    }
}

.about-page .hero-text {
    max-width: 600px;
}

.about-page .hero-text h1 {
    margin-bottom: 1.5rem;
}

.about-page .hero-text p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.about-page .hero-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.about-page .hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.about-page .stat-card {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.about-page .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-page .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.about-page .stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-page .timeline {
    position: relative;
    padding: 2rem 0;
}

.about-page .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--border-color);
}

@media (max-width: 768px) {
    .about-page .timeline::before {
        left: 1rem;
    }
}

.about-page .timeline-item {
    margin-bottom: 3rem;
    position: relative;
}

@media (min-width: 768px) {
    .about-page .timeline-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: center;
    }

    .about-page .timeline-item:nth-child(even) {
        direction: rtl;
    }

    .about-page .timeline-item:nth-child(even)>* {
        direction: ltr;
    }
}

.about-page .timeline-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--border-color);
}

@media (min-width: 768px) {
    .about-page .timeline-dot {
        left: 50%;
        transform: translateX(-50%);
    }
}

.about-page .timeline-content {
    margin-left: 3rem;
    padding: 1.5rem;
    background-color: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
}

@media (min-width: 768px) {
    .about-page .timeline-content {
        margin-left: 0;
    }
}

.about-page .timeline-year {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.about-page .timeline-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.about-page .timeline-description {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.about-page .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.about-page .value-card {
    padding: 2rem;
    background-color: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.about-page .value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.about-page .value-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--bg-lighter);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.about-page .value-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.about-page .value-description {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.about-page .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-page .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-page .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-page .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-page .grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
}

@media (min-width: 1024px) {
    .about-page .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .about-page .hero {
        min-height: 400px;
    }
}

/* Modal css  */
/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
    overflow-y: auto;
    z-index: 9999;
}

/* Modal box */
.modal-overlay .modal {
    background: #fff;
    width: 100%;
    max-width: 540px;
    border-radius: 14px;
    padding: 26px 24px 22px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    animation: popupFade 0.25s ease;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }

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

.modal-overlay .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.modal-overlay .modal h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.modal-overlay .modal .subtext {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 22px;
    line-height: 1.5;
}

.modal-overlay .form-group {
    margin-bottom: 16px;
}

.modal-overlay .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.modal-overlay .form-control {
    width: 100%;
    height: 38px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 15px;
    color: #333;
    outline: none;
    background: #fff;
}

.modal-overlay textarea.form-control {
    height: 48px;
    min-height: 48px;
    padding: 14px;
    resize: none;
    overflow: hidden;
}

.modal-overlay .form-control:focus {
    border-color: #e53946;
    box-shadow: 0 0 0 3px rgba(229, 57, 70, 0.08);
}

.modal-overlay .submit-btn {
    width: 100%;
    height: 40px;
    background: #e53946;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 4px;
    transition: 0.2s ease;
}

.modal-overlay .submit-btn:hover {
    background: #d92f3c;
}

.modal-overlay .submit-btn span {
    margin-left: 8px;
}

.modal-overlay .privacy-text {
    text-align: center;
    font-size: 13px;
    color: #7a7a7a;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .modal-overlay .modal {
        padding: 22px 16px 18px;
    }

    .modal-overlay .modal h2 {
        font-size: 26px;
        padding-right: 24px;
    }

    .modal-overlay .submit-btn {
        font-size: 18px;
    }
}

/* Whatsapp Icon Position Fixes CSS Start */
.whatsapp-btn-wrapper {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
}

.whatsapp-btn {
    display: inline-block;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.whatsapp-btn svg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Whatsapp Icon Position Fixes CSS END */

/* Related Blogs Section Css   */
.related-blogs {
    padding: 56px 0 80px;
}

.related-blogs .section-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 48px;
    color: #000;
}

.related-blogs .blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-blogs .blog-card {
    display: flex;
    flex-direction: column;
}

.related-blogs .blog-thumb {
    width: 100%;
    aspect-ratio: 1 / 0.93;
    background: #ececec;
    border-radius: 22px;
    margin-bottom: 18px;
}

.related-blogs .blog-title {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 18px;
    max-width: 100%;
}

.related-blogs .read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    width: fit-content;
    transition: 0.25s ease;
}

.related-blogs .read-more:hover {
    opacity: 0.75;
}

.read-more .arrow {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

/* Large tablet */
@media (max-width: 1024px) {
    .related-blogs .section-title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .related-blogs .blogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .related-blogs {
        padding: 40px 0 56px;
    }

    .related-blogs .section-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .related-blogs .blogs-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .related-blogs .blog-thumb {
        border-radius: 18px;
        margin-bottom: 16px;
    }

    .related-blogs .blog-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .related-blogs .read-more {
        font-size: 17px;
    }
}

/* Related Blogs Section Css End   */

/* Services Banner Section Css Start */
.services-hero-section {
/*     min-height: 100vh; */
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../img/services//banner.webp") center center / cover no-repeat;
    padding-top: 7rem;
}

.services-hero-section .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 470px;
    gap: 60px;
    align-items: center;
}

.services-hero-section .content {
    max-width: 690px;
}

.services-hero-section .content h1 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: bold;
    letter-spacing: -1.5px;
    margin-bottom: 34px;
    color: #fff;
}

.services-hero-section .content p {
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin-bottom: 34px;
}

.services-hero-section .btn-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.services-hero-section .btn {
    min-width: 174px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.services-hero-section .btn-primary {
    background: #f1223b;
    color: #fff;
    box-shadow: 0 12px 30px rgba(241, 34, 59, 0.25);
}

.services-hero-section .btn-primary:hover {
    transform: translateY(-2px);
    background: #dc1730;
}

.services-hero-section .btn-outline {
    border: 2px solid #f1223b;
    color: #fff;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(2px);
}

.services-hero-section .btn-outline:hover {
    background: rgba(241, 34, 59, 0.12);
    transform: translateY(-2px);
}

.services-hero-section .form-card {
    background: #f7f7f7;
    color: #222;
    border-radius: 24px;
    padding: 34px 30px 44px;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    position: relative;
}

.services-hero-section .form-card h2 {
    color: #e1263b;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}

.services-hero-section .form-card .subtext {
    text-align: center;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
    max-width: 290px;
    margin: 0 auto 24px;
    font-weight: 400;
}

.services-hero-section .form-box {
    background: #ececec;
    border-radius: 6px;
    padding: 28px 30px 26px;
    margin-bottom: 70px;
}

.services-hero-section .field {
    margin-bottom: 30px;
}

.services-hero-section .field:last-child {
    margin-bottom: 0;
}

.submit-wrap .wpcf7-spinner {
    position: absolute;
}

.services-hero-section .field input,
.services-hero-section .field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    outline: none;
    font-size: 15px;
    color: #222;
    padding: 6px 0;
    font-family: "Poppins", sans-serif;
}

.services-hero-section .field input::placeholder,
.services-hero-section .field textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.services-hero-section .field textarea {
    resize: none;
    height: 50px;
}

.services-hero-section .submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -70px;
}

.services-hero-section .submit-btn {
    border: none;
    background: linear-gradient(180deg, #ff5a6e 0%, #f1223b 100%);
    color: #fff;
    width: 180px;
    height: 54px;
    border-radius: 14px;
    border: 5px solid #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(241, 34, 59, 0.3);
    transition: 0.3s ease;
    position: absolute;
    bottom: -30px;
}

.services-hero-section .submit-btn:hover {
    transform: translateY(-2px);
}

.services-hero-section .wpcf7-response-output {
    margin-top: 0;
}

/* Large desktop fine tuning */
@media (max-width: 1200px) {
    .services-hero-section .content h1 {
        font-size: 50px;
    }

    .services-hero-section .hero-grid {
        grid-template-columns: 1fr 430px;
        gap: 40px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .services-hero-section {
        min-height: auto;
        padding: 90px 0 90px;
    }

    .services-hero-section .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-hero-section .content {
        max-width: 100%;
    }

    .services-hero-section .content h1 {
        font-size: 42px;
        max-width: 700px;
    }

    .services-hero-section .content p {
        font-size: 16px;
        max-width: 100%;
    }

    .services-hero-section .form-card {
        margin: 0 auto;
        max-width: 520px;
    }

    .services-hero-section .submit-wrap {
        margin-bottom: -66px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .services-hero-section {
        background-position: center;
    }

    .services-hero-section .content h1 {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -0.8px;
        margin-bottom: 22px;
    }

    .services-hero-section .content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .services-hero-section .btn-group {
        gap: 14px;
    }

    .services-hero-section .btn {
        min-width: 170px;
        height: 63px;
        font-size: 14px;
        border-radius: 14px;
    }

    .services-hero-section .form-card {
        border-radius: 20px;
        padding: 24px 18px 38px;
    }

    .services-hero-section .form-card h2 {
        font-size: 24px;
    }

    .services-hero-section .form-card .subtext {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .services-hero-section .form-box {
        padding: 22px 18px;
    }

    .services-hero-section .field {
        margin-bottom: 22px;
    }

    .services-hero-section .field input,
    .services-hero-section .field textarea {
        font-size: 14px;
    }

    .services-hero-section .submit-btn {
        min-width: 170px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .services-hero-section .btn-group {
        flex-direction: column;
        align-items: stretch;
    }

    .services-hero-section .btn {
        width: 100%;
    }

    .services-hero-section .content h1 {
        font-size: 30px;
    }
}

/* Services Banner Section Css End */

/* services-trusted-section css start */

/* =========================
   SECTION
========================= */
.trusted-brands {
    position: relative;
    background: linear-gradient(to bottom, #e81f3d 0%, #e81f3d 60%, #df263b 60%, #df263b 100%);
    padding: 34px 0 80px;
    position: relative;
}

.trusted-brands__top {
    text-align: center;
    margin-bottom: 38px;
}

.trusted-brands__top h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
}

/* =========================
   CARD
========================= */
.trusted-brands__card-wrap {
    position: relative;
    z-index: 2;
}

.trusted-brands__card {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 46px 34px;
    position: relative;
    overflow: hidden;
    box-shadow: 21px 24px 76px 0px #0000001f;
    max-width: 1290px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* =========================
   SLIDER
========================= */
.trusted-brands .brands-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.trusted-brands .brands-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: trustedLogos 24s linear infinite;
}

.trusted-brands .brands-slider:hover .brands-track {
    animation-play-state: paused;
}

.trusted-brands .brand-item {
    width: 128px;
    min-width: 128px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-brands .brand-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes trustedLogos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 31px));
    }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
    .trusted-brands {
        padding: 30px 0 85px;
    }

    .trusted-brands__card {
        padding: 40px 28px;
    }

    .brand-item {
        width: 118px;
        min-width: 118px;
        height: 52px;
    }
}

@media (max-width: 991px) {
    .trusted-brands {
        background: linear-gradient(to bottom, #e81f3d 0%, #e81f3d 60%, #df263b 60%, #df263b 100%);
        padding: 26px 0 70px;
    }

    .trusted-brands__top {
        margin-bottom: 28px;
    }

    .trusted-brands__top h2 {
        font-size: 16px;
    }

    .trusted-brands__card {
        border-radius: 24px;
        padding: 34px 22px;
    }

    .brand-item {
        width: 104px;
        min-width: 104px;
        height: 46px;
    }
}

@media (max-width: 767px) {
    .trusted-brands {
        padding: 22px 0 54px;
        background: linear-gradient(to bottom, #e81f3d 0%, #e81f3d 60%, #df263b 60%, #df263b 100%);
    }

    .trusted-brands__top {
        margin-bottom: 22px;
    }

    .trusted-brands__top h2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .trusted-brands__card {
        border-radius: 18px;
        padding: 24px 16px;
        box-shadow:
            0 18px 32px rgba(0, 0, 0, 0.18),
            0 35px 65px rgba(0, 0, 0, 0.52);
        position: static;
    }

    .brand-item {
        width: 88px;
        min-width: 88px;
        height: 38px;
    }
}

/* services-trusted-section css end */

/* Services Tech Stack Section Css */
#services-tech-stack-section {
    padding: 90px 0 0;
}

#services-tech-stack-section .tech-stack-section-header {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto 34px;
}

#services-tech-stack-section .tech-stack-section-title {
    font-size: 39px;
    line-height: 1.18;
    font-weight: 300;
    color: #5c5c5c;
    max-width: 980px;
    margin: 0 auto 26px;
}

#services-tech-stack-section .tech-stack-section-title-highlight {
    color: #e32636;
    font-weight: 700;
}

#services-tech-stack-section .tech-stack-section-description {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    color: #666666;
}

#services-tech-stack-section .tech-stack-section-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 38px 0 18px;
}

#services-tech-stack-section .tech-stack-section-tab-btn {
    border: none;
    outline: none;
    cursor: pointer;
    min-width: 160px;
    height: 61px;
    padding: 0 26px;
    border-radius: 999px;
    background: #F6F6F6;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

#services-tech-stack-section .tech-stack-section-tab-btn.active {
    background: #e32636;
    color: #ffffff;
}

#services-tech-stack-section .tech-stack-section-content-wrap {
    background: #F6F6F6;
    border-radius: 24px;
    padding: 60px 40px;
    min-height: 265px;
}

#services-tech-stack-section .tech-stack-section-tab-content {
    display: none;
}

#services-tech-stack-section .tech-stack-section-tab-content.active {
    display: block;
}

#services-tech-stack-section .tech-stack-section-cards-grid {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 22px;
}

#services-tech-stack-section .tech-stack-section-card {
    width: 170px;
    min-height: 56px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 16px;
}

#services-tech-stack-section .tech-stack-section-card-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services-tech-stack-section .tech-stack-section-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#services-tech-stack-section .tech-stack-section-card-text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #2b2b2b;
}

@media (max-width: 1199px) {
    #services-tech-stack-section .tech-stack-section-title {
        font-size: 34px;
    }

    #services-tech-stack-section .tech-stack-section-description {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 991px) {
    #services-tech-stack-section {
        padding: 70px 0 0;
    }

    #services-tech-stack-section .tech-stack-section-title {
        font-size: 30px;
        line-height: 1.25;
    }

    #services-tech-stack-section .tech-stack-section-tabs {
        gap: 14px;
    }

    #services-tech-stack-section .tech-stack-section-tab-btn {
        min-width: 145px;
        height: 56px;
        font-size: 17px;
    }

    #services-tech-stack-section .tech-stack-section-content-wrap {
        padding: 45px 24px;
    }

    #services-tech-stack-section .tech-stack-section-cards-grid {
        gap: 18px;
    }

    #services-tech-stack-section .tech-stack-section-card {
        width: calc(50% - 12px);
        max-width: 240px;
    }
}

@media (max-width: 767px) {
    #services-tech-stack-section {
        padding: 55px 16px 55px;
    }

    #services-tech-stack-section .tech-stack-section-header {
        margin-bottom: 26px;
    }

    #services-tech-stack-section .tech-stack-section-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    #services-tech-stack-section .tech-stack-section-description {
        font-size: 15px;
        line-height: 1.8;
    }

    #services-tech-stack-section .tech-stack-section-tabs {
        gap: 12px;
        margin: 28px 0 18px;
    }

    #services-tech-stack-section .tech-stack-section-tab-btn {
        min-width: calc(50% - 6px);
        height: 52px;
        font-size: 16px;
        padding: 0 16px;
    }

    #services-tech-stack-section .tech-stack-section-content-wrap {
        border-radius: 20px;
        padding: 32px 16px;
    }

    #services-tech-stack-section .tech-stack-section-cards-grid {
        gap: 14px;
    }

    #services-tech-stack-section .tech-stack-section-card {
        width: 100%;
        max-width: 100%;
        min-height: 54px;
    }
}

@media (max-width: 480px) {
    #services-tech-stack-section .tech-stack-section-title {
        font-size: 23px;
    }

    #services-tech-stack-section .tech-stack-section-description {
        font-size: 14px;
        line-height: 1.75;
    }

    #services-tech-stack-section .tech-stack-section-tab-btn {
        min-width: 100%;
    }

    #services-tech-stack-section .tech-stack-section-card {
        padding: 12px 14px;
    }

    #services-tech-stack-section .tech-stack-section-card-icon {
        width: 30px;
        height: 30px;
    }

    #services-tech-stack-section .tech-stack-section-card-text {
        font-size: 14px;
    }
}

/* Services Tech Stack Section Css End */