.bannerText {
    font-family: poppins;
    font-size: 56px;
    font-weight: 700;
    line-height: 71.68px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-top: 21%;
    margin-bottom: 20px;

}

.capitalize-first-letter {
    text-transform: lowercase; /* Makes all letters lowercase */
}

.capitalize-first-letter:first-letter {
    text-transform: capitalize; /* Capitalizes only the first letter */
}


.bannerText2 {
    font-family: poppins;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 550;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: left;
    color: #00000080;
}

.bannerPara {
    font-family: poppins;
    font-size: 24px;
    font-weight: 550;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #00000054;


}

.custom-input-group {
    background-color: #fff;
    border: 1px solid #ca9e3f;
    border-radius: 12px;
    padding: 2px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.custom-input-group input {
    /* width: 40%; */
    border: none;
    box-shadow: none;
    padding-left: 30px;
    /* flex-grow: 1; */
    /* Make inputs take up available space */
}

.input-icon {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    color: #ca9e3f;
}

.second-input-group {
    position: relative;
    /* flex-grow: 1; */
    /* Make this input take up available space */
    /* margin-left: 10px; */
    /* Space between the two input fields */
}

.custom-button {
    width: 140px;
    border-radius: 8px;
    background-color: #ca9e3f;
    color: white;
    margin-left: 10px;
}


.conFluid {
    padding-top: 60px;
}

.feature-box {
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease-in-out; */
}

/* .feature-box:hover {
    transform: translateY(-10px);
} */

.feature-icon {
    font-size: 40px;
    color: #ca9e3f;
    margin-bottom: 15px;
}

.img1 {
    transition: transform 0.5s ease;
    /* Smooth transition effect */
}

.iconsOnHover:hover .img1 {
    transform: rotate(15deg) translate(10px, -10px);
    /* Rotate by 15 degrees and move to top-right */
}

.feature-title {
    font-family: poppins;
    font-size: 24px;
    font-weight: 550;
    line-height: 28.8px;
    text-align: left;

    margin-bottom: 10px;
}

/* .feature-description {
    font-family: poppins;
    font-size: 20px;
    font-weight: 550;
    line-height: 30px;
    text-align: left;

    color: #6c757d;
} */
.feature-description {
    font-family: poppins;
    font-size: 1rem;
    font-weight: 550;
    line-height: 24px;
    text-align: left;
    color: #6c757d;
}

.Cate-text {
    font-family: poppins;
    font-size: 3rem;
    font-weight: 550;
    line-height: normal;
    position: relative;
}

/* Container for categories */
.category-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 40px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
}

.category-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}


/* Box styling for each category */
.category-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 175px;
    /* Set a fixed width for horizontal scrolling */
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 15px;
    /* Add margin between boxes */
    transition: transform 0.3s ease-in-out;
    text-align: center;
    flex: 0 0 auto;
    /* Prevent shrinking, ensure even spacing */
}

.category-box:hover {
    transform: translateY(-10px);
    background-color: #ca9e3f;
}

/* Icon styling within each category box */
.category-icon {
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
}

.category-icon img {
    max-width: 100%;
    /* Ensure the icon image fits within the box */
    height: auto;
}

/* Title styling within each category box */
.category-title {
    /* font-weight: bold; */
    font-size: 1rem;
    color: #000;
}

.section-title {
    position: relative;
    font-family: poppins;
    font-size: 3rem;
    font-weight: 550;
}

.tragen-box {
    text-align: left;
    padding: 20px;
    margin-top: 20px;
}

.tragen-icon {
    font-size: 30px;
    color: #ca9e3f;
    margin-bottom: 15px;
}

.tragen-title {
    font-size: 1.2rem;
    font-weight: 550;
    margin-bottom: 10px;
}

.tragen-text {
    font-size: 1rem;
    color: #555;
}

.topic-list {
    margin-top: 260px;
    border-radius: 10px
}

.form-control {
    width: auto;
}


.testimonial-box {
    height: 100%;
    background-color: #ca9e3f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    flex: 0 0 300px;
    /* Fixed width for each box */
    margin-right: 10px;
    /* Reduced space between boxes */
    display: flex;
    flex-direction: column;
    /* This makes sure content is aligned vertically */
    justify-content: space-between;
    /* Spreads out content with space between top and bottom */
}

