@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/nexa');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: dogwood;
    src: url("../Assets/font-family/Dogwood3.ttf");
}

:root {
    --font-family: "Outfit", serif;
    --font-family-DM: "DM Sans", serif;
    --font-family-nunito: "Nunito", serif;
    --font-family-play: "Play", serif;
    --font-family-nexa: 'Nexa', sans-serif;
    --font-family-dogwood: dogwood;
    --font-family-kanit: "Kanit", serif;
    --color1: #761114;
    --para-color: #545454;
    --border-col: #1818182f;
    --bg-color: #1A1A1A;
    --color-round: rgba(220, 220, 220, 0.966);
    --para-bg: #e7e7e7;
}
/* LIGHT THEME */
[data-theme="light"] {
    --color1: #761114;
    --para-color: #545454;
    --border-col: #1818182f;
    --bg-color: white;
    --text-color: black; /* Light theme text color */
}
/* LIGHT THEME */
body {
    box-sizing: border-box !important;
    margin: 0% !important;
    padding: 0% !important;
    font-family: var(--font-family) !important;
    overflow-x: hidden !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    body.fade-in {
        opacity: 1 !important;
    }

    body.fade-out {
        opacity: 0 !important;
    }

.form-select {
    background-color: #333;
}

.text-white1 {
    color: rgba(230, 230, 230, 0.842) !important;
}

.text-dark1 {
    color: var(--bg-color) !important;
}

.num {
    font-family: var(--font-family-play) !important;
}

/* MEDIA QUIRES */
.sdsd {
    display: block;
}

@media (max-width:992px) {
    .sdsd {
        display: none !important;
    }

    .float-en {
        position: absolute;
        right: 2%;
    }
}

.head-1 {
    font-weight: 600 !important;
}

@media (max-width:356px) {
    .head-1 {
        font-size: 28px !important;
    }
}

.topoff .nav-item .nav-link {
    text-transform: capitalize;
    color: white !important;
    font-weight: 600;
    font-size: 22px !important;
}



.lets-talk-btn-hover {
    position: absolute;
    top: 0%;
    height: 0%;
    width: 0%;
    background-color: #811f10 !important;
    z-index: -1;
    border-radius: 20px;
    height: 100%;
    right: 0%;
    transition: 0.5s ease-in-out !important;
}

.top-nav-heading {
    opacity: 0.1;
    position: absolute;
    bottom: 90px;
}

.top-header-icon > a {
    color: var(--bg-color) !important;
    background-color: white;
    padding: 5px 10px;
    z-index: 11;
    border-radius: 50%;
    font-size: 22px !important;
}

.top-header-icon {
    position: absolute;
    bottom: 90px;
    z-index: 11;
}

.lets-talk-btn:hover .lets-talk-btn-hover {
    left: 0%;
    height: 100%;
    width: 100%;
}

.lets-talk-btn {
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    border-radius: 20px;
    border: 1px solid white;
    background-color: transparent;
}

@media (max-width:576px) {
    .float-en {
        position: absolute;
        right: 2%;
    }
}

/* MEDIA QUIRES */

.navbar {
    margin: 0px;
    padding: 0%;
    background-color: rgba(255, 255, 255, 0.986) !important;
    z-index: 1111 !important;
    width: 100% !important;
    transition: 0.4s ease-in-out !important;
}

.nav-item > a {
    font-weight: 400 !important;
    color: #4b4b4b !important;
}

.nav-sec-col {
    color: #4b4b4b !important;
    font-weight: 400 !important;
}

#topbtn {
    font-size: 24px !important;
}

iframe {
    height: 70vh !important;
}

.main1 {
    position: relative;
    min-height: 100svh !important;
    margin: 0px;
    padding: 0px;
}

.sw-image {
    height: 100px !important;
    width: 250px;
}


.banner-img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-color: black !important;
    top: 0%;
}

.main1 {
    height: 10vh !important;
}

