

body{
      font-family: "Poppins", sans-serif!important;
}



        /* Hero Image Wrapper */
        .hero-section {
            width: 100%;
            height: 400px;                    /* Full screen height */
            background-image: url('./AU-image-01.webp');
            background-size: cover;
            background-position: center;
            position: relative;
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
            overflow: hidden;
        }

        /* Dark Overlay */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.45);
        }

        /* About Us Tag */
        .hero-badge {
            position: absolute;
            top: 30px;
            left: 0px;
            background: #ededed;
            padding: 10px 35px;
            font-size: 2.5rem;
            font-weight: 600;
            font-family: "Caveat", cursive;
            color: #6739B7;
            border-top-right-radius: 35px;
            border-bottom-right-radius: 35px;
            box-shadow: 0 3px 8px rgba(0,0,0,0.25);
        }

        /* Responsive Fix */
        @media(max-width: 768px) {
            .hero-section {
                height: 60vh;
            }
            .hero-badge {
                font-size: 18px;
                padding: 8px 25px;
            }
        }



        .intro-sec-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.intro-sec-headline {
    font-family: "Caveat", cursive;
    color: #000000;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.1;
}
.intro-sec-paragraph {
    color: #373737;
    line-height: 1.6;
    font-size: 1.2rem;
    margin-top: 20px;
}
.intro-sec-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
    border-radius: 1.5rem;
}

@media (max-width: 991.98px) {
    .intro-sec-headline {
        font-size: 2rem;
        text-align: center;
    }

    .intro-sec-paragraph {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .intro-sec-image-container {
        margin-top: 1.5rem;
        border-radius: 1rem;
    }
}
@media (max-width: 767.98px) {
    .intro-sec-wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .intro-sec-headline {
        font-size: 1.75rem;
        text-align: center;
    }

    .intro-sec-paragraph {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .intro-sec-image-container {
        margin-top: 1rem;
    }

    .intro-sec-image {
        max-height: 300px;
    }
}
@media (max-width: 575.98px) {
    .intro-sec-headline {
        font-size: 1.5rem;
    }

    .intro-sec-paragraph {
        font-size: 0.9rem;
    }

    .intro-sec-image {
        max-height: 250px;
    }
}

.what-we-do-row .col-md-4.d-flex {
    display: flex;
}

.what-we-do-card {
    border-radius: 0.75rem; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.what-we-do-card:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.what-we-do-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

/* ---------- Headline ---------- */
.what-we-do-headline {
    font-weight: 800;
    color: #111827;
    font-family: 'Inter', sans-serif;
}

/* ---------- Description ---------- */
.what-we-do-description {
    color: #6b7280;
    line-height: 1.6;
    max-width: 600px;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter', sans-serif;
}

/* ---------- Feature Cards ---------- */
.what-we-do-card {
    border-radius: 0.75rem; /* rounded-3 */
}

.what-we-do-card-title {
    color: #7e3974;
    font-weight: 700;
}

/* Tablet (≤ 991.98px) */
@media (max-width: 991.98px) {
    .what-we-do-headline {
        font-size: 2rem;
    }

    .what-we-do-description {
        font-size: 0.95rem;
        text-align: center;
    }
}

/* Mobile (≤ 767.98px) */
@media (max-width: 767.98px) {
    .what-we-do-wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .what-we-do-headline {
        font-size: 1.75rem;
    }

    .what-we-do-description {
        font-size: 0.9rem;
        text-align: center;
    }

    .what-we-do-card {
        padding: 1.5rem;
    }
}

/* Extra Small Mobile (≤ 575.98px) */
@media (max-width: 575.98px) {
    .what-we-do-headline {
        font-size: 1.5rem;
    }

    .what-we-do-description {
        font-size: 0.85rem;
    }
}


.our-story-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.our-story-headline {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    font-family: "Caveat", cursive;
   
}


.our-story-title {
    font-size: 2rem;
    font-weight: 700;
    color: #6739B7;
    font-family: "Caveat", cursive;
}

.our-story-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #6b7280;
}

/* Images */
.our-story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* =======================================================
   Responsive Media Queries
   ======================================================= */

/* Tablet (≤ 991.98px) */
@media (max-width: 991.98px) {
    .our-story-headline {
        font-size: 2rem;
    }

    .our-story-title {
        font-size: 1.5rem;
    }

    .our-story-desc {
        font-size: 0.95rem;
    }
}

/* Mobile (≤ 767.98px) */
@media (max-width: 767.98px) {
    .our-story-wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .our-story-headline {
        font-size: 1.75rem;
    }

    .our-story-title {
        font-size: 1.25rem;
    }

    .our-story-desc {
        font-size: 0.9rem;
    }

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

/* Extra Small Mobile (≤ 575.98px) */
@media (max-width: 575.98px) {
    .our-story-headline {
        font-size: 1.5rem;
    }

    .our-story-title {
        font-size: 1.1rem;
    }

    .our-story-desc {
        font-size: 0.85rem;
    }
}





    .what-we-do{
     background-color: #a987e898;
     border-radius: 30px;
     padding: 30px;
    }
/* Section Title Styling */
.section-title {
    font-size: 3rem;
    font-weight: 600;
     font-family: "Caveat", cursive;
}
.section-subtext {
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    color: #161616;
}

/* CARD STYLE */
.hovercard {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all .3s ease-out;
    z-index: 1;
}

/* PURPLE ANIMATION LAYER */
.hovercard::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    background: #6e45b9; /* your purple color */
    border-radius: 16px;
    z-index: -1;
    transition: all 0.45s ease-in-out;
}

/* Expand on hover from bottom-right */
.hovercard:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

/* Text Color on Hover */
.hover-card:hover h5,
.hover-card:hover p {
    color: white;
}
.hover-card p{
    text-align: left;
}
/* Icon Wrapper */
.iconwrappers {
    width: 65px;
    height: 65px;
    background: #f2efff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.386);
    transition: .3s;
}

/* When Hovered, Lift the Icon */
.hover-card:hover .iconwrappers {
    background: white;
    transform: translateY(-5px);
}




    .industries-wrapper-unique {
    background-color: #f8f9fa;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.industries-title-unique {
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    font-family: "Caveat", cursive;
}

.industries-desc-unique {
    font-size: 1rem;
    color: #6b7280;
}

    /* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
/* BOX STYLE */
.service-box {
    position: relative;
    background: #b696e6;  
    padding: 22px 10px;
    border-radius: 6px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-family: "Caveat", cursive;
    box-shadow: 0 3px 8px rgba(0,0,0,0.20);
    cursor: pointer;
    transition: background 0.35s ease-in-out, color 0.3s;
    overflow: hidden;
}

/* FAKE BORDER USING ::after */
.service-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #6c31c3;
    transition: height 0.35s ease-in-out;
    border-radius: 0 0 6px 6px;
    z-index: 0; 
}

/* On Hover – Fake border expands */
.service-box:hover::after {
    height: 2px;
}

/* ICON HIDDEN INITIALLY */
.service-box .service-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
    transition: all .35s ease;
    z-index: 2;
}