.testimonial-text {
    font-size: 18px;
    color: #fff;
    text-align: left;
    white-space: normal;
    /* Ensure text wraps properly */
    word-wrap: break-word;
    /* Break words when needed */
    line-height: 1.6;
    /* Adjust line height for readability */
    flex-grow: 1;
    /* Ensures that this text takes up remaining space */
}

.testiContainer {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents the boxes from wrapping to the next line */
    padding-bottom: 20px;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE and Edge */
}

.testiContainer::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.testiRow {
    display: flex;
    /* Aligns the boxes in a row */
    flex-wrap: nowrap;
    /* Prevents the boxes from wrapping onto multiple lines */
}

.rating {
    font-size: 18px;
    color: #fff;
}

.testimonial-name {
    font-size: 18px;
    /* font-weight: bold; */
    margin-left: 15px;
    color: #fff;
}

.testimonial-role {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.testimonial-footer {
    margin-top: auto;
    /* Pushes the footer section to the bottom */
}

/* Image now matches box width */
.image-Box {
    width: 100%;
    /* Ensures the image takes up the entire box width */
    border-radius: 10px;
    /* Matches the border radius of the box */
}

.imgAvatar {
    height: 100%;
    margin-right: 10px;
}

.section-title-uber {
    font-family: poppins;
    font-size: 3rem;
    font-weight: 550;
    /* color: #333; */
    margin-bottom: 30px;
}


.promo-section {
    position: relative;
    background-color: #ca9e3f;
    padding: 40px;
    border-radius: 15px;
    overflow: visible;
    /* Allow image to overflow */
    transition: all 0.3s ease;
    /* height: 400px; */
}

.promo-image {
    position: absolute;
    top: -92px;
    left: 30px;
    max-width: 405px;
    z-index: 1;
    transition: transform 0.3s ease;
}

.promo-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
}

.promo-content h2 {
    color: white;
}

.promo-content p {
    color: #e4dbdb;
    font-size: 16px;
}

/* Zoom effect for the image */
.promo-section:hover .promo-image {
    transform: scale(1.1);
    /* Zooms the image */
    overflow: visible;
    /* Allows the image to overflow the container while zooming */
}


.promo-content h2 {
    /* font-weight: bold; */
    color: white;
}

.promo-content p {
    color: white;
}

.promo-image-container {
    transition: height 0.3s ease;
    /* Add this line */
    overflow: hidden;
    /* Ensure no overflow while transitioning */
}


.mobileBeautyHeading {
    font-family: poppins;
    font-size: 3rem;
    font-weight: 550;
    line-height: normal;
    position: relative;
    margin-top: -10px;
}

.mobileSubHeadings {
    font-size: 1.4rem;
    font-weight: 510;
}

.mobileTextSize {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.502);
}

.mobileIcon {
    width: 12%;
}

.AppHolen {
    border-radius: 33px;
    background-color: #ca9e3f;
}

.HolenText {
    font-family: 'Poppins';
    font-size: 3.01rem;
    font-weight: 700;
    color: #000; /* Initial color */
    line-height: normal;
    text-align: left;
    padding-left: 40px;
    position: relative;
    animation: colorFade 3s ease-in-out infinite; /* Infinite animation */
}

@keyframes colorFade {
    0% {
        color: #000; /* Pure Black */
    }
    20% {
        color: #00000040; /* Lighter Black */
    }
    40% {
        color: #00000080; /* Even lighter grayish-black */
    }
    60% {
        color: #000000B3; /* Close to full gray */
    }
    80% {
        color: #000000CC; /* A very light black */
    }
    100% {
        color: #000; /* Back to Pure Black */
    }
}

.app_link_img {
    float: left;
    padding-left: 14%;
    margin-top: 40px;
}

/* Container styles to hide overflow */
.mobileImageInHolen {
    position: relative;
    /* Establish positioning context */
    overflow: hidden;
    /* Hide content that overflows the container */
    height: 300px;
    /* Set a specific height for the container to control the visible area */
}

.cardBodyText {
    font-family: poppins;
    /* font-size: 1.5rem; */
    /* font-weight: 550; */
    line-height: normal;
    color: #000000;
    text-align: left;

}

.fragen {
    font-family: poppins;
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    line-height: normal;
    position: relative;
}

.fragenFont {
    font-size: 21px
}

.Countries {
    font-family: poppins;
    font-size: 3rem;
    font-weight: 500;
    color: #000;
    line-height: normal;
}

