
.bg-footer
{
    background-color: #252525;
}
.ad-banner h2
{
    line-height: 1.3;
}
.ad-banner .h3 {
    font-size: 27px;
}
.form-control-lg {
    font-size: 16px !important;
}
h1, .h1 {
    font-size: 45px !important;
}
.about-right .h6 {
    font-size: 13px !important;
    line-height: 2.2;
    text-transform: uppercase;
}
/*h2, .h2 {*/
/*   font-size: 28px !important;*/
/*    line-height: 39px;*/
/*}*/
/*.about-us .about-left h2, .h2 {*/
/*    font-size: 29px !important;*/
/*}*/
.blog h4, .h4 {
    font-size: 18px !important;
}
.pt-60 {
    padding-top: 65px !important;
}
.swiper-button-next, .swiper-button-prev 
{
    color: #dc2516 !important;
}
.swiper-pagination {
    position: relative !important;
}
.swiper-pagination-bullet-active
{
    background: #dc2516 !important;
}
.w-80 {
    width: 80% !important;
}
.process-box h4
{
    font-size: 21px !important;
}
p
{
    color: #222;
}
.footer-inner p
{
    color: #fff;
}
/* WHATSAPP FLOAT BUTTON */


element.style {
}
.whatsapp-float {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 18px;
    right: 80px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.whatsapp-float:hover{
  color: #fff;
  transform: scale(1.08);
}
.services-info p {
    color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px 5px 0px 5px !important;
}





/* =========================
   VIDEO GALLERY SLIDER
========================= */

.videoGallerySlider{
  padding-bottom: 80px;
  overflow: hidden;
}

.videoGallerySlider .swiper-wrapper{
  align-items: stretch;
}

.videoGallerySlider .swiper-slide{
  height: auto;
}

/* CARD */
.video-gallery-box{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 520px;
  width: 100%;
}

/* VIDEO */
.video-gallery-video{
  width: 100%;
  height: 100%;
}

.video-gallery-video iframe{
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* THUMB */
.video-gallery-thumb{
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: .4s;
}

.video-gallery-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HOVER EFFECT */
.video-gallery-box:hover .video-gallery-thumb{
  opacity: 0;
}

/* OVERLAY */
.video-gallery-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.1)
  );
}

/* CONTENT */
.video-gallery-content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.video-gallery-content h4 a{
  color: #fff;
  text-decoration: none;
}

.video-gallery-content p{
  color: #ddd;
  margin-bottom: 0;
}

/* PLAY BUTTON */
.video-gallery-box{
    position: relative;
    overflow: hidden;
}

.video-gallery-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    background: #ffffff22 !important;
}

/* Hover effect */
.video-gallery-box:hover .video-gallery-play{
    transform: translate(-50%, -50%) scale(1.1);
}

/* NAVIGATION */
.videoGallerySlider .swiper-button-next,
.videoGallerySlider .swiper-button-prev{
  color: #ff5a1f;
}

.videoGallerySlider .swiper-button-next:after,
.videoGallerySlider .swiper-button-prev:after{
  font-size: 22px;
}

/* PAGINATION */
.videoGallerySlider .swiper-pagination{
  bottom: 0 !important;
}

.videoGallerySlider .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.videoGallerySlider .swiper-pagination-bullet-active{
  background: #ff5a1f;
}
.videoGallerySlider{
  overflow: hidden;
  padding-bottom: 80px;
}

.videoGallerySlider .swiper-slide{
  height: auto;
}

.video-gallery-box{
  width: 100%;
}
h2, .h2 {
    font-size: 40px;
    line-height: 46px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 18px;
}
.service-info h4  {
    margin-bottom: .5rem !important;
}
.banner-slide h2  {
    font-size: 60px !important;
    line-height:64px !important;
    text-align: center;
}
.banner-info  {
    text-align: center;
}


.home-3 .navbar-sticky-in {
    border-radius: 0 0 16px 16px;
    background: #fff !important;
}
.navbar-sticky-in .header-nav .navbar-nav .nav-link {
    /* color: #ffffff; */
    color: #222;
}