.topbtnfix {
    color: white;
    padding: 15px 10px !important;
    position: fixed;
    bottom: 10px;
    width: 50px;
    text-align: center !important;
    right: 10px;
    z-index: 22222;
    border-radius: 50%;
    color: var(--color1) !important;
    background-color: white;
    border: 2px solid var(--color1);
    transition: 0.9s ease-in-out !important;
}

.gth {
    text-align: justify !important;
}

.over {
    padding-top: 10px !important;
    text-align: justify !important;
}

.text-jus {
    text-align: justify !important;
}

.over img {
    object-fit: cover !important;
}
/* NAV-HOVER */
.navhover {
    /* background-color: #bb9108 !important; */
    position: absolute !important;
    top: 0px;
    width: 100%;
    color: var(--golden-color) !important;
    z-index: -22 !important;
    bottom: 0px;
    transition: 0.5s ease-in-out !important;
    border-bottom: 2px solid var(--golden-color);
}

.nav-item:hover .navhover {
    height: 100%;
    /* background-color: var(--color1); */
    top: 0px !important;
    width: 100% !important;
}

.nav-item {
    position: relative;
    margin: 0px 6px;
}

    /* NAV-HOVER */
    .nav-item > a {
        font-weight: 500;
        /* font-size: 34px !important; */
        color: var(--para-color);
    }

.bg {
    background-color: var(--color1) !important;
}



.btn-red {
    border-radius: 50% !important;
    border: 1px solid var(--color1);
    color: var(--color1);
    padding: 6px 10px;
    background-color: transparent;
}

@media (max-width:992px) {
    .btn-red {
        font-size: 16px !important;
        border-radius: 10% !important;
    }
}

.sdsd .dropdown .btn {
    font-size: 18px !important;
}

.arr {
    fill: var(--color1) !important;
}

.image-1 {
    /* border-radius: 250px; */
    /* padding-left: 10px; */
    min-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}

.color-red {
    background-color: var(--color1) !important;
}

.ol7 {
    border: 1px solid rgb(255, 255, 255);
    /* border-radius: 250px; */
}