/* Define the animation */
@keyframes moveUpFromBottom {
    0% {
        transform: translateY(100%);
        /* Start position: image is outside the bottom */
    }

    50% {
        transform: translateY(0);
        /* Middle position: image is fully visible */
    }

    100% {
        transform: translateY(100%);
        /* End position: image moves back outside the bottom */
    }
}

/* Apply the looping animation to the image */
.animate-image {
    animation: moveUpFromBottom 5s ease-out infinite;
    /* Duration, easing, and infinite loop */
    position: absolute;
    /* Absolute positioning for smooth movement */
    bottom: 0;
    /* Start from the bottom edge of the container */
    left: 0;
    right: 0;
    margin: auto;
    /* Center horizontally */
    max-height: 100%;
    /* Ensure image stays within container height */
}

.card-header button {
    text-align: left;
    width: 100%;
    color: #000;
    /* font-weight: bold; */
    position: relative;
    text-decoration: none;
}

.card-header button.collapsed::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 1.5rem;
}

.card-header button::after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 1.5rem;
}

.bg-primary {
    background-color: fff !important;
    /* Sets the background color */
}

.AppHolen {
    background-color: #ca9e3f !important;
    /* Lighter background for the FAQ */
    border-radius: 33px;
}

.FragenBg {
    background-color: #fff !important;
    /* Lighter background for the FAQ */
    padding: 30px;
    border-radius: 10px;
}

.card {
    margin-bottom: 1rem;
    border: none;
}

.card-header {
    background-color: transparent;

}

/* CITIES */


