* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --font-poppins: "poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--font-poppins) !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.spinner {
    width: 400px;
    height: 400px;
    background: url('/assests/Loader.gif');
    background-position: center;
    background-size: contain;

}



/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;

}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(83, 1, 1, 0.97), rgba(28, 0, 43, 0.2));

    z-index: -1;
}

.hero-content {
    width: 100vw;
}

.hero-content h6 {
    font-weight: 600;
    font-family: var(--font-poppins);
    letter-spacing: 1px;
    font-size: 24px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.hero-content h1 {
    font-size: 62px;
    font-family: var(--font-poppins);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 23px;
}

.hero-btn {
    margin-top: 20px;
    font-weight: 800;
    border-radius: 50px;
    padding: 12px 25px;
    color: #fff !important;
    text-decoration: inherit;
    border: 2px solid #bb0a1e !important;
    border: none;
    font-family: var(--font-poppins);
    transition: 0.3s;
    font-size: 1rem;
}

.hero-btn:hover {
    background: #bb0a1e;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 1.9rem;
    }

    .hero-content h6 {
        color: #94a3b8;
        font-size: 0.9rem;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content {
        width: auto;
    }


    .container-nav {
        width: 100% !important;
        padding: 0%;
    }

    .navbar-nav {
        padding: 10px;
    }

    .nav-item {
        padding: 10px;
    }

    .btn-call {
        padding: 6px 14px;
        font-size: 0.8rem;
    }
}

.testimonial-section {
    padding: 60px 75px;
    background-color: #fff;
}

@media (min-width: 1600px) {
    .testimonial-section {
        padding: 0 120px;
        /* margin-bottom: 160px; */
    }
}

/* Tablet Landscape */
@media (max-width: 1199px) {
    .testimonial-section {
        padding: 50px 60px;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 0 40px;
        margin-bottom: 80px;
    }
}

/* Mobile Large */
@media (max-width: 767px) {
    .testimonial-section {
        padding: 0 30px;
        margin-bottom: 60px;
        gap: 60px;
    }
}

/* Mobile Small */
@media (max-width: 575px) {
    .testimonial-section {
        padding: 0 20px;
        margin-bottom: 40px;
        gap: 40px;
    }
}

.testimonial-img-wrapper {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.testimonial-img {
    max-width: 90%;
    border-radius: 8px;
}

/* Colored shapes (mimicking design) */
.shape {
    position: absolute;
    width: 80px;
    height: 150px;
    border-radius: 50px;
    z-index: -1;
}

.shape-blue {
    background: #00a7e1;
    top: 30%;
    left: -40px;
    z-index: 11;
    transform: rotate(-25deg);
}

.shape-purple {
    background: #9b4dca;
    bottom: -10px;
    left: 20px;
    z-index: 11;

    transform: rotate(-25deg);
}

.shape-pink {
    background: url("/assests/btn-video-play.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 11;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5%;
    right: 15%;
    z-index: 1;
}

.testimonial-content h5 {
    font-weight: bold;
    color: #bb0a1e;
    margin-top: 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.testimonial-content img {
    width: 180px;
}

@media (max-width: 992px) {
    .testimonial-img-wrapper {
        margin-bottom: 30px;
    }

    .shape {
        /* display: none; */
        /* Hide shapes on small screens */
    }
}

@media (max-width: 560px) {
    .testimonial-content {
        text-align: center;
    }

    .testimonial-img-wrapper {
        margin-bottom: 30px;
    }

    .shape {
        /* display: none; */
        /* Hide shapes on small screens */
    }
}





.blog-section {
    max-width: 1500px;
    margin: 80px auto;
    padding: 0 24px;
    text-align: center;
}

.blog-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
    position: relative;
    display: inline-block;
}

.blog-section h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #bb0a1e);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-section h2.reveal::after {
    width: 80px;
}

/* Default grid for large desktops */
.blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    padding: 0 0px;
}

.blog-card {
    width: 100%;
    max-width: 380px;
    min-height: 435px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
}

.blog-card a{
    text-decoration: none;
}
.blog-card.reveal {
    opacity: 1;
    transform: translateY(0);
}

.blog-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 20px 20px 20px 20px;
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-card:hover .blog-img img {
    transform: scale(1.02);
}

.blog-content {
    flex: 1;
    padding: 32px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: var(--font-poppins);
}

.blog-date {
    font-size: 0.93rem;
    color: #bb0a1e;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-title {
    font-family: var(--font-poppins);
    font-size: 1.22rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.36;
    color: #19203e;
    letter-spacing: 0.01em;
    position: relative;
}

.blog-desc {
    font-size: 1.05rem;
    color: #3d3d50;
    line-height: 1.62;
    margin-bottom: 0;
}

.blog-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

/* ===== Responsive Adjustments ===== */

/* 1280px and below: 2 cards visible + horizontal scroll */
@media (max-width: 1280px) {
    .blog-list {
        display: flex;
        overflow: auto;
        gap: 30px;
        padding-bottom: 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .blog-list::-webkit-scrollbar {
        height: 6px;
    }

    .blog-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .blog-list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

    .blog-list::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
    }

    .blog-card {
        flex: 0 0 48%;
        max-width: 48%;
        min-height: 420px;
        scroll-snap-align: start;
    }

    .blog-section h2 {
        font-size: 2.2rem;
    }

    .blog-title {
        font-size: 1.2rem;
    }

    .blog-desc {
        font-size: 1rem;
    }

    .blog-img {
        aspect-ratio: 14/9;
    }
}

/* 1024px and below */
@media (max-width: 1024px) {
    .blog-card {
        flex: 0 0 48%;
        max-width: 48%;
        min-height: 400px;
    }

    .blog-section h2 {
        font-size: 2rem;
    }

    .blog-title {
        font-size: 1.15rem;
    }

    .blog-desc {
        font-size: 0.98rem;
    }

    .blog-img {
        aspect-ratio: 13/9;
    }
}

/* Tablets - 768px and below */
@media (max-width: 767px) {
    .blog-card {
        flex: 0 0 80%;
        max-width: 80%;
        min-height: 380px;
    }

    .blog-section h2 {
        font-size: 1.75rem;
    }

    .blog-title {
        font-size: 1.1rem;
    }

    .blog-desc {
        font-size: 0.95rem;
    }

    .blog-img {
        aspect-ratio: 16/10;
    }
}

/* Small mobiles - 480px and below */
@media (max-width: 480px) {
    .blog-card {
        flex: 0 0 90%;
        max-width: 90%;
        min-height: 360px;
    }

    .blog-section h2 {
        font-size: 1.55rem;
    }

    .blog-title {
        font-size: 1rem;
    }

    .blog-desc {
        font-size: 0.9rem;
    }

    .blog-img img {
        width: 100%;
        /* aspect-ratio: 16/11; */
    }
}

/* Extra small mobiles - 360px and below */
@media (max-width: 360px) {
    .blog-section h2 {
        font-size: 1.4rem;
    }

    .blog-title {
        font-size: 0.95rem;
    }

    .blog-desc {
        font-size: 0.85rem;
    }

    .blog-card {
        min-height: 340px;
    }

    .blog-img {
        aspect-ratio: 16/12;
    }
}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
    background: #fff6f6;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(4, 4, 4, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    text-align: left;
}