@media (min-width:992px) {
    .image-1 {
        border-radius: 250px !important;
        /* padding-left: 10px; */
        min-height: 370px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.image-1 {
    border-radius: 20px;
    min-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:992px) {
    .banner-btn {
        display: none !important;
        border-radius: 0% !important;
        padding: 5px !important;
    }
}

.banner-btn1 {
    border-radius: 5px;
    border: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    width: 200px;
    perspective: 1000px !important;
    background-color: transparent;
    position: relative !important;
    overflow: hidden;
}



.d_nonoe_Servcie {
    display: none;
}

.banner-btn, .banner-btn-hover {
    position: absolute !important;
    width: 100%;
    height: 100px;
    font-size: 16px !important;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease-in-out;
    backface-visibility: hidden;
    /* Prevent flickering */
}

.banner-btn {
    transform-origin: bottom;
}

.banner-btn-hover {
    transform: rotateX(90deg);
    /* Initially hidden */
    transform-origin: top;
}

.banner-btn1:hover .banner-btn {
    transform: rotateX(90deg);
    transition-delay: 0s;
    /* Rotate out immediately */
}

.banner-btn1:hover .banner-btn-hover {
    transform: rotateX(0deg);
    transition-delay: 0.2s;
    /* Show after 0.2s delay */
}

.icon-fixeds {
    border: 1px solid var(--color1) !important;
    color: var(--color1) !important;
}

.offcanvas {
    height: 100vh !important;
    z-index: 1111 !important;
}



.hoverbanner {
    transition: 0.7s ease-in-out !important;
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    left: 0%;
    z-index: 1;
}

.arrsvg {
    position: absolute !important;
    fill: white !important;
    bottom: 30% !important;
}

a:hover, button:hover {
    cursor: grabbing !important;
}

.pb-g {
    font-size: 14px;
    background-color: rgb(220, 219, 219);
}

.para-color {
    color: var(--para-color) !important;
}

.ofc1 {
    transition: 0.7s ease-in-out !important;
    width: 75% !important;
}

.fixo {
    top: 0%;
    height: 100vh;
    width: 2px;
    z-index: -1;
    background-color: var(--color-round) !important;
    position: fixed;
    left: 4.6%;
}

.fixo1 {
    top: 0%;
    height: 100vh;
    width: 2px;
    z-index: -1;
    background-color: var(--color-round) !important;
    position: fixed;
    right: 4.6%;
}

.top-ani {
    height: 80px;
    width: 1px;
    position: fixed;
    background-color: var(--color1);
    animation: 0.4s linear infinite top;
    /* Animation applied here */
}

@keyframes top {
    from {
        top: 0%;
        /* Start position */
    }

    to {
        top: 100%;
        /* End position */
    }
}

.product_swiper {
    border: 1px solid var(--color-round) !important;
}

.who {
    background-color: var(--bg-color);
}

.gth > div > img {
    object-fit: cover;
    background-size: cover;
    height: 400px !important;
    border-radius: 5%;
}

.s11 {
    fill: #1A1A1A !important;
}

.btn1 {
    background-color: transparent;
    /* color: white; */
    font-size: 15px;
    font-weight: 300;
    outline: none;
    border: none;
    z-index: 111;
    position: relative !important;
}

.s1 {
    fill: white !important;
}

.under-hover {
    position: absolute;
    border-bottom: 1px solid var(--color1) !important;
    bottom: 0px;
    width: 10%;
    height: 0%;
    z-index: -1;
    transition: 0.6s ease-in-out !important;
}

.btn1:hover .under-hover {
    width: 100%;
    height: 100%;
}

.klo {
    background: rgb(25, 23, 23);
    background: linear-gradient(90deg, rgba(25, 23, 23, 1) 1%, rgba(22, 22, 22, 1) 58%);
    border: 1px solid var(--para-color);
    border-radius: 10px;
}

.bg1 {
    background-color: #252525 !important;
}

.form_of_contact_us_section select {
    color: var(--para-color) !important;
    background-color: var(--para-bg);
}


.form_of_contact_us_section .form-control::placeholder {
    font-weight: 300 !important;
    color: rgb(12, 3, 3) !important;
}

.form_of_contact_us_section .form-control, select, textarea {
    border: 1px solid #d3d3d3 !important;
    border-radius: 6px !important;
    padding: 10px 8px;
    background-color: var(--para-bg);
}

.form_of_contact_us_section .iti {
    border: none !important;
    border-radius: 0% !important;
    border-bottom: 1px solid rgba(211, 211, 211, 0.349) !important;
    background-color: var(--para-bg) !important;
}

.navfix {
    position: fixed !important;
    top: 0% !important;
    transition: 0.4s ease-in-out !important;
    background-color: rgb(244, 244, 244);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#navunder {
    width: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid var(--color1);
}

#home {
    transition: 0.5s ease-in-out;
}

.ser-col-1 {
    transition: 0.9s ease-in-out;
    border-top: 1px solid var(--border-col) !important;
    border-bottom: 1px solid var(--border-col) !important;
}

    .ser-col-1:hover {
        cursor: grab;
        transition: 0.7s ease-in-out !important;
        background-color: #47474721;
    }

.pro > span:hover {
    color: white;
    background-color: #474747;
}

.pro > span {
    transition: 0.6s ease-in-out !important;
    border-radius: 7px;
    padding: 5px 15px;
    transition: 0.8s ease-in !important;
    font-size: 14px !important;
    border: 1px solid #47474762;
    /* background-color: var(--para-color); */
}

.course-det {
    transition: 0.7s ease-in-out !important;
    display: none;
}

.ser-col-1:hover .course-det {
    transition: 0.7s ease-in-out !important;
    display: block;
}

.offcanvas-top1 {
    position: fixed !important;
    right: 0% !important;
    background-color: var(--bg-color) !important;
    transition: 1.2s ease-in-out !important;
    height: 100vh !important;
    width: 85% !important;
    animation: top 0.1s linear !important;
}

@media (max-width:992px) {

    .d-flex > .input-group > button {
        display: none !important;
    }
}

.ser {
    background-color: var(--bg-color);
}

.i1 {
    object-fit: cover;
    background-size: cover;
    border-radius: 120px 0 120px 0;
}

.i2 {
    border-radius: 150px 150px 250px 0;
    object-fit: cover;
    background-size: cover;
}

.i3 {
    object-fit: cover;
    background-size: cover;
    border-radius: 150px 150px 250px 0;
}

.i4 {
    object-fit: cover;
    background-size: cover;
    border-radius: 120px 0 120px 0;
}


/* SERIVCE-PAGES CSS */
.service-card {
    background-color: #f8f9fa;
    border: 1px solid var(--border-col);
    padding: 10px;
    border-radius: 8px;
    position: relative !important;
    transition: 0.6s ease-in-out !important;
    z-index: 1;
}

    .service-card:hover .service-card-hover {
        width: 100%;
        background-color: var(--bg-color);
    }

.service-icon {
    background-color: var(--bg-color);
    color: white;
}

.service-title {
    margin-bottom: 10px;
}

.service-description {
    font-size: 14px;
    color: var(--para-color);
}

.para_bg {
    background-color: var(--para-bg) !important;
}

footer {
    background-size: cover;
    object-fit: cover;
    background-position: center;
    background-color: var(--bg-color) !important;
}

.bottom-footer {
    border-top: 1px solid var(--para-color) !important;
    background-color: var(--border-col);
}

/* SERICE-PAGE CSS */
/* FOOTER START */
/* footer>div>div>div */
/* FOOTER END */
.cardss > div > div:hover .cardss > div > div > h4 {
    font-weight: normal;
}

.cardss1 > div {
    z-index: 2 !important;
    position: relative !important;
    transition: 0.9s ease-in-out !important;
}

.col-22 {
    height: 450px !important;
    border-right: 1px solid white !important;
}



.cardss-hover {
    transition: 0.9s ease-in-out !important;
    z-index: -1;
    background-color: var(--bg-color);
    height: 100%;
    width: 0%;
    top: 0%;
    position: absolute !important;
}

.cardss > div > div > h4 {
    transition: 0.7s ease-in-out !important;
}



.cardss > div > div > div > i {
    padding: 15px;
    font-size: 28px;
    border-radius: 0% !important;
    color: white !important;
}

.set-btn {
    font-weight: 600 !important;
    color: var(--bg-color) !important;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid var(--border-col);
    background-color: white;
    position: relative;
    z-index: 100 !important;
}

    .set-btn:hover {
        color: var(--bg-color) !important;
    }

        .set-btn:hover .set-btn-hover {
            width: 100% !important;
            z-index: 200 !important;
            color: white !important;
        }

.set-btn-hover > a > i {
    color: white !important;
}

.set-btn-hover {
    z-index: 20 !important;
    transition: 0.9s ease-in-out !important;
    top: 0%;
    left: 0%;
    height: 100%;
    border-radius: 20px !important;
    width: 0%;
    background-color: #811f10b0 !important;
    position: absolute !important;
}

.col-22 {
    margin: 0px;
    padding: 0px;
    background-color: var(--color1);
}

.fa-circle {
    font-size: 6px !important;
}

.paraa-1 {
    text-align: justify;
    /* text-transform: capitalize; */
    font-weight: 600;
    font-size: 15px !important;
}

.strk {
    transition: 1.6 ease-in-out !important;
    color: var(--bg-color);
    font-weight: 600 !important;
    font-size: 42px !important;
    text-align: center;
}

@media (max-width:992px) {
    .strk {
        font-size: 42px !important;
    }
}

#topbtn {
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: var(--font-family-play);
}