.custom-heading {
    font-family: Poppins;
    font-size: 3rem;
    font-weight: 550;
    line-height: normal;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.custom-card {
    border: none;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
}

.custom-card:hover {
    transform: scale(1.05);
}

.custom-card-img-left {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-col {
    flex: 1 1 23%; /* Ensures 4 columns with space between */
    max-width: 23%;
    margin-bottom: 15px;
}

@media (max-width: 992px  ) {
    .custom-col {
        flex: 1 1 48%; /* Ensures 2 columns on medium-sized screens */
        max-width: 48%;
    }
}

/* Scrollable section for mobile view */
.custom-scrollable-section {
    overflow-x: auto; /* Enables horizontal scroll for the entire section */
}

.custom-row {
    flex-wrap: nowrap; /* Prevent row wrapping */
}

.custom-col {
    flex: 0 0 80%; /* Cards take 80% of the width on mobile */
    max-width: none;
    margin-right: 10px; /* Add some margin between the cards */
}

@media (min-width: 768px  ) {
    .custom-scrollable-section {
        overflow-x: visible; /* Disable horizontal scroll on larger screens */
    }

    .custom-row {
        flex-wrap: wrap; /* Return to wrapping mode on larger screens */
    }

    .custom-col {
        flex: 1 1 23%; /* Back to 4 columns on larger screens */
        max-width: 23%;
    }
}

.custom-card-body {
    text-align: left;
}

.custom-btn {
    background-color: #8F702D;
    border: none;
    color: #fff;
    width: 12%;
    cursor: pointer;
}

/* END CITIES */


/* Footer */
.footer-nav-link {
    text-decoration: none;
    color: #fff;
}

.navColr {
    background-color: #101828;
}

.footer-services-container {
    display: flex;
    justify-content: space-between;
}

.footer-navbar-nav {
    width: 48%;
    /* Adjust width for both columns */
}

/* Base styles for footer services list */
.footer-services-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-services-list li {
    flex: 1 1 50%;
}

@media (max-width: 576px   ) {
    .dash {
        display: none;
    }

    .footer-services-container {
        flex-direction: column;
    }

    .footer-services-list li {
        flex: 1 1 100%;
    }

    .footer-navbar-nav {
        width: 100%;
    }
}

@media only screen and (device-width: 430px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .brushHighcat {
        width: 31%;
        margin: 6px;
        margin-left: 12%;
        margin-top: 12%;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }
}

.video-smooth-diagonal {
    margin-left: 100px;
    width: 100%;
    max-width: 90%;
    height: 750px;
    border-radius: 236px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);

    /* Ensure the video fits well inside the container */
    object-fit: cover; /* This ensures the video fills the entire space */
    overflow: hidden;
}


/* Targeting iPhone 12 Pro */
@media only screen and (max-width: 390px) and (max-height: 844px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    #load-more {
        border-radius: 35px;
        width: 35%;
        padding: 10px;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-left: 2%;
        /* Adjust margin for better fit */
        margin-top: 8%;
        /* Reduce margin for smaller screens */
        transform: rotate(3deg);
        /* Slightly reduce rotation */
        max-width: 95%;
        /* Adjust max-width for better fit */
    }

    .forMobileView {
        width: 15%;
    }

    .forMobileViewtext {
        width: 60%;
    }

    .imgAvatar {
        float: left;
        height: 100%;
        margin-right: 10px;
    }

    .image-Box {
        height: 100%;
        border-radius: 10px;
        /* Matches the border radius of the box */
    }

    .section-title-uber {
        font-size: 2rem;
        color: #333;
        margin-bottom: 30px;
        line-height: normal;

    }

    .topic-list {
        margin-top: 50px;
    }


    .highlighted-text {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        padding: 1%;
        z-index: 1;
        /* Higher z-index to ensure text is above the background image */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 15%;
        left: 25%;
        width: 51%;
        height: 72%;
        /* background-image: url(frontend/images/partnership/brushHighlight.svg); */
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .fragen {
        position: relative;
        font-weight: bold;
        font-family: poppins;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
    }


    .brushHigh {
        width: 33%;
        position: absolute;
        left: 20px;
        margin-left: -7%;
        margin-top: 2%;
    }

    .brushHighcat {
        position: absolute;
        margin-top: 25%;
        left: 28% !important;
        width: 44%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -4px;
        left: 16% !important;
        width: 67%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 30%;
        left: 20% !important;
        width: 57%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 65%;
        left: 16% !important;
        width: 75%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 4px;
        left: 27% !important;
        width: 41%;
        height: auto !important;
        z-index: 0 !important;
    }
}

/* Targeting iPhone XR */
@media only screen and (max-width: 414px) and (max-height: 896px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-left: 2%;
        margin-top: 8%;
        transform: rotate(3deg);
        max-width: 95%;
        height: 650px;
    }

    .forMobileView {
        width: 15%;
    }

    .forMobileViewtext {
        width: 60%;
    }

    .imgAvatar {
        float: left;
        height: 100%;
        margin-right: 10px;
    }

    .image-Box {
        height: 100%;
        border-radius: 10px;
        /* Matches the border radius of the box */
    }

    .section-title-uber {
        font-size: 2rem;
        color: #333;
        margin-bottom: 30px;
        line-height: normal;

    }

    .topic-list {
        margin-top: 50px;
    }

    .highlighted-text {
        position: relative;
        font-family: poppins;
        font-size: 1.8rem;
        /* Slightly smaller for better fit */
        font-weight: 550;
        line-height: 80px;
        /* Adjusted line height */
        text-align: left;
        color: #000;
        display: inline-block;
    }

    .Cate-text {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
    }

    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .fragen {
        position: relative;
        font-weight: bold;
        font-family: poppins;
        font-size: 1.5rem;
        /* Consistent with 12 Pro */
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
    }

    .HolenText {
        font-family: poppins;
        font-size: 2.5rem;
        font-weight: 500;
        color: #000;
        line-height: normal;
        float: left;
        text-align: left;
        padding-left: 40px;
        position: relative;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 1.8rem;
        /* Adjusted for smaller screens */
        font-weight: 550;
        line-height: normal;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
        /* Reduced margin for smaller screens */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
        padding: 0.1em 0.2em;
    }

    .brushHigh {
        width: 33%;
        position: absolute;
        left: 20px;
        margin-left: -7%;
        margin-top: 2%;
        /* Slightly reduced margin */
    }

    .brushHighcat {
        position: absolute;
        margin-top: 13%;
        left: 57% !important;
        width: 33%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -4px;
        left: 16% !important;
        width: 60%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 30%;
        left: 20% !important;
        width: 50%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 11%;
        left: 33% !important;
        width: 48%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 4px;
        left: 27% !important;
        width: 35%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }
}

