.ct-btn{
    background-color: #008fd6;
    color: white;
}
.ct-btn1{
    color: #008fd6;
}
.abt{
    
    line-height: 2rem;
}
.abt p{
    
    line-height: 2rem;
}
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color:#008fd6;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #008fd6;
    border: 1px solid #008fd6;
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #008fd6;
}

.navbar-light .navbar-brand img {
    max-height: 90px;   /* increase size */
    width: 280px;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 70px;
}
@media (max-width: 991px) {
    .sticky-top .navbar-light .navbar-brand img {
        max-height: 31px;
    }
    .navbar-light .navbar-brand img {
    max-height: 90px;  
    width: 200px;
}
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background:#008fd6;
    color: var(--bs-white);
}

.navbar .nav-item:hover > .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item > .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
/* Default (Desktop) */
.carousel-item img {
    height: 500px;
    object-fit: cover;
}

/* Mobile View */
@media (max-width: 768px) {
    .carousel-item img {
        height: 300px;
        object-fit: cover;
    }
}
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 500px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: #008fd6;
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
    .carousel .carousel-item,
.carousel .carousel-item img {
    height: 230px;
}

}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #008fd6;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background:#008fd6;
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
    line-height:2.2rem;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/



/* BRANDS */
.brands {
  padding: 70px 0;
  background: #fff;
}

.brand-img {
  width: 120px;
  max-width: 100%;
  margin: auto;
 
  transition: 0.3s;
}

