.elementor-707 .elementor-element.elementor-element-52f9176b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-707 .elementor-element.elementor-element-52f9176b:not(.elementor-motion-effects-element-type-background), .elementor-707 .elementor-element.elementor-element-52f9176b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-707 .elementor-element.elementor-element-2d706bc0{width:auto;max-width:auto;text-align:center;}.elementor-707 .elementor-element.elementor-element-2d706bc0.elementor-element{--align-self:center;}.elementor-707 .elementor-element.elementor-element-2d706bc0 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:45px;font-weight:700;text-transform:uppercase;line-height:65px;color:#000000;}.elementor-707 .elementor-element.elementor-element-38308a9{--e-image-carousel-slides-to-show:5;}.elementor-707 .elementor-element.elementor-element-38308a9 .swiper-wrapper{display:flex;align-items:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-707 .elementor-element.elementor-element-52f9176b{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-707 .elementor-element.elementor-element-2d706bc0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 10px 0px 10px;}.elementor-707 .elementor-element.elementor-element-2d706bc0 .elementor-heading-title{font-size:28px;line-height:38px;}.elementor-707 .elementor-element.elementor-element-38308a9{--e-image-carousel-slides-to-show:3;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for image-carousel, class: .elementor-element-38308a9 */.smooth-carousel .swiper-wrapper {
  transition: none !important;
  animation: continuousScroll 30s linear infinite;
  width: max-content;
}

.smooth-carousel .swiper {
  overflow: hidden;
}

@keyframes continuousScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-70%);
  }
}/* End custom CSS */
/* Start custom CSS */.red-bg-text {
    background-color: #D40101; /* Exact Red Shade */
    color: #FFFFFF;
    padding: 0px 8px;
    display: inline-block;
}
.black-bg-text {
        background-color: black; 
        color: white;
    padding: 0px 8px;
    display: inline-block;
} 
span.swiper-pagination-bullet{
    width: 40px !important;
    height: 6px !important;
    border-radius: 4px;
}

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


    span.swiper-pagination-bullet {
        width: 0px !important; /* Mobile par 40px kafi bara lagta hai, isey 25px kar diya */
        height: 0px !important; /* Thickness thori kam ki hai */
        margin: 0 3px !important; /* Bullets ke darmiyan gap */
    }

    /* Active bullet agar highlight karni ho */
    span.swiper-pagination-bullet-active {
        width: 30px !important;
        background-color: #D40101 !important; /* Aapka exact red shade */
    }
}
@media only screen and (max-width: 767px) {
    /

    /* Swiper Pagination Bullets for Mobile */
    span.swiper-pagination-bullet {
        width: 0px !important; /* Mobile par 40px kafi bara lagta hai, isey 25px kar diya */
        height: 0px !important; /* Thickness thori kam ki hai */
        margin: 0 3px !important; /* Bullets ke darmiyan gap */
    }

    /* Active bullet agar highlight karni ho */
    span.swiper-pagination-bullet-active {
        width: 30px !important;
        background-color: #D40101 !important; /* Aapka exact red shade */
    }
}/* End custom CSS */