@font-face {
    font-family: 'Baldi-one';
    src: url(/assets/Bladi-One-Slab-4F-Bold-Italic.otf);
    /* src: url(../fonts/Bladi-One-Slab-4F-Bold-Italic.otf); */
}

.footer-col-headng-third-second {
    margin-bottom: 8% !important;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(/assets/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Agrandir-Regular';
    src: url(/assets/Agrandir-Regular.otf);
}

@font-face {
    font-family: 'Agrandir-TextBold';
    src: url(../Agrandir-TextBold.otf);
}

@font-face {
    font-family: 'Agrandir-Bold';
    src: url(../fonts/Agrandir-Bold.otf);
}

@font-face {
    font-family: 'Agrandir-ThinItalic';
    src: url(/assets/Agrandir-ThinItalic.otf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(/assets/Montserrat-Regular.ttf);
}



@font-face {
    font-family: 'Agrandir-Tight';
    src: url(../Agrandir-Tight.otf);
}

@font-face {
    font-family: 'Agrandir-Narrow';
    src: url(../Agrandir-Narrow.otf);
}

@font-face {
    font-family: 'Agrandir-WideLight';
    src: url(../Agrandir-WideLight.otf);
}

@font-face {
    font-family: 'Agrandir-GrandHeavy';
    src: url(../Agrandir-GrandHeavy.otf);
}

@font-face {
    font-family: 'Agrandir-GrandLight';
    src: url(../Agrandir-GrandLight.otf);
}

@font-face {
    font-family: 'Agrandir-WideBlackItalic';
    src: url(../Agrandir-WideBlackItalic.otf);
}

@font-face {
    font-family: 'Agrandir-ThinItalic';
    src: url(../Agrandir-ThinItalic.otf);
}

@font-face {
    font-family: 'Agrandir-WideBlackItalic';
    src: url(../Agrandir-WideBlackItalic.otf);
}


/*     Alert    */
.alert {
    border: 0px;
    position: relative;
    padding: 15px 20px;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
}

.alert [data-notify="icon"] {
    display: block;
}

.alert [data-notify="icon"]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}

.alert [data-notify="title"] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}

.alert [data-notify="message"] {
    font-size: 13px;
    color: #908e8e;
}

.alert .close {
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 17px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*    Alert States    */
.alert-black {
    border-left: 4px solid #1a2035;
}

.alert-black [data-notify="icon"]:before {
    background: #1a2035;
}

.alert-primary {
    border-left: 4px solid #1572E8;
}

.alert-primary [data-notify="icon"]:before {
    background: #1572E8;
}

.alert-secondary {
    border-left: 4px solid #6861CE;
}

.alert-secondary [data-notify="icon"]:before {
    background: #6861CE;
}

.alert-info {
    border-left: 4px solid #48ABF7;
}

.alert-info [data-notify="icon"]:before {
    background: #48ABF7;
}

.alert-success {
    border-left: 4px solid #31CE36;
}

.alert-success [data-notify="icon"]:before {
    background: #31CE36;
}

.alert-warning {
    border-left: 4px solid #FFAD46;
}

.alert-warning [data-notify="icon"]:before {
    background: #FFAD46;
}

.alert-danger {
    border-left: 4px solid #F25961;
}

.alert-danger [data-notify="icon"]:before {
    background: #F25961;
}


body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    text-decoration: none !important;
    cursor: pointer;

}

.navbar {
    background-color: rgba(255, 255, 255, 0.357);
    backdrop-filter: blur(10px);
    padding: 10px 0 0 0;

}



.navbar-logo {
    width: 110px;
    height: 86px;
    margin-bottom: -4px;
}

.search-container {
    position: relative;
    width: fit-content;
    margin-top: 0px !important;

}