/*  */

.slide-pos {
    transform: rotateX(-90deg);
    transition: 0.6s ease-in-out !important;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 5px 0px !important;
    width: 80%;
    height: 8%;
    left: 10%;
    position: absolute !important;
    bottom: 10px !important;
    color: white !important;
    background-color: var(--color1) !important;
}

/*  */

.borders {
    border: 1px solid var(--para-color) !important;
}

.btn3 {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s ease-in-out !important;
    position: relative !important;
}

    .btn3:hover .icon-hover {
        transition: 0.4s ease-in-out !important;
        background-color: var(--color1) !important;
        width: 100% !important;
        height: 100% !important;
        color: white !important;
    }

.icon-hover {
    color: transparent !important;
    position: absolute !important;
    width: 100%;
    height: 0% !important;
    bottom: 0%;
    transition: 0.4s ease-in-out !important;
    background-color: var(--color1);
    font-size: 24px !important;
    z-index: 111;
    padding-top: 6px;
    /* padding-top: 20px !important; */
    left: 0px;
    border: none !important;
    /* padding-top: 12px; */
}

.dropdown {
    transition: 0.5s ease-in-out !important;
}

.navbar .dropdown-menu {
    transition: 0.5s ease-in-out !important;
}



.who1 {
    margin: 0%;
    padding: 0%;
    background-color: var(--bg-color) !important;
}