/* Targeting iPhone 14 Pro, 14 Pro Max, 15 Pro, 15 Pro Max */
@media only screen and (max-width: 430px) and (max-height: 932px) {
    .bannerText2 {
        margin-top: 15px;
    }

    #load-more {
        border-radius: 35px;
        width: 35%;
        padding: 10px;
    }

    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-top: 42px;
        margin-bottom: -18px;
        margin-left: 40px;
        width: 100%;
        max-width: 80%;
        height: 650px;
        border-radius: 236px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        /* clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%); */
        transform: rotate(5deg);
    }

    #dynamic-btn {
        background-color: #ca9e3f; /* Original button color */
        transition: background-color 0.3s ease; /* Smooth transition */
    }

    #dynamic-btn:hover {
        background-color: #8F702D; /* Color on hover */
    }

    .promo-section {
        padding: 20px;
        /* Adjust padding for smaller screens */
        text-align: center;
        /* Center content on smaller screens */
    }

    .promo-image {
        position: static;
        /* Make image flow normally on smaller screens */
        /* margin-left: -22px; Center image with margin below */
        display: block;
        max-width: 100%;
        /* Adjust size for smaller screens */
    }

    .promo-content {
        margin-left: 0;
        /* No margin on smaller screens */
    }

    .highlighted-text {
        margin-left: 20px;
        font-weight: 550;
        font-size: 2rem;
        line-height: normal;
        color: #000;
        display: inline-block;
    }

    .Cate-text {
        font-family: poppins;
        font-size: 1.8rem;
        /* Adjusted for smaller screen */
        font-weight: 550;
        line-height: normal;
    }

    .fragen {
        font-weight: bold;
        font-family: poppins;
        font-size: 1.4rem;
        /* Adjusted for fit */
        line-height: normal;
        color: #000;
    }

    .HolenText {
        font-family: poppins;
        font-size: 2rem;
        /* Adjusted for fit */
        font-weight: 500;
        color: #000;
        line-height: normal;
        padding-left: 20px;
        /* Reduced padding */
    }

    .highlighted-textUnsere {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        padding: 1%;
        z-index: 1;
    }

    .mobileBeautyHeading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        position: relative;
        margin-top: -10px;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 1.6rem;
        /* Adjusted for fit */
        font-weight: 550;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        /* Reduced margin */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 37px;
        width: 69%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
        padding: 0.1em 0.2em;
    }

    .highlighted-textFragen {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        /* padding: 1%; */
        z-index: 1;
    }

    .brushHigh {
        width: 28%;
        position: absolute;
        left: 20px;
        margin-left: -7%;
        margin-top: 2%;
        /* Slightly reduced margin */
    }

    .brushHighcat {
        position: absolute;
        margin-top: 25%;
        left: 57% !important;
        width: 33%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -4px;
        left: 16% !important;
        width: 60%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 24%;
        left: 23% !important;
        width: 50%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 12%;
        left: 34% !important;
        width: 44%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 4px;
        left: 27% !important;
        width: 35%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }
}

/* Targeting iPhone X and XS */
@media only screen and (max-width: 375px) and (max-height: 812px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-left: 2%;
        margin-top: 8%;
        transform: rotate(3deg);
        max-width: 95%;
        height: 650px;
    }

    .promo-section {
        padding: 15px; /* Adjusted padding for better fit */
        text-align: center;
    }

    .promo-image {
        position: static;
        display: block;
        max-width: 100%;
    }

    .promo-content {
        margin-left: 0;
    }

    .highlighted-text {
        margin-left: 20px;
        font-weight: 550;
        font-size: 1.8rem; /* Slightly smaller for better fit */
        line-height: 80px; /* Adjusted line height */
        color: #000;
        display: inline-block;
    }

    .Cate-text {
        font-family: poppins;
        font-size: 1.8rem;
        /* Adjusted for smaller screen */
        font-weight: 550;
        line-height: normal;
    }

    .fragen {
        font-weight: bold;
        font-family: poppins;
        font-size: 1.4rem;
        /* Adjusted for fit */
        line-height: normal;
        color: #000;
    }

    .HolenText {
        font-family: poppins;
        font-size: 2rem;
        /* Adjusted for fit */
        font-weight: 500;
        color: #000;
        line-height: normal;
        padding-left: 20px;
        /* Reduced padding */
    }

    .highlighted-textUnsere {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        padding: 1%;
        z-index: 1;
    }

    .mobileBeautyHeading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        position: relative;
        margin-top: -12px;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 1.6rem;
        /* Adjusted for fit */
        font-weight: 550;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        /* Reduced margin */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
    }

    .highlighted-textUnsere {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        padding: 1%;
        z-index: 1;
    }
}

