@media (min-width: 1024px) {

    /* html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.banner-home,
.aboutushome,
.product-home,
.manufacture-home,
.video-home,
.globe-home,
.our-brands,
.manufacturing-facilities{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
  transform: translateY(50px);
}

.banner-home.active,
.aboutushome.active,
.product-home.active,
.manufacture-home.active,
.video-home.active,
.globe-home.active,
.our-brands.active,
.manufacturing-facilities.active{
  opacity: 1;
  transform: translateY(0);
}
.banner-home.active{
    transform: translateY(-100px) !important;
}
footer {
  height: 100vh;
 overflow: hidden;
}

.bannerslider{
    overflow: hidden;
} */
    .navbar-collapse {
        background: none;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center !important;
    }

    .dropdown-toggle::after {
        position: unset !important;
        margin-left: 0 !important;
    }

    .navbar-brand img {
        width: 100%;
        height: 75px;
    }
    li.nav-item{
        position: static !important;
    }
 

    .pad-l-5 {
        padding-left: 100px !important;
    }

    .footer_column_2 ul li a {
        padding-bottom: 20px;
        transition: 0.3s all ease-in-out;
    }

    .footer_column_2 ul li a:hover {
        color: var(--secondory-uniwide-theme-color);
        padding-left: 10px;
    }

    .footer_column_2 {
        margin-top: 0px;
    }

    .footer_column_1 h2 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 300;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .footer_column_1 form input.form-control {
        height: 55px !important;
        width: 100%;
        display: block !important;
    }

    .copycontact {
        justify-content: end;
        display: flex;
    }

    footer {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    footer:before {
        position: absolute;
        content: '';
        width: 100%;
        background: url(../img/footer.svg);
        top: -107px;
        bottom: 0;
        left: 0%;
        background-size: cover;
        z-index: -1;
    }

    .copytext {
        text-align: left;
    }

    .five-cols .col {
        width: 20%;
        flex: 0 0 16% !important;
        margin: auto;
    }

    .section-title h2 {
        line-height: 78px;
        font-size: 50px;
    }

    .section-title {
        padding-bottom: 30px;
    }

    section {
        padding: 50px 0;
    }

    .brand-grid {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 13px;
    }

    .single-brand-grid {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: var(--text-center);
    }

    .single-brand-grid img {
        width: 50%;
    }

    .double-brand-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 13px;
        background: transparent;
        /* No background for the wrapper */
    }

    .codiz,
    .almeira {
        border-radius: 10px;
    }

    .brand-box {
        padding: 60px;
        background: #fff;
        border-radius: 10px;
        text-align: var(--text-center);
    }

    .brand-box img {
        width: 50%;
    }

    .brand-box p {
        color: #6E6E6E;
        font-size: 17px;
        font-weight: 300;
        margin: 20px 0;
        line-height: 27px;
    }

    .codiz {
        min-height: 194px;
    }

    .almeira {
        min-height: 194px;
    }

    .productkeyfeaturemain {
        display: flex;
        flex-wrap: wrap;
    }

    .productkeyfeaturebox {
        width: 48%;
        margin: 5px 10px 5px 0;
    }

    .productfeaturemain {
        flex-wrap: nowrap;
        align-items: center;
        /* justify-content: space-around; */
    }

    .producttitle {
        width: 60%;
    }

    .productwarrenty {
        width: 40%;
    }

    .productfeature {
        text-align: var(--text-center);
    }

    /* .productcolors{
    display: flex;
} */
    .productcolors ul li {
        width: unset;
    }

    .productcolors a {
        margin: 0 7px;
        align-items: center;
    }

    .productenquirybtnmain {
        display: flex;
        align-items: center;
    }

    .productenquirybtn {
        width: 25%;
    }

    .productbtntext {
        width: 75%;
    }

    .productenquirybtn a {
        padding: 15px;
    }

    .product-title {
        position: absolute;
        top: 43%;
        transform: rotate(270deg);
        left: -18%;
    }

    .product-title h3 {
        font-size: 84px;
        color: #FFFFFF59;
        font-style: italic;
    }

    .product-color-title {
        width: 16%;
    }

    .product-actual-color {
        width: 86%;
    }

    .relatedproductbtn a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .relatedproductbtn i {
        font-size: 20px;
    }

    /* .relatedproductbtn{
    right: 15px;
    bottom: 15px;
} */
    .relatedproductbtn {
        right: 0px;
        bottom: 0px;
    }

    .producttitlemain {
        padding: 0 0 10px 0;
    }

    .product-gallery {
        padding: 40px;
    }

    section.prouct_main {
        position: relative;
        overflow: hidden;
    }

    section.prouct_main:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 400px;
        height: 400px;
        background-color: #0056ba;
        /* Match your brand's blue */
        border-radius: 50%;
        filter: blur(120px);
        /* Adjust the blur intensity */
        z-index: 0;
        opacity: 0.4;
        /* Optional for a soft look */
    }

    .testimonial-imgtitle {
        width: 56%;
    }

    .testimonial-logo {
        width: 14%;
    }

    .tetimonalclient-title h3 {
        font-size: 18px;
    }

    .testimonial-main .testimonialSwiper {
        padding-bottom: 80px;
    }

    .brand-discription {
        padding: 30px;
    }

    .codiz {
        flex-direction: row;
        margin-top: 0;
    }

    .codiz-produtgimg img {
        transform: unset;
        margin-bottom: unset;
        width: auto;
    }

    .codiz-discription {
        padding: 25px;
    }

    .codiz-produtgimg {
        text-align: right;
    }

    .brand-discription p {
        font-size: 16px;
    }

    .video-main .swiper-slide {
        transition: transform 0.5s ease, z-index 0.5s ease, filter 0.5s ease;
        filter: blur(2px);
        /* default blur */
    }

    .video-main .swiper-slide-active {
        transform: scale(1.5) !important;
        z-index: 2;
        filter: blur(0);
        /* remove blur for active slide */
    }

    .swiper-slide .video-wrapper video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    /* Optional: spacing between slides */
    .swiper-wrapper {
        align-items: center;
    }

    .videoSwiper {
        transition: 0.3s ease-in-out;
        padding: 80px 0 !important;
    }

    .video-main {
        position: relative;
    }

    .video-main .swiper-button-next {
        top: 50% !important;
        right: -75px;
        font-size: 10px;
        color: var(--secondory-uniwide-theme-color);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        text-align: var(--text-center);
    }

    .video-main .swiper-button-prev {
        top: 50% !important;
        left: -75px;
        font-size: 10px;
        color: var(--secondory-uniwide-theme-color);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        text-align: var(--text-center);
    }

    .swiper-button-next:after {
        font-size: 25px !important;
        content: "\f054" !important;
        font-family: 'Font Awesome 6 Free' !important;
    }

    .swiper-button-prev:after {
        font-size: 25px !important;
        content: "\f053" !important;
        font-family: 'Font Awesome 6 Free' !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }

    .video-main .swiper-scrollbar {
        display: none;
    }

    .two-color-title {
        padding-bottom: 30px;
    }

    .two-color-title h2 {
        font-size: 50px;
    }

    .aboutushome:before {
        width: 55%;
    }

    .aboutusdiscription {
        padding-left: 50px;
        padding-top: 30px;
    }

    .aboutushome:before {
        border-radius: 0 0px 0 100px;
    }

    .aboutusvg {
        padding: 80px 0;
    }

    .aboutusdiscription {
        text-align: left;
    }

    .banner-slide {
        padding: 150px 0 240px 0;
    }

    .banner-discription h1,
    .banner-discription h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-swipperslider .swiper-pagination {
        left: 50% !important;
        bottom: 150px !important;
    }

    .banner-swipperslider .swiper-pagination-bullet {
        width: 100px;
    }

    .banner-img {
        margin-top: 0;
    }

    .globe-container {
        width: 650px;
        height: 650px;
    }

    .globe-title h2 {
        font-size: 55px;
        line-height: 70px;
        text-align: var(--text-left);
    }

    .globe-title span {
        font-size: 55px;
        line-height: 70px;
        /* text-align: ; */
    }

    .slide-subtitle {
        font-size: 70px;
        margin-bottom: 20px;
    }

    .manufacture-static-title {
        font-size: 60px;
        line-height: 60px;

    }

    .slide-description {
        font-size: 20px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .rotated-text {
        position: absolute;
        right: -100%;
        top: 50%;
        transform: rotate(270deg) translateY(-50%);
        font-size: 2rem;
        color: rgba(0, 0, 0, 0.1);
        font-weight: bold;
        font-weight: 700;
        font-style: italic;
        font-size: 80px;
        line-height: 80px;
    }

    .globe-title::before {
        left: -100px;
        bottom: -150px;
    }

    .contact-detail:before {
        width: 55%;
        border-radius: 0 0 100px 0;
    }

    .cont-i {
        width: 10%;
    }

    .cont-d {
        width: 90%;
    }

    .contact-blue h3 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 40px;
    }

    .cont-d a {
        font-size: 18px;
    }

    .aboutustext {
        padding-right: 40px;
    }

    .aboutustext p {
        font-size: 16px;
        line-height: 28px;
    }

    .we-belive-img {
        /* position: absolute; */
        bottom: 15px;
        left: 40px;
    }

    .menu_main a {
        line-height: 80px;
    }

    .mega-menu-item a {
        line-height: 20px;
    }

    .manufatureInner .swiper-button-next {
        top: 50% !important;
        right: -75px;
        font-size: 10px;
        color: var(--secondory-uniwide-theme-color);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        text-align: var(--text-center);
    }

    .manufatureInner .swiper-button-prev {
        top: 50% !important;
        left: -75px;
        font-size: 10px;
        color: var(--secondory-uniwide-theme-color);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        text-align: var(--text-center);
    }

    .manufacture-static-title {
        position: absolute;
        top: -15%;
        left: 0px;
        z-index: 10;
        color: #000;
    }

    .manufacturing-wrapper:before {
        content: "";
        position: absolute;
        top: 8%;
        right: 0;
        width: 50%;
        height: 100%;
        background-image: url(../img/manufacture-bg.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }
    li.nav-item {
        padding: 4px 8px;
        border-bottom: 1px solid #ffffff00;
    }
    .rotated-text {
        position: absolute;
        top: 50%;
        transform: rotate(270deg) translateY(-50%);
        color: rgba(0, 0, 0, 0.1);
        font-weight: bold;
        font-weight: 700;
        font-style: italic;
        font-size: 60px;
        line-height: 50px;
    }

    .codiz-2 svg {
        height: 360px !important;

    }

    .flex-direction {
        flex-flow: row;
    }

    /* Product Detail Page css  */


    /* .productfeature{
        width:unset;
    } */

    .manufacturing-text,
    .manufacture-static-title,
    .slide-subtitle,
    .slide-description,
    .nav-btn {
        text-align: var(--text-left);
    }

    /* SectionSticky Css  */

    /* Global sticky position for all sections */



}