.navbar .dropdown-menu > li > .dropdown-item:hover {
    background-color: var(--color1);
    color: white !important;
}


.nav-item > .nav-link {
    color: white;
}

    .nav-item > .nav-link:hover {
        color: var(--color1) !important;
    }

.navhover {
    /* background-color: #bb9108 !important; */
    position: absolute !important;
    top: 0px;
    width: 0%;
    color: var(--color1) !important;
    z-index: -22 !important;
    bottom: 0px;
    transition: 0.5s ease-in-out !important;
    border-bottom: 2px solid var(--color1) !important;
}

.nav-item:hover .navhover {
    top: 0px !important;
    width: 100% !important;
}

.social-icons {
    padding: 10px;
    left: 0%;
    background-color: var(--color1);
    background-color: #2b2a2a;
}

    .social-icons > div > a {
        background-color: var(--para-bg);
        font-size: 20px;
        color: var(--color1) !important;
    }

.offcanvas-end {
    transition: 0.8s ease-in-out !important;
}

/* 
 PAGES CSS */

/* 
 PAGES CSS */

.head-2 {
    font-weight: bolder !important;
    font-family: var(--font-family-nexa) !important;
    transition: all 0.7s !important;
}



.col-org {
    color: var(--color1) !important;
}

/* @media (max-width:992px) {
    .phonenum {
        width: calc(60vw - 10%) !important;
    }

} */

.col-9 > {
    font-family: var(--font-family-play) !important;
}

.cardsss {
    /* height: 140px; */
    transition: all 0.7s !important;
    border-radius: 10px;
    padding: 14px 10px;
    overflow: hidden !important;
    background-color: #252525;
}

.tags > p {
    text-align: start !important;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 17px;
    font-weight: 700 !important;
    border: 1px solid var(--para-color);
    border-radius: 30px;
    background-color: var(--bg-color);
}

.ex-cion {
    transition: all 0.9s !important;
    left: 0%;
    height: 100%;
    top: 0%;
    background-color: var(--color1);
    width: 0%;
    border-radius: 30px;
    color: white !important;
    overflow: hidden;
    position: absolute;
}

.cardsss:hover .ex-cion {
    width: 100%;
    color: white !important;
}

.btn-explore {
    padding: 10px;
    transition: ease-in-out 0.2s !important;
    color: white;
    position: relative !important;
    border: none;
    /* border: 1px solid red; */
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600 !important;
    background-color: var(--bg-color);
}

