* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* menu-area-starting---------------- */

.container-common {
    max-width: 77%;
    margin: auto;
}

.mb-0-common {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* header */

.header {
    width: 100%;
    position: relative;
    z-index: 99;
    transition: all 0.4s ease;
}



/* Slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}







.header-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo-section {
    display: flex;
    align-items: center;
}

.header .logo a {}

.header .item-right {
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: inline-block;

    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-right: 25px;
}

/* .header .menu>ul>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-family: "Inter Tight", sans-serif;
    text-decoration: none;
} */


/* 1. Limit the height to just the text height (approx 1.2em) */
.stagger-link {
    display: inline-flex !important;
    overflow: hidden;
    line-height: 1.2;
    /* Tightens the "box" around the letters */
    height: 1.2em;
    /* This prevents the "long" slide */
    text-decoration: none;

    font-family: "Inter Tight", sans-serif;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

/* 2. Positioning the individual letter pairs */
.letter-wrapper {
    position: relative;
    display: inline-block;
}

/* 3. Base style for letters */
.char-primary,
.char-hover {
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s ease;
}

/* 4. The "New" letter sits exactly below the current one */
.char-hover {
    position: absolute;
    top: 100%;
    /* Sits immediately under the first letter */
    left: 0;
    color: #000000;
}

/* 5. THE SHORT SLIDE: Only moves up by the text's height */
.stagger-link:hover .char-primary {
    transform: translateY(-100%);
}

.stagger-link:hover .char-hover {
    transform: translateY(-100%);
}

/* This overrides the color ONLY for the link with the 'link-red' class */
.stagger-link.link-red .char-hover {
    color: #ffffff;
}







.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 90px !important;
    justify-content: space-between;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    /* flex: 0 0 25%; */
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #3f3f3f;
}

.caraousel-head {
    font-family: "Inter Tight", sans-serif;
    font-size: 55px !important;
    font-weight: 400;
    color: #000000 !important;
}

.list-drp {
    padding-left: 0px !important;
    display: flex;
    flex-direction: row;
}

.listing {
    color: #3D3D3D;
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
    text-decoration: none;
    /* Smooth animation */
    transition: all 0.3s ease-in-out;
    display: inline-block;
    /* important for movement */
}

.listing:hover {
    transform: translateX(5px);
    /* move right */
    color: #000;
    /* optional: smooth color change */
}


.contact-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.contact-title {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

/* underline */
.contact-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 70%;
    height: 2px;
    background: #000;
}

.contact-title-abt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 70%;
    height: 2px;
    background: #ffffff;
}

/* smooth animation */
.contact-arrow {
    transition: transform 0.4s ease-in-out;
}

/* hover animation */
.contact-row:hover .contact-arrow {
    transform: translate(8px, -8px);
}

/* banner section-------------------------------------------------------------------------------- */


/* banner section-------------------------------------------------------------------------------- */