.projectFactsWrap .item span {
    width: 60px;
    /* background: rgba(255, 255, 255, 0.8); */
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #111;
}

.projectFactsWrap .item p.plus {
    font-size: 24px;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: #bb0a1e;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 25%;
        display: flex;
        flex-direction: column;
    }

    .sectionClass {
        padding: 10px;
    }

    .projectFactsWrap .item p {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .projectFactsWrap .item p.number {
        font-size: 16px;
    }

    .projectFactsWrap .item p.plus {
        font-size: 16px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap");

/* Background colors for each testimonial */
.testimonial:nth-child(1) {
    background-color: hsl(263, 55%, 52%);
}

.testimonial:nth-child(2) {
    background-color: hsl(217, 19%, 35%);
}

.testimonial:nth-child(3) {
    background-color: hsl(0, 0%, 100%);
}

.testimonial:nth-child(4) {
    background-color: hsl(219, 29%, 14%);
}

.testimonial:nth-child(5) {
    background-color: hsl(0, 0%, 100%);
}

#testimonials {
    display: inline-grid;
    gap: 4.45rem;

    grid-template-columns: 1fr;
    grid-template-areas:
        "daniel"
        "jonathan"
        "jeanette"
        "patrick"
        "kira";
}

@media (min-width: 35.65rem) {
    #testimonials {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "daniel daniel"
            "jonathan jeanette"
            "patrick patrick"
            "kira kira";
    }
}

@media (min-width: 53.35rem) {
    #testimonials {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "daniel daniel jonathan"
            "jeanette patrick patrick"
            "kira kira kira";
    }
}

@media (min-width: 75rem) {
    #testimonials {
        grid-template-columns: repeat(3, 27.25rem);
        grid-template-areas:
            "daniel daniel jonathan kira"
            "jeanette patrick patrick kira";
    }
}

.testimonial {
    padding: 1.6rem;
    border-radius: 0.5rem;
    box-shadow: 0.625rem 0.625rem 0.625rem rgba(207, 207, 207, 0.5);
}

.testimonial figcaption {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 1.2rem;
}