@media (min-width:992px) {
    .sticky-element {
        position: sticky !important;
        /* max-height: 140vh !important; */
        top: 2%;
        height: max-content !important;
        z-index: 10;
    }
}

.product-img {
    position: relative;
}

/* .line {
    transition: 10.8s all !important;
    position: absolute;
    top: 0%;
    background-color: rgba(255, 255, 255, 0.253);
    height: 85%;
    width: 10%;
    transform: rotate(10deg);
    left: 0%;
    animation: moveline 1s linear infinite;
}

@keyframes moveline {
    0% {
        left: 0%;
    }
    100% {
        left: 90%; 
    }
} */

.ser-img-1 {
    object-fit: cover !important;
    background-position: center !important;
    background-size: cover !important;
    height: 250px !important;
}

.border-radious {
    border-radius: 20px !important;
}

/* ACCORDIAN */
.accordion {
    background-color: var(--bg-color);
    color: white;
    margin: 2px 0px;
    border-radius: 20px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* font-size: 15px; */
    transition: 0.4s;
}

    .active,
    .accordion:hover {
        background-color: var(--color1);
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* ACCORDIAN */

.ser-img-2 {
    height: 350px !important;
}

@media(max-width:992px) {
    .ser-img-2 {
        height: 200px;
    }
}

/* date picker */
.fo::before {
    content: "Select a date" !important;
    /* Custom placeholder text */
    position: absolute !important;
    top: 10px;
    /* Adjust according to your design */
    left: 10px;
    color: #aaa;
    pointer-events: none;
    font-size: 14px;
}

.fo:focus::before {
    content: "" !important;
}

.fo:valid::before {
    content: "" !important;
}



.navbar .dropdown-submenu:hover .child-dropdown {
    display: block;
    transition: 0.6s ease-in-out !important;
}

.child-dropdown .dropdown-item {
    padding: 6px 15px;
    font-size: 14px;
    transition: 0.6s ease-in-out !important;
}

/* CHILD DROPDOWN CSS END */


.z-1 {
    z-index: -1;
}

.home_new {
    width: 100%;
    height: 90vh !important;
}

.banner-img_new {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    max-height: 110vh;
    min-height: 100vh;
    z-index: -1;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    top: 0%;
    left: 0% !important;
}
/* .banner-img_new{
    height: 100%;
 } */
img {
    background-size: cover !important;
    background-position: center !important;
    object-fit: cover !important;
}

.home {
    margin: 0px !important;
    padding: 0px !important;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.402);
    /* background-position: right top; */
    background-size: cover;
    object-fit: cover;
    position: relative;
    width: 100% !important;
}

.text-eni {
    position: relative;
    width: fit-content;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    color: transparent !important;
}

.text-ani-child {
    position: absolute;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    height: 90%;
    color: white;
    border-right: 2px solid white;
    animation: move 5s linear infinite;
}

@keyframes move {
    0% {
        width: 20%;
    }

    100% {
        /* color: white; */
        width: 100%;
    }
}



/*  */
.fill-white {
    fill: white !important;
}

.i22 {
    background-position: center;
    object-fit: cover;
    background-size: cover;
    height: 250px;
    z-index: 1;
}

.home > div h2 {
    padding: 5px 10px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.094);
}

.blur {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.094);
}

.btnhome {
    display: none !important;
    visibility: hidden !important;
    /* position: absolute; */
    bottom: 67px;
    padding: 5px 15px;
    border-radius: 20px;
    border: none;
    color: white !important;
    left: 6.5%;
    border: 1px solid rgba(255, 255, 255, 0.253);
    background-color: var(--color1);
}

.navfix1 {
    background-color: white !important;
}

.nav-color {
    color: #2e2e2ec5 !important;
    transition: 0.1s ease-in-out !important;
}



.iti {
    z-index: 122 !important;
    width: 100% !important;
    position: absolute;
    opacity: 1 !important;
    outline: none;
    /* background-color: var(--bg-color) !important; */
}

    .iti .iti__selected-dial-code {
        color: white !important;
    }