@media (min-width: 1920px) and (max-width: 2560px) {
    .testimonial-imgtitle {
        width: 36%;
    }
}


@media (max-width: 991px) {
    .mobile_menu {
  display: none !important;
}

.mobile_menu.show {
  display: block !important;
}

    .contact-form h2 {
        color: var(--primary-uniwide-theme-color) !important;
    }

    .highlight {
        font-size: 26px !important;
    }

    .breadcrumlist ul li {
        font-size: 12px;
    }

    .breadcrumlist ul li a {
        font-size: 12px;
    }

    .supporttext h2 {
        font-size: 25px !important;
    }

    .banner-slide {
        padding: 115px 0 165px 0;
    }

    .productkeyfeaturemain {
        flex-wrap: wrap;
    }

    .banner-discription span {
        font-size: 20px !important;
    }

    .banner-discription p {
        font-size: 12px;
        line-height: 24px;
    }

    .banner-discription h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .nav-btn {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .tab-menu {
        display: none !important;
    }

    .product-menu-list {
        display: none;
    }

    .servtab_btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #033b86;
        padding: 10px 15px;
        color: #fff;
        border: none;
        cursor: pointer;
        margin-bottom: 0px;
    }

    .servtab_btn i {
        background: #fff;
        color: var(--primary-uniwide-theme-color);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: var(--text-center);
        border-radius: 50%;
        font-size: 14px;
    }

    .dropdown-menu .container {
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }

    .servtab_btn.activemob {
        background: var(--primary-uniwide-theme-color);
    }

    .tab-content {
        display: block;
        padding: 0;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        padding: 0;
        margin-top: 20px;
        height: 275px;
        overflow: scroll;
    }

    .product-menu-list ul {
        display: block;
    }

    .product-menu-list ul li {
        width: 100%;
        padding: 0;
    }

    .product-menu-list ul li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 10px;
        align-items: center;
        border: 1px solid #023f8821;
    }

    .product-menu-list img {
        width: 30%;
    }

    .menu-title {
        width: 70%;
        text-align: left;
    }

    .codiz-2 svg {
        height: 350px !important;
        width: 100%;
        margin-bottom: -50%;
    }

    .codiz-2 {
        width: 100% !important;
    }

    .codiz-discription {
        text-align: center;
    }

    .codiz-dis2 {
        width: 100%;
    }

    .manufacture-slider .swiper-scrollbar {
        height: 4px !important;
        background: #eee;
        border-radius: 10px;
        margin-top: 20px;
    }

    .manufacture-slider .swiper-scrollbar-drag {
        background: #f44336 !important;
        border-radius: 10px;
        width: 20% !important;
    }

    .manufacture-slider .swiper-scrollbar {
        height: 8px !important;
        background: #ebf0f6;
        border-radius: 10px;
        width: 30% !important;
        left: calc(50% - 15%) !important;
    }

    .manufacturing-text {
        padding-bottom: 30px;
    }

    .aboutusdiscription h2 {
        margin: 20px 0;
        line-height: 30px;
    }

    .two-color-title span {
        font-size: 25px;
    }

    .productcolors ul li {
        width: unset;
    }

    .productfeaturemain {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* New CSS Sameksh */
@media (min-width: 1024px) and (max-width: 1366px) {
    
    .menu_main a {
        line-height: 26px !important;
        font-size: 12px !important;
    }

    .search-bar-li form input.form-control {
        font-size: 13px !important;
        padding: 5px !important;
    }

    .search-bar-li form {
        width: auto !important;
    }

    .navbar>.container {
        padding: 0 !important;
    }

    .navbar-brand {
        margin: 0 !important;
    }

    .navbar-brand img {
        height: 62px !important;
    }

    .nav-btn {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .search-bar-li form {
        width: 100px !important;
    }

    .dropdown-toggle::after {
        font-size: 9px !important;
        margin-left: 3px !important;
    }
    .nvnew-tab h3, .menu-title {
        font-size: 12px !important;
    }
 .product-menu-list img{
    width: 80px !important;
 }
 .manufatureInner .swiper-button-next, .video-main .swiper-button-next{
    right: 0 !important;
 }
 .manufatureInner .swiper-button-prev, .video-main .swiper-button-prev{
    left: 0 !important;
 }
 .globe-home{
    overflow: hidden !important;
 }
 .banner-slide {
    height: 500px !important;
 }
  .banner-discription h1, .banner-discription span{
    font-size: 40px;
 }
.banner-swipperslider .swiper-pagination{
    bottom: 30px !important;
}
.bannerslider .swiper-button-prev{
    left: 30px !important;
}
.bannerslider .swiper-button-next{
    right: 30px !important;
}
.banner-slide{
    padding: 70px 0 50px !important;
}
.banner-discription h1, .banner-discription h2{
    line-height: 40px !important;
}
}