.testimonial figcaption img {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
    width: 2.1875rem;
    height: auto;
    border-radius: 50%;
}

.testimonial .name {
    align-self: end;
    font-weight: 600;
}

.testimonial .quote-part-1 {
    font-size: 1.4rem;
    line-height: 1.3em;
    margin: 1.5rem 0;
}

.testimonial .quote-part-2 {
    line-height: 1.5em;
}

/* Specific grid placements */
.testimonial.daniel {
    background-image: url("data:image/svg+xml,%3Csvg width='104' height='102' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M104 102V59.727H84.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C95.01 25.86 98.909 22.257 104 19.375V0c-9.758 4.27-17.712 9.874-23.864 16.813-6.151 6.939-10.712 14.545-13.681 22.818C63.485 47.904 62 59.941 62 75.74V102h42zm-62 0V59.727H22.114c0-5.871.689-11.182 2.068-15.933 1.379-4.75 3.42-9.287 6.125-13.61C33.01 25.86 36.909 22.257 42 19.375V0c-9.652 4.27-17.58 9.874-23.784 16.813C12.01 23.752 7.424 31.358 4.455 39.631 1.485 47.904 0 59.941 0 75.74V102h42z' fill='%23A775F1' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 0%;
    grid-area: daniel;
}

.testimonial.jonathan {
    grid-area: jonathan;
}

.testimonial.jeanette {
    grid-area: jeanette;
}

.testimonial.patrick {
    grid-area: patrick;
}

.testimonial.kira {
    grid-area: kira;
}

/* Color schemes */
.testimonial.daniel .name,
.testimonial.jonathan .name,
.testimonial.patrick .name {
    color: hsl(0, 0%, 81%);
}

.testimonial.daniel .title,
.testimonial.jonathan .title,
.testimonial.patrick .title {
    color: rgba(207, 207, 207, 0.5);
}

.testimonial.daniel .quote-part-1,
.testimonial.jonathan .quote-part-1,
.testimonial.patrick .quote-part-1 {
    color: hsl(0, 0%, 100%);
}

.testimonial.daniel .quote-part-2,
.testimonial.jonathan .quote-part-2,
.testimonial.patrick .quote-part-2 {
    color: rgba(207, 207, 207, 0.7);
}

.testimonial.jeanette .name,
.testimonial.kira .name {
    color: hsl(219, 29%, 14%);
}

.testimonial.jeanette .title,
.testimonial.kira .title {
    color: rgba(24, 32, 48, 0.5);
}

.testimonial.jeanette .quote-part-2,
.testimonial.kira .quote-part-2 {
    color: rgba(24, 32, 48, 0.7);
}

/* Attribution */
.attribution {
    background-color: rgba(72, 85, 106, 0.1);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.7rem 0;
    padding: 0.3rem 0.5rem;
    border-radius: 0.3rem;
}

.attribution p:first-of-type::after {
    content: " ";
    white-space: pre-wrap;
}

.attribution a {
    color: rgba(168, 117, 241, 0.8);
    font-weight: 700;
}

.attribution a:hover {
    color: rgba(168, 117, 241, 0.6);
}

.attribution a:active {
    color: rgba(168, 117, 241, 0.8);
}

.clients-wrapper {
    position: relative;
    /* box-shadow: inset 0 10px 10px -10px #d4d4d4; */
}

.lines {
    position: absolute;
    top: -180px;

    @media (max-width: 744px) {
        display: none;
    }
}

.clients-container {
    text-align: center;
}

.section-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 auto;
}

.section-subtitle {
    font-size: 1.3rem;
    color: #4b5563;
    margin-bottom: 3rem;
}

/* Clients layout */
.clients-logos {
    display: flex;
    justify-content: center;
    gap: 9rem;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.logo-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clients-logos img {
    width: 140px;
    height: 100px;
    object-fit: contain;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    filter: grayscale(100%);
    opacity: 0.7;
}

/* Hover effect only for screens above 768px */
@media (min-width: 768px) {
    .clients-logos img:hover {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Mobile only elements */
.mobile-only {
    display: none;
}

/* Desktop only column */
.desktop-only {
    display: none;
}

/* Mobile screens (less than 480px) */
@media (max-width: 766px) {
    .clients-logos {
        gap: 4rem;
    }

    .clients-logos img {
        width: 130px;
    }

    .mobile-only {
        display: block;
    }
}

/* Tablet screens (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .clients-logos img {
        max-width: 120px;
        max-height: 45px;
        margin: 1.1rem 0;
    }
}

/* Desktop screens (768px and above) */
@media (min-width: 768px) {
    .desktop-only {
        display: flex;
    }

    .mobile-only {
        display: none;
    }
}

:root {
    --card-bg: #fff;
    --card-radius: 14px;
    --transition: 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
}