@media only screen and (max-width: 360px) and (max-height: 740px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-top: 30px;
        margin-bottom: -15px;
        margin-left: 20px;
        width: 100%;
        max-width: 90%;
        height: 650px;
        border-radius: 180px;
        /* Adjusted for fit */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        transform: rotate(4deg);
    }

    .forMobileView {
        width: 15%;
    }

    .forMobileViewtext {
        width: 60%;
    }

    .imgAvatar {
        float: left;
        height: 100%;
        margin-right: 10px;
    }

    .image-Box {
        height: 100%;
        border-radius: 10px;
        /* Matches the border radius of the box */
    }

    .section-title-uber {
        font-size: 2rem;
        color: #333;
        margin-bottom: 30px;
        line-height: normal;

    }

    .topic-list {
        margin-top: 50px;
    }

    .promo-section {
        padding: 15px;
        text-align: center;
    }

    .promo-image {
        position: static;
        display: block;
        max-width: 100%;
    }

    .promo-content {
        margin-left: 0;
    }

    .highlighted-text {
        margin-left: 10px;
        font-weight: 550;
        font-size: 1.6rem;
        /* Adjusted for smaller screen */
        line-height: 80px;
        /* Adjusted line height */
        color: #000;
        display: inline-block;
    }

    .Cate-text {
        font-family: poppins;
        font-size: 1.8rem;
        /* Adjusted for smaller screen */
        font-weight: 550;
        line-height: normal;
    }

    .fragen {
        font-weight: bold;
        font-family: poppins;
        font-size: 1.4rem;
        /* Adjusted for fit */
        line-height: normal;
        color: #000;
    }

    .HolenText {
        font-family: poppins;
        font-size: 2rem;
        /* Adjusted for fit */
        font-weight: 500;
        color: #000;
        line-height: normal;
        padding-left: 20px;
        /* Reduced padding */
    }

    .mobileBeautyHeading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        margin-top: -10px;
        line-height: normal;
        position: relative;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 1.6rem;
        /* Adjusted for fit */
        font-weight: 550;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        /* Reduced margin */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
    }

    .section-title {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        margin-bottom: 30px;
        line-height: normal;
        position: relative;
        margin-bottom: -6px;
    }
}

/* Targeting Samsung Galaxy S20 Ultra */
@media only screen and (max-width: 412px) and (max-height: 915px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-top: 30px;
        margin-bottom: -15px;
        margin-left: 20px;
        width: 100%;
        max-width: 90%;
        height: 650px;
        border-radius: 180px;
        /* Adjusted for fit */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        transform: rotate(4deg);
    }

    .forMobileView {
        width: 15%;
    }

    .forMobileViewtext {
        width: 60%;
    }

    .imgAvatar {
        float: left;
        height: 100%;
        margin-right: 10px;
    }

    .image-Box {
        height: 100%;
        border-radius: 10px;
        /* Matches the border radius of the box */
    }

    .section-title-uber {
        font-size: 2rem;
        color: #333;
        margin-bottom: 30px;
        line-height: normal;

    }

    .topic-list {
        margin-top: 50px;
    }


    .promo-section {
        padding: 15px;
        text-align: center;
    }

    .promo-image {
        position: static;
        display: block;
        max-width: 100%;
    }

    .promo-content {
        margin-left: 0;
    }


    .Cate-text {
        font-family: poppins;
        font-size: 1.8rem;
        /* Adjusted for smaller screen */
        font-weight: 550;
        line-height: normal;
    }

    .fragen {
        font-weight: bold;
        font-family: poppins;
        font-size: 1.4rem;
        /* Adjusted for fit */
        line-height: normal;
        color: #000;
    }

    .mobileBeautyHeading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        position: relative;
        margin-top: -10px;
    }

    .custom-heading {
        font-family: poppins;
        font-size: 1.6rem;
        /* Adjusted for fit */
        font-weight: 550;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        /* Reduced margin */
    }

    .highlighted-text {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        text-align: left;
        color: #000;
        display: inline-block;
        padding: 1%;
        z-index: 1;
        /* Higher z-index to ensure text is above the background image */
    }

    .highlighted-text::before {
        content: '';
        position: absolute;
        top: 15%;
        left: 25%;
        width: 51%;
        height: 72%;
        /* background-image: url(frontend/images/partnership/brushHighlight.svg); */
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .brushHigh {
        width: 40%;
        position: absolute;
        left: 20px;
        margin-left: -35px;
        margin-top: 5%;
        /* Adjusted margin */
    }

    .brushHighcat {
        position: absolute;
        margin-top: 40%;
        left: 33% !important;
        width: 35%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -4px;
        left: 15% !important;
        width: 55%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 24%;
        left: 22% !important;
        width: 50%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 12%;
        left: 35% !important;
        width: 47%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 4px;
        left: 25% !important;
        width: 40%;
        /* Adjusted for better fit */
        height: auto !important;
        z-index: 0 !important;
    }
}