.search-icon-container {
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-icon {
    color: white;
    display: flex;
}

.search-input-navbar {
    padding: 20px 70px 20px 20px;
    width: 300px;
    border-radius: 18px;
    background-color: #F5F5F5 !important;
    border: 1px solid #F1F1F1 !important;
}

.search-input-navbar::placeholder {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.navbar-link.active {
    color: white;
}

.navbar-link {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;


}

.navbar-link-contact {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid black !important;
    background-color: white !important;
    padding: 15px 20px;
    border-radius: 29px;
}


@media (min-width:1200px) {
    .navbar-nav-gap {
        gap: 30px;
    }

}

.scale-animation-index {
    transform: scale(1);
    /* Start zoomed in */
    transform-origin: left center;
}

.index-hero-heading {
    font-family: 'Baldi-one';
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.index-hero-second-heading .first {
    font-family: 'Agrandir-Regular';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.index-hero-second-heading .second {
    font-family: 'Agrandir-Regular';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #EA0000 !important;
}

.index-hero-third-heading .second {
    font-family: 'Agrandir-Regular';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.index-hero-third-heading .first {
    font-family: 'Agrandir-Regular';
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.index-animated-first-img {
    max-width: 347px;
    max-height: 279px;
    /* margin-bottom: 10px; */
    width: 100%;
    height: 100%;
    transform: rotate(360deg);

}

.footer-links {
    width: 51.99px;
    height: 51.99px;
}

@media (max-width:500px) {

    .index-animated-first-img {
        max-width: 360px;
        max-height: 336px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);

    }
}

@media (max-width:410px) {

    .index-animated-first-img {
        max-width: 300px;
        max-height: 336px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);

    }
}

@media (max-width:410px) {

    .index-animated-first-img {
        max-width: 260px;
        max-height: 336px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);

    }
}

@media (max-width:400px) {
    .index-hero-heading {
        font-family: 'Baldi-one';
        font-size: 34px;
        font-style: italic;
        font-weight: 400;
        line-height: 70px;
        letter-spacing: 5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-third-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 16px;
        font-weight: 300;
        line-height: 14px;
        letter-spacing: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-third-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 16px;
        font-weight: 300;
        line-height: 14px;
        letter-spacing: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #EA0000 !important;
    }
}

.index-first-btn {
    background-color: #767875 !important;
    padding: 15px 25px;
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    text-decoration: none !important;
    transition: border-radius 0.7s ease;
}

.index-first-btn-second {
    background-color: #767875 !important;
    padding: 15px 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    position: relative;
    left: -10px;
    transition: border-radius 0.7s ease;
}

.button-container-index:hover .index-first-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: black !important;
}

.button-container-index:hover .index-first-btn-second {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: black !important;
    animation: bounceEffect1 0.4s ease-in-out;
}


.button-container-index {
    margin: 0;
    padding: 0;
    gap: 0;
    display: flex;
}



.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    /* color: var(--bs-btn-active-color); */
    /* background-color: var(--bs-btn-active-bg); */
    border-color: transparent !important;
}

.index-hero-fouth-heading-first,
.index-hero-fouth-heading-second,
.index-hero-fouth-heading-third {
    font-family: 'Poppins-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 234px;
    background-color: black !important;
    padding: 10px 20px;
    border-radius: 24px;
    color: white;
    margin: 0 auto;
    transform: translateX(-42%);
    position: relative;
    z-index: 1;
}

.index-hero-fouth-heading-first {
    top: -340px;
    left: 54%;
}

.index-hero-fouth-heading-second {
    top: -345px;
    left: 48%;
}

.index-hero-fouth-heading-third {
    margin-top: -330px !important;
    left: 43%;
}

@media (min-width:1400px) {
    .index-hero-fouth-heading-first {
        top: -340px;
        left: 42%;
    }

    .index-hero-fouth-heading-second {
        left: 38%;
    }

    .index-hero-fouth-heading-third {
        left: 32%;
    }
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

/* Responsive Adjustments */


.background-image {
    background-image: url(../images/hero\ section\ animation\ 2.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 30px 0px 0 0; */
    width: 100%;
    transition: all 1s ease;
}



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

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

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logos-slide {
    display: flex;
    animation: slide 20s linear infinite;
    min-width: 200%;
    align-items: center !important;
    /* Make it at least twice the width for seamless transition */
}


.logos-slide img {
    max-height: 100px;
    max-width: 200px;
    height: fit-content !important;
    width: fit-content !important;
    margin: 0 40px;
}

/* Pause animation on hover */
.logos:hover .logos-slide {
    animation-play-state: paused;
}

.main-content {
    position: relative;
    width: 100%;
}



.page5 {
    background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /* margin-top: 100vh; */
}

.index-second-row-para {
    font-family: 'Agrandir-WideLight';
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    text-align: justify;
    color: black;

    opacity: 0;
    /* Initially hidden */
    transform: translateY(100%);
    /* Start below */
}

.index-second-row-para .normal-red {
    color: #EA0000;
    font-family: 'Agrandir-ThinItalic';
}

.main-index-para-content {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.bold-red {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    text-align: justify;
    color: #EA0000;

    opacity: 0;
    /* Initially hidden */
    transform: translateY(100%);
    /* Start below */
    display: inline-block;
    /* Allows movement independent of parent */
}



.index-second-row-second-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

.index-second-row-third-heading {
    font-family: 'Agrandir-WideLight';
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    width: 355px;
    max-width: 100%;
}

.index-second-row-heading-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.index-second-row-heading-number {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    font-family: 'Agrandir-Regular';
    font-size: 24px;
    font-weight: 700;
    line-height: 47.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #767875 !important;
    color: white;
}

.content-circle {
    max-width: 466px !important;
    height: 466px !important;
    width: 100%;
    height: 100%;
    background-color: #F5F5EF !important;
    border-radius: 50%;
    border: 0.4px solid #000000;
}

.content-circle-img {
    width: 135px;
    height: 118px;
}

.index-second-row-para {
    font-family: 'Agrandir-WideLight';
    font-size: 21.4px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.index-second-row-second-heading2 {
    font-family: 'Agrandir-grandheavy';
    font-size: 19px;
    font-weight: 800;
    line-height: 26.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

.index-second-row-third-heading {
    font-family: 'Agrandir-WideLight';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    line-height: normal;
    /* letter-spacing: 0.5px; */
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    width: 310px;
    max-width: 100%;
}

.index-second-row-heading-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.index-second-row-heading-number {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    font-family: 'Agrandir-bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 47.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #767875 !important;
    color: white;
}

.content-circle {
    max-width: 380px !important;
    height: 380px !important;
    width: 100%;
    height: 100%;
    background-color: #F5F5EF !important;
    border-radius: 50%;
    border: 0.4px solid #000000;
}

.content-circle-img {
    width: 135px;
    height: 118px;
    object-fit: cover;
}

.arrow-index {
    position: absolute;
    height: 146px;
    margin-top: -145px;
}

.paragraph-width-index-service {
    width: 282px;
}

.margin-set-number-text-service-index {
    margin-left: 13px;
}

.margin-set-number-text-service-index-right {
    margin-right: 13px;
}

/* Add more media queries to make the site responsive */
@media(max-width: 1200px) {
    .paragraph-width-index-service {
        width: 200px !important;
    }

    .arrow-index {
        position: absolute;
        height: 133px;
        /* width: 21px; */
        margin-top: -132px;
    }

    .index-second-row-heading-number {
        width: 35px;
        height: 35px;
        border-radius: 200px;
        font-family: 'Agrandir-grandheavy';
        font-size: 18px;
        font-weight: 700;
        display: flex;
        padding-top: 6px;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        background-color: #767875 !important;
        color: white;
    }

    .index-second-row-third-heading {
        font-family: 'Agrandir-WideLight';
        font-size: 16px;
        font-weight: 300;

        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
        width: 233px;
        max-width: 100%;
    }

    .index-second-row-second-heading2 {
        font-family: 'Agrandir-grandheavy';
        font-size: 15px;
        font-weight: 800;
        line-height: 26.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .content-circle {
        max-width: 354px !important;
        height: 354px !important;
        width: 100%;
        height: 100%;
        background-color: #F5F5EF !important;
        border-radius: 50%;
        border: 0.4px solid #000000;
    }
}

@media(max-width: 992px) {
    .index-second-row-para {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .content-circle {
        max-width: 300px !important;
        height: 300px !important;
    }

    .index-second-row-third-heading {
        font-size: 18px;
        width: 250px;
    }

    .index-second-row-second-heading2 {
        font-size: 16px;
    }

    .arrow-index {
        height: 120px;
        margin-top: -120px;
    }
}

@media(max-width: 768px) {
    .content-circle {
        max-width: 250px !important;
        height: 250px !important;
    }

    .index-second-row-para {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .index-second-row-third-heading {
        font-size: 16px;
    }

    .content-circle-img {
        width: 110px;
        height: 100px;
    }

    .margin-set-number-text-service-index-right {
        margin-right: 8px;
    }

    .margin-set-number-text-service-index {
        margin-left: 8px;
    }
}

@media(max-width: 576px) {
    .index-second-row-para {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .content-circle {
        max-width: 200px !important;
        height: 200px !important;
    }

    .index-second-row-third-heading {
        font-size: 14px;
    }

    .index-second-row-second-heading2 {
        font-size: 15px;
    }

    .content-circle-img {
        width: 90px;
        height: 85px;
    }

    .arrow-index {
        height: 100px;
        margin-top: -100px;
    }

    .paragraph-width-index-service {
        width: 240px;
    }

    .index-second-row-heading-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

}






/* portfolio section */
.portfolio-staff-tracker-second-section {
    background-color: rgba(76, 62, 137, 1);
}

.portfolio-khatar-second-section {
    background-color: rgba(9, 38, 88, 1);
}

.portfolio-fire-direct-second-section {
    background-color: rgba(51, 51, 70, 1);
}

.portfolio-analytes-second-section {
    background-color: rgba(14, 47, 104, 1);
}

.portfolio-crm-second-section {
    background-color: rgba(88, 48, 235, 1);
}

.portfolio-chat-ai-second-section {
    background-color: rgba(197, 200, 243, 1);
}

.portfolio-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

@media (min-width:1400px) {
    .portfolio-tab-row-container {
        justify-content: center !important;
        gap: 30px;
    }
}

@media (max-width:1400px) {
    .portfolio-tab-row-container {
        gap: 2.6%;

    }
}

@media (max-width:990px) {
    .portfolio-tab-row-container {
        gap: 6.6%;

    }
}

@media (max-width: 475px) {
    .portfolio-tab-row-container {
        gap: 2.6%;
    }
}

.portfolio-tab-row {
    border: 1px solid #000000;
    padding: 10px 20px;
    display: flex;
    border-radius: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.portfolio-tab-row.active {
    background-color: #E90102;
    color: white;
    border: none;
}

.portfolio-tab-row.active span {
    background-color: #E90102;
    color: white;
}

.portfolio-tab-row span {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.02em;

    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

@media (max-width: 428px) {
    .portfolio-tab-row span {
        font-size: 2.7vw;

    }
}

@media (max-width: 350px) {
    .portfolio-tab-row span {
        font-size: 2vw;

    }
}

.portfolio-tab-row:hover {
    border: none;
    background-color: #E90102;
    color: white;
}

.portfolio-tab-row:hover span {
    color: white;
}

.tab-pane {
    transition: opacity 0.3s ease-in-out;
}




/* demo-section */

.demo-section {
    min-height: 710px;
    position: relative;
    background-image: url('../images/Free Demo Background.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
}


@media (max-width:1200px) {
    .demo-section {
        min-height: 55vh !important;
    }
}

@media (orientation: landscape) and (max-width: 932px) {
    .demo-section {
        min-height: 100vh !important;
    }
}

.opacity-background-section {
    opacity: 0;
}

.demo-section-content-container {
    background-color: white !important;
    padding: 10px;
}

.demo-section-first-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 300;
    line-height: 46.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.demo-section-second-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 58px;
    font-weight: 800;
    line-height: 91px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #767875 !important;
}


.demo-section-third-heading {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

/* blog-section */

.index-blog-section {
    background-image: url(../images/portfolio\ 2.png);
    /* height: 100vh; */
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.blog-section-first-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.blog-section-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

    max-width: 214px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 24px;
    background-color: transparent !important;
    color: white !important;
    border: 1px solid white !important;

}


.blog-section-select option {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.index-blog-section-img {
    min-width: 439.41px;
    min-height: 360px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 7px solid rgba(255, 255, 255, 0.30);
}

@media (max-width: 1200px) {
    .index-blog-section-img {
        min-width: 380.41px;
        min-height: 360px;
        width: 100%;
        height: 100%;
        /* border-radius: 30px; */
    }
}

.line-home-blog {
    width: 9%;
    height: 1px;
    background-color: white;
    display: inline-block;
    margin-bottom: 1.2%;
    margin-right: 5px;
    flex-shrink: 0;
}

.overlay-text {
    position: absolute;
    font-family: 'Poppins-Regular';
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    /* 21.42px */
    letter-spacing: -0.51px;
    width: 100%;
    /* Adjust if you want the text to span the full width */

    margin-left: 7%;
    padding: 10px;
}

.top-text {
    top: 0;
    /* You can add a margin-top if needed */
    margin-top: 5%;
}

/* Position the bottom text */
.bottom-text {
    margin-bottom: 5%;
    bottom: 0;
    /* You can add a margin-bottom if needed */
}

.blog-second-up-animaiton-second {
    position: relative;
}



.testimonial-container {
    display: grid;
    /* align-items: center; */
    position: relative;
    margin-top: 82px;
    min-height: 563px;
    overflow: hidden;
}

@media (max-width:990px) {
    .overlay-text {
        position: absolute;
        font-family: 'Poppins-Regular';
        color: #FFF;
        font-size: 14px;
    }

    .index-blog-section-img {

        border: 8px solid rgba(255, 255, 255, 0.30);
    }

}

@media (max-width:786px) {
    .testimonial-container {
        /* min-height: 800px; */
        margin-top: 0px;
    }

    .overlay-text {
        position: absolute;
        font-family: 'Poppins-Regular';
        color: #FFF;
        font-size: 11px;
    }

    .index-blog-section-img {

        border: 6px solid rgba(255, 255, 255, 0.30);
    }

}

@media (max-width:550px) {
    .overlay-text {
        position: absolute;
        font-family: 'Poppins-Regular';
        color: #FFF;
        font-size: 1.9vw;
    }

    .index-blog-section-img {

        border: 2px solid rgba(255, 255, 255, 0.30);
    }

}

.testimonial-card {
    position: absolute;
    margin-left: 3%;

    width: 94%;
    padding: 20px;
    margin-top: 3%;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.20);
    background: white;
    transform: translateY(150%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 0;
    opacity: 0;
    border-radius: 24px;
}

@media (max-width:768px) {

    .testimonial-card {
        position: absolute;
        margin-left: 3%;

        width: 94%;
        padding: 20px;
        margin-top: 3%;
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.20);
        background: white;
        transform: translateY(150%);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        z-index: 0;
        opacity: 0;
        border-radius: 24px;
    }

}

.testimonial-card.active {
    transform: translateY(18%);
    z-index: 3;
    opacity: 1;
}

.testimonial-card.behind-1 {
    transform: translateY(12%);
    z-index: 2;
    opacity: 1;
}

.testimonial-card.behind-2 {
    transform: translateY(6%);
    z-index: 1;
    opacity: 1;
}

.testimonial-card.behind-3 {
    transform: translateY(0%);
    z-index: 1;
    opacity: 1;
}

.testimonial-card.hidden {
    transform: translateY(200%);
    z-index: -1;
    opacity: 0;
}

.heading-index-client-say-section {
    margin-top: 100px;
    font-size: 36px;
    color: rgba(234, 0, 0, 1);
    font-weight: 800;
    font-family: 'Agrandir-grandheavy';

}

.heading-index-client-say-section-second {
    font-size: 36px;
    color: white;
    font-weight: 800;
    font-family: 'Agrandir-GrandHeavy';

}

.terminision-card-img-index {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.erminision-card-p-index {
    font-family: 'Agrandir-Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 28.6px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.terminision-card-name-index {
    font-size: 24px;
    font-family: 'Agrandir-WideLight';
    font-size: 24px;
    font-weight: 300;
    line-height: 31.2px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.btn-index-slider-section {
    position: relative;
    background-color: white !important;
    border: none;
    font-size: 30px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s ease, color 0.3s ease;
    width: 54px;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    transition: all 0.3s ease;
}

.btn-index-slider-section:hover {
    font-size: 20px;
}

.background {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 91%;
    background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
    z-index: 0;
}

.btn-index-slider-section::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    width: 130%;
    height: 130%;
    background-color: rgba(234, 0, 0, 1);
    /* Red background */
    border-radius: 50%;
    /* Circular effect */
    z-index: -1;
    /* Behind button content */
    transform: translate(-50%, -50%) scale(0);
    /* Start scaled down */
    transition: transform 0.3s ease-in-out;
    /* Smooth scaling effect */
}

.btn-index-slider-section:hover {
    color: white;
}

.btn-index-slider-section:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.slider-controls {
    margin-top: 140px !important;
    display: flex;
    gap: 15px;
}

.index-frist-heading-svg {
    height: 24px !important;
    width: 13px !important;
}



/* end slider index */
@media (max-width:992px) {
    .slider-controls {
        margin-top: 50px;
        display: flex;
        gap: 15px;
    }

}



@media (max-width:992px) {
    .index-hero-heading {
        font-family: 'Baldi-one';
        font-size: 28px;
        font-style: italic;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: 2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black !important;
    }

    .index-hero-second-heading {
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .index-hero-second-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-second-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #EA0000 !important;
    }

    .index-hero-third-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-third-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .index-first-btn {
        background-color: #767875 !important;
        padding: 10px 15px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        text-decoration: none !important;
        transition: border-radius 0.7s ease;
    }

    .index-first-btn-second {
        background-color: #767875 !important;
        padding: 10px 10px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        color: white !important;
        position: relative;
        left: -10px;
        transition: border-radius 0.7s ease;
    }

    .button-container-index {
        margin: 0;
        padding: 0;
        gap: 0;
        display: flex;
    }

    .button-container-index:hover .index-first-btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        background-color: black !important;
    }

    .button-container-index:hover .index-first-btn-second {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: black !important;
    }

    .index-animated-first-img {
        max-width: 200px;
        max-height: 178px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);
        position: relative;
        left: 0px;
    }

    .index-hero-fouth-heading-first,
    .index-hero-fouth-heading-second,
    .index-hero-fouth-heading-third {
        font-family: 'Poppins-Regular';
        font-size: 7px;
        font-weight: 400;
        line-height: 10px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: fit-content;
        background-color: black !important;
        padding: 5px 5px;
        border-radius: 24px;
        color: white;
        margin: 0 auto;
        transform: translateX(-42%);
        position: relative;
        z-index: 1;
    }


    .index-frist-heading-svg {
        height: 13px !important;
        width: 13px !important;
    }

    .index-hero-fouth-heading-first {
        top: -257px;
        left: 51%;
    }

    .index-hero-fouth-heading-second {
        top: -284px;
        left: 34%;
    }

    .index-hero-fouth-heading-third {
        margin-top: -282px !important;
        left: 31%;
    }

    .logos-slide {
        display: inline-block;
        animation: 35s slide infinite linear;
        margin-bottom: 10px;
    }

    .logos-slide img {
        height: 30px;
        margin: 0 20px;
       width: auto;

    }

    .index-second-row-para {
        font-family: 'Agrandir-WideLight';
        font-size: 18.87px;
        font-weight: 300;
        line-height: 31.45px;
        text-align: justified;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
        opacity: 0;
        transform: translateY(100%);
    }

    .bold-red {
        font-family: 'Agrandir-grandheavy';
        font-size: 18.87px;
        font-weight: 800;
        line-height: 41.45px;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section {
        min-height: 71vh;
    }

    .demo-section-first-heading {
        font-family: 'Agrandir-Regular';
        font-size: 28px;
        font-weight: 300;
        line-height: 46.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .demo-section-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 20px;
        font-weight: 800;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .demo-section-third-heading {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section-content-container {
        padding: 0 20px;
    }

    .portfolio-tab-row {
        border: 1px solid #000000;
        padding: 5px 5px;
        display: flex;
        border-radius: 24px;
        cursor: pointer;
        background-color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .blog-section-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 28px;
        font-weight: 800;
        line-height: 23.4px;
        letter-spacing: -0.03em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .blog-section-select {
        max-width: 170px;
        width: 100%;
        padding: 5px 10px;
        border-radius: 24px;
        background-color: transparent !important;
        color: white !important;
        border: 1px solid white !important;
    }

    .index-blog-section-img {
        min-width: 138px;
        min-height: 126px;
        width: 100%;
        height: 100%;
        /* border-radius: 24px; */
    }

    .heading-index-client-say-section {
        font-size: 16px !important;
        font-weight: 800 !important;
        margin-top: 40px;
        line-height: 23px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-grandheavy';
        color: rgba(234, 0, 0, 1);

    }

    .btn-index-slider-section {
        position: relative;
        background-color: white !important;
        border: none;
        font-size: 18px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        transition: transform 0.5s ease, color 0.3s ease;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        transition: all 0.1s ease;
    }



    .btn-index-slider-section:hover {
        font-size: 13px;
    }

    .background {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 91%;
        background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
        z-index: 0;
    }

    .btn-index-slider-section::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130%;
        height: 130%;
        background-color: rgba(234, 0, 0, 1);
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s ease-in-out;
    }

    .btn-index-slider-section:hover {
        color: white;
    }

    .btn-index-slider-section:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .slider-controls {
        margin-top: 50px !important;
        display: flex;
        gap: 15px;
    }

    .terminision-card-img-index {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .erminision-card-p-index {
        font-family: 'Agrandir-Regular';
        font-size: 16.24px;
        font-weight: 400;
        line-height: 20.71px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .terminision-card-name-index {
        font-family: 'Agrandir-WideLight';
        font-size: 12.24px;
        font-weight: 400;
        line-height: 0.71px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .testimonial-container {
        display: grid;
        /* align-items: center; */
        position: relative;
        margin-top: 51px !important;
        min-height: 440px !important;
        overflow: hidden;
    }

}

@media (max-width:768px) {
    .index-hero-heading {
        font-family: 'Baldi-one';
        font-size: 28px;
        font-style: italic;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: 2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black !important;
    }

    .index-hero-second-heading {
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .index-hero-second-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-second-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #EA0000 !important;
    }

    .index-hero-third-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-third-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .index-first-btn {
        background-color: #767875 !important;
        padding: 10px 15px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        text-decoration: none !important;
        transition: border-radius 0.7s ease;
    }

    .index-first-btn-second {
        background-color: #767875 !important;
        padding: 10px 10px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        color: white !important;
        position: relative;
        left: -10px;
        transition: border-radius 0.7s ease;
    }

    .button-container-index {
        margin: 0;
        padding: 0;
        gap: 0;
        display: flex;
    }

    .button-container-index:hover .index-first-btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        background-color: black !important;
    }

    .button-container-index:hover .index-first-btn-second {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: black !important;
    }

    .index-animated-first-img {
        max-width: 200px;
        max-height: 178px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);
        position: relative;
        left: 0px;
    }

    .index-hero-fouth-heading-first,
    .index-hero-fouth-heading-second,
    .index-hero-fouth-heading-third {
        font-family: 'Poppins-Regular';
        font-size: 7px;
        font-weight: 400;
        line-height: 10px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: fit-content;
        background-color: black !important;
        padding: 5px 5px;
        border-radius: 24px;
        color: white;
        margin: 0 auto;
        transform: translateX(-42%);
        position: relative;
        z-index: 1;
    }


    .index-frist-heading-svg {
        height: 13px !important;
        width: 13px !important;
    }

    .index-hero-fouth-heading-first {
        top: -222px;
        left: 71%;
    }

    .index-hero-fouth-heading-second {
        top: -257px;
        left: 54%;
    }

    .index-hero-fouth-heading-third {
        margin-top: -268px !important;
        left: 50%;
    }

    .logos-slide {
        display: inline-block;
        animation: 35s slide infinite linear;
        margin-bottom: 10px;
    }

    .logos-slide img {
        height: 30px;
        margin: 0 20px;
        width: auto;


    }

    .index-second-row-para {
        font-family: 'Agrandir-WideLight';
        font-size: 18.87px;
        font-weight: 300;
        line-height: 31.45px;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
        opacity: 0;
        transform: translateY(100%);
    }

    .bold-red {
        font-family: 'Agrandir-grandheavy';
        font-size: 18.87px;
        font-weight: 800;
        line-height: 41.45px;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section {
        min-height: 40vh !important;
    }

    .demo-section-first-heading {
        font-family: 'Agrandir-Regular';
        font-size: 28px;
        font-weight: 300;
        line-height: 46.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .demo-section-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 20px;
        font-weight: 800;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .demo-section-third-heading {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section-content-container {
        padding: 0 20px;
    }

    .portfolio-tab-row {
        border: 1px solid #000000;
        padding: 5px 5px;
        display: flex;
        border-radius: 24px;
        cursor: pointer;
        background-color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .blog-section-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 28px;
        font-weight: 800;
        line-height: 23.4px;
        letter-spacing: -0.03em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .blog-section-select {
        max-width: 170px;
        width: 100%;
        padding: 5px 10px;
        border-radius: 24px;
        background-color: transparent !important;
        color: white !important;
        border: 1px solid white !important;
    }

    .index-blog-section-img {
        min-width: 138px;
        min-height: 126px;
        width: 100%;
        height: 100%;
        /* border-radius: 24px; */
    }

    .heading-index-client-say-section {
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 23px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-TextBold';
        color: rgba(234, 0, 0, 1);

    }

    .btn-index-slider-section {
        position: relative;
        background-color: white !important;
        border: none;
        font-size: 18px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        transition: transform 0.5s ease, color 0.3s ease;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        transition: all 0.1s ease;
    }



    .btn-index-slider-section:hover {
        font-size: 13px;
    }

    .background {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 91%;
        background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
        z-index: 0;
    }

    .btn-index-slider-section::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130%;
        height: 130%;
        background-color: rgba(234, 0, 0, 1);
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s ease-in-out;
    }

    .btn-index-slider-section:hover {
        color: white;
    }

    .btn-index-slider-section:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .slider-controls {
        display: flex;
        gap: 15px;
    }

    .terminision-card-img-index {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .erminision-card-p-index {
        font-family: 'Agrandir-Regular';
        font-size: 16.24px;
        font-weight: 400;
        line-height: 20.71px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .terminision-card-name-index {
        font-family: 'Agrandir-WideLight';
        font-size: 12.24px;
        font-weight: 400;
        line-height: 0.71px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .testimonial-container {
        display: grid;
        /* align-items: center; */
        position: relative;
        margin-top: 51px !important;
        min-height: 440px !important;
        overflow: hidden;
    }

}

@media (max-width:450px) {
    .index-hero-heading {
        font-family: 'Baldi-one';
        font-size: 13px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black !important;
    }

    .index-hero-second-heading {
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .index-hero-second-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-second-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #EA0000 !important;
    }

    .index-hero-third-heading .second {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .index-hero-third-heading .first {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 300;
        line-height: 10px;
        letter-spacing: 5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .index-first-btn {
        background-color: #767875 !important;
        padding: 5px 5px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        text-decoration: none !important;
        transition: border-radius 0.7s ease;
    }

    .index-first-btn-second {
        background-color: #767875 !important;
        padding: 5px 5px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        font-family: 'Poppins-Regular';
        font-size: 10px;
        color: white !important;
        position: relative;
        left: -5px;
        transition: border-radius 0.7s ease;
    }

    .button-container-index {
        margin: 0;
        padding: 0;
        gap: 0;
        display: flex;
    }

    .button-container-index:hover .index-first-btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        background-color: black !important;
    }

    .button-container-index:hover .index-first-btn-second {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: black !important;
    }

    .index-animated-first-img {
        max-width: 124px;
        max-height: 97px;
        width: 100%;
        height: 100%;
        transform: rotate(343deg);
        position: relative;
        left: -50px;
    }

    .index-hero-fouth-heading-first,
    .index-hero-fouth-heading-second,
    .index-hero-fouth-heading-third {
        font-family: 'Poppins-Regular';
        font-size: 5px;
        font-weight: 400;
        line-height: 10px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: fit-content;
        background-color: black !important;
        padding: 5px 5px;
        border-radius: 24px;
        color: white;
        margin: 0 auto;
        transform: translateX(-42%);
        position: relative;
        z-index: 1;
    }


    .index-frist-heading-svg {
        height: 13px !important;
        width: 13px !important;
    }

    .index-hero-fouth-heading-first {
        top: -198px;
        left: 49%;
    }

    .index-hero-fouth-heading-second {
        top: -237px;
        left: 30%;
    }

    .index-hero-fouth-heading-third {
        margin-top: -249px !important;
        left: 28%;
    }

    .logos-slide {
        display: inline-block;
        animation: 35s slide infinite linear;
        margin-bottom: 10px;
    }

    .logos-slide img {
        max-height: 40px;
        /* Reduce height further for iPhones */
        width: auto;
        margin: 0 10px;
    }

    .index-second-row-para {
        font-family: 'Agrandir-WideLight';
        font-size: 10.87px;
        font-weight: 300;
        line-height: 11.45px;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
        opacity: 0;
        transform: translateY(100%);
    }

    .bold-red {
        font-family: 'Agrandir-grandheavy';
        font-size: 10.87px;
        font-weight: 800;
        line-height: 11.45px;
        text-align: justified;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section-first-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 300;
        line-height: 46.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .demo-heading-circle {
        width: 20px;
        height: 20px;
    }

    .demo-section-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 12px;
        font-weight: 800;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .demo-section-third-heading {
        font-family: 'Montserrat-Regular';
        font-size: 9px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .demo-section-content-container {
        padding: 0 20px;
    }

    .portfolio-tab-row {
        border: 1px solid #000000;
        padding: 1px 9px;
        display: flex;
        border-radius: 24px;
        cursor: pointer;
        background-color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .blog-section-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 18px;
        font-weight: 800;
        line-height: 23.4px;
        letter-spacing: -0.03em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .blog-section-select {
        max-width: 138px;
        width: 100%;
        padding: 5px 10px;
        border-radius: 24px;
        background-color: transparent !important;
        color: white !important;
        border: 1px solid white !important;
        font-size: 12px;
    }


    .index-blog-section-img {
        min-width: 133px;
        min-height: 120px;
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .heading-index-client-say-section {
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-grandheavy';
        color: rgba(234, 0, 0, 1);

    }

    .btn-index-slider-section {
        position: relative;
        background-color: white !important;
        border: none;
        font-size: 11px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        transition: transform 0.5s ease, color 0.3s ease;
        width: 18px;
        height: 22px;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        transition: all 0.3s ease;
    }



    .btn-index-slider-section:hover {
        font-size: 13px;
    }

    .background {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 91%;
        background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
        z-index: 0;
    }

    .btn-index-slider-section::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130%;
        height: 130%;
        background-color: rgba(234, 0, 0, 1);
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s ease-in-out;
    }

    .btn-index-slider-section:hover {
        color: white;
    }

    .btn-index-slider-section:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .slider-controls {
        display: flex;
        gap: 15px;
        margin-top: 17px !important;
    }

    .terminision-card-img-index {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

    .erminision-card-p-index {
        font-family: 'Agrandir-Regular';
        font-size: 8.24px;
        font-weight: 400;
        line-height: 10.71px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .terminision-card-name-index {
        font-family: 'Agrandir-WideLight';
        font-size: 8.81px;
        font-weight: 300;
        line-height: 2px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .testimonial-card {
        border-radius: 7px;
        padding: 0px 5px;
        margin-top: 10px;
    }

    .testimonial-container {
        display: grid;
        /* align-items: center; */
        position: relative;
        margin-top: 20px !important;
        min-height: 240px !important;
        overflow: hidden;
    }

    .index-first-btn-second-arrow {
        height: 9px;
        width: 16px;
    }
}

@media (max-width:350px) {

    .index-hero-fouth-heading-first,
    .index-hero-fouth-heading-second,
    .index-hero-fouth-heading-third {
        font-family: 'Poppins-Regular';
        font-size: 4px;
        font-weight: 400;
        line-height: 10px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: fit-content;
        background-color: black !important;
        padding: 5px 5px;
        border-radius: 24px;
        color: white;
        margin: 0 auto;
        transform: translateX(-42%);
        position: relative;
        z-index: 1;
    }

    .index-frist-heading-svg {
        height: 8px !important;
        width: 8px !important;
    }

}

@media (max-width:450px) {
    .demo-section {
        min-height: 26vh !important;
    }
}

@media (max-width:350px) {
    .demo-section {
        min-height: 35vh !important;
    }
}

/* footer */
.footer {
    background-color: #F5F5EF !important;
    width: 100%;
}

.footer-main-headng {
    font-family: 'Agrandir-TextBold';
    font-size: 120.65px;
    font-weight: 800;
    line-height: 180.24px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #767875;
}

@media (max-width:1200px) {
    .footer-main-headng {
        font-family: 'Agrandir-TextBold';
        font-size: 104px;
        font-weight: 800;
        line-height: 180.24px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #767875;
    }

}

@media (max-width:650px) {
    .footer-main-headng {
        font-family: 'Agrandir-TextBold';
        font-size: 46px !important;
        font-size: 500px;
        font-weight: 800;
        line-height: 70px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #767875;
    }
}

.footer-col-headng-first {
    font-family: 'Agrandir-grandheavy';
    font-size: 30px;
    font-weight: 800;
    line-height: 39px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

.footer-col-headng-second {
    font-family: 'Agrandir-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #767875;
}

.footer-col-headng-third {
    font-family: 'Agrandir-bold';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 31.2px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
    margin-bottom: 4px;
}

.footer-last-heading {
    font-family: 'Agrandir-Tight';
    font-size: 20px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #767875;
}

@media (max-width:992px) {
    .footer {
        background-color: #F5F5EF !important;
        width: 100%;
    }


    .footer-main-headng {
        font-family: 'Agrandir-TextBold';
        font-size: 66px !important;
        font-size: 500px;
        font-weight: 800;
        line-height: 70px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #767875;
    }


    .footer-col-headng-first {
        font-family: 'Agrandir-grandheavy';
        font-size: 25px;
        font-weight: 800;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .footer-col-headng-second {
        font-family: 'Agrandir-Regular';
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-col-headng-third {
        font-family: 'Agrandir-bold';
        font-size: 15px !important;
        font-weight: 700;
        line-height: 15.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        margin-bottom: 18px;
    }

    .footer-col-headng-third-second {
        margin-bottom: 41 !important;
    }


    .footer-last-heading {
        font-family: 'Agrandir-Tight';
        font-size: 20px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-links {
        width: 36.99px;
        height: 36.99px;
    }
}

@media (max-width:768px) {
    .footer {
        background-color: #F5F5EF !important;
        width: 100%;
    }


    .footer-main-headng {
        font-family: 'Agrandir-TextBold';
        font-size: 36px !important;
        font-size: 500px;
        font-weight: 800;
        line-height: 70px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #767875;
    }


    .footer-col-headng-first {
        font-family: 'Agrandir-grandheavy';
        font-size: 14px;
        font-weight: 800;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .footer-col-headng-second {
        font-family: 'Agrandir-Regular';
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-col-headng-third {
        font-family: 'Agrandir-bold';
        font-size: 11px !important;
        font-weight: 700;
        line-height: 15.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        margin-bottom: 13px;
    }

    .footer-last-heading {
        font-family: 'Agrandir-Tight';
        font-size: 15px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-links {
        width: 26.99px;
        height: 26.99px;
    }
}

@media (max-width:450px) {
    .footer {
        background-color: #F5F5EF !important;
        width: 100%;
    }

    .footer-main-headng {
        font-family: 'Agrandir-TextBold';
        font-size: 100.65px;
        font-weight: 800;
        line-height: 180.24px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    @media (max-width:650px) {
        .footer-main-headng {
            font-family: 'Agrandir-TextBold';
            font-size: 29px !important;
            font-size: 500px;
            font-weight: 800;
            line-height: 70px;
            text-align: center;
            text-decoration-skip-ink: none;
            color: #767875;
        }
    }

    .footer-col-headng-first {
        font-family: 'Agrandir-grandheavy';
        font-size: 14px;
        font-weight: 800;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .footer-col-headng-second {
        font-family: 'Agrandir-Regular';
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-col-headng-third {
        font-family: 'Agrandir-bold';
        font-size: 8px !important;
        font-weight: 700;
        line-height: 15.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        margin-bottom: -7px;
    }

    /* .footer-col-headng-third img {
        width: 14px !important;
    } */

    .footer-col-headng-third-second {

        margin-bottom: 23% !important;
    }

    .footer-last-heading {
        font-family: 'Agrandir-Tight';
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875;
    }

    .footer-links {
        width: 26.99px;
        height: 26.99px;
    }
}

/* service page */

.service-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.services-row-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

@media (max-width: 470px) {
    .services-row-heading {
        font-size: 20px !important;
    }
}

.services-rows {
    border: 2px solid #000000;
    padding: 10px 20px 0 20px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.service-row-arrow {
    font-size: larger;
    color: black;
    transition: color 0.3s ease, transform 0.3s ease;
}

.services-rows:hover {
    background-color: red;
    border: none;
    transition: all 0.3s ease-in-out;
}

.services-rows:hover .service-row-arrow {
    font-size: larger;
    color: white;
    transform: rotate(-45deg);

}

.services-rows:hover .services-row-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.services-rows:hover .service-row-end-heading {
    font-family: 'Agrandir-Regular';
    font-size: 25px;
    font-weight: 400;
    line-height: 32.5px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.globe-service-img {
    width: 351px;
    height: 140px;
    position: relative;
    bottom: -48px;
    left: 100px;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}



.services-rows:hover .globe-service-img {
    transform: translateY(0);
    opacity: 1;
}

.service-row-end-heading {
    font-family: 'Agrandir-Regular';
    font-size: 25px;
    font-weight: 400;
    line-height: 32.5px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

@media (max-width: 1202px) {
    .service-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 36px;
        font-weight: 800;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .services-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 37px;
        font-weight: 800;
        line-height: 60px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-rows:hover .services-row-heading {
        color: white;
    }

    .service-row-end-heading {
        font-family: 'Agrandir-Regular';
        font-size: 27px;
        font-weight: 400;
        line-height: 60px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .services-rows:hover .service-row-end-heading {
        color: white;
    }

    .services-rows {
        border: 2px solid #000000;
        padding: 10px 0px 0 0px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        min-height: 276px;
    }

    .globe-service-img {
        width: 250px;
        height: 98px;
        position: relative;
        bottom: -30px;
        left: 27px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    }

    .services-rows:hover .globe-service-img {
        transform: translateY(0);
        opacity: 1;
    }

}

@media (max-width: 992px) {
    .service-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 36px;
        font-weight: 800;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .services-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 29px;
        font-weight: 800;
        line-height: 60px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-rows:hover .services-row-heading {
        color: white;
    }

    .service-row-end-heading {
        font-family: 'Agrandir-Regular';
        font-size: 27px;
        font-weight: 400;
        line-height: 60px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .services-rows:hover .service-row-end-heading {
        color: white;
    }

    .services-rows {
        border: 2px solid #000000;
        padding: 10px 0px 0 0px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        min-height: 276px;
    }

    .globe-service-img {
        width: 250px;
        height: 120px;
        position: relative;
        bottom: -60px;
        left: 27px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    }

    .services-rows:hover .globe-service-img {
        transform: translateY(0);
        opacity: 1;
    }

}

@media (orientation: landscape) and (max-width: 932px) {
    .service-row-end-heading {
        font-family: 'Agrandir-Regular';
        font-size: 27px;
        font-weight: 400;
        line-height: 34px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .services-rows:hover .service-row-end-heading {
        color: white;
    }

}

@media (max-width: 768px) {
    .service-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 36px;
        font-weight: 800;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .services-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 37px;
        font-weight: 800;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-rows:hover .services-row-heading {
        color: white;
    }

    .service-row-end-heading {
        font-family: 'Agrandir-Regular' !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 32px !important;
        text-align: right !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .services-rows:hover .service-row-end-heading {
        color: white;
    }

    .services-rows {
        border: 2px solid #000000;
        padding: 10px 0px 0 0px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        min-height: 150px;
    }

    .globe-service-img {
        width: 150px;
        height: 75px;
        position: relative;
        bottom: -29px;
        left: 27px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    }

    .services-rows:hover .globe-service-img {
        transform: translateY(0);
        opacity: 1;
    }

}

@media (max-width: 450px) {
    .service-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 24px;
        font-weight: 800;
        line-height: 31.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .services-row-heading {
        font-family: 'Agrandir-GrandHeavy' !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 15.6px !important;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-rows:hover .services-row-heading {

        color: white;
    }

    .service-row-end-heading {
        font-family: 'Agrandir-Regular' !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 15.6px !important;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .services-rows:hover .service-row-end-heading {

        color: white;
    }

    .services-rows {
        border: 2px solid #000000;
        padding: 10px 0px 0 0px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        min-height: 150px;
    }

    .globe-service-img {
        width: 76px;
        height: 36px;
        position: relative;
        bottom: -53px;
        left: 14px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;

    }

    .services-rows:hover .globe-service-img {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 399px) {
    .globe-service-img {
        width: 72px;
        height: 36px;
        position: relative;
        bottom: -52px;
        left: 14px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    }
}

@media (max-width: 350px) {
    .globe-service-img {
        width: 77px;
        height: 36px;
        position: relative;
        bottom: -53px;
        left: 10px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    }
}

/* about-us */

.about-background {
    background-color: #EA0000 !important;
    background-size: cover;
    width: 100%;
}

.about-first-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}


.about-second-heading {
    font-family: 'Agrandir-Regular';
    font-size: 34px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

@media (max-width: 1200px) {

    .about-first-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 94px;
        font-weight: 800;
        line-height: 130px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }


    .about-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 30px;
        font-weight: 400;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .testimonial-container {
        display: grid;
        /* align-items: center; */
        position: relative;
        margin-top: 70px;
        min-height: 563px;
        overflow: hidden;
    }

}

.about-third-heading span {
    font-family: 'Agrandir-bold';
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.about-third-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.about-fouth-heading {
    font-family: 'Baldi-one';
    font-size: 96px;
    font-style: italic;
    font-weight: 400;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}



@media (max-width:1100px) {
    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 73px;
        font-style: italic;
        font-weight: 400;
        line-height: 115px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width:400px) {
    .about-first-heading {
        font-family: 'Agrandir-TextBold';
        font-size: 48px;
        font-weight: 800;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 48px;
        font-style: italic;
        font-weight: 400;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width:600px) {
    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 50px;
        font-style: italic;
        font-weight: 400;
        line-height: 85px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

}

.footer-first-content-animation {
    display: grid !important;
}

.about-fouth-heading .first {
    color: white !important;
}



@media (max-width:400px) {
    .footer-col-headng-third {
        font-size: 23px;
    }

}

.about-fouth-heading .second {
    color: black !important;
}

.about-fouth-heading .second-last {
    color: black !important;
    text-align: right !important;
}

/* .image-container {
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 466px;
    max-height: 576px;
    width: 100%;
    height: 100%;
} */

.image-container {
    position: relative;
    max-width: 466px;
    max-height: 576px;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 1s ease;
}

.image-container:hover {
    transform: scale(0.95);
}

.about-first-img {
    max-width: 466px;
    min-height: 576px;
    max-height: 576px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
    transition: transform 1s ease;
}

.image-container:hover .about-first-img {
    transform: scale(1.2);
}

.image-container-third {
    position: relative;
    max-width: 466px;
    max-height: 576px;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 1s ease;
}

.image-container-third:hover {
    transform: scale(0.95);
}

.about-first-img-third {
    max-width: 466px;
    min-height: 576px;
    max-height: 576px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
    transition: transform 1s ease;
}

.image-container-third:hover .about-first-img-third {
    transform: scale(1.2);
}

.about-second-row-para {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.about-second-row-para-second {
    /* font-family: 'Agrandir-Bold'; */
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.about-fourth-row-para {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.about-fourth-row-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

@media (max-width:630px) {
    .about-fourth-row-heading {
        font-family: 'Agrandir-TextBold';
        font-size: 60px;
        font-weight: 800;
        line-height: 70px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }
}


.partners-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: transparent;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    gap: 115px;
    animation: scroll 25s linear infinite;
    align-items: center;
    width: max-content;
    white-space: nowrap;
}

.partners-img-about {
    max-width: 240px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.5;
}

.partners-img-about-container:hover .partners-img-about {
    transform: scale(1.3);
    opacity: 1;
}

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

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

@media (max-width:992px) {
    .about-first-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 50px;
        font-weight: 800;
        line-height: 64px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 28px;
        font-weight: 400;
        line-height: 46px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container {
        position: relative;
        max-width: 280px;
        max-height: 330px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container:hover {
        transform: scale(0.95);
    }

    .about-first-img {
        max-width: 280px;
        max-height: 330px;
        min-height: 330px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container:hover .about-first-img {
        transform: scale(1.2);
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 48px;
        font-weight: 800;
        line-height: 70px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-third-heading span {
        font-family: 'Agrandir-bold';
        font-size: 36px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 36px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 54px;
        font-style: italic;
        font-weight: 400;
        line-height: 60px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .about-second-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 40px;
        font-weight: 400;
        line-height: 43.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-second-row-para-second {
        font-family: 'Agrandir-Bold';
        font-size: 40px;
        font-weight: 400;
        line-height: 43.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container-third {
        position: relative;
        max-width: 433px;
        max-height: 488px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-third:hover {
        transform: scale(0.95);
    }

    .about-first-img-third {
        max-width: 433px;
        min-height: 488px;
        max-height: 488px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-third:hover .about-first-img-third {
        transform: scale(1.2);
    }

    .about-fourth-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 30px;
        font-weight: 400;
        line-height: 13px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 84px;
        font-weight: 800;
        line-height: 84.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .partners-img-about {
        max-width: 210px;
        transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    }

    .partners-img-about-container:hover .partners-img-about {
        transform: scale(1.1);
    }
}

@media (orientation: landscape) and (max-width: 932px) {
    .partners-img-about {
        max-width: 190px;
        transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    }

    .partners-img-about-container:hover .partners-img-about {
        transform: scale(1.1);
    }
}

@media (max-width:768px) {
    .about-first-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 37px;
        font-weight: 800;
        line-height: 64px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container {
        position: relative;
        max-width: 180px;
        max-height: 210px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container:hover {
        transform: scale(0.95);
    }

    .about-first-img {
        max-width: 180px;
        max-height: 210px;
        min-height: 210px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container:hover .about-first-img {
        transform: scale(1.2);
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 48px;
        font-weight: 800;
        line-height: 70px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-third-heading span {
        font-family: 'Agrandir-bold';
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 35px;
        font-style: italic;
        font-weight: 400;
        line-height: 47px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .about-second-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 30px;
        font-weight: 400;
        line-height: 33.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-second-row-para-second {
        font-family: 'Agrandir-Bold';
        font-size: 30px;
        font-weight: 400;
        line-height: 33.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container-third {
        position: relative;
        max-width: 333px;
        max-height: 388px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-third:hover {
        transform: scale(0.95);
    }

    .about-first-img-third {
        max-width: 333px;
        min-height: 388px;
        max-height: 388px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-third:hover .about-first-img-third {
        transform: scale(1.2);
    }

    .about-fourth-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 21px;
        font-weight: 400;
        line-height: 13px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 60px;
        font-weight: 800;
        line-height: 67.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .partners-img-about {
        max-width: 180px;
        transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    }

    .partners-img-about-container:hover .partners-img-about {
        transform: scale(1.1);
    }
}

@media (max-width:450px) {
    .about-first-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 30px;
        font-weight: 800;
        line-height: 45.1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container {
        position: relative;
        max-width: 106px;
        max-height: 131px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container:hover {
        transform: scale(1);
    }

    .about-first-img {
        max-width: 106px;
        min-height: 131px;
        max-height: 131px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container:hover .about-first-img {
        transform: scale(1.2);
    }

    .about-second-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
        text-align: left;
        letter-spacing: 1.5px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-second-row-para-second {
        font-family: 'Agrandir-Bold';
        font-size: 20px;
        font-weight: 700;
        line-height: 23.4px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .image-container-third {
        position: relative;
        max-width: 233px;
        max-height: 288px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-third:hover {
        transform: scale(0.95);
    }

    .about-first-img-third {
        max-width: 233px;
        min-height: 288px;
        max-height: 288px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-third:hover .about-first-img-third {
        transform: scale(1.2);
    }

    .about-fourth-row-para {
        font-family: 'Agrandir-Regular';
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 36px;
        font-weight: 800;
        line-height: 41.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .partners-img-about {
        max-width: 140px;
        transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    }

    .partners-img-about-container:hover .partners-img-about {
        transform: scale(1.1);
    }

    .about-fourth-row-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 48px;
        font-weight: 800;
        line-height: 70px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .about-third-heading span {
        font-family: 'Agrandir-bold';
        font-size: 12px;
        font-weight: 700;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 700;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-fouth-heading {
        font-family: 'Baldi-one';
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

/* blog-page */

.blog-first-container {
    background-color: black;
    width: 100% !important;
    height: 100% !important;
}

.blog-tab {
    background-color: transparent !important;
    border: 1px solid white;
    border-radius: 24px;
    padding: 10px 18px !important;
    min-width: 75px !important;
    height: fit-content;
    transition: all 0.5s ease;
    width: fit-content;
    cursor: pointer;
}

.blog-tab-heading {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: center !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    transition: all 0.5s ease;
}

.blog-tab:hover {
    background-color: white !important;
}

.blog-tab:hover .blog-tab-heading {
    color: #EA0000 !important;
}

.blog-tab.active {
    background-color: white !important;
}

.blog-tab.active .blog-tab-heading {
    color: #EA0000 !important;
}


.search-icon-container-blog {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.search-input-blog {
    padding: 10px 51px 10px 20px;
    min-width: 255px;
    width: 100%;
    border-radius: 24px;
    background-color: transparent !important;
    border: 1px solid #F1F1F1 !important;
    color: white !important;
}

@media (max-width:450px) {
    .search-input-blog {
        padding: 5px 51px 5px 20px;
        min-width: 155px;
        width: 100%;
        border-radius: 24px;
        background-color: transparent !important;
        border: 1px solid #F1F1F1 !important;
        color: white !important;
    }
}

.search-input-blog::placeholder {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.search-icon-blog {
    color: white;
}

.blog-tab-first-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.blog-first-tab-row {
    background-color: white !important;
    padding: 10px 20px;
    border-radius: 24px;
    position: relative;
    /* Enables layering */
    overflow: hidden;
    /* Ensures pseudo-element stays within bounds */
    transition: all 1s ease-in-out;
}

.blog-first-tab-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/8ac9e47a6d3e4b0d2846d9bb3957f5be.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 0;
    border-radius: 24px;
}

.blog-first-tab-row:hover::before {
    opacity: 1;
    border: 2px white solid;
}



.blog-first-tab-row>* {
    position: relative;
    z-index: 1;
    /* Keeps the content above the background image */
}

.blog-first-row-first-heading {
    font-family: 'Agrandir-widelight';
    font-size: 36px;
    font-weight: 300;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #767875 !important;
}

.blog-first-row-second-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 6.2vmax;
    font-weight: 800;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

@media (min-width:1400px) {

    .blog-first-row-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 6vw;
        font-weight: 800;
        line-height: 130px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }
}

@media (min-width:1800px) {

    .blog-first-row-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 5vw;
        font-weight: 800;
        line-height: 130px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }
}

.blog-first-row-third-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.blog-first-row-img {
    width: 82px;
    height: 82px;
    border-radius: 50%;


}

.blog-first-row-name-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.blog-first-tab-row:hover .blog-first-row-third-heading,
.blog-first-tab-row:hover .blog-first-row-first-heading,
.blog-first-tab-row:hover .blog-first-row-name-heading {
    color: white !important;
}

.blog-first-row-icon-container {
    background-color: #EA0000 !important;
    max-width: 55px;
    max-height: 55px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-first-row-icon {
    text-align: center;
    font-size: 32px;
    color: black !important;
    transition: all 0.3s ease-in-out;
}

.blog-first-row-icon-container:hover {
    background-color: black !important;
}

.blog-first-row-icon-container:hover .blog-first-row-icon {
    color: red !important;

}

.blog-first-row-icon-container:hover .blog-first-row-icon {
    transform: rotate(-35deg);
}



.blog-second-row-heading {
    font-family: 'Agrandir-bold';
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffff !important;
}

.blog-second-row-heading-second {
    /* font-family: 'Agrandir-bold'; */
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.blog-second-row-col-img {
    max-width: 392px !important;
    height: 291.87px !important;
    width: 100%;
    z-index: 1;
}

.blog-second-row-col-img:hover {
    filter: grayscale(1) brightness(0.8);
}



@media (min-width:992px) {
    .blog-card-data-container {
        background-color: #f5f5ef !important;
        padding: 10px 20px;
        max-width: 392px;
        width: 100%;
        min-height: 336px;
    }
}

.blog-card-data-container {
    background-color: #f5f5ef !important;
    padding: 10px 20px;
    max-width: 392px;
    width: 100%;
}

@media (max-width:1200px) {
    .blog-card-data-container {
        background-color: #f5f5ef !important;
        padding: 10px 10px;
        max-width: 392px;
        width: 100%;
    }
}

.blog-card-data-first-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.blog-card-data-second-heading {
    font-family: 'Agrandir-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 21.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #767875 !important;
}

.blog-card-user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.blog-card-user-name {
    font-family: 'Agrandir-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 22.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blog-card-button {
    background-color: #93938f !important;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 24px;
    font-family: 'Agrandir-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 22.1px;
    letter-spacing: 1.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: all 0.3s ease-in-out;

}

.blog-card-button:hover {
    background-color: transparent !important;
    color: #EA0000;
}

.upload-date-blog-card {
    position: relative;
    top: 50px;
    left: 18px;
    padding: 15px 24px;
    border-radius: 24px;
    border: 1px solid white;
    font-family: 'Agrandir-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 22.1px;
    text-align: left;
    background: rgba(0, 0, 0, 0.40);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    z-index: 2;
}

.upload-date-blog-card:hover {
    z-index: 2;
    background-color: white !important;
    color: #EA0000 !important;
}

.blog-third-section {
    background-color: #EA0000 !important;
    padding: 70px 20px;
}

@media (max-width: 992px) {
    .blog-third-section {
        background-color: #EA0000 !important;
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .blog-third-section {
        background-color: #EA0000 !important;
        padding: 20px 0px;
    }
}

textarea.form-control {
    overflow: hidden;
}

.sass-soultion-pages-heading-color {
    color: rgba(118, 120, 117, 1) !important;
}

.blog-third-row-heading {
    font-family: 'Agrandir-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.blog-third-row-second-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #F5F5EF !important;
}



.blog-third-row-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.blog-third-row-icon-img {
    width: 53.74px;
    height: 53.74px;
}

.blog-third-row-icon:hover {
    width: 130px;
    height: 100px;
    border-radius: 300px;
}

.blog-third-row-third-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.blog-thrid-row-checkbox {
    width: 40px;
    height: 40px;
    border: none;
    color: black;
}

@media (max-width: 992px) {
    .blog-first-tab-row {
        background-color: white !important;
        padding: 10px 10px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .blog-first-row-second-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 53px;
        font-weight: 800;
        line-height: 75px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .blog-tab-heading {
        font-family: 'Montserrat-Regular';
        font-size: 14px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        transition: all 0.5s ease;
    }

    .blog-tab {
        background-color: transparent !important;
        border: 1px solid white;
        border-radius: 24px;
        padding: 15px 15px !important;
        min-width: 28px !important;
        height: fit-content;
        transition: all 0.5s ease;
        width: fit-content;
    }

    .blog-tab-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 20px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blog-first-row-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 22px;
        font-weight: 300;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-first-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 26px;
        font-weight: 400;
        line-height: 41px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;


    }

    .blog-first-row-name-heading {
        font-family: 'Agrandir-Regular';
        font-size: 20px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-icon-container {
        background-color: #EA0000 !important;
        max-width: 25px;
        max-height: 25px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .blog-first-row-icon {
        position: relative;
        top: 3px;
        text-align: center;
        font-size: 16px;
        color: white !important;
        transition: all 0.3s ease-in-out;
    }

    .blog-first-row-icon-container:hover {
        background-color: black !important;
    }

    .blog-first-row-icon-container:hover .blog-first-row-icon {
        transform: rotate(-45deg);
    }

    .blog-second-row-col-img {
        max-width: 392px;
        max-height: 291.87px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .upload-date-blog-card {
        position: relative;
        top: 40px;
        left: 5px;
        padding: 10px 15px;
        border-radius: 24px;
        border: 1px solid white;
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 11.7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        z-index: 2;
    }

    .blog-card-data-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 17px;
        font-weight: 700;
        line-height: 14.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .blog-card-data-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 17px;
        font-weight: 400;
        line-height: 10.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-card-data-container {
        background-color: #f5f5ef !important;
        padding: 5px 10px;
        max-width: 392px;
        width: 100%;
    }

    .blog-card-user-img {
        width: 30px;
        height: 30px;
    }

    .blog-card-user-name {
        font-family: 'Agrandir-Regular';
        font-size: 15px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        letter-spacing: 0.4px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .blog-card-button {
        background-color: #93938f !important;
        color: #FFFFFF;
        padding: 10px 15px;
        border-radius: 24px;
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;

    }

    .blog-third-row-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 36px;
        font-weight: 700;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .blog-third-row-second-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 50px;
        font-weight: 700;
        line-height: 65px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #F5F5EF !important;
    }



    .blog-third-row-icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .blog-third-row-icon-img {
        width: 53.74px;
        height: 53.74px;
    }

    .blog-third-row-icon:hover {
        width: 130px;
        height: 100px;
        border-radius: 300px;
    }

    .blog-third-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 36px;
        font-weight: 400;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blog-thrid-row-checkbox {
        width: 40px;
        height: 40px;
        border: none;
        color: black;
    }
}

@media (max-width: 768px) {
    .blog-first-tab-row {
        background-color: white !important;
        padding: 10px 10px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .blog-first-row-second-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 38px;
        font-weight: 800;
        line-height: 54px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .blog-tab-heading {
        font-family: 'Montserrat-Regular';
        font-size: 14px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        transition: all 0.5s ease;
    }

    .blog-tab {
        background-color: transparent !important;
        border: 1px solid white;
        border-radius: 24px;
        padding: 15px 15px !important;
        min-width: 28px !important;
        height: fit-content;
        transition: all 0.5s ease;
        width: fit-content;
    }

    .blog-tab-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 20px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blog-first-row-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 18px;
        font-weight: 300;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-first-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;


    }

    .blog-first-row-name-heading {
        font-family: 'Agrandir-Regular';
        font-size: 20px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-icon-container {
        background-color: #EA0000 !important;
        max-width: 25px;
        max-height: 25px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .blog-first-row-icon {
        position: relative;
        top: 3px;
        text-align: center;
        font-size: 16px;
        color: white !important;
        transition: all 0.3s ease-in-out;
    }

    .blog-first-row-icon-container:hover {
        background-color: black !important;
    }

    .blog-first-row-icon-container:hover .blog-first-row-icon {
        transform: rotate(-45deg);
    }

    .blog-second-row-col-img {
        max-width: 392px !important;
        max-height: 191.87px !important;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .upload-date-blog-card {
        position: relative;
        top: 40px;
        left: 5px;
        padding: 10px 15px;
        border-radius: 24px;
        border: 1px solid white;
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 11.7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        z-index: 2;
    }

    .blog-card-data-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 17px;
        font-weight: 700;
        line-height: 14.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .blog-card-data-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 17px;
        font-weight: 400;
        line-height: 10.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-card-data-container {
        background-color: #f5f5ef !important;
        padding: 5px 10px;
        max-width: 392px;
        width: 100%;
    }

    .blog-card-user-img {
        width: 30px;
        height: 30px;
    }

    .blog-card-user-name {
        font-family: 'Agrandir-Regular';
        font-size: 15px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .blog-card-button {
        background-color: #93938f !important;
        color: #FFFFFF;
        padding: 10px 15px;
        border-radius: 24px;
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;

    }

    .blog-third-row-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 26px;
        font-weight: 700;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .blog-third-row-second-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 36px;
        font-weight: 700;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .blog-third-row-icon {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        background-color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .blog-third-row-icon-img {
        width: 35px;
        height: 35px;
    }

    .blog-third-row-icon:hover {
        width: 80px;
        height: 63px;
        border-radius: 300px;
    }

    .blog-third-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    input[type="checkbox"] {
        width: 25px !important;
        height: 25px !important;
        background-color: black !important;
        accent-color: black !important;
    }

}

@media (max-width:480px) {
    .blog-first-row-second-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 38px;
        font-weight: 800;
        line-height: 54px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }
}

@media (max-width: 450px) {
    .blog-first-row-second-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 25px;
        font-weight: 800;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .blog-tab-heading {
        font-family: 'Montserrat-Regular';
        font-size: 11px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        transition: all 0.5s ease;
    }

    .blog-tab {
        background-color: transparent !important;
        border: 1px solid white;
        border-radius: 24px;
        padding: 7px 9px !important;
        min-width: 28px !important;
        height: fit-content;
        transition: all 0.5s ease;
        width: fit-content;
    }

    .blog-tab-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 16px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blog-first-row-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 12px;
        font-weight: 300;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-first-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;


    }

    .blog-first-row-name-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .blog-first-row-icon-container {
        background-color: #EA0000 !important;
        max-width: 25px;
        max-height: 25px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .blog-first-row-icon {
        position: relative;
        top: 3px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 16px;
        color: black !important;
        transition: all 0.3s ease-in-out;
    }

    .blog-first-row-icon-container:hover {
        background-color: black !important;
    }

    .blog-first-row-icon-container:hover .blog-first-row-icon {
        transform: rotate(-45deg);
    }

    .blog-second-row-col-img {
        max-width: 392px !important;
        max-height: 100.87px !important;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .upload-date-blog-card {
        position: relative;
        top: 25px;
        left: 5px;
        padding: 5px 5px;
        border-radius: 24px;
        border: 1px solid white;
        font-family: 'Agrandir-Regular';
        font-size: 7px;
        font-weight: 400;
        line-height: 11.7px;
        letter-spacing: 0.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        z-index: 2;
    }

    .blog-second-row-heading-second {
        font-size: 20px;
    }

    .blog-card-data-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 11px;
        font-weight: 700;
        line-height: 14.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .blog-card-data-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 400;
        line-height: 10.4px;
        text-align: left;
        letter-spacing: 0.4px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #767875 !important;
    }

    .blog-card-data-container {
        background-color: #f5f5ef !important;
        padding: 5px 5px;
        max-width: 392px;
        width: 100%;
    }

    .blog-card-user-img {
        width: 20px;
        height: 20px;
    }

    .blog-card-user-name {
        font-family: 'Agrandir-Regular';
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .blog-card-button {
        background-color: #93938f !important;
        color: #FFFFFF;
        padding: 7px 9px;
        border-radius: 24px;
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: 1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;

    }

    .blog-third-row-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 14px;
        font-weight: 700;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }


    .blog-third-row-icon {
        width: 43px;
        height: 43px;
        border-radius: 50%;
        background-color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .blog-third-row-icon-img {
        width: 25px;
        height: 25px;
    }

    .blog-third-row-icon:hover {
        width: 60px;
        height: 43px;
        border-radius: 300px;
    }

    .blog-third-row-third-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    input[type="checkbox"] {
        width: 25px !important;
        height: 25px !important;
        background-color: black !important;
        accent-color: black !important;
    }

}

@media (max-width:360px) {
    .blog-first-row-second-heading {
        font-size: 20px;
    }

    .blog-card-button {
        background-color: #93938f !important;
        color: #FFFFFF;
        padding: 7px 9px;
        border-radius: 24px;
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: 0.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;

    }
}

/* single blogs page  */

.blog-details-first-container-img {
    background-image: url(../images/8ac9e47a6d3e4b0d2846d9bb3957f5be.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blogs-first-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.blogs-second-heading {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
}

.blogs-second-heading-second {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
}

.blogs-second-heading:hover {
    color: #EA0000 !important;
    padding: 10px 20px;
    background-color: white !important;
    border: 1px solid white;
    border-radius: 24px;

}

.blogs-first-user-image {
    width: 82px;
    height: 82px;
    border-radius: 50%;

}

.blogs-first-name {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F5F5EF;
}



.blogs-second {
    background-color: white !important;
    padding: 48px 11px;
    border-radius: 24px;
    width: 90%;
    margin: auto;
}

.blogs-big-para {
    font-family: 'Agrandir-Regular';
    font-size: 2.62vw;
    font-weight: 400;
    line-height: 46.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.blogs-QA .question {
    font-family: 'Agrandir-grandheavy';
    font-size: 24px;
    font-weight: 800;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.blogs-QA .answer {
    font-family: 'Agrandir-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.other-blogs-container {
    background-color: #EA0000 !important;
    padding: 10px 20px;
}

.blogs-thrid-row-first-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.blogs-thrid-row-second-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}


@media (max-width: 770px) {
    .blogs-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 42px;
        font-weight: 800;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: #EA0000 !important;
    }

    .blogs-second-heading {
        font-family: 'Montserrat-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        padding: 10px 15px;
        border: 1px solid white;
        border-radius: 24px;
        transition: all 0.3s ease-in-out;
    }

    .blogs-second-heading:hover {
        color: #EA0000 !important;
        padding: 10px 15px;
        background-color: white !important;
        border: 1px solid white;
        border-radius: 24px;
    }

    .blogs-second-heading-second {
        font-family: 'Montserrat-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        padding: 10px 15px;
        border: 1px solid white;
        border-radius: 24px;
        transition: all 0.3s ease-in-out;
    }



    .blogs-first-user-image {
        width: 32px;
        height: 32px;
        border-radius: 50%;

    }

    .blogs-first-name {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF;
    }



    .blogs-second {
        background-color: white !important;
        padding: 10px 4px;
        border-radius: 24px;
    }

    .blogs-big-para {
        font-family: 'Agrandir-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .blogs-QA .question {
        font-family: 'Agrandir-grandheavy';
        font-size: 12px;
        font-weight: 800;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .blogs-QA .answer {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black;
    }

    .other-blogs-container {
        background-color: #EA0000 !important;
        padding: 10px 20px;
    }

    .blogs-second-heading:hover {
        color: #EA0000 !important;
        padding: 10px 15px;
        background-color: white !important;
        border: 1px solid white;
        border-radius: 24px;
    }

    .blogs-thrid-row-first-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blogs-thrid-row-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 63px;
        font-weight: 800;
        line-height: 70px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: white !important;
    }

    .blog-third-row-second-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 33px;
        font-weight: 700;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }
}

@media (max-width: 450px) {

    .blogs-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 35px;
        font-weight: 800;
        line-height: 57.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .blogs-second-heading {
        font-family: 'Montserrat-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        padding: 5px 5px;
        border: 1px solid white;
        border-radius: 24px;
        transition: all 0.3s ease-in-out;
    }

    .blogs-second-heading-second {
        font-family: 'Montserrat-Regular';
        font-size: 8px;
        font-weight: 500;
        line-height: 11.2px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        padding: 5px 5px;
        border: 1px solid white;
        border-radius: 24px;
        transition: all 0.3s ease-in-out;
    }

    .blogs-second-heading:hover {
        color: #EA0000 !important;
        padding: 10px 20px;
        background-color: white !important;
        border: 1px solid white;
        border-radius: 24px;
    }

    .blogs-first-user-image {
        width: 32px;
        height: 32px;
        border-radius: 50%;

    }

    .blogs-first-name {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF;
    }



    .blogs-second {
        background-color: white !important;
        padding: 10px 4px;
        border-radius: 24px;
    }

    .blogs-big-para {
        font-family: 'Agrandir-Regular';
        font-size: 9px;
        font-weight: 400;
        line-height: 13px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .blogs-QA .question {
        font-family: 'Agrandir-grandheavy';
        font-size: 12px;
        font-weight: 800;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .blogs-QA .answer {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black;
    }

    .other-blogs-container {
        background-color: #EA0000 !important;
        padding: 10px 20px;
    }

    .blogs-second-heading:hover {
        color: #EA0000 !important;
        padding: 5px 5px;
        background-color: white !important;
        border: 1px solid white;
        border-radius: 24px;
    }

    .blogs-thrid-row-first-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .blogs-thrid-row-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 42px;
        font-weight: 800;
        line-height: 49px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: white !important;
    }

    .blog-third-row-second-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 18px;
        font-weight: 700;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }
}

@media (max-width: 450px) {

    .blogs-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 35px;
        font-weight: 800;
        line-height: 57.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }
}

@media (max-width: 420px) {

    .blogs-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 26px;
        font-weight: 800;
        line-height: 57.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }
}

@media (max-width: 350px) {

    .blogs-thrid-row-second-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 30px;
        font-weight: 800;
        line-height: 39px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: white !important;
    }

}

/* single service page  */
.services-main-container {
    padding: 0 20px;
}

.service-first-container {
    background-color: #EA0000 !important;
    width: 100%;
    height: 100%;
}

.servives-first-heading {
    font-family: 'Agrandir-Narrow';
    font-size: 100px;
    font-weight: 400;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

@media (max-width:768px) {
    .servives-first-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 48px;
        font-weight: 400;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }


}

.small-services-first-heading {
    font-family: 'Agrandir-widelight';
    font-size: 24px;
    font-weight: 300;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;

}

.services-second-row-col {
    /* background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 740px;
    min-height: 583px;
    height: fit-content;
    transition: filter 0.3s ease;
    border-radius: 24px;
    /* Smooth transition for the filter */
}

@media (max-width:1200px) {
    .services-second-row-col {
        /* background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg); */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 680px;
        padding: 10px 20px;
        min-height: 583px;
        height: fit-content;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }
}

.services-second-row-col:hover {
    filter: grayscale(1) brightness(0.8);
    /* Grayscale and slightly reduced darkness */
}

@media (min-width:1000px) {
    .services-content-container-first {
        width: 760px;
    }


}




.services-second-row-col-firsts-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.services-second-row-col-first-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 70px;
    font-weight: 700;
    line-height: 91px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: white;
}

.services-second-row-col-second-heading {
    font-family: 'Agrandir-Narrow';
    font-size: 70px;
    font-weight: 400;
    line-height: 91px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: black;
}

.services-second-row-col-seconds-heading {
    font-family: 'Agrandir-Narrow';
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


    color: black;
}

.services-name .services {
    font-family: 'Agrandir-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: right;
    letter-spacing: 0.4px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.services-name .services-active {
    /* font-family: 'Agrandir-bold'; */
    font-size: 33px;
    font-weight: 700;
    line-height: 44.2px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: white;
}

.services-third-row-first-heading {
    /* font-family: 'Agrandir-bold'; */
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.services-third-row-second-heading {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;

}

.services-third-row-third-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

@media (max-width:768px) {
    .services-third-row-third-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 48px;
        font-weight: 800;
        line-height: 70px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }
}

.service-imp-container {
    position: relative;
    max-width: 466px;
    max-height: 576px;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 1s ease;
}

.service-imp-container:hover {
    transform: scale(0.8);
}

.service-imp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
    transition: transform 1s ease;
}

.service-imp-container:hover .service-imp-img {
    transform: scale(1.4);
}

.service-imp-text {
    position: absolute;
    top: 30px;
    left: 0;
    /* font-family: 'Agrandir-bold'; */
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    padding: 5px 0px;
    border-radius: 5px;
    z-index: 2;
    pointer-events: none;
}





.services-details-container {
    background-color: #F5F5EF !important;
    /* padding: 10px 10px 0 30px;
    border-radius: 24px; */
    padding: 0;
}

@media (min-width:991px) {
    .services-details-container {
        width: 90%;
    }

}


@media (max-width:500px) {
    .services-details-container {
        background-color: #F5F5EF !important;
        /* padding: 10px 10px 0 0px;
        border-radius: 24px; */
    }
}

.collapse-service-heading {
    font-family: 'Agrandir-tight';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

.collapse-service-container {
    position: relative;
    border-bottom: 0.5px solid #000;
    overflow: hidden;
    /* transition: background-color 0.5s ease-in-out; */
}

.collapse-service-container:hover {
    position: relative;
    border-bottom: none;
    overflow: hidden;
    padding: 0 30px 0 0 0;
    /* transition: background-color 0.5s ease-in-out; */
}

.collapse-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 20px 20px 20px;
    cursor: pointer;
    overflow: hidden;
    /* Ensure the animation stays within the container */
}

.collapse-service-heading {
    position: relative;
    z-index: 1;
    /* Keeps the text above the background effect */
    transition: padding-left 0.5s ease-in-out, color 0.3s ease;
}

.collapse-service:hover .collapse-service-heading {
    color: white;
    padding-left: 20px;
}

.collapse-service::before {
    content: "";
    position: absolute;
    top: 50%;
    /* Start from the center */
    left: 0;
    width: 100%;
    /* Keep width constant */
    height: 0;
    /* Start with height 0 */
    background-color: #EA0000;
    /* Red background */
    transform: translateY(-50%);
    /* Center the animation */
    z-index: 0;
    opacity: 0;
    /* Initially invisible */
    transition: none;
    /* No default transition */
    animation: none;
    /* No animation by default */
}

.collapse-service:hover::before {
    animation: growHeight 0.4s ease-in-out forwards;
    /* Trigger animation on hover */
}

/* Keyframes for growing height and fade effect */
@keyframes growHeight {
    0% {
        height: 20%;
        /* Start with initial height */
        opacity: 0;
        /* Fully invisible */
    }

    50% {
        opacity: 0.5;
        /* Midway fade effect */
    }

    100% {
        height: 100%;
        /* Full height */
        opacity: 1;
        /* Fully visible */
    }
}

.collapse-service-heading {
    position: relative;
    z-index: 1;
    color: black;
    transition: color 0.3s ease;
    margin: 0;
    padding-right: 10px;
    transition: padding-left 0.3s ease;
}

.services-icon-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-icon-right {
    background-color: #767875 !important;
    color: #F5F5EF;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    font-size: 24px;
}

.collapse-service:hover .services-icon-right {
    background-color: white !important;
    color: black !important;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 34px;
}

.collapse-content {
    padding: 0px 20px;
    font-family: "Agrandir-Regular";
    font-size: 25px;
    font-weight: 400;
    line-height: 32.5px;
    text-align: left;
    letter-spacing: 1px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 90%;
    color: white !important;
}

.collapse-service-container.show {
    background-color: #EA0000;
    border: none;
}

.collapse-service-container.show .collapse-content {
    color: red !important;
    /* Change text color to red when expanded */
    padding-left: 40px;
    padding-bottom: 20px;
}

.collapse-service-container.show .collapse-content {
    background-color: #EA0000;
    /* Red background */
    color: white !important;
    /* Keep text white */
    padding: 20px;
    border-radius: 10px;
    /* Optional for a rounded effect */
}


.collapse-service-container.show .services-icon-right {
    background-color: white !important;
    color: black !important;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    font-size: 34px;
}

.collapse-service-container.show .collapse-service-heading {
    color: white;
}

.collapse-service-container.show .services-icon-right {
    transform: rotate(90deg);
    background-color: white;
}

@media (max-width: 1150px) {
    .services-second-row-col {
        background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 650px !important;
        height: 219px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 29% !important;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }

    .services-second-row-col-firsts-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 36px;
        font-weight: 700;
        line-height: 65px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 50px;
        font-weight: 700;
        line-height: 91px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: white;
    }

    .services-second-row-col-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 70px;
        font-weight: 400;
        line-height: 91px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        color: black;
    }

    .services-second-row-col-seconds-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 36px;
        font-weight: 400;
        line-height: 65px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


        color: black;
    }
}

@media (max-width:992px) {
    .servives-first-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 80px;
        font-weight: 400;
        line-height: 120px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .small-services-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 20px;
        font-weight: 300;
        width: 222px;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;

    }

    .services-second-row-col-firsts-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 25px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 25px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col {
        background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 350px !important;
        height: 219px !important;
        min-height: 370px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 29% !important;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }

    .services-second-row-col-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 30px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-second-row-col-seconds-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 30px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-name .services {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: right;
        letter-spacing: 0.4px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-name .services-active {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-third-row-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 28px;
        font-weight: 700;
        line-height: 23.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }

    .services-third-row-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 28px;
        font-weight: 400;
        line-height: 20px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .services-third-row-third-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 48px;
        font-weight: 800;
        line-height: 60px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }


    .service-imp-container {
        position: relative;
        max-width: 766px;
        max-height: 576px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .service-imp-container:hover {
        transform: scale(0.8);
    }

    .service-imp-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .services-name .services {
        line-height: 44px;
    }

    .collapse-service-heading {
        font-family: 'Agrandir-tight';
        font-size: 33px;
        font-weight: 400;
        line-height: px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .collapse-content {
        padding: 0px 20px;
        font-family: "Agrandir-Regular";
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: 90%;
        color: white !important;
    }
}

@media (max-width:768px) {
    .servives-first-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 40px;
        font-weight: 400;
        line-height: 120px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .small-services-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 20px;
        font-weight: 300;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;

    }

    .services-second-row-col-firsts-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 18px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 25px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col {
        background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px !important;
        height: 219px !important;
        min-height: 270px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 29% !important;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }

    .services-second-row-col-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 30px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-second-row-col-seconds-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 30px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-name .services {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: right;
        letter-spacing: 0.4px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-name .services-active {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-third-row-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 28px;
        font-weight: 700;
        line-height: 23.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }

    .services-third-row-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .services-third-row-third-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 37px;
        font-weight: 800;
        line-height: 60px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .service-imp-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .collapse-service-heading {
        font-family: 'Agrandir-tight';
        font-size: 33px;
        font-weight: 400;
        line-height: px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .collapse-content {
        padding: 0px 20px;
        font-family: "Agrandir-Regular";
        font-size: 28px;
        font-weight: 400;
        line-height: 45px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: 90%;
        color: white !important;
    }
}

@media (max-width:450px) {
    .servives-first-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 30px;
        font-weight: 400;
        line-height: 39px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .small-services-first-heading {
        font-family: 'Agrandir-widelight';
        font-size: 10px;
        width: 134px;
        font-weight: 300;
        line-height: 13px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;

    }

    .services-second-row-col-firsts-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 13px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 13px;
        font-weight: 700;
        line-height: 16.9px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-second-row-col {
        background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 173px !important;
        height: 219px !important;
        min-height: 219px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 29% !important;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }

    .services-second-row-col-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 15px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-second-row-col-seconds-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 15px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .services-name .services {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: right;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-name .services-active {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 700;
        line-height: 15.6px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .services-third-row-first-heading {
        /* font-family: 'Agrandir-bold'; */
        font-size: 18px;
        font-weight: 700;
        line-height: 23.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }

    .services-third-row-second-heading {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;

    }

    .services-third-row-third-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 24px;
        font-weight: 800;
        line-height: 39px;
        text-align: right;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .service-imp-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 180px;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }


    .collapse-service-heading {
        font-family: 'Agrandir-tight';
        font-size: 18px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black;
    }

    .collapse-content {
        padding: 0px 20px;
        font-family: "Agrandir-Regular";
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        width: 90%;
        color: white !important;
    }

    .service-imp-text {
        font-size: 18px;
    }
}

@media (max-width:350px) {
    .services-second-row-col {
        background-image: url(../images/44b5693ea076d9cc5dc5c4db7563eda0.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 150px !important;
        height: 219px !important;
        min-height: 219px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 45% !important;
        transition: filter 0.3s ease;
        border-radius: 24px;
    }
}

/* portfolio page  */
.portfolio-first-container {
    background-color: white;
}

.potfolio-first-heading {
    font-family: 'Agrandir-grandheavy';
    font-size: 70px;
    font-weight: 800;
    line-height: 91px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media (max-width:1200px) {
    .potfolio-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 60px;
        font-weight: 800;
        line-height: 91px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width:992px) {
    .potfolio-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 30px;
        font-weight: 800;
        line-height: 60px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}

@media (max-width:768px) {
    .potfolio-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 33px;
        font-weight: 800;
        line-height: 41px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        flex-wrap: wrap;
    }
}

.potfolio-first-heading .first {
    color: white;
    transition: color 1s ease;
}

.potfolio-first-heading .second,
.portfolio-second-heading {
    color: black;
    transition: color 1s ease;
}

.potfolio-first-heading.text-transition .second {
    color: red;
}

.potfolio-first-heading.text-transition .first {
    color: black;
}

.portfolio-second-heading {
    font-family: 'Agrandir-WideLight';
    font-size: 36px;
    font-weight: 300;
    line-height: 46.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    transition: color 1s ease;
}

.portfolio-second-heading.text-transition {
    color: red;
}

.portfolio-third-heading {
    font-family: 'Agrandir-WideLight';
    font-size: 24px;
    font-weight: 300;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}




/* saas and solution page  */


.sas-first-heading {
    font-family: 'Agrandir-WideBlackItalic';
    font-size: 90px;
    font-style: italic;
    font-weight: 900;
    line-height: 120px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F5F5EF !important;
}

.sas-first-heading span {
    font-family: 'Agrandir-WideLight';
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F5F5EF !important;
}

@media (max-width:768px) {
    .sas-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 48px;
        font-style: italic;
        font-weight: 900;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-first-heading span {
        font-family: 'Agrandir-WideLight';
        font-size: 48px;
        font-weight: 300;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }
}

@media (max-width:400px) {
    .sas-first-heading {
        font-family: 'Agrandir-grandheavy';
        font-size: 37px;
        font-style: italic;
        font-weight: 900;
        line-height: 70px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }
}

.sas-second-heading {
    font-family: 'Agrandir-Narrow';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    letter-spacing: 1px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

.sas-first-button {
    font-family: 'Montserrat-Regular';
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    padding: 10px 20px;
    border-radius: 50px;
}

.sas-first-button:hover {
    background-color: white !important;
    color: #EA0000 !important;

}

.sas-first-img {
    max-width: 322px;
    max-height: 363px;
    width: 100%;
    height: 100%;
    transition: 0.9s all ease;
}

.sas-first-img:hover {
    max-width: 412px;
    max-height: 400px;
}

.sas-project-card {
    background-color: white !important;
    padding: 10px 20px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    border: 2px solid white;
    transition: all 0.3s ease-in-out;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
    .saas-images-container-first {
        justify-content: end !important;
    }

    .sas-first-img {
        max-width: 250px;
        max-height: 291px;
        width: 100%;
        height: 100%;
    }

    .sas-first-img:hover {
        max-width: 250px;
        max-height: 291px;
        width: 100%;
        height: 100%;
    }

    .sas-project-card {
        background-color: white !important;
        padding: 00px 0px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        border: 2px solid white;
        transition: all 0.3s ease-in-out;
        min-height: 45vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.sas-project-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/6b56fd5464202a50a13179b243ce2cc7.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 0;

}

.sas-project-card:hover::before {
    opacity: 1;
    border: none !important;
}

.sas-project-card>* {
    position: relative;
    z-index: 1;
}

.sas-project-card-heading {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
    transition: all 0.3s ease;
}






.sas-project-card:hover .sas-project-card-heading {
    color: white !important;
}

.saas-images-container {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    gap: 10px;
    display: flex;
    justify-content: center;
}

.saas-card-image-first {
    max-width: 700px;
    max-height: 524px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    padding: 0;
    margin: 0;
    display: flex;
}

@media (max-width:1200px) {
    .saas-card-image-first {
        max-width: 435px;
        max-height: 324px;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
    }
}

.saas-card-image-second {
    width: 200.09px;
    height: 300.19px;
    transition: all 0.5s ease;
}

.sas-project-card:hover .saas-images-container {
    max-height: 600px;
    opacity: 1;
}

.saas-card-para {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    letter-spacing: 1px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: all 0.3s ease-in-out;
}

.sas-project-card:hover .saas-card-para {
    font-family: 'Agrandir-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.saas-card-link {
    font-family: 'Agrandir-Regular';
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black !important;
}

.sas-project-card:hover .saas-card-link {
    color: white !important;
}

.saas-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #EA0000 !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: black !important;
}

.sas-project-card:hover .saas-link-icon {
    transform: scale(1.1)
}

.saas-link-icon:hover {
    transform: rotate(-45deg) !important;
    background-color: #0000 !important;
    color: #EA0000 !important;
}

.flip-container {
    width: 200px;
    height: 200px;
    background-color: #EA0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    perspective: 400px;
    margin-top: 100vh;
}

@media (max-width:993px) {
    .sas-first-heading {
        font-family: 'Agrandir-WideBlackItalic';
        font-size: 50px;
        font-style: italic;
        font-weight: 900;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-first-heading span {
        font-family: 'Agrandir-WideLight';
        font-size: 50px;
        font-style: italic;
        font-weight: 900;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 18px;
        font-weight: 400;
        line-height: 35.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .sas-first-img {
        max-width: 215px;
        max-height: 200px;
        width: 100%;
        height: 100%;
    }

    .sas-first-img:hover {
        max-width: 250px;
        max-height: 230px;
        width: 100%;
        height: 100%;
    }

    .sas-first-button {
        font-family: 'Montserrat-Regular';
        font-size: 18px;
        font-weight: 500;
        line-height: 16.8px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        background-color: transparent !important;
        border: 1px solid white !important;
        padding: 10px 10px;
        border-radius: 24px;
    }

    .sas-project-card {
        background-color: white !important;
        padding: 5px 5px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        border: 2px solid white;
        transition: all 0.3s ease-in-out;
        min-height: 40vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .saas-card-image-first {
        max-width: 333px;
        max-height: 328px;
        width: 100%;
        height: 100%;
        margin: auto;
        transition: all 0.5s ease;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .sas-project-card-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        transition: all 0.3s ease;
    }

    .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;
    }

    .sas-project-card:hover .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 19px;
        font-weight: 400;
        line-height: 30.4px;
        text-align: left;

        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .sas-project-video-container {
        background-color: white !important;
        border: 1px solid black !important;
        padding: 10px 15px !important;
        border-radius: 24px !important;
        font-family: "Agrandir-regular" !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
        text-align: left !important;
        text-underline-position: from-font !important;
        text-decoration-skip-ink: none !important;
        width: fit-content !important;
        gap: 20px;
        text-decoration: none !important;
        color: black !important;
        display: flex !important;
        align-items: center !important;

    }

    .play-icon-sas {
        font-size: 28px;
        color: #EA0000;
        transition: all 0.3s ease;
    }

    .sas-project-video-container:hover .play-icon-sas {
        color: #F5F5EF;
    }

    .saas-card-link {
        font-family: 'Agrandir-Regular';
        font-size: 26px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .saas-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        background-color: #EA0000 !important;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .saas-link-icon i {
        position: relative;
        top: 3px;
    }

    .sas-project-card:hover .saas-link-icon {
        transform: scale(1.1)
    }

    .saas-link-icon:hover {
        transform: rotate(-45deg) !important;
        background-color: #0000 !important;
        color: #EA0000;
    }

    .flip-container {
        width: 200px;
        height: 200px;
        background-color: #EA0000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        perspective: 400px;
        margin-top: 100vh;
    }

}

@media (max-width:769px) {
    .sas-first-heading {
        font-family: 'Agrandir-WideBlackItalic';
        font-size: 40px;
        font-style: italic;
        font-weight: 900;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-first-heading span {
        font-family: 'Agrandir-WideLight';
        font-size: 40px;
        font-style: italic;
        font-weight: 900;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 18px;
        font-weight: 400;
        line-height: 35.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .sas-first-img {
        max-width: 168px;
        max-height: 177px;
        width: 100%;
        height: 100%;
    }

    .sas-first-img:hover {
        max-width: 215px;
        max-height: 200px;
        width: 100%;
        height: 100%;
    }

    .sas-first-button {
        font-family: 'Montserrat-Regular';
        font-size: 18px;
        font-weight: 500;
        line-height: 16.8px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        background-color: transparent !important;
        border: 1px solid white !important;
        padding: 10px 10px;
        border-radius: 24px;
    }

    .sas-project-card {
        background-color: white !important;
        padding: 5px 5px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        border: 2px solid white;
        transition: all 0.3s ease-in-out;
        min-height: 40vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .saas-card-image-first {
        max-width: 333px;
        max-height: 228px;
        width: 100%;
        height: 100%;
        margin: auto;
        transition: all 0.5s ease;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .sas-project-card-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 22px;
        font-weight: 800;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        transition: all 0.3s ease;
    }

    .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;
    }

    .sas-project-card:hover .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 14px;
        font-weight: 400;
        line-height: 20.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .sas-project-video-container {
        background-color: white !important;
        border: 1px solid black !important;
        padding: 10px 15px !important;
        border-radius: 24px !important;
        font-family: "Agrandir-regular" !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
        text-align: left !important;
        text-underline-position: from-font !important;
        text-decoration-skip-ink: none !important;
        width: fit-content !important;
        gap: 20px;
        text-decoration: none !important;
        color: black !important;
        display: flex !important;
        align-items: center !important;

    }

    .play-icon-sas {
        font-size: 28px;
        color: #EA0000;
        transition: all 0.3s ease;
    }

    .sas-project-video-container:hover .play-icon-sas {
        color: #F5F5EF;
    }

    .saas-card-link {
        font-family: 'Agrandir-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .saas-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        background-color: #EA0000 !important;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .saas-link-icon i {
        position: relative;
        top: 3px;
    }

    .sas-project-card:hover .saas-link-icon {
        transform: scale(1.1)
    }

    .saas-link-icon:hover {
        transform: rotate(-45deg) !important;
        background-color: #0000 !important;
        color: #EA0000;
    }

    .flip-container {
        width: 200px;
        height: 200px;
        background-color: #EA0000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        perspective: 400px;
        margin-top: 100vh;
    }

}

@media (max-width:500px) {
    .sas-project-card-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 20px;
    }
}

@media (max-width:450px) {
    .sas-first-heading {
        font-family: 'Agrandir-WideBlackItalic';
        font-size: 25px;
        font-style: italic;
        font-weight: 900;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-first-heading span {
        font-family: 'Agrandir-WideLight';
        font-size: 25px;
        font-style: italic;
        font-weight: 900;
        line-height: 32.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F5F5EF !important;
    }

    .sas-second-heading {
        font-family: 'Agrandir-Narrow';
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .sas-first-img {
        max-width: 111px;
        max-height: 123px;
        width: 100%;
        height: 100%;
    }

    .sas-first-img:hover {
        max-width: 130px;
        max-height: 140px;
        width: 100%;
        height: 100%;
    }

    .sas-first-button {
        font-family: 'Montserrat-Regular';
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
        background-color: transparent !important;
        border: 1px solid white !important;
        padding: 5px 10px;
        border-radius: 24px;
    }

    .sas-project-card {
        background-color: white !important;
        padding: 5px 5px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        border: 2px solid white;
        transition: all 0.3s ease-in-out;
        min-height: 20vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .saas-card-image-first {
        max-width: 333px;
        max-height: 228px;
        width: 100%;
        height: 100%;
        margin: auto;
        transition: all 0.5s ease;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .sas-project-card-heading {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 20px;
        font-weight: 800;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
        transition: all 0.3s ease;
    }

    .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        letter-spacing: 0.8px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        transition: all 0.3s ease-in-out;
    }

    .sas-project-card:hover .saas-card-para {
        font-family: 'Agrandir-Regular';
        font-size: 8px;
        font-weight: 400;
        line-height: 10.4px;
        text-align: left;

        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .sas-project-video-container {
        background-color: white !important;
        border: 1px solid black !important;
        padding: 5px 15px !important;
        border-radius: 24px !important;
        font-family: "Agrandir-regular" !important;
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 13px !important;
        text-align: left !important;
        text-underline-position: from-font !important;
        text-decoration-skip-ink: none !important;
        width: fit-content !important;
        gap: 20px;
        text-decoration: none !important;
        color: black !important;
        display: flex !important;
        align-items: center !important;
    }

    .play-icon-sas {
        font-size: 28px;
        color: #EA0000;
        transition: all 0.3s ease;
    }

    .sas-project-video-container:hover .play-icon-sas {
        color: #F5F5EF;
    }

    .saas-card-link {
        font-family: 'Agrandir-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: black !important;
    }

    .saas-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        background-color: #EA0000 !important;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .saas-link-icon i {
        position: relative;
        top: 3px;
    }

    .sas-project-card:hover .saas-link-icon {
        transform: scale(1.1)
    }

    .saas-link-icon:hover {
        transform: rotate(-45deg) !important;
        background-color: #0000 !important;
        color: #EA0000;
    }

    .flip-container {
        width: 200px;
        height: 200px;
        background-color: #EA0000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        perspective: 400px;
        margin-top: 100vh;
    }

}

@media (max-width: 390px) {
    .sas-first-img {
        max-width: 84px;
        max-height: 96px;
        width: 100%;
        height: 100%;
    }

    .sas-first-img:hover {
        max-width: 90px;
        max-height: 100px;
        width: 100%;
        height: 100%;
    }
}

.footer-first-content-animation {
    display: grid;
    justify-content: end;
}


/* slider index  */

/* .margin-slider-card-index {

    margin-top: 100px;
} */



/* meet our team */
.swiper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition-timing-function: linear;
    /* Smooth sliding */
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
    /* Allows dynamic sizing */
    max-width: 100%;
}

.swiper-slide img {
    max-width: 572px;
    max-height: 500px;
    height: 100%;
    width: 100%;
    border-radius: 24px;
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 572px;
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

}

.swiper-slide:hover .image-overlay {
    opacity: 1;
}


.team-slider-name {
    font-family: "Agrandir-Regular";
    font-size: 3vw;
    font-weight: 300;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.team-slider-role {
    font-family: "Agrandir-Regular";
    font-size: 2vw;
    font-weight: 800;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

@media(max-width:990px) {
    .team-slider-name {
        font-family: "Agrandir-Regular";
        font-size: 3.6vw;
        margin-bottom: 2px;
        font-weight: 300;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .team-slider-role {
        font-family: "Agrandir-Regular";
        font-size: 2.6vw;
        font-weight: 800;
        margin-bottom: 2px;
        line-height: 31.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }
}

@media(max-width:500px) {
    .team-slider-name {
        font-family: "Agrandir-Regular";
        font-size: 7.6vw;
        margin-bottom: 2px;
        font-weight: 300;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .team-slider-role {
        font-family: "Agrandir-Regular";
        font-size: 7.6vw;
        font-weight: 800;
        margin-bottom: 2px;
        line-height: 31.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }
}


/* meet our team */
.arrow-index {
    position: absolute;
}

.our-team-heading {
    font-family: "Agrandir-grandheavy";
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.team-img-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 23px;
    overflow: hidden;
    /* Keep the overlay constrained within the container */
}

.teams-img {
    max-width: 550px;
    max-height: 572px;
    width: 100% !important;
    height: 100% !important;
    border-radius: 23px;
    transition: transform 0.5s ease;
    /* Smooth zoom effect on hover */
}

.teams-overlay-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 550px;
    padding: 10px 0 15px 0;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}


.team-img-container::before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    max-width: 550px;
    min-height: 100px !important;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.team-img-container:hover::before {
    transform: scaleX(1);
}

.team-img-container:hover .teams-overlay-text {
    opacity: 1;
}

.teams-name-second {
    font-family: "Agrandir-Regular";
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #EA0000;
}

.team-position-second {
    font-family: "Agrandir-bold";
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: white !important;
}

@media (max-width: 768px) {
    .team-img-container {
        max-width: 100%;

    }

    .team-img-container::before {
        max-width: 100%;
        min-height: 80px !important;
    }

    .teams-img {
        max-width: 100%;
        max-height: 400px;
    }

    .teams-overlay-text {
        bottom: 30px;
        font-size: 14px;
        padding: 8px;
    }

    .team-img-container::before {
        bottom: 30px;
    }
}

@media (max-width: 576px) {
    .teams-img {
        max-width: 100%;
        max-height: 300px;
    }

    .team-img-container::before {
        max-width: 100%;
        min-height: 80px !important;
    }

    .teams-overlay-text {
        bottom: 20px;
        font-size: 12px;
        padding: 5px;
    }

    .team-img-container::before {
        bottom: 20px;
    }

    .teams-overlay-text {
        bottom: 10px;
    }
}

@media (max-width: 400px) {
    .team-img-container::before {
        max-width: 100%;
        min-height: 51px !important;
    }

}

li {
    text-decoration: none !important;
    list-style-type: none !important;
}

.teams-name {
    font-family: 'Agrandir-WideLight';
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

.team-position {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

input[type="checkbox"] {
    width: 51px;
    height: 51px;
    /* Height of the checkbox */
    background-color: black;
    /* Background color of the checkbox */
    accent-color: black;
    /* Tick color (if supported by the browser) */
}

.swiper-slide {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-right: 0px !important;
    border-radius: 23px;
    overflow: hidden;
}

.swiper-slide .swiper-slide img.teams-img {
    max-width: 550px;
    max-height: 572px;
    width: 100% !important;
    height: 100% !important;
    border-radius: 23px;
    transition: transform 0.5s ease;
    /* Smooth zoom effect on hover */
}

.swiper-slide .teams-overlay-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 550px;
    padding: 10px;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swiper-slide::before {
    content: "";

    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    max-width: 550px;
    min-height: 100px;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.swiper-slide:hover::before {
    transform: scaleX(1);
}

.swiper-slide:hover .teams-overlay-text {
    opacity: 1;
}

.teams-name {
    font-family: 'Agrandir-WideLight';
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #EA0000;
}

.team-position {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: white !important;
}

@media (max-width: 768px) {
    .swiper-slide {
        max-width: 100%;
    }

    .swiper-slide .teams-overlay-text {
        bottom: 30px;
        font-size: 14px;
        padding: 8px;
    }

    .swiper-slide::before {
        bottom: 30px;
    }

    .swiper-slide::before {
        content: "";
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        max-width: 550px;
        min-height: 700px;
        background-color: black;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }

    .teams-name {
        font-family: 'Agrandir-WideLight';
        font-size: 17px !important;
        font-weight: 300;
        line-height: 26px !important;
        text-align: center;
        color: #EA0000;
    }

    .team-position {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        color: white !important;
    }
}


@media (max-width: 576px) {


    .swiper-slide .teams-overlay-text {
        bottom: 20px;
        font-size: 12px;
        padding: 5px;
    }

    .swiper-slide::before {
        bottom: 20px;
    }
}

.meet-team-heading {
    font-family: "Agrandir-grandheavy";
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-transform: capitalize;
    text-align: center;
    /* Ensure proper center alignment */
    color: #EA0000;
}

.all-team-heading {
    font-family: "Agrandir-tight";
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    color: #EA0000;
}

@media (max-width:768px) {
    .meet-team-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 25px;
        font-weight: 800;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .all-team-heading {
        font-family: "Agrandir-tight";
        font-size: 19.38px;
        font-weight: 400;
        line-height: 10.89px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-position: from-font;
        text-decoration-skip-ink: auto;
        color: #EA0000;
    }

    .swiper-slide img.teams-img {
        max-width: 222px;
        max-height: 222px;
        width: 100% !important;
        height: 100% !important;
        border-radius: 23px;
        transition: transform 0.5s ease;
        /* Smooth zoom effect on hover */
    }

    .swiper-slide {
        border-radius: 12px;
    }

    .swiper-slide::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        max-width: 222px;
        min-height: 41px;
        background-color: black;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }

    .teams-name {
        font-family: 'Agrandir-WideLight';
        font-size: 16.73px;
        font-weight: 300;
        line-height: 20.05px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .team-position {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 10.15px;
        font-weight: 800;
        line-height: 6.7px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .swiper-slide {
        width: 220px !important;
    }

    .swiper-slide .teams-overlay-text {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        max-width: 222px;
        padding: 15px;
        color: white;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
}

@media (max-width:450px) {
    .meet-team-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 15px;
        font-weight: 800;
        line-height: 19.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .all-team-heading {
        font-family: "Agrandir-tight";
        font-size: 8.38px;
        font-weight: 400;
        line-height: 10.89px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-position: from-font;
        text-decoration-skip-ink: auto;
        color: #EA0000;
    }

    .swiper-slide img.teams-img {
        max-width: 166px;
        max-height: 144px;
        width: 100% !important;
        height: 100% !important;

        border-radius: 10px !important;
        transition: transform 0.5s ease;
        /* Smooth zoom effect on hover */
    }

    .swiper-slide::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        max-width: 166px;
        min-height: 21px;
        background-color: black;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }

    .teams-name {
        font-family: 'Agrandir-WideLight';
        font-size: 7.73px !important;
        font-weight: 300;
        line-height: 10.05px !important;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000;
    }

    .team-position {
        font-family: 'Agrandir-GrandHeavy';
        font-size: 5.15px;
        font-weight: 800;
        line-height: 6.7px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white !important;
    }

    .swiper-slide {
        width: 151px !important;
    }

    .swiper-slide .teams-overlay-text {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        max-width: 151px;
        padding: 10px;
        color: white;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
}


.sas-project-video-container {
    background-color: white;
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 24px;
    font-family: "Agrandir-regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: fit-content;
    width: 200px;
    text-decoration: none !important;
    color: black;
    display: flex !important;
    align-items: center;
}

.play-icon-sas {
    font-size: 28px;
    color: #EA0000;
    transition: all 0.3s ease;
}

.sas-project-video-container:hover .play-icon-sas {
    color: #F5F5EF;
}

.saas-modal-content {
    border-radius: 24px;
    background-color: #5830DF !important;
}

.modal-header {
    border: none !important;
}

.saas-page-cancel {
    color: black;
    background-color: #F5F5EF !important;
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
}

.saas-page-video {
    border-radius: 24px;
}

/* kalluchi page */
.kallouchi-portfolio-first-section-heading {
    font-family: "Agrandir-grandheavy";
    font-size: 100px;
    font-weight: 800;
    line-height: 130px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #885E46 !important;
}

.portfolio-kalluchi-second-section {
    background-color: #D6CCC2 !important;
    overflow: hidden;
}

.portfolio-eleysa-second-section-paragraph {
    font-family: "Agrandir-Regular";
    font-size: 36px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #767875 !important;
}

.color-portfolio-kalluchi-fourth-section-paragraph {
    font-family: "Agrandir-Regular";
    font-size: 65px;
    font-style: italic;
    font-weight: 100;
    line-height: 170px;
    letter-spacing: 0.12em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5C5545 !important;
}

@media (max-width:1200px) {
    .color-portfolio-kalluchi-fourth-section-paragraph {
        font-family: "Agrandir-Regular";
        font-size: 55px;
        font-style: italic;
        font-weight: 100;
        line-height: 170px;
        letter-spacing: 0.12em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #5C5545 !important;
    }
}

.gap-class-blog {
    gap: 10px;
}

@media (max-width:992px) {
    .color-portfolio-kalluchi-fourth-section-paragraph {
        font-family: "Agrandir-Regular";
        font-size: 45px;
        font-style: italic;
        font-weight: 100;
        line-height: 170px;
        letter-spacing: 0.12em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #5C5545 !important;
    }
}

@media (min-width: 790px) {
    .s-service-icon {
        position: relative;
        left: 80px;
    }
}

@media (max-width: 768px) {
    .servives-first-heading {
        gap: 20px !important;
    }
}

/* service-page-responsive */
.arrow-index {
    position: absolute;
}

.our-team-heading {
    font-family: "Agrandir-grandheavy";
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000 !important;
}

.team-img-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 23px;
    overflow: hidden;
    /* Keep the overlay constrained within the container */
}

.teams-img {
    max-width: 550px;
    max-height: 572px;
    width: 100% !important;
    height: 100% !important;
    border-radius: 23px;
    transition: transform 0.5s ease;
    /* Smooth zoom effect on hover */
}

.teams-overlay-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 550px;
    padding: 10px;
    color: white;
    z-index: 2;
    /* Ensure text stays above the background */
    opacity: 0;
    /* Hidden initially */
    transition: opacity 0.5s ease;
    /* Smooth fade-in for the text */
}



.team-img-container::before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    max-width: 550px;
    min-height: 50px;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.team-img-container:hover::before {
    transform: scaleX(1);
}

.team-img-container:hover .teams-overlay-text {
    opacity: 1;
}

.teams-name-second {
    font-family: "Agrandir-Regular";
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #EA0000;
}

.team-position-second {
    font-family: "Agrandir-bold";
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: white !important;
}

@media (max-width: 768px) {
    .arrow-index {
        position: absolute;
    }

    .our-team-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 36px;
        font-weight: 800;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .team-img-container {
        position: relative;
        width: 100%;
        max-width: 550px;
        border-radius: 23px;
        overflow: hidden;
        /* Keep the overlay constrained within the container */
    }

    .teams-img {
        max-width: 550px;
        max-height: 572px;
        width: 100% !important;
        height: 100% !important;
        border-radius: 23px;
        transition: transform 0.5s ease;
        /* Smooth zoom effect on hover */
    }

    .teams-overlay-text {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        max-width: 550px;
        padding: 10px;
        color: white;
        z-index: 2;
        /* Ensure text stays above the background */
        opacity: 0;
        /* Hidden initially */
        transition: opacity 0.5s ease;
        /* Smooth fade-in for the text */
    }



    .team-img-container::before {
        content: "";
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        max-width: 550px;
        min-height: 80px;
        background-color: black;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }

    .team-img-container:hover::before {
        transform: scaleX(1);
    }

    .team-img-container:hover .teams-overlay-text {
        opacity: 1;
    }

    .teams-name-second {
        font-family: "Agrandir-Regular";
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        color: #EA0000;
    }

    .team-position-second {
        font-family: "Agrandir-bold";
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        color: white !important;
    }

}

@media (max-width: 450px) {
    .arrow-index {
        position: absolute;
    }

    .our-team-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 36px;
        font-weight: 800;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #EA0000 !important;
    }

    .team-img-container {
        position: relative;
        width: 100%;
        max-width: 550px;
        border-radius: 23px;
        overflow: hidden;
        /* Keep the overlay constrained within the container */
    }

    .teams-img {
        max-width: 550px;
        max-height: 572px;
        width: 100% !important;
        height: 100% !important;
        border-radius: 23px;
        transition: transform 0.5s ease;
        /* Smooth zoom effect on hover */
    }

    .teams-overlay-text {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        max-width: 550px;
        padding: 10px;
        color: white;
        z-index: 2;
        /* Ensure text stays above the background */
        opacity: 0;
        /* Hidden initially */
        transition: opacity 0.5s ease;
        /* Smooth fade-in for the text */
    }


    .team-img-container::before {
        content: "";
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        max-width: 550px;
        min-height: 50px;
        background-color: black;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease-in-out;
        z-index: 1;
    }

    .team-img-container:hover::before {
        transform: scaleX(1);
    }

    .team-img-container:hover .teams-overlay-text {
        opacity: 1;
    }

    .teams-name-second {
        font-family: "Agrandir-Regular";
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        color: #EA0000;
    }

    .team-position-second {
        font-family: "Agrandir-bold";
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        color: white !important;
    }

}

.index-services-heading-text {
    font-family: "Agrandir-grandheavy";
    font-size: 36px;
    font-weight: 800;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #EA0000;
}

@media (min-width:1200px) {
    .services-second-content-index {
        padding-left: 50px;
    }

    .services-second-content-second {
        padding-right: 50px;
    }
}

/* .second-main-container-index,
.main-text-para-contianer {
    background-color: #F5F5EF !important;
} */

@media (max-width:992px) {
    .nav-item {
        margin-top: 0.5%;
    }

    .navbar {
        padding: 10px 0px;
    }

    .search-input-navbar {
        margin-top: 3%;
    }
}

.btn-index-slider-section-second {
    position: relative;
    background-color: white !important;
    border: none;
    font-size: 30px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s ease, color 0.3s ease;
    width: 54px;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    transition: all 0.3s ease;
}


.background {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 91%;
    background-image: url(../images/44151df52cb2e2118d5772601438d925.png);
    z-index: 0;
}

.btn-index-slider-section-second::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 20%;
    width: 230%;
    height: 230%;
    background-color: black;
    /* Changed to black */
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-in-out;
}

.btn-index-slider-section-second:hover {
    color: white;
}

.btn-index-slider-section-second:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 992px) {
    .btn-index-slider-section-second {
        width: 48px;
        height: 48px;
        font-size: 26px;
    }
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
    .btn-index-slider-section-second {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
}

/* For screens smaller than 450px */
@media (max-width: 450px) {
    .btn-index-slider-section-second {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

.opacity-background-section2 {
    transform: translateY(20px) !important;
}

@media (orientation: landscape) and (max-width: 992px) {
    .slider-controls {
        margin-top: 145px !important;
        display: flex;
        gap: 15px;
    }

    .heading-index-client-say-section {
        margin-top: 78px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (orientation: landscape) and (max-width: 992px) {

    .portfolio-tab-row {
        border: 1px solid #000000;
        padding: 10px 15px;
        display: flex;
        border-radius: 24px;
        cursor: pointer;
        background-color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

}

@media (max-width:992px) {
    .footer-svg-arrow {
        width: 10px !important;
        margin-left: 4px !important;
    }
}

@media (max-width:452px) {
    .footer-svg-arrow {
        width: 10px !important;
        margin-left: 4px !important;
    }
}

.text-error-contact {
    font-size: 20px !important;
}

@media (max-width:768px) {
    .text-error-contact {
        font-size: 16px !important;
    }
}

@media (max-width:450px) {
    .text-error-contact {
        font-size: 13px !important;
    }
}

@media (max-width:400px) {
    .text-error-contact {
        font-size: 12px !important;
    }
}

/*  */
.blog-second-row-col-img-second {
    max-width: 1240px;
    max-height: 600px;
    width: 100%;
    height: 100% !important;
    border-radius: 17px;

}

.contact-us-fourth-section-input {
    resize: none;
}
