/*** 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: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** 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: 0;
    color: var(--bs-dark);
}

/* .navbar-light .navbar-nav .nav-link:hover { */
.underline-hover {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #2c2c2c;
}

.underline-hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #d77a10;
    /* underline color */
    transition: width 0.3s ease-in-out;
}

.underline-hover:hover::after {
    width: 100%;
}


/* } */

.navbar-light .navbar-nav .nav-link.active {
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 84px;
}

.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: #b4ad9e;
    color: #000;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: #f8f3e9;
    transition: .5s;
    opacity: 1;
}

.dropdown-menu {
       margin-right: -500px !important;

}



@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 ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.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: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}

/*** Carousel Header End ***/

.about-section {
    text-align: center;
    padding: 80px 20px;
    /* border-top: 3px solid #e11212; */
}

.about-title {
    font-size: 2.5rem;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-title span {
    color: #2563eb;
    /* Bright blue */
}

.underline {
    width: 90px;
    height: 4px;
    margin: 0 auto 20px;
    border-radius: 2px;
    background: linear-gradient(to right, #e11212, #2563eb);
}

.about-subtitle {
    color: #444;
    font-size: 1rem;
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features 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: var(--bs-primary);
    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: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.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 ***/


/*** Fact Counter Start ***/
.counter {
    /* background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-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;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-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;
}

/*** Service 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 ***/


/*** Process Start ***/
.steps {
    /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Process 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 ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/*** Banner 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 ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial 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-color: #f5f7fa;
    padding: 40px 80px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 50px;
}

/* Left Section */
.footer-left img {
    width: 60px;
    vertical-align: middle;
}

.footer-left h2 {
    display: inline-block;
    margin-left: 10px;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}

.footer-left p {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.social-icons a {
    color: #0d2f85;
    font-size: 20px;
    margin-right: 12px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #f44336;
}

/* Middle Section */
.footer-middle h3 {
    margin-bottom: 10px;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    font-size: 21px;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li {
    margin: 8px 0;
    font-size: 14px;
    color: #555;
}

/* Right Section */
.footer-right h3 {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    margin-bottom: 10px;
    font-size: 21px;
}

.footer-right .contact-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.footer-right i {
    font-size: 18px;
    color: #0d2f85;
    margin-right: 10px;
}

/* Bottom Bar */
.footer-bottom {
    background-color: #eef1f6;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    color: #333;
}

.footer-bottom a {
    color: #0d2f85;
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.you-col {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.insta-col {
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.fb-col {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.twit-col {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.linked-col {
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

/* Responsive */
@media(max-width: 900px) {
    footer {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #f8f4ec;
}

/*** copyright end ***/



/* new-css */
.read-btn {
    /* border: 2px solid black; */
    background: transparent;
    padding: 10px 17px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background-color: #bc1f1f;
    border-radius: 20px;

}

.read-btn a {
    text-decoration: none !important;
}

.read-btn:hover {
    background-color: black;
    color: white;
}

/* new-css */

/* key-css */
.key-page-one-one .f-sz-key {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

.key-page-one-one .key-1-key {
    font-size: 2rem;
    color: #1c1c1c;
    margin: 20px 0;
}

.key-page-one-one .text-justify {
    text-align: justify;
    color: #555;
    margin-bottom: 1rem;
}

.key-page-one-one .person-img-key {
    margin-bottom: 20px;
}

.key-page-one-one .pers-img-key,
.key-page-one-one .person-img-key img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    max-height: 400px;
}

.key-page-one-one .section-set-key {
    background: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #db3535;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.key-page-one-one .li-design-key ul,
.key-page-one-one .key-side-key {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.key-page-one-one .key-side-key li {
    margin-bottom: 10px;
}

.key-page-one-one .key-side-key li a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.key-page-one-one .key-side-key li a:hover {
    color: #bc193e;
    text-decoration: underline;
}

.key-page-one-one .key1-key.active a {
    color: #bc193e;
    font-weight: 600;
}

.key-page-one-one .unset-key {
    list-style: none;
    padding-left: 0;
}

.key-page-one-one .unset-key li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #222;
}

.key-page-one-one .unset-key li i {
    color: #cb8f4c;
    margin-right: 10px;
}

.key-page-one-one .unset-key li a {
    color: #333;
    text-decoration: none;
}

.key-page-one-one .unset-key li a:hover {
    color: #bc193e;
    text-decoration: underline;
}

.key-page-one-one .fb-page {
    margin-top: 15px;
}

.key-page-one-two .hover-card {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.key-page-one-two .hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.key-page-one-two .card-icon {
    font-size: 2rem;
    color: #bc193e;
}

.key-page-one-three .hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
}

.key-page-one-three .hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.key-page-one-three .card-icon {
    font-size: 2rem;
    color: #bc193e;
}

.key-page-one-three .equal-height {
    height: 100%;
}

.key-page-one-four .hover-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.key-page-one-four .hover-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.key-page-one-four .hover-icon {
    font-size: 32px;
    color: #bc193e;
    margin-bottom: 15px;
}

.key-page-two-two .hover-box {
    border: 2px solid #db3535;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 305px;
    background-color: #f9f9f9;
    color: #161616;
}

.key-page-two-two .hover-box:hover {
    background-color: #F8F4EC;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.key-page-two-two .hover-box i {
    font-size: 2rem;
    color: #db3535;
    margin-bottom: 15px;
}

.key-page-two-two .section-title {
    font-weight: bold;
    margin: 40px 0 20px;
    font-size: 1.5rem;
    text-align: center;
    color: #bc193e;
}

.key-page-two-three .hover-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
}

.key-page-two-three .hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.key-page-two-three .hover-icon {
    font-size: 2rem;
    color: #f28d35;
}

.key-page-two-four .hover-box {
    transition: all 0.3s ease;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #f8f9fa;
    height: 100%;
}

.key-page-two-four .hover-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.key-page-two-four .fa-icon {
    font-size: 1.8rem;
    color: #bc193e;
    margin-bottom: 10px;
}

.key-page-two-four .theme-title {
    font-weight: 600;
}

.key-page-two-six .hover-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    border-top: 5px solid #db3535;
    border-radius: 17px;
    padding: 20px;
    background-color: #fff;
    height: 180px;
}

.key-page-two-six .hover-card:hover {
    background-color: #f8f9fa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.key-page-two-six .icon-style {
    font-size: 30px;
    color: #db3535;
    margin-bottom: 10px;
}

.key-page-three-three .info-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    height: 100%;
}

.key-page-three-three .info-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.key-page-three-three .info-icon {
    font-size: 30px;
    color: #bc193e;
    margin-bottom: 10px;
}

.key-page-three-three .section-title {
    text-align: center;
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 24px;
}

.key-page-three-four .icon-box {
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.key-page-three-four .icon-box:hover {
    background-color: #e3f2fd;
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.key-page-three-four .icon-box i {
    font-size: 2rem;
    color: #bc193e;
    margin-bottom: 10px;
}

.icon-box p {
    text-align: left;
}

.baby-walk {
    padding-left: 1rem;
}

.baby-walk li {
    text-align: left;
}

.key-page-three-four .icon-title {
    font-weight: 600;
    margin-bottom: 8px;
}

/* key-css */
/* onnn */
.faq .ptb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
}


.faq .brochures-prgs {
    cursor: pointer;
    border-top: 4px solid #b9173f;
    ;
    border-left: 3px solid #b9173f;
    ;
    padding: 11px;
    color: #373333;
    border-radius: 9px;
    background: #d3d3d336;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.faq .disp {
    display: none;
    padding: 20px;
}


.faq .rotate {
    transform: rotate(180deg);
}

.faq .brochures-prgs .fa {
    font-size: 18px;
    right: 0;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    margin-top: -7px;
    margin-right: 6px;
    background: #b9173f;
    color: #fff;
}

/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
    float: left;
    display: none;
    width: 25%;
    color: #fff;
    text-align: center;
    padding: 25px 22px 38px 20px;
    text-decoration: none;
    font-size: 21px;
    /* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
    background: #F1F1F1;
    color: black;
}

.w_app>i {
    color: #fff;
}

.w_app {
    background-color: #28A745;
}

.e_mail>i {
    color: #fff;
}

.e_mail {
    background-color: #DC3545;
}

.ems_call>i {
    color: #fff;
}

.ems_call {
    background-color: #007BFF;
}

.ems_enquiry>i {
    color: #fff;
}

.ems_enquiry {
    background-color: #FFC107;
}

.upside {
    display: none;
}

.mobile-hidden i {
    color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
    .upside {
        display: block;
    }

    .funnal-mobile {
        display: none !important;
    }

    .mobile-footer {
        display: block !important;
    }

    .social-mobile li a .fa {
        display: none;
    }

    .navbar-footer {
        overflow: scroll;
        z-index: 9999999 !important;
        background-color: #ccc;
        position: fixed;
        bottom: -16px;
        width: 100%;
    }

    .navbar-footer a:hover {
        background: #f1f1f1;
        color: black;
    }

    .main {
        padding: 0px;
        margin-bottom: 54px;
    }

    .navbar-footer {
        display: block !important;
    }


}

.mobile-hidden a {
    font-size: 16px;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


    .mobile-hidden {
        display: none !important;
    }

    .tab {
        margin: 4px 4px !important;
    }

    .brochures-prgs .fa-plus {
        margin-right: 30px !important;
    }
}

/* Funnel css start */
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 15px 30px;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 15px 30px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 15px 30px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

/* .btn-primary {
      color: #fff!important;
      background-color: #0084bd;
      border-color: #0d668d;
      padding: 15px 30px;
    }
    .btn-primary:hover {
      color: #fff;
      background-color: #0d668d;
      border-color: #204d74
    } */
.pb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */
/* onnn */

.dyn-cod {
    background: #f8f4ec;
}

.dyn-cod .text-center .sub-head {
    color: #000 !important;
}


/* Testimonial css */
/* General Container Styles */
/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
} */

/* Testimonial Section */
#testim {
    position: relative;
    text-align: center;
    padding: 50px 20px;
}

/* Cover Wrapper */
.testim-cover {
    position: relative;
    background: #fdf5f2;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.arrow:hover {
    color: #ff4b2b;
}

.arrow.left {
    left: 15px;
}

.arrow.right {
    right: 15px;
}

/* Dots */
.dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ff4b2b;
}

/* Testimonial Content */
.cont {
    position: relative;
    overflow: hidden;
}

.cont>div {
    display: none;
    text-align: center;
    transition: all 0.5s ease;
}

.cont>div.active {
    display: block;
}

/* Image */
.cont .img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-radius: 50%;
    /* border: 4px solid #ff4b2b; */
}

.cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.cont h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

/* Text */
.cont p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .arrow {
        font-size: 25px;
    }

    .cont h2 {
        font-size: 20px;
    }

    .cont p {
        font-size: 15px;
    }
}



.col-r {
    color: #555;
}

.statik-key {
    width: 100%;
    height: 32px;
    background-color: rgb(203, 143, 76);
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.statik-key h4 {
    font-size: 10px;
    color: #ffffff;
}

.rating {
    color: #ffc107;
    margin-bottom: 10px;
}




/* --- Top Header --- */
/* .main-header {
  width: 100%;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
  background-color: #fff;
}

.logo img {
  height: 80px;
} */

/* Search Bar */
/* .search-box {
  display: flex;
  align-items: center;
  border: 1px solid #f14d4d;
  border-radius: 25px;
  overflow: hidden;
  width: 45%;
}

.search-box input {
  border: none;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.search-box button {
  background-color: #e94545;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
} */

/* Contact Info */
/* .contact-info {
  color: green;
  font-weight: 500;
  font-size: 15px;
}

.contact-info i {
  margin-right: 5px;
} */

/* --- Navigation Bar --- */
/* .nav-bar {
  background: linear-gradient(90deg, #ef4444, #b91c1c);
  padding: 8px 0;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.nav-bar ul li {
  margin: 0 20px;
}

.nav-bar ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}

.nav-bar ul li a i {
  margin-right: 6px;
}

.nav-bar ul li a:hover {
  color: #ffcccb;
}

.nav-col {
    color: #ffffff !important;
} */

/* --- Responsive --- */
/* @media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .search-box {
    width: 90%;
  }

  .nav-bar ul {
    flex-direction: column;
    align-items: center;
  }

  .nav-bar ul li {
    margin: 8px 0;
  }
} */

/* top Header close */


.head-list {
    margin-bottom: 0rem !important;
}



.wrap {
    width: 100%;
    /* max-width:980px; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.95));
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(91, 141, 239, 0.08);
}

/* .header{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    } */
/* .title{
      display:flex;flex-direction:column;
    }
    .title h1{font-size:20px;margin:0 0 4px 0;letter-spacing:0.2px}
    .title p{margin:0;color:var(--muted);font-size:13px} */

.table-wrap {
    overflow: auto;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.6), rgba(244, 247, 255, 0.6));
    padding: 10px;
}

table.pricing {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    min-width: 640px;
}

table.pricing thead th {
    text-align: left;
    padding: 12px 18px;
    font-size: 13px;
    color: var(--muted);
    letter-spacing: 0.3px;
}

table.pricing tbody tr {
    background: var(--card);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

table.pricing tbody td {
    padding: 16px 18px;
    vertical-align: middle;
    font-size: 15px;
    color: #071133;
}

/* Use pseudo-cell to round row corners */
table.pricing tbody tr td:first-child {
    border-radius: 10px 0 0 10px
}

table.pricing tbody tr td:last-child {
    border-radius: 0 10px 10px 0
}



.price {
    font-weight: 700;
    font-size: 15px;
    color: #0b2a66;
}

.muted {
    color: var(--muted);
    font-size: 13px;
}

.features {
    color: #0b2a66;
    font-size: 14px;
    line-height: 1.5;
}

.table-toy {
    border: 2px solid #dddada;
    border-radius: 5px;
    background: #f3f3f3;
}

/* Row accent for Premium */
tr.premium {
    background: linear-gradient(120deg, rgba(123, 227, 154, 0.10), rgba(91, 141, 239, 0.03));
}

tr.premium .badge {
    background: linear-gradient(90deg, var(--accent-2), var(--accent));
    color: #05321f
}

/* Hover effect */
tbody tr {
    transition: transform .22s ease, box-shadow .22s ease;
}

tbody tr:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(14, 30, 70, 0.08)
}

/* Responsive */
@media (max-width:720px) {
    table.pricing {
        min-width: 0
    }

    .header {
        flex-direction: column;
        align-items: flex-start
    }

    .title h1 {
        font-size: 18px
    }

    table.pricing thead {
        display: none
    }

    table.pricing tbody tr {
        display: block;
        margin-bottom: 12px;
        padding: 12px
    }

    table.pricing tbody td {
        display: block;
        padding: 10px;
        border-radius: 10px
    }

    table.pricing tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        color: var(--muted);
        margin-bottom: 6px
    }

    table.pricing tbody td.price-cell {
        font-size: 16px
    }
}


.wholesaler-para {
    background: #1f2e4e;
    color: #ffffff;
}

.partner-head {
    color: #ffffff;
    font-weight: 700;
    padding: 25px;
}

.call-list {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}

.whats-list {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}

.mail-list {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.loc-list {
    color: rgb(168 85 247 / var(--tw-text-opacity, 1)) !important;
}

.foot-service a {
    color: #555;
}

.battery-img {
    height: 100%;
    width: 100%;
}

.battery-img img {
    height: 320px;
    width: 100%;
}

.leading p {
    line-height: 2rem;
}

.main-tain {
    border: 2px solid #c9c2c2;
    padding: 20px;
    border-radius: 10px;
    height: 180px;
}

.toy-whole {
    height: 100%;
    width: 100%;
}

.toy-whole img {
    height: 270px;
    width: 100%;
}

.why-maruti {
    height: 200px !important;
}

.kids-car {
    background: #db3535 !important;
    color: white;
}

.kids-car i {
    color: white !important;
}

.kids-car h4 {
    color: #ffffff;
}

.card-text {
    text-align: justify !important;
}

.trending {
    height: 180px !important;
}

.benefit {
    background: #e1e1e1;
}

.corporate-img {
    height: 100%;
    width: 100%;
}

.corporate-img img {
    height: 300px;
    width: 100%;
}

.order-from {
    list-style: none;
    padding-left: 0rem;
    line-height: 2;
}

.order-from i {
    color: #db3535;
    padding-right: 8px;
}

.corporate-g {
    height: 205px !important;
}

.baby h5 {
    font-size: 18px;
}

.baby {
    height: 205px !important;
}

.little-s {
    height: 190px !important;
}

.walker-baby {
    height: 100%;
    width: 100%;
}

.walker-baby img {
    height: 260px;
    width: 100%;
}






/* new header */
.main-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* ---------- Top Bar ---------- */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-left: 40px;
}

.logo img {
    width: 130px;
    height: auto;
}

.contact-info {
    font-size: 16px;
    /* color: #333; */
    color: rgb(22 163 74);
    margin-right: 40px;
}

.contact-info i {
    color: rgb(22 163 74);
    margin-right: 5px;
}

/* ---------- Navigation ---------- */
.nav-bar {
    background: #f8f8f8;
}

.head-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #ef4444, #b91c1c);
}

.head-list li,
.nav-item {
    position: relative;
}

.head-list a {
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
}

.head-list a:hover {
    background: #b91c1c;
    color: #fff;
}

/* ---------- Dropdown Menu ---------- */
.dropdown-menu {
    display: none;
    position: absolute;
    background: linear-gradient(90deg, #ef4444, #b91c1c);
    min-width: 220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 100%;
    left: -160px !important;
    z-index: 999;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.dropdown-item:hover {
    background: #f2f2f2;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

/* ---------- Mobile Menu ---------- */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .top-bar {
        flex-direction: row;
    }

    .menu-toggle {
        display: block;
    }

    .nav-bar {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-bar.active {
        display: flex;
    }

    .head-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .head-list a {
        padding: 11px 20px;
        width: 100%;
        font-size: 14px;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        background: linear-gradient(90deg, #ef4444, #b91c1c);
        width: 100%;
        left: 15px !important;
        min-width: 19rem !important;
    }

    .dropdown-item {
        padding-left: 35px;
    }

    .nav-item:hover .dropdown-menu {
        display: none;
    }

    .nav-item.active .dropdown-menu {
        display: block;
        margin-left: 200px;
        width: 330px;
        border-radius: 0px;
    }
    }

    .top-bar {
        margin-left: unset !important;
    }

    .contact-info {
        margin-right: unset !important;
    }

    .about-title {
        font-size: 26px;
    }

    .about-section {
        padding: 55px 20px;
    }

    .toy-whole img {
        height: auto;
        width: 100%;
    }

    .corporate-img img {
        height: auto;
        width: 100%;
    }

    .walker-baby img {
        height: auto;
        width: 100%;
    }

    .key-page-one-one .key-1-key {
        font-size: 27px;
    }

    .key-page-two-six .hover-card {
        height: auto !important;
    }

    .hide-footer {
        display: none;
    }
}


.why-head {
    font-size: 2rem;
}

.color-all a {
    color: #353535 !important;
}

.hyper-link {
    color: #000;
}

/*keywords pages card design start */
.card-page {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e9e9;
    transition: 0.3s;
}

.card-page:hover {
    transform: translateY(-10px);
}

.card-page img {
    margin-bottom: 10px;
    width: 100%;
    height: 160px;
}

.card-page p {
    color: #000;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 8px;
}

.card-page h4 {
    color: #051829;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.custom-btn {
    padding: 8px 20px;
    background: linear-gradient(270deg, #ee4343, #fdc900, #3e4095);
    background-size: 600% 600%;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 8px;
    cursor: pointer;
}

@keyframes lightEffect {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.glowing {
    animation: lightEffect 3s ease infinite;
}

.key-mb {
    margin-bottom: 26px;
}

.key-card {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .key-mb {
        margin-bottom: 30px;
    }

    .card-page img {
        height: 200px;
    }

    .custom-btn {
        padding: 10px 20px;
        font-size: 18px;
    }

}

/*keywords pages card design closed */


/* About page */

.para-ab {
    color: rgb(55 65 81);
    line-height: 1.625;
    margin-bottom: 1.5rem;
    padding-left: 26px;
}

.year-box {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 2.5rem;

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-s {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px;
}

.box-point {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    text-align: center;
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    border-radius: 15px;
    width: 100% !important;
}

.icon-head {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}

.icon-award i {
    --tw-text-opacity: 1;
    color: rgb(239 68 68);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-headset i {
    --tw-text-opacity: 1;
    color: rgb(59 130 246);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-car i {
    --tw-text-opacity: 1;
    color: rgb(34 197 94);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-star i {
    --tw-text-opacity: 1;
    color: rgb(234 179 8);
    font-size: 1.5rem;
    line-height: 2rem;

}

.icon-carfront i {
    --tw-text-opacity: 1;
    color: rgb(168 85 247);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-gift i {
    --tw-text-opacity: 1;
    color: rgb(236 72 153);
    font-size: 1.5rem;
    line-height: 2rem;
}



.feature-head {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 26px;
    /* space between icon and text */
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(219 234 254);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(37 99 235);
    font-size: 28px;
}

.head-line h2 {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 700;
}

.feature-cls {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 26px;
}

.box-product {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    padding: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    border-radius: .5rem;
    gap: 1rem;
    align-items: center;
    display: flex;
    width: 100% !important;
}

.icon-circle-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(233 34 34);
    font-size: 25px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.battery-p p {
    font-size: 16px;
    margin: 0;
    color: #333;

}

.box-shape {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
}

.icon-cars i {
    --tw-text-opacity: 1;
    color: rgb(239 68 68);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-child i {
    --tw-text-opacity: 1;
    color: rgb(59 130 246);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-user i {
    --tw-text-opacity: 1;
    color: rgb(34 197 94);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-gifts i {
    --tw-text-opacity: 1;
    color: rgb(168 85 247);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-pensil i {
    --tw-text-opacity: 1;
    color: rgb(120 113 108);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-cake i {
    --tw-text-opacity: 1;
    color: rgb(236 72 153);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-clock i {
    --tw-text-opacity: 1;
    color: rgb(239 68 68);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-house i {
    --tw-text-opacity: 1;
    color: rgb(14 165 233);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-hourse i {
    --tw-text-opacity: 1;
    color: rgb(161 98 7);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-sun i {
    --tw-text-opacity: 1;
    color: rgb(20 184 166);
    font-size: 1.5rem;
    line-height: 2rem;
}

.icon-sidecar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(220 252 231);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(22 163 74);
    font-size: 28px;
}

.icon-bulb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(254 226 226);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(220 38 38);
    font-size: 28px;
}

.small-para {
    border-left: 4px solid rgb(59 130 246);
    border-radius: 10px;
    padding: 18px;
    background-color: rgb(239 246 255);
}

.small-para p {
    color: rgb(55 65 81);
}

.small-boxs {
    padding-left: 26px;
}

.hover-box h4 {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
}

.hover-box ul {
    padding-left: 1rem !important;
}

.hover-box ul li {
    text-align: left;
}






.section {
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icons-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icons-title i {
    font-size: 2rem;
    color: #ed3137;
    margin-right: 10px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.card-s {
    background: #fdfdfd;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card-s:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-s i {
    color: red;
    padding-right: 10px;
}

.charge-line {
    list-style: none;
    padding-left: 0rem;
}

.charge-line li i {
    color: #bb1d1d;
    padding-right: 10px;
}




/* Testimonial Section Styles */
/* .testimonial-section {
  background: #f9f5f0;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
} */

.testimonial-rating {
    text-align: center;
    margin: 10px 0;
}

.testimonial-rating i {
    font-size: 18px;
    color: #ccc;
    margin: 0 2px;
    color: #f4c150;
    /* gold */
}


.advantages {
    position: relative;
    /* background: url(../images/Keyword-img/testimonial.jpeg) no-repeat center; */
    min-height: 350px;
    background-size: cover;
    overflow: hidden;
}

.advantages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    ;
    /* light black layer */
    z-index: 1;
}

/* If you have content inside */
.advantages>* {
    position: relative;
    z-index: 2;
}


.section-title {
    font-size: 45px;
    color: #ffffff !important;
    margin-bottom: 40px;
    font-weight: 600;
}

.testimonial-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial {
    display: none;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.5s ease;
}

.testimonial.active {
    display: flex;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: #ffffff;
    margin-top: 20px;
}

.testimonial-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
}

.testimonial-name {
    font-weight: bold;
    color: #ffffff;
}

.test-para {
    color: #ffffff;
    font-size: 15px;
}

.testimonial-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.testimonial-nav span {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    transition: 0.3s;
}

.testimonial-nav span:hover {
    color: #ffffff;
}

.maruti-a {
    color: #737373;
}



.room-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.room-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.room-item:hover img {
    /* transform: scale(1.1); */
}

.room-item small {
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}

.room-item h5 {
    font-weight: 600;
    transition: color 0.3s;
}

.room-item:hover h5 {
    color: #3e4095;
    /* Bootstrap primary */
}

.room-item i {
    font-size: 14px;
}

.room-item p {
    font-size: 14px;
    color: #52595f;
}

.room-item .btn {
    transition: all 0.3s ease;
}

.room-item .btn-primary:hover {
    background: #3e4095;
    transform: scale(1.05);
}

.room-item .btn-dark:hover {
    background: #000;
    transform: scale(1.05);
}

.room-item .p-4 {
    transition: all 0.3s ease;
}

.room-item:hover .p-4 {
    transform: translateY(-5px);
}

.room-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(45deg, transparent, #ffb0c1, transparent);
    opacity: 0;
    transition: 0.4s;
}

.room-item:hover::before {
    opacity: 1;
}

.product-section {
    padding: 50px 20px !important;
    /* background-color: red; */
    text-align: center;
}



@media only screen and (max-width:768px) {

    .product-section {
        padding: 30px 5px !important;
        text-align: center;
    }

}



.about-img {
    transition: 0.4s ease;
    height: 300px;

}

.about-img:hover {
    transform: scale(1.05);
}



.about-img {
    max-width: 50%;
    /* reduce size */
    height: auto;
    display: block;
    margin: 0 auto;
    /* center image */
    transition: 0.4s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

.best-kids-battery-car p {
    color: rgb(65, 61, 61);
    text-align: justify;
}


@media only screen and (max-width:768px) {

    .best-kids-battery-car p {
        max-width: 100%;
    }

}

.best-kids-battery-car{
    background: #fcffff;
}


.custom-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.custom-table thead {
    background-color: #3e4095;
    color: #fff;
}

.custom-table th,
.custom-table td {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}
.custom-table td {
       color: rgb(65, 61, 61);

}

.custom-table tbody tr {
    transition: 0.3s;
}

.custom-table tbody tr:hover {
    background-color: #f2fdf8;
    transform: scale(1.01);
}

.custom-table tbody tr td:first-child {
    font-weight: 600;
    color: #3e4095;
}


@media only screen and (max-width:768px) {

    .custom-table thead {
        display: none;
        /* hide header */
    }

    .custom-table,
    .custom-table tbody,
    .custom-table tr,
    .custom-table td {
        /* display: block; */
        width: 100%;
    }

    .custom-table tr {
        margin-bottom: 15px;
        background: #fff;
        padding: 12px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }

    .custom-table td {
        text-align: left;
        padding: 8px 10px;
        position: relative;
        padding-left: 50%;
        font-size: 14px;
    }

    /* Show heading labels */
    .custom-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        font-weight: 600;
        color: #3e4095;
    }
}





/* Section */
.why-choose-section {
    padding: 30px 20px;
    background: #f9f9ff;
}

/* Header */
.why-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-header p {
    color: #666;
    font-size: 16px;
}

/* Grid (3 cards per row) */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(252, 150, 150, 0.05);
    height: 100%;
    border: 1px solid red;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    background: rgba(229, 162, 162, 0.2);

}

.why-icon {
    font-size: 28px;
    color: #3e4095;
    margin-bottom: 15px;
}

.why-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.why-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}



@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .why-header h2 {
        font-size: 20px;
    }

    .why-card {
        background: #fff;
        padding: 5px;
        border-radius: 12px;
        text-align: center;

    }

    .why-card h4 {
        font-size: 17px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .why-icon {
        font-size: 17x;
        margin-bottom: 10px;
    }

    .why-choose-section {
        padding: 10px;
    }
}


/* Section */
.feature-section {
    padding: 30px 20px;
    background: #f8f9fc;
}

/* Header */
.feature-header {
    text-align: center;
    margin-bottom: 50px;
}

.feature-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.feature-header p {
    color: #666;
}

/* Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.feature-card {
    position: relative;
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    /* border-radius: 5px; */
    overflow: hidden;
    border: 1px solid red;
    z-index: 1;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Hover overlay (TOP → BOTTOM) */
.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, #ff4d4d, #cc0000);
    z-index: -1;
    transition: 0.4s ease;
}

/* Hover effect */
.feature-card:hover::before {
    height: 100%;
}

.feature-card:hover {
    color: #fff;
}

/* Icon */
.icon-box {
    font-size: 30px;
    color: #ff0000;
    margin-bottom: 15px;
    transition: 0.3s;
}

.feature-card:hover .icon-box {
    color: #fff;
}

/* Title */
.feature-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Text */
.feature-card p {
    font-size: 14px;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;

    }

    .feature-section {
        padding: 10px;
    }

    .feature-card {
        padding: 15px 10px;
    }

    .feature-card h4 {
        font-size: 17px;
        margin-bottom: 5px;

    }
}

.my-para {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: rgb(65, 61, 61) !important;

}




/* Section */
.benefit-section {
    padding: 30px 20px;
    background: #fcffff !important;
}

/* Layout */
.benefit-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

/* Image */
.benefit-image img {
    width: 100%;
    /* border-radius: 15px; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

/* Content */
.benefit-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefit-para {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* List */
.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Item */
.benefit-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* Icon */
.benefit-item span {
    font-size: 20px;
    color: #e60023;
    margin-top: 5px;
}

/* Text */
.benefit-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.benefit-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .benefit-wrapper {
        grid-template-columns: 1fr;
    }

    .benefit-content {
        text-align: center;
    }

    .benefit-item {
        justify-content: center;
        text-align: left;
    }
}

#sectionHeader {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.benefit-item {
    justify-content: center;
    text-align: left;
    background: white;
    border: 1px solid rgb(207, 197, 197);
    border-radius: 10px;
    padding: 10px;
    border-left: 5px solid #bb1d1d;
}

.benefit-item :hover {
    /* transform: translateY(-10px) */



}





.benefit-section {
    padding: 50px 20px;
    background: #f9f9ff;
}

#sectionHeader {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.benefit-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.benefit-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-image {
    text-align: center;
}

.benefit-image img {
    max-width: 100%;
    height: auto;
}

.benefit-item {
    display: flex;
    gap: 12px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border-left: 5px solid #bb1d1d;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-8px);
}

.benefit-item span {
    font-size: 18px;
    color: #e60023;
}

.benefit-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.benefit-item p {
    font-size: 14px;
    color: #555;
}

@media (max-width: 992px) {
    .benefit-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefit-column {
        align-items: center;
    }

    .benefit-item {
        max-width: 400px;
    }
}

.who-benefit-section {
    padding: 60px 20px;
    background: #f8f9ff;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
}

.section-subtitle {
    color: #666;
    margin-top: 10px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid gray;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ffeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #ff4d4d;
}

.icon-circle img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.benefit-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefit-grid {
        grid-template-columns: 1fr;
    }
}

.difference-section {
    padding: 70px 20px;
    background: #f9f9ff;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-subtitle {
    color: #666;
    margin-bottom: 20px;
}

.diff-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.diff-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
}

.diff-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #e60023;
    font-weight: bold;
}

.final-line {
    font-weight: 500;
    color: #333;
}

.diff-image-wrapper {
    position: relative;
    text-align: center;
}

.image-bg {
    position: absolute;
    width: 280px;
    height: 280px;
    background: #ffe5e5;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.diff-image-wrapper img {
    max-width: 320px;
    position: relative;
    z-index: 2;
    border-radius: 20px; /* soft edge */
}

@media (max-width: 992px) {
    .difference-section .row {
        text-align: center;
    }

    .diff-list li {
        text-align: left;
    }

    .diff-image-wrapper {
        margin-top: 30px;
    }
}

.difference-section {
    padding: 30px 20px;
    background: #f5f7ff;
}

.difference-box {
    background: #fff;
    padding: 10px 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border:1px solid gray;
}

.box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.box-content {
    flex: 1;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ea001e !important;
}

.section-subtitle {
    color: #666;
    margin-bottom: 20px;
}

.diff-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.diff-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
}

.diff-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #e60023;
    font-weight: bold;
}

.final-line {
    font-weight: 500;
    color: #333;
}

.box-image {
    flex: 1;
    text-align: right;
}

.box-image img {
    max-width: 100%;
    border-radius: 15px;
}

@media (max-width: 992px) {
    .box-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .box-image {
        text-align: center;
        margin-top: 30px;
    }

    .diff-list li {
        text-align: left;
    }
}

#best-kids-manufacturer{
       background: #fcffff !important;
}

@media (max-width: 768px) {
    #mobile-view-img{
     
        margin-top: 10px;
    }
    .img-div img{
           width: 80% !important;
    }
}

@media (max-width: 768px) {


    .difference-box{
        padding:10px 15px;
    }
    .difference-section {
        padding:10px;
    }
}

#myAbout{
    padding:50px 20px;
}


#myAbout h2{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

.dropdown-menu {
left:-200px !important;
}