/* Targeting iPad Mini */


/* Targeting iPad Air */
@media only screen and (max-width: 820px) and (max-height: 1180px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-left: 4%;
        margin-top: 10%;
        transform: rotate(2deg);
        max-width: 90%;
        height: 650px;
    }
}

/* Targeting iPad Pro */
@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }

    .video-smooth-diagonal {
        margin-left: 4%;
        margin-top: 10%;
        transform: rotate(2deg);
        max-width: 90%;
        height: 650px;
    }
}


@media (min-width: 430px) and (max-width: 932px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }


    /* .brushHigh {
        width: 41%;
        top: 17%;
        margin-left: 9%;
    }

    .brushHighcat {
        width: 31%;
        margin: 6px;
        margin-left: 12%;
        margin-top: 12%;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -1%;
        left: 22% !important;
        width: 63%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        margin-top: 29%;
        left: 31% !important;
        width: 40%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 70%;
        left: 12% !important;
        width: 70%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 1%;
        left: 27% !important;
        width: 43%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighcat {
        width: 31%;
        margin: 6px;
        margin-left: 12%;
        margin-top: 12%;
    } */
}


@media (max-width: 576px) {
    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
    }

    .section-title-uber {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        /* color: #333; */
        margin-bottom: 30px;
    }

    .bannerText {
        font-family: poppins;
        font-size: 37px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 0%;
        margin-bottom: 20px;
    }


    /* .section-title {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        margin-bottom: 30px;
        line-height: normal;
        position: relative;
        margin-bottom: -6px;

    }

    .mobileBeautyHeading {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
        position: relative;
    } */
    /* .bannerText {
        font-family: poppins;
        font-size: 40px;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.04em;
        margin-top: 2%;
        margin-bottom: 20px;
    }

    .colHeading {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
 */
    .Cate-text {
        font-family: poppins;
        font-size: 2rem;
        font-weight: 550;
        line-height: normal;
    }

    .custom-input-group {

        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        border: none;
    }

    .custom-button {
        float: right;
        width: 100%;
        margin-left: 0;
    }

    .custom-input-group input {
        width: 100%;
        border: 1px solid #ca9e3f;
    }

    .imageForMobile {
        width: 100%
    }

    .tag-container {
        overflow-x: auto;
        white-space: nowrap;
        /* Prevent tags from wrapping to the next line */
        padding: 10px 0;
        /* Add some padding */
    }

    .pop {
        color: #7c8492;
    }

    .tag {
        display: inline-block;
        /* Make tags appear in a row */
        /* background-color: #f0f0f0; */
        border: 1px solid #525a69;
        border-radius: 15px;
        padding: 5px 10px;
        font-size: 14px;
        color: black;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-right: 10px;
        /* Add space between tags */
    }

    .tag:last-child {
        margin-right: 0;
        /* Remove margin on the last tag */
    }

    .tag:hover {
        background-color: #ca9e3f;
        color: white;
    }

    .scrollable-container {
        display: flex;
        overflow-x: auto;
        /* Enables horizontal scrolling */
        white-space: nowrap;
        /* Keeps images in a single line */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
    }

    .scrollable-container::-webkit-scrollbar {
        display: none;
        /* Hides scrollbar in WebKit browsers */
    }

    .scrollable-container img {
        margin-left: 5px;
        /* Adjust margin as needed */
        height: auto;
        /* Adjust height as needed */
    }

    .scrollable-container img:first-child {
        margin-left: 0;
        /* No margin on the first image */
    }


}

@media (min-width: 577px) {
    .tag-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        /* Add some */
    }

    .tag {
        /* background-color: #f0f0f0; */
        border: 1px solid #525a69;
        border-radius: 15px;
        padding: 3px 10px;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .tag:hover {
        background-color: #525a69;
        color: white;
    }
}

/* FOR MACBOOK */
@media (min-width: 768px) {
    .custom-scrollable-section {
        overflow-x: visible; /* Disable horizontal scroll on larger screens */
    }

    .custom-row {
        flex-wrap: wrap; /* Return to wrapping mode on larger screens */
    }

    .custom-col {
        flex: 1 1 23%; /* Back to 4 columns on larger screens */
        max-width: 23%;
    }
}


