.nav-item {
    color: #87928f !important;
}

/* Navigation collapse alignment */
.navbar-expand-lg .navbar-collapse {
    margin-left: 0px !important;
    justify-content: center;
}

.nav-link.active {
    color: #99ae00 !important;
    line-height: 18.88px;
    text-decoration: none;
    border-bottom: 2px solid #99ae00;
    padding-bottom: 4px;
}

.btn-outline-success {
    color: #99ae00;
    border: 2px solid #8b9e0033;
}

.btn-outline-success:hover {
    background: radial-gradient(circle at 50% 100%,
            #b0cb1f,
            #95c22a,
            #7bb734,
            #63ac3b,
            #4ca142,
            #369547,
            #20894a,
            #027d4c);
    color: #fff;
}

.btn-success {
    background: radial-gradient(circle at 50% 100%,
            #b0cb1f,
            #95c22a,
            #7bb734,
            #63ac3b,
            #4ca142,
            #369547,
            #20894a,
            #027d4c);
    border: 2px solid white;
}

@media (max-width: 991px) {
    .navbar-toggler {
        margin-left: auto;
    }
}

/******************************* End of nav bar *******************************/

.header-bg {
    background-image: url(https://brainminedemo.brainminetech.com/wp-content/uploads/2024/12/Bg-image.png);
    background-size: 100% 100%;
}

.Design {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1px;
}

.ordinary {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
}

.we-help {
    font-family: "Sequel Sans", sans-serif;
    font-weight: 410;
    line-height: 24px;
    color: #87928f !important;
    width: 927px;
    margin: 0 auto;
    /* Centers horizontally */
    text-align: center;
    /* Centers text inside */
    font-size: 16px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .we-help {
        width: 100%;
        /* or just remove width */
        padding: 20px;
        margin-top: 0px;
    }
}

.right-arrow {
    width: 18px;
    height: 13.32px;
    margin-left: 10px;
}

.trusted {
    font-family: "Sequel Sans", sans-serif;
    font-size: 14px;
    font-weight: 410;
    line-height: 16.52px;
    color: #87928f;
    margin-top: 60px;
}

.button-section a {
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.5),
        5px 0px 10px rgba(241, 255, 47, 0.8), -5px 0px 10px rgba(254, 249, 0, 0.8);
    border: 2px solid white;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .button-section a {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .Design {
        margin-top: -69px;
    }
}

.newheadline {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 410;
    line-height: 30px;
    color: #343434;
}

/********************************** End of text content ***************************/

.logo-img {
    width: 115px;
    height: 38px;
}

/* Logo section container */
.logo-section {
    width: 767.5px;
    height: 96px;
}

.logo-container {
    z-index: 2;
}

.ved-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-vdo {
    position: absolute;
    width: 50px;
    height: 100px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 75%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    bottom: 75%;
}

@media screen and (max-width: 320px) {
    .bg-vdo {
        display: none;
    }
}

.background-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.c1 {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 320px) {
    .bg-image img {
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    .bg-image {
        margin-top: 35px !important;
    }
}

.bg-image {
    margin-top: 100px;
}

.bg-image img {
    width: 1200px;
    height: 700px;
    border-radius: 44px;
    border: 20px solid white;
    object-fit: cover;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

}


.play-button {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
    .play-button {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .vedio-image img {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .bg-image img {
        height: 300px !important;
        object-fit: cover;
    }
}

/********************************** End of first section *********************************************************888***/

/* ==================== FOUR STEP PROCESS SECTION ==================== */
.responsive-margin {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .responsive-margin {
        margin-top: 30px !important;
    }
}

.key {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: left;
    color: #12191b;
    margin-bottom: 60px;
    position: relative;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .key {
        margin-bottom: 35px !important;
    }
}


.features {
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    font-size: 64px !important;
    line-height: 1.2 !important;
    letter-spacing: -2px !important;
    color: #aeca00 !important;
    display: inline-block;
    -webkit-text-fill-color: #aeca00 !important;
}

.feature-number {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    color: #aeca00 !important;
    /* opacity: 0.3 !important; */
    /* transition: opacity 0.3s ease !important; */
}

.feature-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    color: #12191b !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease !important;
    position: relative;
}

.feature-description {
    font-family: "Sequel Sans", sans-serif !important;
    font-weight: 410 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #87928f !important;
    transition: color 0.3s ease !important;
}

.feature-container {
    border-bottom: 1px solid rgba(208, 207, 207, 1);
    padding-bottom: 40px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.feature-container:hover {
    border-bottom-color: #B1C900;
    background-color: rgba(177, 201, 0, 0.03);
    padding-left: 15px;
    transform: translateX(10px);
}

.feature-container:hover .feature-title {
    color: #B1C900;
}

.feature-container:hover .feature-number {
    color: #B1C900;
    font-weight: 600;
}

.feature-container:hover .feature-description {
    color: rgba(18, 25, 27, 1);
}

.icon-wrapper {
    transition: transform 0.4s ease;
}

.feature-container:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon {
    transition: filter 0.3s ease;
}

.feature-container:hover .feature-icon {
    filter: brightness(1.2);
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .key {
        font-size: 32px;
    }

    .features {
        font-size: 32px !important;
        letter-spacing: -1px !important;
    }

    .feature-title {
        font-size: 18px !important;
    }

    .feature-number {
        font-size: 14px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-container {
        padding-bottom: 30px;
        margin-top: 30px !important;
    }

    .feature-container:hover {
        transform: translateX(5px);
        padding-left: 10px;
    }
}

@media (max-width: 576px) {
    .key {
        font-size: 28px;
        text-align: left;
    }

    .features {
        font-size: 28px !important;
    }

    .feature-title {
        font-size: 16px !important;
    }

    .feature-number {
        font-size: 12px;
    }

    .feature-description {
        font-size: 13px;
        line-height: 20px;
    }

    .container {
        /*margin-top: 60px !important;*/
    }

    .feature-container {
        padding-bottom: 25px;
        margin-top: 25px !important;
    }
}

/*********************** end of feature section ***********************/

#main {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#scrollSection {
    display: flex;
    width: 300%;
    height: 700px;
}

.box {
    flex: 0 0 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background: teal;
    border: 1px solid white;
    color: white;
}

.box:nth-child(odd) {
    background: darkblue;
}

.four {
    font-family: "Sequel Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.64px;
    background: -webkit-linear-gradient(#333, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servi {
    font-family: "Sequel Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.64px;
    margin-top: 60px;
    background: -webkit-linear-gradient(#aeca00, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.we-brain {
    font-family: "Sequel Sans", sans-serif;
    font-weight: 410;
    line-height: 24px;
    color: #87928f !important;
    width: 880px;
    margin: 0 auto;
    /* Centers horizontally */
    text-align: center;
    /* Centers text inside */
    font-size: 16px;
}

@media (max-width: 768px) {
    .we-brain {
        width: 100%;
        /* or just remove width */
        padding: 20px;
    }
}

.no-intro {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-background-clip: unset;
}

.see {
    padding: 10px 40px 10px 40px;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #8f8f8f;
    width: 710px !important;
    height: 48px;
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 28.32px;
    color: #8f8f8f;
}

@media screen and (max-width: 576px) {
    .see {
        display: none;
    }
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.card {
    display: inline-block !important;
    margin-right: 20px !important;
    width: 387px !important;
    height: 600px !important;
    position: relative !important;
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    transition: transform 0.5s ease, box-shadow 0.5s ease !important;
    transform-origin: center !important;
}

.card:hover {
    transform: scaleY(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.card:hover img {
    transform: translateY(10px);
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.card .content {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.custom-card:hover {
    border-radius: 24px !important;
}

.custom-card img {
    width: 150%;
    height: 600px;
    transition: transform 0.3s ease;
}

.custom-card:hover img {
    border-radius: 24px !important;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.2),
            transparent);
    z-index: 1;
    pointer-events: none;
    transition: transform 0.5s ease;
}

.card:hover .gradient-overlay {
    transform: scaleY(1.1);
}

.arrow-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: white;
    color: #b1c900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.custom-card:hover .arrow-btn {
    opacity: 1;
    transform: translateY(-5px);
}

.arrow-btn {
    position: absolute;
    right: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.one {
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 415;
    line-height: 18.88px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #b1c900 !important;
}

.custom {
    font-family: "Sequel Sans", sans-serif;
    font-size: 28px;
    font-weight: 420;
    line-height: 33.04px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    transition: transform 0.5s ease;
}

.card:hover .card-img-overlay {
    transform: translateY(10px);
}

.card:hover img {
    transform: scale(1.1);
}

/********************************************* end of aksh card section *********************************************/

.four-steps {
    font-family: "Sequel Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.64px;
    background: -webkit-linear-gradient(#333, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 320px) {
    .four-steps {
        margin-top: -20px;
    }
}

.no-introduction {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-background-clip: unset;
}

.see-how {
    padding: 10px 40px 10px 40px;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #8f8f8f;
    width: 684px;
    height: 48px;
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 28.32px;
    color: #8f8f8f;
}

@media screen and (max-width: 576px) {
    .see-how {
        display: none;
    }
}

.card-img {
    width: 387px !important;
    height: 600px !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}

@media (max-width: 320px) {
    .card-img {
        width: 300px !important;
        height: 500px;
    }
}

.slider-content {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 24px;
}

.slider-content img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-content img {
    filter: brightness(0.6);
    /* Darkens the image */
}

.slider-content:hover img {
    transform: scale(1.1);
}

.slider-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    transition: background 0.5s ease-in-out;
}

.slider-content:hover::after {
    background: rgba(0, 0, 0, 0.8);
}

.image-text,
.number-text {
    position: absolute;
    color: white;
    z-index: 2;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.number-text {
    top: 5%;
    left: 6%;
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 415;
    line-height: 18.88px;
    color: #b1c900 !important;
}

.image-text {
    top: 10%;
    left: 6%;
    font-family: "Sequel Sans", sans-serif;
    font-size: 28px;
    font-weight: 420;
    line-height: 33.04px;
}

.slider-content:hover .image-text,
.slider-content:hover .number-text {
    transform: translateY(-5px);
    opacity: 1;
}

.image-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: white;
    color: #b1c900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.slider-content:hover .image-button {
    opacity: 1;
    transform: translateY(-5px);
}

.image-button {
    position: absolute;
    right: 60px;
    margin-bottom: 20px;
}

/*************************************** end of normal aksh card section ***************************************/

.why {
    font-family: "Inter Tight", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.08px;
    text-align: center;
    background: -webkit-linear-gradient(#9c9b9b, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 320px) {
    .why {
        margin-top: -20px;
    }
}

.choose {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    background: -webkit-linear-gradient(#000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.explore {
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 28.32px;
    text-align: center;
    color: #87928f;
}

#section-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 52.8px;
    font-size: 3rem;
    color: #e2e2e2;
}

#section-heading {
    color: #b0cb1f !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
}

#section-description {
    font-family: "Sequel Sans", sans-serif;
    font-size: 18px;
    font-weight: 410;
    line-height: 25.24px;
    color: #8f8f8f;
}

.btnn {
    width: 84px;
    height: 84px;
    border-radius: 100px;
    border: 1px solid #c2c2c2;
    background-color: white !important;
}

.btnn:hover {
    border-color: #b0cb1f !important;
}

.btnn img {
    color: #8f8f8f !important;
}

@media (max-width: 768px) {
    #section-title {
        font-size: 2.5rem;
    }

    #section-heading {
        font-size: 1.5rem;
    }

    .btnn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/***************************************************end of map section***************************************************/
.mobile-why {
    font-family: "Inter Tight", serif;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(#9c9b9b, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-choose {
    font-family: "Libre Baskerville", serif;
    font-size: 42px;
    font-style: italic;
    font-weight: 400;
    background: -webkit-linear-gradient(#000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-explore {
    font-family: "Sequel Sans", sans-serif;
    font-size: 20px;
    font-weight: 410;
    text-align: center;
    color: #87928f;
}

#mobile-section-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #e2e2e2;
}

#mobile-section-heading {
    color: #b0cb1f !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

#mobile-section-description {
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 410;
    color: #8f8f8f;
}

.mobile-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #c2c2c2;
    background-color: white !important;
}

.mobile-btn:hover {
    border-color: #b0cb1f !important;
}

.mobile-btn img {
    color: #8f8f8f !important;
}

/************************************************ end of mobile map section ************************************************/

.explore {
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 28.32px;
    text-align: center;
    color: #87928f;
}

.portfolio-headline {
    font-family: "Inter Tight", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.08px;
    text-align: center;
    background: -webkit-linear-gradient(#333, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio-subtitle {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    -webkit-text-fill-color: black;
}

/* Horizontal scroll wrapper */
.portfolio-slider-outer {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.portfolio-slider {
    display: flex;
    width: max-content;
    height: 100%;
}

.portfolio-slide {
    flex: 0 0 auto;
    width: 80vw;
    margin: 0 20px;
    position: relative;
    border-radius: 42px;
    overflow: hidden;
}

.portfolio-card {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 42px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.portfolio-card::after {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.4) 60%,
            rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.portfolio-card:hover .portfolio-image {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-card:hover::after {
    opacity: 1;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 30%,
            rgba(0, 0, 0, 0) 100%);
    color: white;
}

.portfolio-project-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 55.2px;
    letter-spacing: -1px;
    text-align: left;
}

.portfolio-project-year {
    font-family: "Sequel Sans", sans-serif;
    font-size: 60px;
    font-weight: 430;
    line-height: 70.8px;
    text-align: right;
}

.portfolio-project-description {
    font-family: "Sequel Sans", sans-serif;
    font-size: 18px;
    font-weight: 410;
    line-height: 21.24px;
    text-align: left;
    color: white;
}

.portfolio-tags .portfolio-tag {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #8d8d8d;
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 410;
    margin-left: 5px;
}

.portfolio-cta {
    font-family: "Inter Tight", serif;
    padding: 15.3px 56px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #12191b;
    transition: all 0.3s ease;
}

.portfolio-cta:hover {
    background: #12191b;
    color: white;
}

.portfolio-cta-container {
    background-image: url(https://brainminedemo.brainminetech.com/wp-content/uploads/2024/12/Bg-image.png);
    padding: 100px;
    text-align: center;
}

/********************************************* end of 3 card section *********************************************/

.unveiling-success {
    font-family: "Inter Tight", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.08px;
    text-align: center;
    background: -webkit-linear-gradient(#333, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 320px) {
    .unveiling-success {
        margin-top: -30px;
    }
}

@media screen and (min-width: 320px) {
    .four-steps {
        margin-top: -20px;
    }
}

.explore-our {
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 28.32px;
    text-align: center;
    color: #87928f;
}

.story-brands {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    -webkit-text-fill-color: black;
}

/* Full-width Swiper Container */
.swiper-container {
    width: 100%;
    height: 900px;
    margin: auto;
    overflow: hidden;
}

.custom-swiper-wrapper {
    display: flex;
}

.custom-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

.custom-swiper-slide img {
    width: 1200px;
    height: 900px;
    object-fit: cover;
    border-radius: 42px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .swiper-container {
        height: 700px;
    }

    .custom-swiper-slide img {
        width: 100%;
        height: 700px;
    }
}

@media (max-width: 768px) {
    .swiper-container {
        height: 500px;
    }

    .custom-swiper-slide img {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 576px) {
    .swiper-container {
        height: 400px;
    }

    .custom-swiper-slide img {
        width: 100%;
        height: 400px;
    }
}

.swiper-pagination {
    position: relative !important;
    /* Remove absolute positioning */
    bottom: -10px !important;
    /* Adjust spacing below the slider */
    text-align: center;
    margin-bottom: 20px !important;
}

.swiper-container {
    padding-bottom: 50px;
    /* Ensures space for pagination */
}

/***************************************** end of normal  3 card section *****************************************/

.square-animation {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

@media screen and (max-width: 320px) {
    .square-animation {
        margin-top: 40px;
    }
}

.video-container-animation {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1200px;
    overflow: hidden;
    filter: blur(250px);
    backdrop-filter: blur(250px);
    z-index: 0;
}

.what-our {
    position: relative;
    z-index: 111;
}

@media screen and (max-width: 320px) {
    .what-our {
        margin-top: -40px;
    }
}

.video-container-animation video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5) blur(150px);
}

.background-animation {
    z-index: 1;
    background: transparent;
}

.background-animation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), black);
}

.we-are {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.6px;
    letter-spacing: -1px;
}

.culture {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    background: -webkit-linear-gradient(#aeca00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.group {
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 405;
    line-height: 26px;
    color: #ffffff99;
}

.ind {
    font-family: "Sequel Sans", sans-serif;
    font-size: 28px;
    font-weight: 415;
    line-height: 26px;
}

.custom-link {
    text-decoration: none !important;
    color: inherit;
    /* inherit parent text color */
}

.custom-link:hover {
    text-decoration: underline;
    border-bottom: 2px solid #99ae00;
    /* show underline on hover */
}

.read-btn {
    font-family: "Sequel Sans", sans-serif;
    font-size: 16px;
    font-weight: 415;
    line-height: 18.88px;
    width: 104px;
    height: 39px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 6px 0px 0px 0px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    border: 2px solid #8b9e0033;
    text-decoration: none;
    color: #b1c900;
}

/* card start */
.cardd-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: -60px;
    padding: 130px;
    display: flex;
    flex-wrap: nowrap !important;
    margin-bottom: 50px;
}

@media (max-width: 320px) {
    .cardd-container {
        padding: 0px;
        margin-top: 30px;
    }
}

.cardd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(100px);
    border: 2px solid;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1)),
        linear-gradient(180deg,
            rgba(255, 255, 255, 0) 50.05%,
            rgba(255, 255, 255, 0.2) 100%);
    border-radius: 24px;
    text-align: center;
    padding: 20px;
    width: 350px;
    height: 533px;
    transition: all 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
    position: relative;
    transform: rotate(-3deg);
    color: rgb(255, 253, 253) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.cardd:hover {
    background: rgb(255, 255, 255);
    color: black;
}

.cardd:nth-child(2) {
    z-index: 1;
    margin-left: -50px;
}

.cardd:nth-child(3) {
    z-index: 2;
    margin-left: -50px;
}

.cardd:nth-child(4) {
    z-index: 3;
    margin-left: -50px;
}

@media (max-width: 320px) {
    .cardd:nth-child(2) {
        margin-left: 0;
    }

    .cardd:nth-child(3) {
        margin-left: 0;
    }

    .cardd:nth-child(4) {
        margin-left: 0;
    }
}

.cardd:hover {
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, transparent);
}

.cardd-number {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 24px;
    opacity: 0.6;
    font-style: italic;
}

.cardd-title {
    margin-top: 50px;
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
}

.cardd-subtitle {
    margin-top: 10px;
    font-size: 16px;
    color: #ccc;
    font-style: italic;
}

.cardd-line {
    margin: 20px auto;
    width: 90%;
    height: 2px;
    background-color: #fdd835;
}

.cardd-number-value {
    font-family: "Sequel Sans", sans-serif;
    margin-top: 20px;
    font-size: 72px;
    font-weight: bold;
}

.cardd-number-value {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.cardd-line {
    position: absolute;
    bottom: 100px;
    left: 15px;
}

.cardd-title {
    position: absolute;
    bottom: 150px;
    left: 15px;
}

@media screen and (max-width: 320px) {
    .cardd {
        width: 300px;
    }
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 0;
}

/* Individual Slide */
.slide {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.slide img {
    height: 444px;
    object-fit: contain;
    border-radius: 1000px;
}

.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrow {
    background-color: white;
    border: none;
    cursor: pointer;
    padding: 20px;
    border-radius: 50%;
    font-size: 18px;
    width: 84px;
    height: 84px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* text start */
.what-our {
    font-family: "Inter Tight", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.08px;
}

.about {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    background: -webkit-linear-gradient(#aeca00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trusted-button {
    padding: 10px 20px 10px 20px;
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 420;
    line-height: 28.32px;
    text-decoration: none;
    border-radius: 8px;
    background: radial-gradient(circle at 50% 50%, #bec55b, #afc30b, #ffc700);
    width: 260px;
    height: 48px;
    color: #2c2a29;
}

.rotate {
    transform: rotate(-10deg);
    transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 320px) {
    .trusted-button {
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width: 768px) {
    .video-container-animation {
        height: 100vh;
        filter: brightness(0.3) blur(10px);
    }

    .video-container-animation video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .background-animation {
        background: rgba(0, 0, 0, 0.6);
    }

    .read-btn {
        /* display: block; */
        margin: 20px auto;
        text-align: center;
    }

    .cardd-container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .cardd {
        width: 90%;
        margin-bottom: 20px;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .slide img {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .ind {
        display: inline-block;
        text-align: left;
    }

    .ind:nth-child(4),
    .ind:nth-child(5) {
        margin-left: 0;
        /* Align with India */
    }

    .usa {
        padding: 0px !important;
    }

    .cardd {
        height: 425px;
        /* Adjust height for mobile view */
    }
}

/* Make images responsive */
.swiper-myslide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 20px;
    border-radius: 50px;
    /* Ensures images cover the area properly */
}

.swiper-paginationn {
    position: absolute !important;

    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
}

/* Style for pagination dots */
.swiper-paginationn .swiper-pagination-bullet {
    background: white !important;
    /* White color */
    opacity: 0.7 !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: opacity 0.3s ease;
}

/* Active pagination dot */
.swiper-paginationn .swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1 !important;
}

/************************** end of color section ***************************/
/* Testimonial card styling */
.testimonial-card {
    background-color: white;
    border-radius: 24px;
    padding: 60px;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 590px !important;
    height: auto;
    gap: 40px !important;
    opacity: 1;
}

.testimonial-card .text-name {
    font-family: "Sequel Sans", sans-serif;
    font-size: 34px;
    font-weight: 420;
    line-height: 40.12px;
}

.testimonial-card .info {
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 34px;
}

.testimonial-card .text-position {
    font-family: "Sequel Sans", sans-serif;
    font-size: 24px;
    font-weight: 410;
    line-height: 34px;
    color: #1514134d;
}

/* Testimonial card logo image */
.testimonial-card img {
    width: 100.54px;
    height: 32px;
    object-fit: contain;
}

.owl-nav {
    position: relative;
    top: -20px;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    padding: 10px 0px 0px 0px;
    gap: 10px;
    border: 1px solid #c2c2c2;
    opacity: 1;
}

.carousel-nav.left {
    left: -60px;
}

.carousel-nav.right {
    right: -60px;
}

@media screen and (max-width: 320px) {
    .testimonial-card {
        padding: 30px;
    }

    .carousel-nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .carousel-nav {
        display: none;
    }
}

.testimonial {
    margin-top: -110px;
}

@media screen and (max-width: 768px) {
    .testimonial-card {
        padding: 30px;
        width: 100%;
    }

    .testimonial-card .text-name {
        font-size: 28px;
        line-height: 36px;
    }

    .testimonial-card .info {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-card .text-position {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial-card img {
        width: 80px;
        height: auto;
    }

    .carousel-nav {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-card {
        padding: 20px;
    }

    .testimonial-card .text-name {
        font-size: 24px;
        line-height: 32px;
    }

    .testimonial-card .info {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-card .text-position {
        font-size: 16px;
        line-height: 22px;
    }
}

/* *****************end of testimonials section******************** */

/***************************start our team ***************************/
.we-recognized {
    font-family: "Sequel Sans", sans-serif;
    font-weight: 410;
    line-height: 30px;
    color: #87928f !important;
    margin: 0 auto;
    /* Centers horizontally */
    text-align: start;
    /* Centers text inside */
    font-size: 20px;
    margin-top: 27px;
}

.Follow {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    margin-top: 45px;
}

.social-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-label {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border: 2px solid #c0d904;
    color: #c0d904;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 30px;
}

.icon-box:hover {
    background-color: #c0d904;
    color: #4a235a;
}

/***************************end our team ***************************/

.carousel-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: marquee-scroll 15s linear infinite;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee-wrapper {
    display: flex;
    width: max-content;
}

/* Marquee card styling */
.carddd {
    flex: 0 0 auto;
    width: 262px;
    border: 1px solid #c2c2c2;
    border-radius: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 30px;
    height: 269px;
    gap: 11px;
    opacity: 1;
}

.percentage {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(to right, #aeca00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.description {
    font-size: 18px;
    color: #595959;
    margin: 10px 0;
}

/* ********************End of marquee*********************/

.servi {
    font-family: "HK Guise", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #343434;
    margin-top: 50px;
    margin-bottom: 20px;
}

.four {
    color: #99ae00;
}

.we-achive {
    font-family: "Sequel Sans", sans-serif;
    font-weight: 410;
    line-height: 30px;
    color: #87928f !important;
    width: 900px;
    margin: 0 auto;
    /* Centers horizontally */
    text-align: center;
    /* Centers text inside */
    font-size: 24px;
    margin-top: 27px;
}

@media (max-width: 768px) {
    .we-achive {
        width: 100%;
        /* or just remove width */
        padding: 20px;
    }
}

.award-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.award-marquee-content {
    display: flex;
    gap: 0;
    animation: award-scroll-left 7s linear infinite;
}

.award-marquee-content img {
    height: 150px;
    margin: 0 20px;
    padding-bottom: 10px;
    /* space for the colored line */
    border-bottom: 5px solid #aeca00;
    /* greenish line below image */
}

/* Zig-zag effect */
.award-marquee-content img:nth-child(even) {
    margin-top: 200px;
    /* shift down every even image */
}

.award-marquee:hover .award-marquee-content {
    animation-play-state: paused;
}

@keyframes award-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/********************* Achivement *********************/

/* Partners Section Styles */
.partners-section {
    background-color: #f5f5f5 !important;
    padding: 80px 0 !important;
}

/* Heading Styles - Using your existing four and servi classes */
.partner-heading {
    margin-bottom: 30px !important;
    text-align: center !important;
}

.four {
    font-family: "Sequel Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.64px;
    background: -webkit-linear-gradient(#333, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servi {
    font-family: "Sequel Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.64px;
    margin-top: 60px;
    background: -webkit-linear-gradient(#aeca00, #9c9b9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Partner Logos Grid */
.partner-logos {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 125px !important;
    flex-wrap: wrap !important;
    margin-top: 40px !important;
}

.logo-item {
    flex: 0 1 auto !important;
    max-width: 200px !important;
}

.logo-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    transition: all 0.3s ease !important;
}

/* Responsive Design */
@media (max-width: 768px) {

    .four,
    .servi {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .partner-logos {
        gap: 30px !important;
    }

    .logo-item {
        max-width: 120px !important;
    }

    .partners-section {
        padding: 50px 0 !important;
    }
}


/*************************** end of partner ***************************/

.main-footer .background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: white;
    overflow-x: hidden;
    background-color: #151413;
}

.main-footer .square {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.main-footer .footer-video-container {
    position: absolute;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 600px;
    border-radius: 50%;
    filter: blur(100px);
    backdrop-filter: blur(250px) !important;
}

.main-footer .footer-video-container video {
    filter: blur(250px) !important;

    z-index: 0 !important;
}

.main-footer .text {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.main-footer .your-website {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.6px;
    letter-spacing: -1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-footer .sales {
    background: linear-gradient(to right, #aeca00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-footer .beyond {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-footer .btn-successs {
    background: radial-gradient(circle at 50% 100%,
            #b0cb1f,
            #95c22a,
            #b0cb1f,
            #e0e843,
            #b0cb1f,
            #b0cb1f,
            #f1e561,
            #ede656);
    border: 2px solid #8b9e0033;
}

.main-footer .btn-whi:hover {
    color: gray;
}

.main-footer .got {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-footer .project {
    color: #ffffff66;
}

.main-footer .imp {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-footer .home {
    font-family: "Sequel Sans", sans-serif;
    font-size: 18px;
    font-weight: 420;
    line-height: 21.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #b1c900;
}

.main-footer .same {
    font-family: "Sequel Sans", sans-serif;
    font-size: 18px;
    font-weight: 405;
    line-height: 21.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff66;
}

.main-footer .copy {
    color: #ffffff66;
    margin-top: 130px;
}

.main-footer .bg-footer {
    background: url(../images/ezgif.com-video-to-gif-converter.gif) center/cover no-repeat;
    position: relative;
    z-index: 1;
}

.main-footer .bg-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 50%;
    z-index: -1;
}

.main-footer .right-arrow {
    width: 24px;
    padding-left: 5px;
    align-items: center;
}

.main-footer .social-icons img {
    margin-right: 30px;
}

.main-footer .social-icons img:last-child {
    margin-right: 0;
}

.main-footer .foot-img {
    background-image: url(https://brainminedemo.brainminetech.com/wp-content/uploads/2025/01/Asset-1Colorful-5.png);
    background-repeat: no-repeat;
    align-items: center;
}

/* ***********************************************888 */

.your-website {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.6px;
    letter-spacing: -1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sales {
    background: linear-gradient(to right, #aeca00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.beyond {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 59.52px;
    letter-spacing: -2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-successs {
    background: radial-gradient(circle at 50% 100%,
            #b0cb1f,
            #95c22a,
            #b0cb1f,
            #e0e843,
            #b0cb1f,
            #b0cb1f,
            #f1e561,
            #ede656);
    border: 2px solid #8b9e0033;
}

.got {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.project {
    color: #ffffff66;
}

.imp {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.home {
    font-family: "Sequel Sans", sans-serif;
    font-size: 18px;
    font-weight: 420;
    line-height: 21.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #b1c900;
}

.same {
    font-family: Sequel Sans;
    font-size: 18px;
    font-weight: 405;
    line-height: 21.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff66;
}

.copy {
    color: #ffffff66;
    margin-top: 130px;
}

@media screen and (max-width: 768px) {
    .copy {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .btn-successs {
        width: 142px;
    }

    .btn-white {
        width: 142px;
    }

    .footer-logo-section {
        margin-top: -90px;
    }
}

/* .bg-footer {
    background: url(../images/ezgif.com-video-to-gif-converter.gif) center/cover no-repeat;
    position: relative;
    z-index: 1;
} */

/* .bg-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    z-index: -1;
} */

/* ==================== SPECIALIZED SECTION HEADINGS ==================== */

.achievement-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #12191b;
    margin-bottom: 40px;
}

.achievement-highlight {
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #aeca00 !important;
}

.partner-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #12191b;
    margin-bottom: 40px;
}

.partner-highlight {
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #aeca00 !important;
}

.team-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #12191b;
    margin-bottom: 40px;
    text-align: left;
}

.team-highlight {
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #aeca00 !important;
}

.services-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #12191b;
    margin-bottom: 40px;
}

.services-highlight {
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #aeca00 !important;
}

/* Mobile Adjustments for Specialized Headings */
@media (max-width: 991px) {

    .achievement-title,
    .partner-title,
    .team-title,
    .services-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {

    .achievement-title,
    .partner-title,
    .team-title,
    .services-title {
        font-size: 28px;
    }
}

/* ==================== FLOATING COMMUNICATION BUTTONS ==================== */
.floating-buttons-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 99999;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
}

/* Tooltip Styling */
.btn-tooltip {
    position: absolute;
    right: 75px;
    background-color: #12191b;
    color: #ffffff;
    font-family: "Sequel Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Tooltip Arrow */
.btn-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #12191b;
}

.floating-btn:hover .btn-tooltip {
    opacity: 1;
    visibility: visible;
    right: 70px;
}

/* WhatsApp Button Color & Hover */
.float-whatsapp {
    background: linear-gradient(135deg, #25d366, #075e54);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.float-whatsapp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.3);
    z-index: -1;
    animation: ripple-whatsapp 2s infinite;
}

/* Call Button Color & Hover (Matching the primary agency/brand style) */
.float-call {
    background: radial-gradient(circle at 50% 100%,
            #b0cb1f,
            #95c22a,
            #7bb734,
            #63ac3b,
            #4ca142,
            #369547,
            #20894a,
            #027d4c);
    border: 2px solid #ffffff;
}

.float-call::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(176, 203, 31, 0.3);
    z-index: -1;
    animation: ripple-call 2s infinite;
    animation-delay: 0.5s;
}

/* Hover Effects */
.floating-btn:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
}

.floating-btn:active {
    transform: scale(0.95);
}

/* Ripple Keyframes */
@keyframes ripple-whatsapp {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-call {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Global fix to prevent horizontal scroll without causing double vertical scrollbars on desktop */
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
}

/* Button inline text, hidden on desktop, shown on mobile */
.btn-text {
    display: none;
}

/* Responsive Styling for Mobile/Tablet Screens (Footer Bar) */
@media (max-width: 768px) {
    /* Prevent all horizontal page scrolling, swiping, and layout shifts on mobile devices */
    html, body {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
    }

    body {
        padding-bottom: 55px !important; /* Space so page contents are not hidden under the footer bar */
    }

    .floating-buttons-container {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important; /* Force exact viewport screen width */
        max-width: 100% !important; /* Cap at maximum layout bounds */
        margin: 0 !important;
        padding: 0 !important;
        height: 55px !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 0 !important;
        z-index: 99999 !important;
        background-color: #0a301a !important; /* Premium dark forest green from photo */
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
        box-sizing: border-box !important;
    }

    .floating-btn {
        flex: 1 !important;
        width: auto !important;
        height: 100% !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        border: none !important;
        font-size: 13.5px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        color: #ffffff !important;
        transition: background-color 0.3s ease !important;
        box-sizing: border-box !important;
    }

    /* Vertical line divider in the middle */
    .float-call {
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    /* Tap feedback color on mobile */
    .floating-btn:active {
        background-color: rgba(255, 255, 255, 0.1) !important;
        transform: none !important;
    }

    /* Disable ripple animation on mobile since it's a solid footer bar */
    .floating-btn::before {
        display: none !important;
    }

    /* Tooltip is hidden on mobile */
    .btn-tooltip {
        display: none !important;
    }

    /* Label text is visible on mobile */
    .btn-text {
        display: inline-block !important;
        font-family: "Sequel Sans", sans-serif;
        letter-spacing: 0.5px;
    }
}