.iti__country-list {
    overflow-x: hidden !important;
    width: 390% !important;
    background-color: var(--bg-color) !important; /* Apni background color value rakho */
    color: white !important; /* Text ko white karne ke liye */
}

.iti input {
    position: absolute;
    opacity: 1 !important;
    padding: 6px 0px;
    color: var(--bg-color);
    border: none !important;
    border-radius: 0% !important;
    border-bottom: 1px solid rgba(211, 211, 211, 0.349) !important;
}

/* MARQUEE START */

/* MARQUEE END */
.slider-container {
    width: 80%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

/* Slider wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 1.5s ease-in-out;
}

/* Slider item styling */
.slider-item {
    border-radius: 8px;
    padding: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 99% 91%, 75% 91%, 75% 100%, 58% 91%, 0 90%);
    min-width: 100%;
    height: 350px;
    margin-top: 20px;
    background-color: var(--color1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 24px;
}

/* Navigation buttons styling */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color1) !important;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

    /* Optional: Add a little hover effect to buttons */
    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.custom-navigation > button:hover {
    background-color: var(--color1) !important;
}

.custom-navigation > button {
    padding: 15px;
    transition: 0.3s ease-in-out;
    border: none;
    color: white;
    border: 1px solid var(--para-color);
    background-color: transparent;
}

.contact_image {
    background-size: cover !important;
    object-fit: cover !important;
    height: 70vh !important;
}


/* MARQUE SLIDER START */





/* MARQUE SLIDER END */

.form_ser > div > div > .form-control::placeholder {
    color: rgb(27, 27, 27) !important;
}

.form_ser > div > div > .form-control {
    border: 1px solid var(--border-col) !important;
    background-color: transparent !important;
}

.form_ser > div > div > .iti input {
    border: 1px solid var(--border-col) !important;
    background-color: transparent !important;
}

CSS
.justify {
    text-align: justify;
}

/* ================ NEW ADDTITION START ============== */
.form_ser .form-control {
    color: #1A1A1A !important;
}

.form_ser .iti {
    color: var(--bg-color) !important;
    background-color: white !important;
}

    .form_ser .iti .iti__selected-dial-code {
        color: rgb(29, 29, 29) !important;
    }

.form_ser.iti__country-list {
    overflow-x: hidden !important;
    width: 390% !important;
    background-color: var(--bg-color) !important; /* Apni background color value rakho */
    color: rgb(37, 37, 37) !important; /* Text ko white karne ke liye */
}

/* ================ NEW ADDTITION END ============== */

.cardteam, .cardteam img, .cardteam .designation {
    border-radius: 20px !important;
}

    .cardteam img {
        object-fit: cover;
        /*width: 50vw !important;*/
        height: 400px !important;
        background-size: contain;
    }


@media (max-width:992px) {

    .cardteam img {
        object-fit: cover;
        width: 100vw !important;
        height: 60vh !important;
        background-size: contain;
    }
}

.cardteam {
    box-shadow: rgba(149, 157, 165, 0.315) 0px 8px 24px;
}

.cardInfo p {
    font-size: 15px !important;
}

/* =================== SERVICE DROPDOWN START  ============================== */
.large_nav .dropdown:hover .dropdown-menu {
    display: inline-block !important;
    padding-bottom: 30px;
    z-index: 31111 !important;
}

.large_nav .dropdown-menu {
    padding: 10px !important;
    display: none !important;
}