.brand-img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}


        .why-choose-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }
 
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
 
        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
 
        .section-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
 
        /* Cards Container */
        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            perspective: 1000px;
        }
 
        /* Card Flip Container */
        .card-flip-wrapper {
            height: 100%;
            cursor: pointer;
        }
 
        .card-flip-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transform-style: preserve-3d;
            min-height: 400px;
        }
 
        .card-flip-wrapper:hover .card-flip-inner {
            transform: rotateY(180deg);
        }
 
        .card-front,
        .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px 30px;
            text-align: center;
            border-radius: 16px;
            transition: all 0.3s ease;
        }
 
        /* Front of Card */
        .card-front {
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid #e8e8e8;
        }
 
        .card-front:hover {
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
 
        .card-front .icon {
            width: 80px;
            height: 80px;
            background: #008fd6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 2.5rem;
        }
        .card-front .icon i{
                color: #fff;
             }
 
        .card-front h3 {
            font-size: 1.5rem;
            color: #1a1a1a;
            font-weight: 600;
            margin-bottom: 15px;
        }
 
        .card-front p {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
        }
 
        /* Back of Card */
        .card-back {
            background: linear-gradient(135deg, #008fd6 0%, #00b4e8 100%);
            color: white;
            transform: rotateY(180deg);
            box-shadow: 0 10px 30px rgba(0, 143, 214, 0.3);
        }
 
        .card-back h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
 
        .card-back p {
            font-size: 0.95rem;
            line-height: 1.7;
            font-weight: 500;
        }
 
        /* Responsive Design */
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2rem;
            }
 
            .cards-container {
                grid-template-columns: 1fr;
                gap: 25px;
            }
 
            .card-flip-inner {
                min-height: 350px;
            }
 
            .card-front,
            .card-back {
                padding: 30px 25px;
            }
        }
 
        @media (max-width: 480px) {
           
 
            .why-choose-section {
                padding: 40px 15px;
            }
 
            .section-header h2 {
                font-size: 1.7rem;
            }
 
            .section-header p {
                font-size: 0.95rem;
            }
 
            .card-flip-inner {
                min-height: 320px;
            }
 
            .card-front .icon {
                width: 70px;
                height: 70px;
                font-size: 2rem;
            }
             .card-front .icon i{
                color: #fff;
             }
 
            .card-front h3,
            .card-back h3 {
                font-size: 1.25rem;
            }
 
            .card-front p,
            .card-back p {
                font-size: 0.9rem;
            }
        }
 
        /* Animation on Page Load */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .card-flip-wrapper {
            animation: slideInUp 0.6s ease-out forwards;
        }
 
        .card-flip-wrapper:nth-child(1) {
            animation-delay: 0.1s;
        }
 
        .card-flip-wrapper:nth-child(2) {
            animation-delay: 0.2s;
        }
 
        .card-flip-wrapper:nth-child(3) {
            animation-delay: 0.3s;
        }
 
        .card-flip-wrapper:nth-child(4) {
            animation-delay: 0.4s;
        }
 
        /* Smooth Transitions */
        .card-flip-wrapper {
            transition: all 0.3s ease;
        }



        /**********************************GALLERY***************************/
        .gallery-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 20px;
        }
 
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
 
        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
 
        /* Gallery Grid - 4 Columns */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
 
        /* Gallery Image Box */
        .gallery-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
 
        .gallery-item:hover {
            border-color: #008fd6;
            box-shadow: 0 8px 25px rgba(0, 143, 214, 0.15);
            transform: translateY(-5px);
        }
 
        .gallery-item-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
 
        .gallery-item:hover .gallery-item-image {
            transform: scale(1.05);
        }
 
        .gallery-item-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 143, 214, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2;
        }
 
        .gallery-item:hover .gallery-item-overlay {
            opacity: 1;
        }
 
        .zoom-icon {
            background: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: #008fd6;
            transition: transform 0.3s ease;
        }
 
        .gallery-item:hover .zoom-icon {
            transform: scale(1.2);
        }
 
        /* Modal Gallery */
        .modal-gallery {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.95);
            animation: fadeIn 0.3s ease;
            align-items: center;
            justify-content: center;
        }
 
        .modal-gallery.active {
            display: flex;
        }
 
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
 
        .modal-gallery-content {
            position: relative;
            width: 90%;
            max-width: 1000px;
            animation: slideIn 0.3s ease;
        }
 
        @keyframes slideIn {
            from {
                transform: scale(0.8);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }
 
        .modal-gallery-image {
            width: 100%;
            max-height: 85vh;
            object-fit: contain;
            border-radius: 8px;
        }
 
        .modal-gallery-close {
            position: absolute;
            top: -50px;
            right: 0;
            color: white;
            font-size: 2.5rem;
            cursor: pointer;
            transition: color 0.3s ease;
            background: none;
            border: none;
            padding: 0;
            line-height: 1;
        }
 
        .modal-gallery-close:hover {
            color: #008fd6;
        }
 
        .modal-gallery-prev,
        .modal-gallery-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 143, 214, 0.85);
            color: white;
            border: none;
            font-size: 2.5rem;
            padding: 20px 25px;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.3s ease;
            z-index: 1001;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
        }
 
        .modal-gallery-prev:hover,
        .modal-gallery-next:hover {
            background: #008fd6;
            transform: translateY(-50%) scale(1.1);
        }
 
        .modal-gallery-prev {
            left: -100px;
        }
 
        .modal-gallery-next {
            right: -100px;
        }
 
        .modal-gallery-counter {
            position: absolute;
            top: -50px;
            left: 0;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
        }
 
        /* Animation on Page Load */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .gallery-item {
            animation: slideInUp 0.6s ease-out forwards;
        }
 
        .gallery-item:nth-child(1) { animation-delay: 0.05s; }
        .gallery-item:nth-child(2) { animation-delay: 0.1s; }
        .gallery-item:nth-child(3) { animation-delay: 0.15s; }
        .gallery-item:nth-child(4) { animation-delay: 0.2s; }
        .gallery-item:nth-child(5) { animation-delay: 0.25s; }
        .gallery-item:nth-child(6) { animation-delay: 0.3s; }
        .gallery-item:nth-child(7) { animation-delay: 0.35s; }
        .gallery-item:nth-child(8) { animation-delay: 0.4s; }
 
        /* Responsive Design */
        @media (max-width: 1200px) {
            .gallery-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
 
            .modal-gallery-prev {
                left: -70px;
            }
 
            .modal-gallery-next {
                right: -70px;
            }
        }
 
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2rem;
            }
 
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
 
            .modal-gallery-prev,
            .modal-gallery-next {
                position: static;
                transform: none;
                margin: 20px 10px 0 10px;
                width: 50px;
                height: 50px;
                font-size: 1.8rem;
                padding: 10px;
            }
 
            .modal-gallery-close {
                top: 20px;
                right: 20px;
            }
 
            .modal-gallery-content {
                width: 95%;
            }
        }
 
        @media (max-width: 480px) {
           
            .gallery-section {
                padding: 40px 15px;
            }
 
            .section-header h2 {
                font-size: 1.7rem;
            }
 
            .gallery-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
 
            .modal-gallery-image {
                max-height: 70vh;
            }
        }

        /******************************** drop-down submenu brand */
       /* Submenu parent */
.dropdown-submenu {
    position: relative;
}

/* Hide submenu by default */
.dropdown-submenu > .dropdown-menu {
    display: none;
}

/* Desktop only (hover to open submenu) */
@media (min-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile only (open नीचे on click) */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 15px;
        border: none;
        box-shadow: none;
    }
}

