body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    color: #707070;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
    /* Default background color */
    background-image: url('../img/b6.jpeg');
    background-attachment: fixed;

    background-size: cover;
}

/* Dark mode */
body.dark-mode {
    background-color: #333;
    /* Dark mode background color */
    color: #fff;
    /* Dark mode text color */
}

.main-content {}

nav {
    font-family: Raleway-semibold;
    height: 100px;
    font-size: large;
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
    /* Ensure it's above other content */
    background-color: #c8d5db !important;
    /* Change background color on scroll */
}

.brandLogoD {
    height: 98px;
    width: 350px;
}



.bg-light.scroll {
    background-color: transparent !important;
    /* Change background color on scroll */
    backdrop-filter: blur(5px);
    /* Adjust the blur intensity */
}

.nav-link {
    background-color: transparent;
    /* Set the initial background color */
    transition: background-color 0.3s ease;
    /* Add transition effect */
}

.nav-link:hover {
    background-color: #c29c1e;
    /* Change background color on hover */
}

.nav-link.active {
    background-color: #c29c1e;
    /* Set the background color for the active link */
}

body.fixed-nav {
    padding-top: 70px;
    /* Adjust this value according to your navbar height */
}

body.fixed-nav {
    padding-top: 100px !important;
    /* Ensure content is not hidden by the fixed navbar */
}

.whoweare {
    padding-top: 100px !important;
}

.header-area {
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: brightness(80%);
    filter: grayscale(30%);
}

.header-area::before {
    content: '';
    position: absolute;
    /* Make sure the pseudo-element is positioned absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(5px);
    filter: brightness(30%);
    background-image: url('../Background/B1.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* Ensures the background image is centered */
}

.header-area:hover {
    filter: brightness(100%);
    filter: grayscale(0%);
}

#scroll-down-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.company-name {
    padding-top: 150px;

    border-radius: 1rem;
}

.marfa-text {
    height: 125px;
}

.slogan h2 {
    color: #f0ede5 !important;
    font-size: 1.2rem;
}

.header-logo {
    height: 250px;
    width: 80%;
}

.header-business {
    height: 130px;
    width: 55%;
    padding-top: 40px;
    transition: slideUp 0.5s ease;
    /* Transition property */
}

.scroll-btn {
    font-size: 50px;
    padding: 10px 20px 10px 20px;
    background-color: transparent !important;
    border: none;
    color: #fff;
}

.scroll-btn:hover {
    font-size: 55px;
    color: #c29c1e;
}

.arrow {
    font-size: 70px;
}

