nav .logo {
    height: 60px !important;
    width: auto !important;
}

.full-height {
    height: 103vh !important; /* Assuming full-height means viewport height */
    background-size: cover !important;
    background-position: center !important;
    position: relative !important; /* Needed for absolute positioning of logo */
}

.logo-container {
    position: absolute;
    /* bottom: 20px; 
  right: 20px;   */
    top: 34px;
    left: 36px;
    z-index: 10; /* Ensure it stays above other content */
}

.menu-position {
    position: relative;
    top: 10px;
    right: 35px;
}

.logo-slider {
    max-width: 60px; /* Adjust size as needed */
    height: auto;
}

.underline {
    font-size: 25px !important;
}

.underline-new::before {
    content: ""; /* Empty content for the pseudo-element */
    display: inline-block; /* Aligns with the text */
    width: 50px; /* Length of the line */
    height: 2px; /* Thickness of the line */
    background-color: #986835; /* Color of the line */
    margin-right: 10px; /* Space between line and text */
    vertical-align: middle; /* Aligns the line with the text */
}

.golden-color {
    color: #986835;
}

.btn-success {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #000 !important;
    position: relative;
    padding: 8px 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    font-weight: normal;
    text-transform: uppercase;
}

.arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.arrow-up-right {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.arrow-right {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover state: Hide up-right, show right */
.btn-success:hover .arrow {
    transform: translateY(-50%) translateX(0.5rem);
}

.btn-success:hover .arrow-up-right {
    opacity: 0;
}

.btn-success:hover .arrow-right {
    opacity: 1;
}

.fab {
    color: #986835;
}

.footer1 span {
    display: flex;
    align-items: center;
}

.footer1 span img {
    width: 130px;
}

.vertical-line {
    width: 1px;
    height: 100px; /* Adjust height as needed */
    background-color: #a9a9a9; /* Match the gray color from the image */
    margin: 0 10px; /* Space around the line */
}

/* .navbar-brand {
    padding-top: 1.3125rem !important;
    } */

.navbar-brand p {
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 90px;
    top: 40px;
}

.btn {
    border-radius: 0px !important;
}

.active {
    color: #6c6c6c !important;
}

.scrollable-gallery {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
    padding-bottom: 20px; /* Space for scrollbar */
}

.gallery-wrapper {
    display: inline-flex;
    gap: 15px; /* Space between images */
}

.gallery-item {
    display: inline-block;

    min-width: 550px; /* Minimum width for each item */
    max-width: 650px; /* Maximum width for each item */
}

.gallery-item img {
    width: 100%;
    height: auto;
}

/* Hide scrollbar for cleaner look (optional) */
.scrollable-gallery::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.scrollable-gallery {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.portfolio-item {
    transition: all 0.3s ease;
}
.portfolio-item.hidden {
    display: none;
}
.portfolio-image {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.portfolio-image:hover .portfolio-overlay {
    opacity: 1;
}
.filter-buttons {
    text-align: center;
    margin-bottom: 2rem;
}
.filter-btn {
    padding: 8px 16px;
    margin: 0 5px;
    /* background: #f5f5f5; */
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}
.filter-btn:hover {
    background: #e0e0e0;
}
.filter-btn.active {
    background: #505050;
    color: white !important;
}
.learn-more-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #000;
    color: white;
    text-decoration: none;
    border: none;
    float: right;
}

.learn-more-btn:hover {
    color: #fff;
}
.load-more-btn {
    padding: 8px 16px;
    background: #505050;
    color: white;
    border: none;
    cursor: pointer;
}

.project-container {
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-text h2 {
    margin-bottom: 1rem;
}
.details-table {
    line-height: 1.8;
    color: #333;
}
.details-table td:first-child {
    font-weight: 600;
    padding-right: 20px;
    color: #444;
}
.details-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.img-cropped {
    width: 100%; /* Makes the image responsive within the column */
    height: 400px; /* Set a fixed height to maintain consistency */
    object-fit: cover; /* Crops the image to fit the height */
    padding-bottom: 5px;
}

.w-30 {
    width: 30%;
}

.img-cropped-project {
    width: 100% !important; /* Makes the image responsive within the column */
    height: 400px !important; /* Set a fixed height to maintain consistency */
    object-fit: cover !important; /* Crops the image to fit the height */
}

.teams-cropped {
    width: 100% !important; /* Makes the image responsive within the column */
    height: 500px !important; /* Set a fixed height to maintain consistency */
    object-fit: cover !important; /* Crops the image to fit the height */
}

.home-about-img-container {
    position: relative; /* Makes the container a positioning context for the absolute link */
    overflow: hidden; /* Prevents zoom overflow */
    width: 100%;
    /* height: 350px;  */
}

.home-about-img {
    width: 100%;
    /* height: 350px;
  object-fit: cover; */
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

.home-about-img:hover {
    transform: scale(1.1); /* Zooms in by 10% on hover */
}

.about-a {
    position: absolute; /* Positions the link relative to the container */
    bottom: 20px; /* Distance from the bottom */
    left: 20px; /* Distance from the left */
    color: white; /* Text color */
    font-size: 24px;
    /* background-color: rgba(0, 0, 0, 0.7);  */
    padding: 10px 20px; /* Padding for the button */
    text-decoration: none; /* Removes underline */
    font-weight: bold; /* Bold text */

    transition: opacity 0.3s ease; /* Smooth fade-in effect */
}

.about-a:hover {
    opacity: 1; /* Shows the link on hover */
    color: #fff !important;
}

.about-us-2 {
    background-color: #100e0e48; /* White background for the card */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 20px; /* Inner spacing */
    margin: 20px 0; /* Outer spacing */
    border: 1px solid #e0e0e0; /* Light border for definition */
    margin-left: auto; /* Centers the card */
    margin-right: auto;
}

h1,
h2,
h3 {
    /* color: #505050 !important; */
}
/* 
#ws-home-about-us .container-fluid{
    padding: 0px !important;
} */

body {
    overflow-x: hidden !important;
    overflow-y: auto; /* keeps vertical scroll */
}

html {
    overflow-x: hidden !important;
}

.text-justify {
    text-align: justify;
}

.common-padding {
    padding: 250px 0px;
}
.common-padding-about {
    padding: 250px 220px;
}
/* slider css */
.carousel-indicators [data-bs-target] {
    background-clip: inherit !important;
    border-radius: 100px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-item.full-height {
    height: 100vh;
    /* Adjust height as needed */
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

/* Scroll Down Indicator */
.scroll-down-indicator {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-down-indicator:hover {
    transform: translateY(5px);
}

.scroll-down-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.scroll-down-content i {
    font-size: 18px;
    margin-right: 10px;
}

.scroll-down-content span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.studio-box {
    max-width: 40.5%;
    background-color: #cebe94;
    margin: 0 90px 0 0px;
}

.project-cards {
    height: 400px;
}

@media screen and (min-width: 1920px) {
    .project-cards {
        height: 440px;
        width: 420px;
    }

    .studio-box {
        max-width: 32.8%;

        margin: 0px 323px 0 0px;
    }

    .img-fluid {
        width: 100%;
    }
}

#ws-common-footer {
    /* padding-top: 100px; */
    margin-top: 350px;
    background-color: #343434;
}

/* Load All Button Styling */
#load-more-container {
    text-align: center;
    width: 100%;
}

#load-more {
    width: 250px;
    margin: 0 auto;
    display: block;
}

/* about page */
.about-h1 {
    font-size: 48px;
    line-height: 46.4px;
}

.about-margin {
    margin: 20px;
}

/* contact page */
.contacts {
    margin-top: -73px;
}

.footer-new {
    padding: 100px;
}

.contact-footer {
    font-size: 40px;
}

.footer-email {
    font-size: 20px;
    text-decoration: underline !important;
}

.footer-number {
    text-decoration: none;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .menu-position {
        position: relative;
        top: 20px;
        left: 10px;
    }

    .mx-3 {
        margin-right: 0px !important;
    }

    /* about page */
    .about-h1 {
        font-size: 22px;
        line-height: 36.4px;
    }

    h2 {
        font-size: 20px;
        line-height: 22.4px;
    }

    .about-margin {
        margin: 0px;
    }

    .about-h2 {
        padding: 20px;
    }

    /* about end */

    /* team page */
    .team-mobile {
        padding: 40px;
    }

    .navbar-brand p {
        font-weight: 700;
        font-size: 16px;
        position: absolute;
        left: 90px;
        top: 40px;
    }

    .me-2 {
        margin-right: 0px !important;
    }

    .studio-box {
        max-width: 55.5%;
        background-color: #cebe94;
        margin: 0px 36px 0 0px;
    }

    .studio-box p {
        font-size: 8px !important;
        line-height: 10px !important;
    }
    /* about page */
    .common-padding-about {
        padding: 50px 20px;
    }

    /* project-detail page */
    .fixed {
        background-attachment: unset !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .full-height {
        height: 50vh !important;
        background-size: cover !important;
        background-position: center !important;
        position: relative !important;
    }

    /* contact page */
    .contacts {
        margin-top: 3px;
    }

    /* common footer */
    .footer-new {
        padding: 10px;
    }

    #ws-common-footer {
        /* padding-top: 100px; */
        margin-top: 10px;
        background-color: #343434;
    }

    .common-padding {
        padding: 50px 0px;
    }

    h3 {
        font-size: 30px;
        line-height: 30.4px;
    }

    p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .text-justify {
        padding: 20px;
    }

    /* publication page */

    .publication-card .card-title {
        font-size: 16px !important;
    }

    /* Ensure search icon visible on mobile */

    /* footer */
    .iaaconsultancy {
        font-size: 13px;
    }

    .footer1 span img {
        width: 65px;
    }

    .contact-footer {
        font-size: 16px;
    }
    .footer-email {
        font-size: 14px;
    }

    .footer-number {
        font-size: 14px;
    }
    .vertical-line{
        height: 50px;
    }
}