@media (min-width:992px) {
    .large_nav .dropdown:hover .dropdown-menu {
        z-index: 934222 !important;
        transition: 0.1s ease-in-out !important;
        left: 0% !important;
        margin: 0% 1% !important;
        position: fixed !important;
        width: 96vw !important;
    }
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
/* =================== SERVICE DROPDOWN END ================================== */


/* ==================== HOME SLIDEWR CODE START ========================= */
/* SWIPER CSS START  */
/* Swiper container settings */
.foodprints_section .swiper {
    width: 95%;
    max-width: 95%;
    padding-bottom: 50px !important;
}

.nav_of_footer a {
    color: white !important;
}

.product_swiper {
    height: 100px !important;
    width: 90% !important;
}

.product_swiper_wrapper {
    height: 100px;
    width: 80% !important;
}

.foodprints_section .swiper-slide img {
    background-size: cover;
    object-fit: cover;
    background-position: center;
    height: 300px !important;
}

.foodprints_section .swiper-slide {
    transition: 0.6s ease-in-out !important;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* height: 350px; */
    /* width: 28%; */
    border-radius: 10px;
}

/* Pagination bullets */
.foodprints_section .swiper-pagination-bullet {
    transition: 0.6s ease-in-out !important;
    padding: 10px;
    border-radius: 40px !important;
    background-color: #bdbdbd !important;
    opacity: 1;
}

.foodprints_section .swiper-pagination-bullet-active {
    transition: 0.6s ease-in-out !important;
    padding: 10px 20px;
    border-radius: 40px !important;
    background-color: var(--color1) !important;
}

#hidden.bs.collapse {
    transition: 0.5s ease-in-out;
}
/* SWIPER CSS END  */

/* ==================== HOME SLIDERWR CODE END ===================================== */
.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* Optional: adjust arrow colors */
.splide__arrow {
    color: #333;
}
/* ==================== HOME SLIDERWR CODE END ===================================== */
.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* Optional: adjust arrow colors */
.splide__arrow {
    color: #333;
}

.product_swiper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}
    /* ===== CLIENT SWIPER START ======== */
    .client_swiper .swiper-slide img, .product_swiper .swiper-slide img {
        height: 80px !important;
        object-fit: cover;
        background-size: cover;
        border-radius: 8px;
        padding: 5px 15px !important;
    }

.client_swiper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* border-right: 1px solid rgba(119, 136, 153, 0.253);   */
    /* box-shadow: rgba(97, 98, 99, 0.021) 0px 2px 4px 0px, rgba(14, 30, 37, 0.185) 0px 2px 16px 0px; */
}

@media (max-width:992px) {
    .client_swiper .swiper-slide img {
        padding: 5px !important;
        object-fit: cover;
        background-size: cover;
    }
}

.client_swiper, .product_swiper {
    height: 90px !important;
}

.grc_logo_div {
    display: flex;
    justify-content: center;
}

    .grc_logo_div img {
        height: 100px !important;
        object-fit: cover;
        background-size: cover;
    }

.table_grc img {
    object-fit: cover;
    background-size: cover !important;
    height: 60px !important;
    margin: 0% auto !important;
}

.table_grc {
    font-size: 14px !important;
}

.fs_6 {
    font-size: 15px !important;
}

#grcAccordion .accordion-item {
    margin: 1% 0% !important;
}

#grcAccordion {
    font-size: 14px !important;
}

#grcAccordion {
    background-color: var(--color1) !important;
}

    #grcAccordion .active {
        color: green !important;
    }

/* ===== CLIENT SWIPER END ========= */

footer .nav-item > .nav-link {
    transition: 0.6s ease-in-out !important;
    border-bottom: 1px solid var(--color1);
}

    footer .nav-item > .nav-link:hover {
        color: white !important;
        border-bottom: 1px solid white;
    }

.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    background: #fff; /* optional background */
    padding: 10px 0;
    margin-bottom: 8px;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll 40s linear infinite;
}

    .marquee-content img {
        height: 60px;
        margin: 0 30px;
        vertical-align: middle;
        transition: transform 0.3s ease;
    }

        .marquee-content img:hover {
            transform: scale(1.1);
        }

@keyframes marquee-scroll {
    from {
        transform: translateX(10%);
    }

    to {
        transform: translateX(-100%);
    }
}