.mobile-menu-head,
.mobile-menu-triggers {
    display: none;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


/*responsive*/

@media(max-width: 991px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 0px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #000000;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }




    .header .mobile-menu-triggers {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-triggers span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-triggers span:before,
    .header .mobile-menu-triggers span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .header .mobile-menu-triggers span:before {
        top: -6px;
    }

    .header .mobile-menu-triggers span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 99999;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.click-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: end;
    gap: 35px;
}

.search-icon {
    display: flex;
    position: relative;
}

.round-ico {
    width: 23px;
    height: 23px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    top: -12px;
    left: 10px;
}

.head-slide {
    width: 100%;
    background: #000;
    overflow: hidden;
    padding: 10px 0;
}

.marquee {
    display: flex;
    gap: 40px;
    /* spacing between each text */
    white-space: nowrap;
    will-change: transform;
}

.marquee span {
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
}

.common-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 10;
}

.common-btn-heading {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid #E5E5E5;
    padding: 18px;
    justify-content: space-between;
}

.btn-heading {
    font-family: "Inter Tight", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
    margin: auto 0;
}

.black-btn {
    width: fit-content;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Inter Tight", sans-serif;
    font-size: 20px;
    padding: 15px 28px;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border: 1px solid #000000;
}

.black-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.best-seller-grids {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_best_sellers {
    grid-auto-flow: row;
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);

    .spanItem {
        grid-column: span 2;
    }

    @media (max-width:575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
    }
}


/* banner-section-------------------------------------------- */

.creative-hd {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
}

.m-auto-round {
    margin: auto 0 0;
}

.pt-260-cmn {
    padding-top: 270px;
}

.port-fol {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.para-ban {
    color: #000;
    text-align: right;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 70%;
    text-align: right;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    line-height: 1.2;      /* 🔥 important */
    display: block;
}

.marquee {
    display: inline-flex;
    will-change: transform;
}

.marquee span {
    font-family: "Inter Tight", sans-serif;
    font-size: 143px;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 80px;
    color: #000;
}

/* Infinite Animation */
@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.index-img {
    z-index: 10;
      perspective: 1200px;  
}


.sree-img {
   
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    will-change: transform;
}

.mar-top-neg {
    margin-top: -175px;
}

.pb-cus-cp-cmn {
    padding-bottom: 205px;
}


.bird {
    position: absolute;
    left: 197px;
    top: 140px;
    display: inline-block;
    z-index: 10;
}

.deer {
    position: absolute;
    left: 10px;
    top: 320px;
    display: inline-block;
    z-index: 10;
}

.eagle {
    position: absolute;
    left: 5px;
    bottom: 240px;
    display: inline-block;
    z-index: 10;
}

.elephent {
    position: absolute;
    right: 0px;
    top: 204px;
    display: inline-block;
    z-index: 10;
}

.parrot {
    position: absolute;
    right: 370px;
    top: 185px;
    display: inline-block;
    z-index: 10;
}

.kingfisher {
    position: absolute;
    right: 0px;
    bottom: 360px;
    display: inline-block;
    z-index: 10;
}

/* Base style */
.bird img,
.deer img,
.eagle img,
.elephent img,
.kingfisher img,
.parrot img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

/* Different animation timings */
.bird img {
    animation: floatUpDown 3s ease-in-out infinite;
}

.deer img {
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.eagle img {
    animation: floatUpDown 2.8s ease-in-out infinite;
    animation-delay: 0.2s;
}

.elephent img {
    animation: floatUpDown 4.5s ease-in-out infinite;
    animation-delay: 1s;
}

.kingfisher img {
    animation: floatUpDown 3.5s ease-in-out infinite;
    animation-delay: 0.7s;
}

.parrot img {
    animation: floatUpDown 2.5s ease-in-out infinite;
    animation-delay: 0.3s;
}

/* Hover only removes grayscale */
.bird:hover img,
.deer:hover img,
.eagle:hover img,
.elephent:hover img,
.kingfisher:hover img,
.parrot:hover img {
    filter: grayscale(0%);
}

/* Floating animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* ABOUT-SECTION----------------------- */


.abt-head {
    position: relative;
    display: inline-block;
}

/* Circle */
.abt-head::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.abt-head {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}

.abt-cntnts {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.top-cus-abt {
    padding-top: 160px;
}

.abt-cntnts-two {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}


.explore-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    /* adjust as needed */
}

.explore-text {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.explore-icon {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

/* Hover Animation */
.explore-link:hover .explore-icon {
    transform: translateX(6px) translateY(-6px);
}

/* featured-section ------------------ */


.cmn-head-main {
    font-family: "Inter Tight", sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.cmn-head-sub {
    color: #000;
    text-align: right;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.special-wid {
    width: 23%;
}

.grid-cmn-head {
    color: #000;
    font-family: "Gilda Display", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    display: flex;
    text-transform: capitalize;
}

.grid-cmn-date {
    color: #787878;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.anim-div {
    overflow: hidden;
    /* Prevents image overflow */
    position: relative;
}

.anim-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transform: scale(1);
    transition: transform 0.6s ease-in-out;
}

/* Hover Effect */
.anim-div:hover .anim-img {
    transform: scale(1.1);
}

.see-works {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;

    font-family: "Inter Tight", sans-serif;
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.see-arrow {
    transition: transform 0.3s ease-in-out;
}

.see-works:hover .see-arrow {
    transform: translate(5px, -5px);
}


/* contact-section----------------------------------------------- */

.brdr-tp {
    border-top: 1px solid #000000;
}

.pad-btm-con {
    padding-bottom: 90px;
}



.contact_form_home {


    font-family: "Inter Tight", sans-serif;
}

.contact_form_home_container {

    margin: auto;
}

.contact_form_home_row {
    display: flex;
    gap: 30px;
}

.contact_form_home_group {
    width: 100%;
    margin-bottom: 18px;
}

.contact_form_home_half {
    width: 50%;
}

.contact_form_home input,
.contact_form_home textarea {
    width: 100%;

    border: 1px solid #eceaea;
    border-bottom: 1px solid #555;
    padding: 18px 15px;


    color: #717171;

    font-size: 16px;



    font-family: "Inter Tight", sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.contact_form_home textarea {
    min-height: 110px;
    resize: none;
}

.contact_form_home input:focus,
.contact_form_home textarea:focus {
    border-bottom: 2px solid #000;
}

.contact_form_home_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.contact_form_home_checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.contact_form_home_submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: "Inter Tight", sans-serif;

    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    position: relative;
}

/* Arrow styling */
.btn-arrow {
    display: inline-flex;
    transition: transform 0.4s ease;
}

/* Hover effect */
.contact_form_home_submit:hover {
    background: #333;
}

/* Arrow moves smoothly */
.contact_form_home_submit:hover .btn-arrow {
    transform: translateX(6px);
}

.brd-top-ftr {
    border-top: 1px solid #bfbfbf;
}


.gl-pb-130 {
    padding-bottom: 130px;
}



.top-bar {


    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Left Navigation */
.nav-left {
    display: flex;
    gap: 40px;
}

.nav-left a {
    text-decoration: none;
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: ease-in-out .5s;
}

.nav-left a:hover {
    text-decoration: none;
    color: #444444;

}

/* Right Section */
.nav-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 21px;
    height: auto;
    cursor: pointer;
}

/* Copyright */
.copyright-text {
    color: #717171;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.gl-link {
    text-decoration: none;
    color: #717171;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;


}

.gl-link:hover {

    color: #000000;

}


.nav-left {
    font-size: 16px;
}


/* work-------------------------------------------------------------- */

.gap-cus-wor {
    gap: 65px;
}

.work-head {
    font-family: "Inter Tight", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.wrk-sub-hd {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.brd-work-new {
    border-bottom: 1px solid #000000;
}




.work-grids {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.col5_best_work {
    grid-auto-flow: row;
    gap: 30px 25px;
    grid-template-columns: repeat(3, 1fr);

    .spanItem {
        grid-column: span 2;
    }

    @media (max-width:991px) {
        grid-template-columns: repeat(2, 1fr);

    }

    @media (max-width:575px) {
        grid-template-columns: repeat(1, 1fr);
         gap: 30px 10px;

    }
}


.zoom-wrk {
    overflow: hidden;
    /* Hide overflow while zooming */
    position: relative;
}

.zoom-img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease-in-out;
    /* Smooth animation */
}

/* Hover Zoom */
.zoom-wrk:hover .zoom-img {
    transform: scale(1.1);
    /* Zoom level */
}


/* contact-page------------------------------- */

.contact-container {
    width: 100%;
    position: relative;
    display: flex;
}

.gap-50-cus {
    gap: 50px;
}

.obj-cvr-con {
    object-fit: cover;
}

/* about-section------------------------------------------------------- */


.about-banner-section {
    background-image: url("./images/about/about-banner.webp");
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 860px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    display: flex;
}

.cus-neg-mar-ban {
    margin-top: -10px;
}

.intro-cus {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.intro-cntnt {
    color: #A7A7A7;
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.ban-pt-abt {
    padding-top: 200px;
}

.gl-obj {
    object-fit: cover;
}

/* counter-area------------------------------------------- */
.abt_slide {
    width: 100%;
    overflow: hidden;

    padding: 12px 0;
}

.abt_slide_track {
    display: flex;
    width: max-content;
    animation: abt_slide_move 25s linear infinite;
}

.abt_slide_item {
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    margin-right: 100px;
}

/* Smooth Infinite Animation */
@keyframes abt_slide_move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.brd-btm-count {
    border-bottom: 1px solid #bfbfbf;
}

.gl-w-48 {
    width: 48%;
}

.abt-header-page {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.abt-bx-line {
    border-bottom: 1px solid #000000;
}

.cmn-txt-abt-sec {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.gl-pb-120-cus {
    padding-bottom: 120px;
}



.hov-top {
    display: block;

    transition: transform 0.6s ease-in-out;
}

/* Hover Effect */
.img-wrapper:hover .hov-top {
    transform: translateY(-20px);
    /* Move image up */
}

.gl-w-30-cus {
    width: 30%;
}

.wht-abt {
    color: #ffffff !important;
    font-weight: 600;
}

.wht-abt:hover {
    color: #c2c2c2 !important;
    font-weight: 600;
}

.abt_zoom {
    overflow: hidden;
}

.abt_zoom img {
    width: 100%;
    display: block;
    transition: transform 0.7s ease-in-out, filter 0.7s ease-in-out;
    filter: grayscale(100%);
    /* Black & White by default */
}

/* Hover Effect */
.abt_zoom:hover img {
    transform: scale(1.1);
    /* Zoom */
    filter: grayscale(0%);
    /* Back to original color */
}

.abt_zoom-two {
    overflow: hidden;
}

.abt_zoom-two img {
    width: 100%;
    display: block;
    transition: transform 0.7s ease-in-out, filter 0.7s ease-in-out;

}

/* Hover Effect */
.abt_zoom-two:hover img {
    transform: scale(1.1);
    /* Zoom */

}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

/* Show Button */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover Effect */
.back-to-top:hover {
    background-color: #111;
    transform: translateY(-3px);
}


.whatsapp-float {
    position: fixed;
    right: 36px;
    bottom: 100px;
    /* above back-to-top */
    z-index: 999;
}

.whatsapp-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;

    transition: all 0.3s ease-in-out;
}


.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: headerSlideDown 0.35s ease forwards;
}

@keyframes headerFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-fixed.is-fixed {
    animation: headerFadeIn .5s ease forwards;
    background-color: #ffffff;
}

.header-fixed-black.is-fixed {
    animation: headerFadeIn .5s ease forwards;
    background-color: #000000 !important;
}


.contact_form_home_checkbox input[type="checkbox"]:checked + label::before {
    background: #000;  /* change this color */
    border-color: #000;
}


.gap-40-grids{
    gap: 40px;
}