/* SHOW ICON ON HOVER */
.service-box:hover .service-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* TEXT HIDES ON HOVER */
.service-box:hover {
    background: #ffffff;
    color: transparent;
}


/* MOBILE */
@media(max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}





.cta-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

/* LEFT ROUNDED CARD */
.cta-left-box {
    background: linear-gradient(to right, #ddc5fa, #ffffff00);
    padding: 20px 45px;
    height: auto;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.cta-left-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #4a3a88;
    line-height: 1.4;
    font-family: "Caveat", cursive;
}

.cta-left-box h2 span {
    color: #6739B7;
}

.cta-left-box p {
    margin-top: 15px;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.cta-left-box .smaller {
    font-weight: 600;
    margin-top: 20px;
}

/* BUTTON ANIMATION */
.cta-button {
    margin-top: 20px;
    background: #6739B7;
    color: #fff;
    border: none;
    padding: 12px 32px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    animation: jump 1s infinite ease-in-out;
}

@keyframes jump {
    0% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

/* LARGE IMAGE BREAKING OUTSIDE */
.cta-image img {
    width: 650px; 
    height: auto; 
    z-index: 10;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
/* Large laptops / screens >= 992px and < 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cta-left-box {
        padding: 25px 30px;
        border-radius: 22px;
    }

    .cta-left-box h2 {
        font-size: 2.8rem; /* slightly smaller than full desktop */
        line-height: 1.25;
    }

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

    .cta-button {
        padding: 11px 28px;
        font-size: 0.95rem;
    }

     .cta-image {
        display: none !important;
    }
}

/* --- TABLET VIEW (992px and below) --- */
@media (max-width: 992px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
    }

    .cta-left-box {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-radius: 20px;
        padding: 25px;
    }

    .cta-image img {
        width: 100%;
        height: auto;
        margin-top: 10px;
        border-radius: 20px;
    }
        .cta-left-box h2 {
        font-size: 40px;
        font-weight:bold
    }
     .cta-image {
        display: none !important;
    }
}


/* --- MOBILE VIEW (768px and below) --- */
@media (max-width: 768px) {
    .cta-left-box h2 {
        font-size: 40px;
        font-weight:bold
    }

    .cta-left-box p {
        font-size: 14px;
    }

    .cta-button {
        padding: 10px 24px;
        font-size: 14px;
    }

    .cta-image {
        display: none !important;
    }
}


/* --- EXTRA SMALL PHONES (576px and below) --- */
@media (max-width: 576px) {
    .cta-left-box {
        padding: 20px;
    }

    .cta-left-box h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .cta-image {
        display: none !important;
    }
}