/*************************************details page **********************************/
 /* Products Section */
        .products-section {
            padding: 80px 20px;
            background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }
 
        .products-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
 
        .section-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 1;
        }
 
        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-dark);
            margin-bottom: 15px;
            letter-spacing: -1px;
            position: relative;
            display: inline-block;
        }
 
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-accent), var(--secondary-accent));
            border-radius: 2px;
        }
 
        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            margin-top: 25px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }
 
        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            position: relative;
            z-index: 1;
        }
 
        /* Product Card */
        .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            border: 1px solid var(--border-color);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
 
        .product-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
            border-color: var(--primary-accent);
        }
 
        .product-image-wrapper {
            position: relative;
            width: 100%;
            height: 220px;
            overflow: hidden;
            background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
        }
 
        .product-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
 
        .product-card:hover .product-image-wrapper img {
            transform: scale(1.08);
        }
 
        .product-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: var(--primary-accent);
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 2;
        }
 
        .product-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
 
        .product-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 12px;
            line-height: 1.3;
        }
 
        .product-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }
 
        .know-more-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #008fd6;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            align-self: flex-start;
        }
 
        .know-more-btn:hover {
            transform: translateX(4px);
            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
            color: white;
            text-decoration: none;
        }
 
        .know-more-btn:active {
            transform: translateX(2px);
        }
 
        /* Modal Styling */
        .modal-content {
            border: none;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        }
 
        .modal-header {
            background: linear-gradient(135deg, var(--primary-dark), var(--secondary-accent));
            color: white;
            border: none;
            padding: 25px;
        }
 
        .modal-title {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
        }
 
        .btn-close {
            filter: brightness(0) invert(1);
        }
 
        .modal-body {
            padding: 30px;
            background: #fafafa;
        }
 
        .modal-body h5 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 15px;
            margin-top: 20px;
        }
 
        .modal-body h5:first-child {
            margin-top: 0;
        }
 
        .modal-body p {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #555;
            margin-bottom: 12px;
        }
 
        .feature-list {
            list-style: none;
            margin: 15px 0;
            padding: 0;
        }
 
        .feature-list li {
            padding: 10px 0;
            padding-left: 25px;
            position: relative;
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
        }
 
        .feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary-accent);
            font-weight: bold;
            font-size: 1.2rem;
        }
 
        .specification-box {
            background: white;
            border-left: 4px solid var(--primary-accent);
            padding: 15px;
            margin: 15px 0;
            border-radius: 4px;
        }
 
        .specification-box strong {
            color: var(--primary-dark);
            display: block;
            margin-bottom: 5px;
        }
 
        /* Responsive */
        @media (max-width: 768px) {
            .products-section {
                padding: 60px 15px;
            }
 
            .section-title {
                font-size: 2rem;
            }
 
            .products-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
 
            .modal-title {
                font-size: 1.5rem;
            }
        }
 
        /* Animations */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .product-card {
            animation: slideInUp 0.6s ease forwards;
        }
 
        .product-card:nth-child(1) { animation-delay: 0.1s; }
        .product-card:nth-child(2) { animation-delay: 0.2s; }
        .product-card:nth-child(3) { animation-delay: 0.3s; }
        .product-card:nth-child(4) { animation-delay: 0.4s; }
 
        /* Enquiry Section */
        .enquiry-section {
            margin-top: 60px;
            padding: 40px 30px;
            background: linear-gradient(135deg, var(--primary-accent), #0078b4);
            border-radius: 12px;
            text-align: center;
            animation: slideInUp 0.6s ease forwards;
            animation-delay: 0.5s;
            box-shadow: 0 10px 30px rgba(0, 143, 214, 0.2);
        }
 
        .enquiry-content {
            max-width: 600px;
            margin: 0 auto;
        }
 
        .enquiry-title {
            font-size: 1.8rem;
            font-weight: 800;
            color: white;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }
 
        .enquiry-subtitle {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 25px;
        }
 
        .enquiry-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: white;
            color: var(--primary-accent);
            border: none;
            padding: 14px 35px;
            border-radius: 6px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
 
        .enquiry-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
            background: rgba(255, 255, 255, 0.95);
            color: var(--primary-accent);
            text-decoration: none;
        }
 
        .enquiry-btn:active {
            transform: translateY(-1px);
        }
 
        @media (max-width: 768px) {
            .enquiry-section {
                margin-top: 40px;
                padding: 30px 20px;
            }
 
            .enquiry-title {
                font-size: 1.4rem;
            }
 
            .enquiry-subtitle {
                font-size: 0.9rem;
            }
 
            .enquiry-btn {
                padding: 12px 30px;
                font-size: 0.9rem;
            }
        }
