* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    text-decoration: none !important;
}
 ::selection {
            background: red;
            color: white; /* Text color ko readable banane ke liye */
        }
.carousel-item img {
    height: 100px;
    width: auto;
    margin: auto;
}
.carousel-caption {
    bottom: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* background-color: red; */
    border-radius: 50%;
}
#discover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 80% !important;
    margin: auto !important;    
    height: auto !important;
}
@media (max-width: 1024px) {
    #discover {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100% !important;
        margin: auto !important;    
        height: auto !important;
    }
    .vehicle-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: white;
        padding: 30px;
        position: relative;
        width: 100%;
        height: auto !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        border-radius: 8px;
        margin: auto !important;
    }
}
@media (max-width:  768px) {
    #discover {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100% !important;
        margin: auto !important;    
        height: auto !important;
    }
}
.vehicle-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    height: auto !important;
}
.vehicle-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 30px;
    position: relative;
    width: 100%;
    height: auto !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 8px;
}
.vehicle-card::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: gray;
    left: 50%;
    top: 0;
    transform: skewX(-20deg);
    z-index: 1;
}
.info-section {
    position: relative;
    align-items: flex-start;
    z-index: 2;
}
.info-section h4 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #fff;

}
.info-section p {
    margin-bottom: 0.5rem;
    color: #fff;
}

.info-section .cost {
    font-size: 1.50rem;
    color: #e3342f;
    color: #fff;

}
.img-container {
    position: relative;
/*    z-index: 2;*/
}
.img-container img {
    width: auto;
    height: 280px;
    display: block;
}
.img-container img {
    transform: scaleX(-1);
}

.angled-bg {
    position: absolute;
    top: 0;
    left: -50px;
    width: 55%;
    height: 100%;
    transform: skewX(-20deg);
    z-index: 1;
}
.dark-bg { background-color: #423e3e; }

@media (max-width: 1024px) {
    .vehicle-list {
        flex-direction: column;
        align-items: center;
    }
    .vehicle-card {
        width: 90%;
    }
    .angled-bg {
    position: absolute;
    top: 0;
    left: -50px;
    width: 65%;
    height: 100%;
    transform: skewX(-20deg);
    z-index: 1;
    }
    .img-container img {
        transform: scaleX(1);
        position: relative;
        left: 30px;
    }

}

.prev-btn, .next-btn {
        font-size: 35px !important;
        color: #141010;
/*        background: rgba(0, 0, 0, 0.5);*/
        padding: 10px 15px;
        border-radius: 50%;
        cursor: pointer;
    }
   
  
    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }
    .owl-nav .prev-btn { margin-left: -10px; }
    .owl-nav .next-btn { margin-right: -10px; }
    #sec-1 .outer-carousel{
        background-color: #f82323;
        width: 100%;
        height: fit-content;
    }
    #sec-1 .carousel-wrap {
        margin: 0px auto;
        padding: 20px 0%;
        width: 92%;
        position: relative;
      }
      
      /* fix blank or flashing items on carousel */
      #sec-1 .owl-carousel .item {
        position: relative;
        z-index: 100; 
        /* -webkit-backface-visibility: hidden;  */
      }
      #sec-1 .owl-carousel .item img{
        height: 100px !important;
        width: 130px !important;
      }
  /* #sec-1  .fa-caret-right ,.fa-caret-left{
    color: white;
   } */
  
  /* end fix */
  #sec-1 .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    /* top: 50%; */
    /* color: #cdcbcd; */
  }
  #sec-1 .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #sec-1 .img-name{
    color: white;
    
  }
  #sec-1 .owl-nav i {
    font-size: 52px;
  }
  
  #sec-1 .owl-nav .owl-prev {
    left: -1330px;
    top: -30px !important;
  }
  
  /* #sec-1 .owl-nav .owl-prev :hover{
    color: red;
  }
  #sec-1 .owl-nav .owl-next :hover{
    color: red;
  } */
  #sec-1 .owl-nav .owl-next {
    right: -230px;
    top: -30px !important;
  }
  #sec-1 .owl-dot{
    display: none;
}