.header-area h1 {
    font-size: 3rem;
    animation: slideUp 0.8s ease forwards;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.header-area p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slideUp 0.9s ease forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.whatwework {
    margin-top: 20px;
    background-image: url('../img/whatwework.jpg');
    height: 90vh;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whoweare-first-row {
    display: flex;
    flex-direction: row;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    gap: 50px;
    align-items: center;
}

.company-name-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    color: #003d79 !important;
}

.whoweare-first-row-img img {
    border: 1px solid #c29c1e;
    border-radius: 1rem;
    width: 450px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.card {
    transition: transform 0.3s;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 800;
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.coutomcard {
    background-color: transparent !important;
}

.text-color-h4,
.text-color-p {
    color: #fff !important;
}

.text-color-p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.card-title {
    margin-bottom: 1rem !important;
    color: #c29c1e !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}

.card-text {
    font-weight: 400;
}

.fas-mannual {
    font-size: 20px !important;
}

.icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #e9e5d7 !important;
}

.whatwework-card-left {
    background-color: transparent !important;
    border-left: 20px solid #c29c1e !important;
}

.whatwework-card-right {
    background-color: transparent !important;
    border-right: 20px solid #c29c1e !important;
}

.whatIcons {
    width: 48px !important;
    height: 48px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatwework-card-center {
    background-color: transparent !important;
}

.fas {
    color: #a0bad4;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

#brand-slider {
    width: 100%;
    height: 200px;
    /* Adjust height as needed */
    overflow: hidden;
}

.brand-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Smooth transition effect */
}

.brand-slide {
    flex: 0 0 auto;
    width: 200px;
    /* Adjust width as needed */
    margin-right: 20px;
    /* Adjust spacing between images */
}

.brand-slide:last-child {
    margin-right: 0;
    /* Remove margin for last slide */
}

.brand-slide img {
    width: 100%;
    height: auto;
}

.card1,
.card2,
.card3,
.card4,
.card5,
.card6 {
    border: 1px solid #c29c1e !important;
}

footer {
    position: relative;
    background-image: url('../img/footer.jpg');
    margin-top: 20px;
    border-radius: 1rem 1rem 0rem 0rem;
    overflow: hidden;
    padding-top: 65px;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    filter: blur(20px);
    filter: brightness(130%);
    z-index: -1;
}

footer>* {
    position: relative;
    z-index: 1;
}

.mobile {
    display: none;
}

.desktopcontact {
    display: none;
}

.mobilefooter {
    display: none;
}

/* Responsive */
@media screen and (max-width: 760px) {
    .header-area {
        background-image: url('../img/mobile.jpg');
        height: 100vh;
    }

    .brandLogoD {
    width: 230px;
    height: 85px;
  }

    .marfa-text {
        width: 378px;
        height: 60px;
    }

    .slogan h2 {
        font-size: 15px !important;
    }

    .mobile-text {
        font-size: 10px !important;
    }

    .navbar-expand-lg .navbar-collapse {
        background-color: #ffffff83 !important;
        /* Change this to the desired background color */
        padding: 10% 0% 0% 10%;
    }

    

    .whoweare-first-row {
        display: flex;
        flex-direction: column-reverse;
        font-family: Raleway-regular;
        gap: 10px;
    }

    .whoweare-first-row-img img {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
    }

    .header-business {
        display: none !important;
    }

    .whatwework {
        background-image: url('../img/whatwework.jpg');
        background-size: cover;
        background-attachment: scroll;
        height: auto !important;
    }

    .card {
        margin: 10px !important;
    }

    .desktopcontact {
        display: block;
    }

    footer {
        display: none;
    }

    .mobilefooter {
        display: block;
    }

    .mobilefooter-image img {
        width: 100% !important;
        height: 50px;
    }
}

/* Coustom Card */
.customcard {
    background: transparent !important;
}

/* Gallery Styles */
.tm-section-pad-top {}

.tm-container-gallery {
    margin: 50px;
    /* Adjust as needed */
}

.tm-section-title {
    color: #333;
    /* Section title color */
}

.tm-section-desc {
    color: #666;
    /* Section description color */
}

.tm-gallery-container {
    text-align: center;
}

.tm-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}

.tm-gallery-item {
    position: relative;
    overflow: hidden;
}

.tm-gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.tm-gallery-item:hover img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

.effect-honey figcaption {
    position: absolute;
    bottom: 0;
    /* Position the caption at the bottom */

    width: 80%;
    height: 0;
    /* Initially set the height to 0 */
    padding: 20px;
    background-color: rgba(46, 44, 44, 0.8);
    /* Hover effect background color */
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
    /* Add transition for smooth animation */
}

.effect-honey h2 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #333;
    /* Hover effect text color */
}

.effect-honey span {
    font-weight: bold;
    color: #c29c1e;
    /* Span text color */
}

.effect-honey:hover figcaption {
    height: auto;
    /* Change height to auto on hover to reveal the caption */
    opacity: 1;
}

/* Slide Styles */
.tm-container-gallery img {
    height: 400px !important;
    width: 350px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #333;
    /* Slide control button background color */
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:before {
    color: #fff;
    /* Slide control icon color */
}

/* Add custom styles for the gallery section */
.tm-gallery-item {
    margin-bottom: 20px;
    /* Adjust spacing between gallery items */
}

/* Adjust size and position of carousel control buttons */
.carousel-control-prev,
.carousel-control-next {
    top: calc(50% - 25px);
    /* Position controls vertically centered */
}

/* Custom dot container */
.tm-gallery-dots {
    text-align: center;
}

/* Custom dot style */
.tm-gallery-dots {
    text-align: center;
}

.tm-gallery-dots {
    text-align: center;
    margin-top: 10px;
    /* Adjust spacing if needed */
}

.tm-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

.partners {
    padding-top: 80px !important;
}

/* Testimonials Section */
.testimonials {
    padding: 50px 0;
}

.testimonial-slider {
    display: flex;
    justify-content: center;
    /* Center the slides horizontally */
    align-items: center;
    /* Center the slides vertically */
}

.testimonial-item {
    text-align: center;
    padding: 20px;
}

.testimonial-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    /* Ensure the image is centered properly */
    margin: 0 auto;
    /* Center the image horizontally */
}

.testimonial-text {
    margin-bottom: 10px;
}

.testimonial-author {
    font-style: italic;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .testimonial-item {
        padding: 20px 10px;
    }

    .testimonial-item img {
        width: 100px;
        height: 100px;
    }
}

/* Testimonial Slider Dots */
.slick-dots {
    text-align: center;
    /* Center the dots */
    margin-top: 20px;
    /* Add some space between the slides and the dots */
}

.slick-dots li {
    display: inline-block;
    /* Display the dots horizontally */
    margin: 0 5px;
    /* Adjust the spacing between dots */
}

.slick-dots li::marker {
    color: #fff !important;
}

.slick-dots li button {
    font-size: 10px;
    /* Adjust the size of the dot */
    width: 10px;
    /* Adjust the width of the dot */
    height: 10px;
    /* Adjust the height of the dot */
    border-radius: 50%;
    /* Make the dot round */
    border: none;
    /* Remove the dot border */
    background-color: #dfdfdf;
    /* Set the color of the inactive dots */
}

.slick-dots li.slick-active button {
    background-color: #c29c1e;
    /* Set the color of the active dot */
}

.testimonials {
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials::before {
    content: '';
    position: absolute;
    /* Make sure the pseudo-element is positioned absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(5px);
    filter: brightness(30%);
    background-image: url('../img/tbg.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /* Ensures the background image is centered */
}

.testimonials h1 {
    color: #c29c1e !important;
}

.testimonials-p {
    color: #fff;
    font-size: 1rem;
}

.testimonials p {
    color: #fff;
}

.testimonial-author {
    color: #c29c1e !important;
}