@media (max-width: 743px) {
    .home-3 .banner .banner-slide h2 {
        font-size: 44px !important;
    }
    .banner-slide h2 {
    line-height: 46px !important;
}
}


/*Animation*/
.service-box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.service-box.show {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth stagger delay */
.col:nth-child(1) .service-box { transition-delay: 0.1s; }
.col:nth-child(2) .service-box { transition-delay: 0.2s; }
.col:nth-child(3) .service-box { transition-delay: 0.3s; }
.col:nth-child(4) .service-box { transition-delay: 0.4s; }
.col:nth-child(5) .service-box { transition-delay: 0.5s; }
.video-slide {
    height: 100vh;
    overflow: hidden;
}

.video-slide video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.header-right {
    display: flex;
    align-items: center;
}

.quote-btn {
    display: block;
}

/* Hide quote button on mobile */
@media (max-width: 767px) {
    .quote-btn {
        display: none;
    }
}
.side-nav {
    position: fixed;
    top: 0;
    right: -370px; /* hide outside screen */
    width: 370px;
    height: 100vh;
    background: #392c98;
    z-index: 99999;
    transition: right 0.4s ease;
    padding: 30px 30px;
    overflow-y: auto;
}
.side-close  {
      float: right;
    color: #fff;
    cursor: pointer;
}
.side-nav.active {
    right: 0;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav ul li {
    margin-bottom: 15px;
}

.side-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.dropdown-menu-custom {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
}

.dropdown-parent.active .dropdown-menu-custom {
    display: block;
}
.dropdown-menu-custom {
    display: none;
    padding-left: 20px;
    margin-top: 10px;
}

.dropdown-parent.active .dropdown-menu-custom {
    display: block;
}

.dropdown-toggle-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.dropdown-parent.active .dropdown-icon {
    transform: rotate(180deg);
}
.header-nav-menu, .header-nav-inner  {
  background: transparent !important;
}
.menu-toggle .fa-bars  {
      font-size: 30px;
    color: #000;
    cursor: pointer;
}
.reveal-left,
.reveal-right,
.reveal-center,
.reveal-up {
    opacity: 0;
    transition: all 0.9s ease;
}

/* Left */
.reveal-left {
    transform: translateX(-60px);
}

/* Center image */
.reveal-center {
    transform: translateY(50px) scale(0.95);
}

/* Right */
.reveal-right {
    transform: translateX(60px);
}

/* Stats */
.reveal-up {
    transform: translateY(40px);
}

/* Active */
.reveal-left.show,
.reveal-right.show,
.reveal-center.show,
.reveal-up.show {
    opacity: 1;
    transform: translate(0,0) scale(1);
    overflow: hidden;
    border-radius: 0.5rem;
}

/* Stagger for stats */
.stat-box:nth-child(1) { transition-delay: 0.2s; }
.stat-box:nth-child(2) { transition-delay: 0.4s; }
.stat-box:nth-child(3) { transition-delay: 0.6s; }

/* Image hover */
.about-center img {
    transition: transform 0.5s ease;
}

.about-center:hover img {
    transform: scale(1.05);
}
/* Prevent image overflow */
.portfolio-left,
.portfolio-image {
    overflow: hidden;
    border-radius: 20px; /* match your rounded-4 */
}

/* Smooth zoom */
/* .portfolio-left img,
.portfolio-image img {
    transition: transform 0.6s ease;
    width: 100%;
    display: block;
} */

/* .portfolio-left:hover img,
.portfolio-image:hover img {
    transform: scale(1.05);
} */
.reveal-left,
.reveal-right,
.reveal-up {
    opacity: 0;
    transition: all 0.9s ease;
}

.reveal-left {
    transform: translateX(-70px);
}

.reveal-right {
    transform: translateX(70px);
}

.reveal-up {
    transform: translateY(50px);
}

.reveal-left.show,
.reveal-right.show,
.reveal-up.show {
    opacity: 1;
    transform: translate(0,0);
}

/* Image hover zoom */
.portfolio-left img,
.portfolio-image img {
    transition: transform 0.6s ease;
}

/* .portfolio-left:hover img,
.portfolio-image:hover img {
    transform: scale(1.05);
} */

/* Stats stagger */
.portfolio-stat-item {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.5s ease;
}

.portfolio-stat.show .portfolio-stat-item {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-stat-item:nth-child(1) { transition-delay: 0.2s; }
.portfolio-stat-item:nth-child(2) { transition-delay: 0.4s; }
.portfolio-stat-item:nth-child(3) { transition-delay: 0.6s; }
.portfolio-stat-item:nth-child(4) { transition-delay: 0.8s; }
/* Process boxes */
.process-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.process-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger */
.process-box:nth-child(1) {
    transition-delay: 0.2s;
}

.process-box:nth-child(2) {
    transition-delay: 0.4s;
}
/* Wrapper animation */
.process-image-reveal {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s ease;
    overflow: hidden;   /* important */
    border-radius: 20px;
}

/* On reveal */
.process-image-reveal.show {
    opacity: 1;
    transform: scale(1);
}

/* Main image container */
.process-image {
    position: relative;
    overflow: hidden;   /* important */
    border-radius: 20px;
    background: #fff;
    padding: 12px;
}

/* Image */
.process-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
    transition: transform 0.6s ease;
}

/* Hover zoom */
/* .process-image:hover img {
    transform: scale(1.06);
} */
/* Icon hover */
.process-icon img {
    transition: transform 0.4s ease;
}

.process-box:hover .process-icon img {
    transform: rotate(12deg) scale(1.1);
}

/* Box hover lift */
.process-box {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.process-box:hover {
    transform: translateY(-8px);
}
/* Left content animation */
.ad-left-reveal {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.9s ease;
}

.ad-left-reveal.show {
    opacity: 1;
    transform: translateX(0);
}

/* Form box animation */
.ad-form-reveal {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.9s ease;
}

.ad-form-reveal.show {
    opacity: 1;
    transform: translateX(0);
}

/* Form fields stagger */
.form-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.ad-form-reveal.show .form-reveal {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger effect */
.form-reveal:nth-child(1) { transition-delay: 0.1s; }
.form-reveal:nth-child(2) { transition-delay: 0.2s; }
.form-reveal:nth-child(3) { transition-delay: 0.3s; }
.form-reveal:nth-child(4) { transition-delay: 0.4s; }
.form-reveal:nth-child(5) { transition-delay: 0.5s; }
.form-reveal:nth-child(6) { transition-delay: 0.6s; }

/* Form hover */
.contact-form-box {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-form-box:hover {
    transform: translateY(-8px);
}
/* Title animation */
.blog-title-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.blog-title-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Blog cards reveal */
.blog-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
        background: #fff;
    padding: 12px;
    border-radius: 12px;
}

.blog-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger effect */
.blog-reveal:nth-child(1) { transition-delay: 0.2s; }
.blog-reveal:nth-child(2) { transition-delay: 0.4s; }
.blog-reveal:nth-child(3) { transition-delay: 0.6s; }

/* Image zoom */
.blog-image {
    overflow: hidden;
    border-radius: 20px;
}

.blog-image img {
    width: 100%;
    transition: transform 0.6s ease;
}

.blog-box:hover .blog-image img {
    transform: scale(1.08);
}

/* Overlay smooth dark */
.blog-box .overlay {
    transition: background 0.5s ease;
}

.blog-box:hover .overlay {
    background: rgba(0,0,0,0.55);
}

/* Content lift */
.blog-info {
    transition: transform 0.4s ease;
}

.blog-box:hover .blog-info {
    transform: translateY(-10px);
}
/* Blog box */
.blog-box{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* Image wrapper */
.blog-image{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* Image */
.blog-image img{
    width: 100%;
    display: block;
    border-radius: inherit;
}

/* Overlay INSIDE image only */
.blog-box .overlay{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        0deg,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.15) 45%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Content above overlay */
.blog-info{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
/* Footer top animation */
.footer-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.footer-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Footer columns stagger */
.footer-col-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.footer-col-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger */
.footer-col-reveal:nth-child(1) { transition-delay: 0.2s; }
.footer-col-reveal:nth-child(2) { transition-delay: 0.4s; }
.footer-col-reveal:nth-child(3) { transition-delay: 0.6s; }
.footer-col-reveal:nth-child(4) { transition-delay: 0.8s; }

/* Social icon hover */
.footer-socials i {
    transition: all 0.3s ease;
}

/* .footer-socials a:hover i {
    transform: translateY(-5px) scale(1.1);
} */

/* Footer links hover */
.quick-links ul li a,
.services ul li a {
    transition: all 0.3s ease;
    display: inline-block;
}

.quick-links ul li a:hover,
.services ul li a:hover, .footer-services li a:hover {
    transform: translateX(6px);
}

/* Contact info hover */
.contact-info ul {
    transition: all 0.3s ease;
}

.contact-info ul:hover {
    transform: translateX(5px);
}

/* Newsletter input */
.subscribe input {
    transition: all 0.3s ease;
}

.subscribe input:focus {
    transform: scale(1.02);
    outline: none;
}

/* Subscribe button */
.subscribe .btn-primary {
    transition: all 0.3s ease;
}

.subscribe .btn-primary:hover {
    transform: translateY(-3px);
}
/* Scroll reveal */
.video-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.video-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger effect */
.col-md-6:nth-child(1) .video-reveal { transition-delay: 0.2s; }
.col-md-6:nth-child(2) .video-reveal { transition-delay: 0.4s; }
.col-md-6:nth-child(3) .video-reveal { transition-delay: 0.6s; }
.col-md-6:nth-child(4) .video-reveal { transition-delay: 0.8s; }

/* Box setup */
.video-gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* Video + thumb smooth zoom */
.video-gallery-video iframe,
.video-gallery-thumb img {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

/* Zoom on hover */


/* Overlay transition */
.video-gallery-overlay {
    transition: all 0.5s ease;
}

.video-gallery-box:hover .video-gallery-overlay {
    background: rgba(0,0,0,0.45);
}

/* Content slide up */




/* Play button pulse */
.video-gallery-play {
    transition: all 0.4s ease;
}


/* Pulse effect */
.video-gallery-play i {
    animation: pulsePlay 2s infinite;
    color: #eeeeee8f;
    font-size: 22px;
}

@keyframes pulsePlay {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
@media(max-width:991px)  {
  .header-nav-inner  {
    padding: 0px 10px;
  }
}

.footer-partners{
    margin-top:40px;
}

.footer-partners h3{
    color:#fff;
    margin-bottom:20px;
    font-size:24px;
}

.partner-logos{
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.partner-logo{
    border-radius: 10px;
    padding: 0;
    text-align: center;
    /* height: 74px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
}

.partner-logo img{
    width: auto;
    max-height: max-content;
    object-fit: contain;
    transition: 0.3s;
}
.partner-logo img {
    width: auto;
    border-radius: 12px;
}
.dropdown-parent.active .dropdown-menu-custom {
    padding-left: 14px;
    padding-top: 14px;
}
footer  {
	/* border-top-left-radius: 16px;
	border-top-right-radius: 16px; */
  background: #1f1566;
	padding-top: 80px !important;
        border-top: 1px solid #eeeeee1f;
}
.footer-logo img  {
	width: 65%;
}
footer .footer-middle .footer-socials li a i {
  height: 40px;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  transition: all 0.3s ease;
	text-align: center;
  background: #dc2516;
  border-radius: 50%;
}
footer .footer-middle .footer-socials li a i:hover {
  background-color: #fff !important;
  color: #1f1566;
  transition: all 0.3s ease;
}
footer ul li {
    font-family: 'poppins';
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}
.footer-inner p {
    line-height: 25px;
}
footer  {
    padding-bottom: 0px !important;
}
.footer-bottom   {
        background: #eeeeee;
    padding-bottom: 20px;
    padding-top: 20px !important;
}
 .footer-middle  {
    padding-bottom: 100px;
 } 
 .stat-box .h2  {
    color: #1f1566 ;
 } 
 .portfolio-title h2  {
    line-height: 50px;
 }
.side-nav.active {
    right: 0;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    transition: 0.4s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.side-nav .navbar-nav li a {
    transition: all 0.35s ease;
}
.side-nav ul li a:hover {
    color: #dc2516;
}
.banner-slider1 .slick-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 18px;
    width: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-slider1 .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
    position: relative;
}

.banner-slider1 .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    font-size: 0;
    transition: all 0.4s ease;
}

/* Remove default dot */
.banner-slider1 .slick-dots li button::before {
    display: none;
}

/* Connector line */
.banner-slider1 .slick-dots li::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 2px;
    height: 14px;
    background: rgba(255,255,255,.4);
    transform: translateX(-50%);
}

.banner-slider1 .slick-dots li:first-child::before {
    display: none;
}

/* Active */
.banner-slider1 .slick-dots li.slick-active button {
    background: #dc2516;
    border-color: #dc2516;
    transform: scale(1.3);
}
.bg-black  {
    background-color: #000;
}
.section-bottom-radius  {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.section-top-radius  {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.portfolio-image  {
    background: #fff;
    padding: 12px;
}
.portfolio-stat ul li  {
    color: #222;
    font-weight: 400;
}
.how-wrk  {
    background: #f6f6f6;
}
.video-gallery-section .swiper-slide   {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
}
header  {
        z-index: 99999;
        background: transparent;
}
.reveal-left,
.reveal-right,
.reveal-center,
.reveal-up,
.service-box,
.blog-reveal,
.video-reveal,
.process-reveal,
.process-image-reveal,
.ad-left-reveal,
.ad-form-reveal,
.footer-reveal,
.footer-col-reveal{
    opacity: 0;
    transition: all .8s ease;
}

/* active */
.show{
    opacity: 1;
}
/* Default */
.logo-sticky{
    display: none;
}

.logo-default{
    display: block;
}

/* Sticky header */
.header-nav.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    animation: slideDown .4s ease;
}

/* Switch logos */
.header-nav.sticky .logo-default{
    display: none;
}

.header-nav.sticky .logo-sticky{
    display: block;
}

/* Optional resize */
.header-nav.sticky .header-logo img{
    max-height: 65px;
    width: auto !important;
}

/* Animation */
@keyframes slideDown{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}
.services-body {
    width: 100%;
    overflow: hidden;
}

.services-slider {
    width: 100%;
}

.services-slider .item {
    width: 100%;
}

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.services-image {
    overflow: hidden;
    border-radius: 20px;
}

.services-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.service-box:hover img {
    transform: scale(1.08);
}

/* .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );
} */

.services-info {
    z-index: 2;
}

.services-info h4 a {
    color: #fff;
    text-decoration: none;
}

.arrow {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow i {
    color: #fff;
}
.video-gallery-slider {
    width: 100%;
}

.video-gallery-slider .item {
    width: 100%;
}
.blog-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.blog-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.blog-image {
    position: relative;
}

.blog-image .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    z-index: 2;
}

.blog-info {
    z-index: 3;
    width: 100%;
}

.blog-slider .owl-stage {
    display: flex;
}

.blog-slider .owl-item {
    display: flex;
}
/* Owl dots */
.blog-slider .owl-dots, .video-gallery-slider .owl-dots, .services-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block !important;
}

.blog-slider .owl-dot, .video-gallery-slider .owl-dot, .services-slider .owl-dot {
    display: inline-block !important;
    margin: 0 5px;
}

.blog-slider .owl-dot span, .video-gallery-slider .owl-dot span, .services-slider .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #ccc !important;
    transition: all .3s ease;
}

.blog-slider .owl-dot.active span, .video-gallery-slider .owl-dot.active span, .services-slider .owl-dot.active span {
    background: #e52412 !important;
    width: 12px;
    height: 12px;
}

/* Prevent overflow hiding dots */
.blog-slider,
.owl-carousel,
.owl-stage-outer {
    overflow: visible !important;
}
.bottom_btn  {
    margin: auto;
    display: block;
    width: fit-content;
}
.bg-blue {
    --bs-bg-opacity: 1;
    background-color: #1f1566 !important;
}
@media(min-width:992px){
    .blog-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}
/* Desktop */
@media (min-width: 992px) {
    .video-gallery-slider {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .video-gallery-slider .owl-stage-outer,
    .video-gallery-slider .owl-stage {
        display: contents !important;
    }

    .video-gallery-slider .owl-item {
        width: auto !important;
    }

    .video-gallery-slider .owl-dots {
        display: none;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .video-gallery-slider .item {
        padding: 0 8px;
    }
}
/* Desktop Grid */
@media (min-width: 992px) {
    .services-slider {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .services-slider .owl-stage-outer,
    .services-slider .owl-stage {
        display: contents !important;
    }

    .services-slider .owl-item {
        width: auto !important;
    }

    .owl-dots {
        display: none;
    }
}

/* Mobile Slider */
@media (max-width: 991px) {
    .services-slider .item {
        padding: 0 8px;
    }

    .services-image img {
        height: 360px;
    }
}
@media (max-width: 991px) {
    .partner-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        align-items: center;
    }
    .side-nav {
    width: 310px;
}
.banner-slide-inner  {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
    .home-3 .header-nav .slicknav_btn.slicknav_open:before, .home-3 .header-nav .slicknav_btn.slicknav_collapsed:before {
        top: 19px;
    }
        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        left: 0;
        top: 20px;
        padding: 8px;
        position: absolute;
        color: #fff;
    }
    .slicknav_nav a, .dropdown-menu > li > a {
        background-color: #392c98;
        color: #fff;
    }
        .slicknav_nav {
        height: auto;
    }
        .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
        background-color: #392c98 !important;
        color: #dc2516;
    }
        .dropdown-menu > li > a {
        border-top: 0px solid #FBFBFB !important;
    }
    .slicknav_nav ul li {
    background: transparent;
}
    .home-3 .header-nav .slicknav_nav {
        top: 75px;
    }
    .nav-link:focus, .nav-link:hover {
    background: transparent;
}
.slicknav_nav ul  {
    margin-bottom: 0;
}
.stat-box .h6  {
        font-size: 9px !important;
}
.stat-box .h2 {
    font-size: 22px;
}
body {
    font-size: 17px;
}
section, .section-padding {
    padding: 100px 15px;
}
     .services-body {
        overflow: hidden;
        padding: 0 15px;
    }

    .services-slider {
        overflow: visible;
    }

    .services-slider .swiper-wrapper {
        align-items: stretch;
    }

    .services-slider .swiper-slide {
        width: auto !important;   /* important */
        flex-shrink: 0;
    }

    .service-box {
        width: 100%;
    }
    .home-3 .services .services-body .service-box a i {
    line-height: 35px;
    text-align: center;
}
.services-body {
        padding: 0 0px;
    }
    .services .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .process .order-3  {
        display: none;
    }
    .home-3 .banner .banner-slide .overlay  {
        border-radius: 50px;
    }
    .home-3 .ad-banner .ad-banner-inner  {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .blog .owl-dots  {
            text-align: center;
    margin-top: 14px;
    }
    .partner-logo {
    margin: 0 auto;
}
/* Disable animation inside owl sliders */
.services-slider .service-box,
.video-gallery-slider .video-reveal,
.blog-slider .blog-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Also for owl cloned items */
.owl-item .service-box,
.owl-item .video-reveal,
.owl-item .blog-reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}
}

@media (max-width: 767px) {
    .about-us ul.d-flex {
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    ul.d-flex li.stat-box {
        flex: 1;
        min-width: 0;
        text-align: center;
    }

    ul.d-flex li.stat-box span.h2 {
        font-size: 22px;
    }

    ul.d-flex li.stat-box span.h6 {
        font-size: 13px;
        line-height: 1.3;
    }
}