.carousel {
    height: 316px !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel .carousel-item {
    visibility: visible !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-item>img {
    width: 100%;
    height: auto;
}
.cards-image{
    position: relative;
    height: 150px;
    width: 150px;
}
.cards-image .cards-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-post img {
    width: 100%;
    height: auto;
}
.blog-post .card-body {
    padding: 15px;
}
.blog-post .card-title {
    font-size: 1.2rem;
    font-weight: bold;
}
.blog-post .card-text {
    font-size: 0.9rem;
}
.blog-post .read-more {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
nav {
    position: sticky;
    z-index: 99;
    width: 100%;
    background-color: white !important;
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: white; */
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 300;
    font-weight: 300    ;
    padding: 0px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
@media (min-width:921px) {
    .mob{
    font-weight: 300;
}
}

.nav-links li a:hover {
    color: red !important;
    font-weight: 400;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff !important;
    width: 180px;
    line-height: 45px;
    /* top: 85px; */
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    /* padding: 0 30px; */
    top: 400px;
    /* top: 85px; */
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #ffffff !important;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}

.content .row .mega-links {
    /* margin-left: -40px; */
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

/* .row .mega-links li {
    padding: 0 20px;
} */

.row .mega-links li a {
    padding: 0px;
    padding: 0 30px;
    color: #000000 !important;
    font-size: 17px;
    display: block;
}

/* .row .mega-links li:hover {
    color: red !important;
} */

/* .wrapper .nav-links li .mega-box .content{
    color: red !important;
} */

.nav-links a:hover {
  color: red;
}
.mega-box .content .mega-links a:hover {
  color: red !important;
}
.wrapper .btn {
    color: red !important;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}



@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: white;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
  

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
        color: red;
        height: 50px;
        width: 50px;

    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
        color: red;
        font-size: 20px;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showDrop1:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        /* color: #f2f2f2; */
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
        width: 100%;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

/* .logo img {
    height: 60px;
    width: 60px
} */

.logo {
    margin-top: 6px;
}

#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: red;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: white;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 53px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width:910px){
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .mob{
        font-weight: 500 !important;
        color: white;
    }
    .mobile-item{
        color: white;
    }
    .btn.menu-btn>img{
        height: 20px;
        width: 20px;

    }
    .btn.close-btn>img{
        height: 12px;
        width: 12px;
    }
}

@media (max-width:480px) and (min-width:320px) {
    .wrapper .nav-links a {
        /* font-size: 15px; */
        /* font-weight: 500; */
    }
    .nav-links .mobile-item {
        color: white;
    }
    .btn.menu-btn>img{
        height: 20px;
        width: 20px;
    }
    .btn.close-btn>img{
        height: 12px;
        width: 12px;
    }
    .mob{
        font-size: 15px !important;
        font-weight: 500 !important;
    }
    .mobile-item {
        font-size: 15px !important;

    }

    .mega-links li a {
        font-size: 12px !important;
    }

    .mega-box header {
        font-size: 15px !important;

    }

    .drop-menu {
        height: auto !important;
    }

    .drop-menu li {
        display: block !important;
    }

    .drop-menu li,
    a {
        font-size: 14px !important;
        width: 100%;
        /* font-weight: 500; */
    }
}
    .list-inline li{
        margin-right: 25px;
    }
    .main {
        height: 400px !important;
    }
    .category-slider{
        height: 600px !important;
        overflow: visible;  /* Parent container ka overflow ko visible set karna */
    }
 
@media (max-width: 768px) {
    .carousel {
        height: 200px !important;
    }
    .category-slider{
        height: 600px !important;
    }
}
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .carousel .carousel-item {
        visibility: visible !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel .carousel-item>img {
        width: 100%;
        height: 100%;

    }

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;   transform: translateY(-50%); 
    /* background-color: rgba(204, 30, 30, 0.807);  */
    border: none;
    /* width: 40px; 
    height: 40px; */
    /* border-radius: 50%;  */
    /* font-size: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* z-index: 10; */
    /* transition: background-color 0.3s; */
}

.owl-prev {
    left: -50px; 
}

.owl-next {
    right: -50px; 
}


.addressbar {
    /* background-color: #b81f1f; */
    background-color: black;
    padding: 10px 20px;
    /* color: #b81f1f;; */
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 0px 10px ; */
}

#log-add {
    display: flex;
    justify-content:space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

}

#log-add p {
    font-size: 14px;
    line-height: 27px;
}

.timer {
    display: flex; /* Use inline-flex to prevent wrapping */
    gap: 0.5rem; /* Add space between icon and text */
}


 .social-media-logo {
    display: flex;
    gap: 1.2rem;
} 

.social-media-logo a {
    color: #fff;
    font-size: 1.2rem;
    /* margin-right: 10px; */
    padding-bottom: 20px;
    transition: color 0.3s ease;
}

.social-media-logo a:hover {
    color: #b81f1f;
}

/* Responsive styles */
@media (max-width: 800px) {
    #log-add {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 10px;
    }

    /* Adjust font size for better readability */
    /* #log-add p, .timer p {
        font-size: 0.9rem;
    } */

    /* Center and stack social media icons */
    .social-media-logo {

        display: none;
    }

}

    .wrapper .logo a {
        color: #f2f2f2;
        font-size: 30px;
        font-weight: 600;
        text-decoration: none;
    }

    .wrapper .nav-links {
        display: inline-flex;
    }

    .nav-links li {
        list-style: none;
    }

    .nav-links li a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-weight: 300;
        font-weight: 300    ;
        padding: px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    @media (min-width:921px) {
        .mob{
        font-weight: 300;
    }
    }

    .nav-links li a:hover {
        color: red;
        font-weight: 400;
    }

    .nav-links .mobile-item {
        display: none;
    }

    .nav-links .drop-menu {
        position: absolute;
        background: #242526;
        width: 180px;
        line-height: 45px;
        top: 85px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    
    .nav-links li:hover .mega-box {
        transition: all 0.3s ease;
        /* top: 70px; */
        top: 110px !important;
        /* opacity: 1; */
        visibility: visible;
    }
     .nav-links li:hover .drop-menu{
        transition: all 0.3s ease;
        top: 72px;
        /* top: 111px; */
        opacity: 1;
        visibility: visible;
    }
    

    .drop-menu li a {
        width: 100%;
        display: block;
        padding: 0 0 0 15px;
        font-weight: 400;
        border-radius: 0px;
    }

    .mega-box {
        position: absolute;
        left: 0;
        max-width: 1920px;
        /* width: 100%; */
        /* padding: 0 30px; */
        top: 150px;
        /* opacity: 0; */
        visibility: hidden;
    }

    .mega-box .content {
        background: #242526;
        /* padding: 25px 20px; */
        display: flex;
        /* width: 100%; */
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    .mega-box .content .row {
        width: calc(25% - 30px);
        line-height: 45px;
    }

    .content .row img {
        width: 90%;
        height: 100%;
        object-fit: cover;
    }

    .content .row header {
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding: 0;
    }

    .content .row .mega-links {
        margin-left: -40px;
        border-left: 1px solid rgba(255, 255, 255, 0.09);
    }

    .row .mega-links li {
        padding: 0 20px;
    }

    .row .mega-links li a {
        padding: 0px;
        padding: 0 30px;
        color: #d9d9d9;
        font-size: 17px;
        display: block;
    }

    .row .mega-links li a:hover {
        color: red;
    }

    .wrapper .btn {
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        display: none;
    }

    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .desktop-item{
        color: black !important;
    }
    .mobile-item{
        color: white;
    }
    @media screen and (max-width: 970px) {
        .wrapper .btn {
            display: block;
        }
     
        .wrapper .nav-links {
            position: fixed;
            height: 100vh;
            width: 100%;
            max-width: 350px;
            top: 0;
            left: -100%;
            background: white !important;
            color:black !important;
            display: block;
            padding: 50px 10px;
            line-height: 50px;
            overflow-y: auto;
            box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
            transition: all 0.3s ease;
        }

        /* custom scroll bar */
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: #242526;
        }

        ::-webkit-scrollbar-thumb {
            background: #3A3B3C;
        }

        #menu-btn:checked~.nav-links {
            left: 0%;
        }

        #menu-btn:checked~.btn.menu-btn {
            display: none;
            color: #fff;
        }

        #close-btn:checked~.btn.menu-btn {
            display: block;
            color: white;
        }

        .nav-links li {
            /* margin: 15px 10px; */
        }

        .nav-links li a {
            /* padding: 0 20px; */
            display: block;
            font-size: 20px;
        }

        .nav-links .drop-menu {
            position: static;
            opacity: 1;
            top: 65px;
            visibility: visible;
            /* padding-left: 20px; */
            /* width: 100%; */
            max-height: 0px;
            overflow: hidden;
            box-shadow: none;
            transition: all 0.3s ease;
        }

        #showDrop:checked~.drop-menu,
        #showDrop1:checked~.drop-menu,
        #showMega:checked~.mega-box {
            /* max-height: 100%; */
        }

        .nav-links .desktop-item {
            display: none;
           
        }

        .nav-links .mobile-item {
            display: block;
            /* color: #f2f2f2; */
            font-size: 20px;
            font-weight: 100;
            padding-left: 20px;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .nav-links .mobile-item:hover {
            background: #3A3B3C;
        }

        .drop-menu li {
            /* margin: 0; */
            /* width: 100%; */
        }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 18px;
        }

        .mega-box {
            position: static;
            top: 65px;
            opacity: 1;
            visibility: visible;
            padding: 0 20px;
            max-height: 0px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
        }

        .mega-box .content .row {
            width: 100%;
            margin-bottom: 15px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .mega-box .content .row:nth-child(1),
        .mega-box .content .row:nth-child(2) {
            border-top: 0px;
        }

        .content .row .mega-links {
            border-left: 0px;
            padding-left: 15px;
        }

        .row .mega-links li {
            margin: 0;
        }

        .content .row header {
            font-size: 19px;
        }
    }

    nav input {
        display: none;
    }

    .body-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }

    .body-text div {
        font-size: 45px;
        font-weight: 600;
    }

    .logo img {
        height: 40px !important;
        width: 150px !important;
        margin-bottom: 10px;
    }

    .logo {
        margin-top: 6px;
    }


    #contact {
        padding: 60px 0;
    }

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

    #contact .contact-info i {
        font-size: 48px;
        display: inline-block;
        margin-bottom: 10px;
        color: red;
    }

    #contact .contact-info address,
    #contact .contact-info p {
        margin-bottom: 0;
        color: #000;
    }

    #contact .contact-info h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
    }

    #contact .contact-info a {
        color: #000;
    }

    #contact .contact-info a:hover {
        color: white;
    }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        margin-bottom: 53px;
    }
    @media screen and (max-width: 970px) {
        .nav-links .mobile-item:hover,.nav-links li:hover {
        background-color: red;
        color: white !important;
    }
    .nav-links li {
        display: block;
        /* width: 100%;  */
        text-align: center;
        /* padding: 0px 5px; */
        max-width: 300px;
    }
    .nav-links li a:hover{
        background-color: red;
        color: white !important;

    }
    .nav-links u .desktop-item:hover{
        background-color: red;
        color: white;
    }
    .nav-links li a {
        display: block;
        /* width: 100%;  */
        text-align: left; /* Text alignment adjust karein */
        padding: 0px 20px; /* Spacing for better visuals */
        box-sizing: border-box; /* Padding ko width mein shamil kare */
        text-align: center;
    }

    .drop-menu li a {
        /* width: 100%;  */
    }
   .btn.menu-btn>img{
           font-size: 30px;
        }
        .btn.close-btn>img{
           font-size: 30px;
        }
}
    @media (min-width: 768px) {

        #contact .contact-address,
        #contact .contact-phone,
        #contact .contact-email {
            padding: 20px 0;
        }
    }

    @media (min-width: 768px) and (max-width:910px){
        #contact .contact-phone {
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }
        .mob{
            font-weight: 500 !important;
            color: white;
        }
        .mobile-item{
            color: white;
        }
      .btn.menu-btn>img{
           font-size: 30px;
        }
        .btn.close-btn>img{
           font-size: 30px;
        }
    }

    @media (max-width:480px) and (min-width:320px) {
        
        .nav-links .mobile-item {
            color: white;
        }
     .btn.menu-btn>img{
           font-size: 30px;
        }
        .btn.close-btn>img{
           font-size: 30px;
        }
        .mob{
            font-size: 15px !important;
            font-weight: 500 !important;
        }
        .mobile-item {
            font-size: 15px !important;

        }

        .mega-links li a {
            font-size: 12px !important;
        }

        .mega-box header {
            font-size: 15px !important;

        }

        .drop-menu {
            height: auto !important;
        }

        .drop-menu li {
            display: block !important;
        }

        .drop-menu li,
        a {
            font-size: 14px !important;
            width: 100%;
            /* font-weight: 500; */
        }
    }
    .list-inline li{
            margin-right: 25px;
        }