@media only screen and (min-width: 1920px) and (min-height: 1080px) {
    .bannerText2 {
        font-family: poppins;
        font-size: 18px;
        margin-top: 50px;
        font-weight: 550;
        margin-bottom: 45px;
        line-height: normal;
        letter-spacing: -0.02em;
        text-align: left;
        color: #00000080;
    }

    .video-smooth-diagonal {

        margin-left: 30%;
        width: 100%;
        max-width: 90%;
        height: 750px;
        border-radius: 236px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        transform: rotate(5deg);
    }

    .brushHigh {
        position: absolute;
        margin-top: 10px;
        left: 23% !important;
        width: 11%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighcat {
        position: absolute;
        margin-top: 4%;
        left: 42% !important;
        width: 15%;
        height: auto !important;
        z-index: 0 !important;
    }

    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 3rem;
        font-weight: 550;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 4%;
        left: 42% !important;
        width: 16%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 4%;
        left: 26% !important;
        width: 15%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 0%;
        left: 42% !important;
        width: 14%;
        height: auto !important;
        z-index: 0 !important;
    }
}

@media only screen and (min-width: 2560px) and (min-height: 1440px) {
    .brushHigh {
        position: absolute;
        margin-top: 10px;
        left: 29% !important;
        width: 10%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighcat {
        position: absolute;
        margin-top: 3%;
        left: 45% !important;
        width: 9%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighTragen {
        position: absolute;
        margin-top: -4px;
        left: 40% !important;
        width: 13%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 3%;
        left: 44% !important;
        width: 12%;
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 3%;
        left: 31% !important;
        width: 12%;
        height: auto !important;
        z-index: 0 !important;
    }
}

/* For MacBook Pro 15" (2880x1800) and similar screens */
@media only screen and (min-width: 1440px) and (min-height: 900px) {
    .bannerText2 {
        font-family: poppins;
        font-size: 20px; /* Increase font size for readability */
        margin-top: 60px; /* Adjust margin */
        margin-bottom: 50px; /* Adjust margin */
        line-height: normal;
        letter-spacing: -0.02em;
        text-align: left;
        color: #00000080;
    }

    .video-smooth-diagonal {
        margin-left: 25%; /* Adjust margin for centering */
        width: 100%;
        max-width: 85%; /* Adjust for larger screens */
        height: 750px;
        border-radius: 236px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); /* Slightly larger shadow */
        transform: rotate(5deg);
    }

    .brushHigh {
        position: absolute;
        margin-top: 15px; /* Adjust margin */
        left: 46% !important;
        width: 10%; /* Adjust size */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighcat {
        position: absolute;
        margin-top: 4%; /* Adjust margin */
        left: 42% !important; /* Adjust positioning */
        width: 14%; /* Adjust size */
        height: auto !important;
        z-index: 0 !important;
    }

    .section-title {
        position: relative;
        font-family: poppins;
        font-size: 3.2rem; /* Increase size */
        font-weight: 550;
    }

    .brushHighMobile {
        position: absolute;
        margin-top: 5%;
        left: 40% !important; /* Adjust positioning */
        width: 15%; /* Adjust size */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighHolen {
        position: absolute;
        margin-top: 5%;
        left: 25% !important; /* Adjust positioning */
        width: 14%; /* Adjust size */
        height: auto !important;
        z-index: 0 !important;
    }

    .brushHighFragen {
        position: absolute;
        margin-top: 0%;
        left: 40% !important; /* Adjust positioning */
        width: 12%; /* Adjust size */
        height: auto !important;
        z-index: 0 !important;
    }
}

/* For MacBook Air 13" (2560x1600) and similar screens */
@media only screen and (min-width: 2560px) and (min-height: 1600px) {
    .bannerText2 {
        font-size: 22px; /* Increase for larger screens */
    }

    .video-smooth-diagonal {
        max-width: 80%; /* Adjust for larger screens */
        height: 750px;
    }

    .brushHigh {
        width: 12%; /* Increase for visibility */
    }

    .brushHighcat {
        width: 16%; /* Adjust for larger screens */
    }

    .section-title {
        font-size: 3.5rem; /* Increase for emphasis */
    }

    .brushHighMobile {
        width: 18%; /* Adjust size */
    }
}
