.hero-section {
/*    min-height: 100vh;
*/   
width: 100%;
    background: url('/img/HeroSection.svg') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.why-choose-section {
    background: url('/img/whyimg.svg') no-repeat center center ;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    /* Add optional gradient overlay for better visual */
  

    .why-choose-section .container {
        position: relative;
        z-index: 2;
    }

/* Section Title */
.section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #222;
}
/* For hero-section button only */
.btn-gradient-outline {
    background-color: transparent;
    color: #fff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 36px;
    border-radius: 999px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00b2ff, #007aff);
    transition: all 0.3s ease;
}

    .btn-gradient-outline:hover {
        background: linear-gradient(to right, #00b2ff, #007aff);
        color: #fff;
        border-color: transparent;
    }

/* Button Style */
.btn-whychoose-outline {
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #007bff, #00c6ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.3s ease;
}

    .btn-whychoose-outline:hover {
        background-image: linear-gradient(to right, #007bff, #00c6ff), linear-gradient(to right, #007bff, #00c6ff);
        color: #fff;
    }

/* Why Box */
.why-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    min-height: 190px;
    transition: all 0.3s ease;
}

    .why-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }

    .why-box h6 {
        font-family: 'Century Gothic', sans-serif;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why-box p {
        font-size: 14px;
        color: #555;
    }
    .why-box img {
        max-width: 48px;
        height: auto;
    }


.hero-pretitle {
    font-size: 12px;
    letter-spacing: 4px;
    color: #cccccc;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Century Gothic', sans-serif;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
    margin-bottom: 25px;
    background: linear-gradient(to right,#FFFFFF 0%, #ADBCCE 100%); /* your Figma gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.y-fatoortak-title {
   
    background: linear-gradient(to right,#FFFFFF 0%, #ADBCCE 100%); /* your Figma gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: 16px;
    font-family: 'Century Gothic', sans-serif;
    color: #ddd;
}

/* Filled Blue Button */
.btn-silver-gradient {
    background: linear-gradient(to right,#FFFFFF 0%, #ADBCCE 100%);
    color: #222;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 36px;
    border: none;
    border-radius: 999px;
    transition: 0.3s ease;
}

    .btn-silver-gradient:hover {
        background: linear-gradient(to right, #d4d4d4, #bdbdbd);
        color: #000;
    }


/* Outlined Button */
.btn-book-outline {
    background-color: transparent;
    color: #fff;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 36px;
    border-radius: 999px;
    border: 2px solid #FFFFFF;
    transition: all 0.3s ease;
}

    .btn-book-outline:hover {
        background-color: #00B2FF;
        color: #fff;
    }


.scroll-indicator img {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}
.zatca-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.8123rem;
    font-weight: bold;
    color: #111;
}

.zatca-text {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.125rem;
    color: #444;
    line-height: 1.7;
}


.why-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .why-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

.bg-primary {
    background: #0033cc !important;
}


.btn-rounded-outline {
    border: 2px solid transparent;
    border-radius: 50px !important; /* force full round */
    padding: 8px 24px;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #007bff, #00c6ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.3s ease;
    box-shadow: none;
}

    .btn-rounded-outline:hover {
        background-image: linear-gradient(to right, #007bff, #00c6ff), linear-gradient(to right, #007bff, #00c6ff);
        color: #fff;
    }
/* Apply to nav links */
.navbar-nav .nav-link {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #444444 !important;
    padding: 0 15px;
}
/* Responsive How Fatoortak Works Section */
.how-it-works-section {
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #777;
    margin-bottom: 3rem;
}

.work-step-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 0.075rem dashed #1A1A7F;
    border-radius: 0.5rem;
    padding: 3.5rem 1rem 1.5rem;
    background-color: white;
    position: relative;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    height: 100%;
}

    .work-step-box:hover {
        box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
        transform: translateY(-0.25rem);
    }

.step-number {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2.1rem;
    color: #00A4FF;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.15); /* the light shadow below the circle */
    position: absolute;
    top: -1.625rem;
    left: 50%;
    transform: translateX(-50%);
}

.step-text {
    /* line-height: 2rem; */
    font-size: 1.25rem;
    color: #333;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 550;
    margin-top: 0.5rem;
    letter-spacing: -0.035rem;
}
.integration-section {
    background-color: #f9faff;
    padding: 4rem 2rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.integration-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.integration-text {
    flex: 1;
    min-width: 280px;
    margin-right: 2rem;
}

    .integration-text h2 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #1d1d1f;
    }

    .integration-text p {
        color: #4a4a4a;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

.learn-btn {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: 2px solid #0057ff;
    color: #0057ff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

    .learn-btn:hover {
        background-color: #0057ff;
        color: white;
    }

.integration-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

    .integration-image img {
        max-width: 100%;
        height: auto;
    }
:root {
    font-size: 16px;
}
.trusted-companies {
    background-color: #fff;
    padding: 4rem 2rem;
    text-align: center;
}

    .trusted-companies h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        color: #1d1d1f;
    }
.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem 0;
}

.logo-track {
    display: flex;
    gap: 4rem;
    animation: scroll-marquee 10s linear infinite;
}

    .logo-track img {
        max-height: 3.5rem;
        width: auto;
        object-fit: contain;
    }

/* Keyframe for smooth scrolling */
@keyframes scroll-marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}
.zatca-integration {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    background: linear-gradient(to right, #0c1d3c, #07142b);
    flex-wrap: wrap;
    gap: 2rem;
}

/* ZATCA box */
.authority-box {
    text-align: center;
    flex: 1 1 20rem;
}

    .authority-box img {
        width: 12rem;
        max-width: 100%;
    }

.label {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1rem;
}

/* Arrows */
.arrow {
    width: 2.5rem;
    height: 2.5rem;
    background: url('/img/arrow.svg') no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

.arrow-left {
    transform: rotate(180deg); /* flips the arrow to point left */
}

/* Center Circle Logo */
.center-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .center-logo img {
        width: 12rem;
        max-width: 100%;
    }

/* ERP logos */
.erp-boxes {
    flex: 1 1 20rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.erp-item img {
    width: 10rem;
    max-width: 100%;
}

.erp-boxes .label {
    margin-top: 1rem;
    color: #fff;
    font-size: 1.4rem;
}
.zatca-section {
    width: 100%;
/*    background: url('/img/HeroSection.svg') no-repeat center center;
*/    
background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.zatca-sectionaa {
    width: 100%;
       background: url('/img/HeroSection.svg') no-repeat center center;

    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 3rem;
}

    .section-heading span {
        font-weight: 700;
        color: #ffffff;
    }

.zatca-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Show desktop image only on larger screens */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

/* On screens smaller than 768px, show mobile image */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .section-heading {
        font-size: 1.6rem;
    }
}


.key-features-section {
    width: 100%;
    background: url('/img/HeroSection.svg') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.feature-card {
    background: url('/img/cardbg.svg') no-repeat center center;
    background-size: cover;
    border-radius: 0.625rem;
    padding: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; /* Make the card fill the column */
    transition: all 0.3s ease;
}
    .feature-card h5 {
        font-size: 1.25rem;
        margin-top: 0.5rem;
        margin-bottom: 0.75rem;
    }

    .feature-card p {
        font-size: 0.95rem;
        line-height: 1.6;
        flex-grow: 1; /* Push button or bottom content if needed */
    }


    .feature-card:hover {
        transform: translateY(-5px);
        border-color: #00bfff;
    }

    .feature-card .icon-star {
        font-size: 2.5rem;
        color: #00bfff;
        margin-bottom: 10px;
        display: inline-block;
    }



@media (max-width: 768px) {
    .why-choose-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-title {
        font-size: 22px;
        text-align: center;
    }

    .btn-book-outline {
        text-align: center;
    }
    .work-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .work-step-box {
       /* margin-top: 3rem;
        padding-top: 2.5rem;*/
    }

    .step-number {
        top: -1rem;
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }

    .step-text {
        font-size: 0.875rem;
    }
 
}
.connect-section {
    position: relative;
    padding: 4rem 2rem;
    background-color: white;
    overflow-x: clip;
}

.connect-wrapper {
    background-image: url('../img/ContactUS.jpg');
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.connect-img {
    width: 50%;
    position: relative;
    padding-left: 2rem;
    z-index: 2;
}

    .connect-img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: -3rem;
        margin-bottom: -3rem;
        display: block;
        max-height: 700px;
    }

.connect-form {
    padding: 2rem;
    color: white;
    flex: 1;
    font-family: 'Century Gothic', sans-serif;
    z-index: 1;
    width: 50%;
}

    .connect-form h2 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .form-group.full {
        width: 100%;
    }

input,
textarea {
    padding: 0.75rem 1rem;
    border: none;
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #000;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

button {
    margin-top: 1.5rem;
    padding: 0.75rem 2rem;
    background: linear-gradient(to right, #cfd8dc, #e0e0e0);
    border: none;
    font-weight: bold;
    color: #000;
    border-radius: 2rem;
    cursor: pointer;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
    .connect-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }

    .connect-img {
        width: 100%;
        padding-left: 0;
        margin-bottom: 2rem;
    }

        .connect-img img {
            margin-top: 0;
            margin-bottom: 0;
            max-height: none;
        }

    .connect-form {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}



.plan-label.start {
    display: inline-block;
    padding: 0 0.6rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
   /* margin-bottom: 1rem;
    margin-top: 1rem;*/
}

.text-start .plan-label {
    margin-left: 0 !important;
}

.list-padding {
    padding: 1rem 0;
    margin-bottom: -1rem;
}

.plan-name {
    margin-top: 1rem;
}

.btn-margin {
    margin-bottom: 1rem;
}

.footer-section {
    background-color: #f5f9fc;
    color: #333;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 2rem;
}

.footer-logo {
    flex: 1 1 20%;
}

    .footer-logo img {
        max-width: 9rem;
        margin-bottom: 1rem;
    }

.social-label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.social-icons a {
    display: inline-block;
    margin-right: 1rem;
}

.footer-column {
    flex: 1 1 18%;
}

    .footer-column h6 {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 0.75rem;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column li {
        margin-bottom: 0.5rem;
        color: #555;
        font-size: 0.95rem;
    }

/* Background image below top and bottom */
.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

    .footer-bg img {
        width: 100%;
        height: auto;
        opacity: 0.4;
        display: block;
    }

/* Bottom Section */
.footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 7rem 2rem 2rem; /* extra space on top to match design */
    font-size: 0.85rem;
    flex-wrap: wrap;
}

    .footer-bottom a {
        color: #0033cc;
        text-decoration: none;
    }

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .footer-logo,
    .footer-column {
        flex: 1 1 100%;
    }
}
/* Section background */
.faq-section {
    background: url('/img/whyimg.svg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Title */
.section-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    color: #333;
}

/* Accordion Customization */
.custom-accordion .accordion-item {
    border: none;
    border-bottom: 3px solid #e0e6ed; /* thick border */
    margin-bottom: 0.5rem;
    background: transparent;
}

.custom-accordion .accordion-button {
    background: transparent;
    color: #222;
    font-weight: 600;
    padding: 1.25rem 1rem;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

    .custom-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        color: #000;
        background: transparent;
    }

    /* Plus/Minus Custom Icon */
    .custom-accordion .accordion-button::after {
        content: "+";
        font-weight: bold;
        font-size: 1.5rem;
        margin-left: auto;
        color: #000;
        background-image: none !important;
        transform: none !important;
    }

    .custom-accordion .accordion-button:not(.collapsed)::after {
        content: "x"; /* minus sign */
        font-size: 1.3rem;
    }
