[data-bs-theme="dark"] .partner-item.slick-slide img {
    filter: none !important;
}
.bg-top{
--header-top-background-color: #000000 !important;
    --header-top-text-color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid;
}
.dark-layout{
background-color: #000000 !important;
}
.bg-footer{
   border-top: 1px solid  !important;
    --footer-background-color: #000000 !important;
    --footer-heading-color: #ffffff !important;
    --footer-text-color: #ffffff !important;
    --footer-border-color: #000000;
    --footer-background-image: url() !important;
}
.slider-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.slider-two-swiper-button-prev,
.slider-two-swiper-button-next {
    display: none !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* adjust 0.3–0.6 */
    z-index: 1 !important;
}

.swiper-slide{
	z-index:2 !important;
}

.section-privacy-policy{   
padding-top: 80px;
}

.form-check-label{
  color:white !important;
  margin-left:10px;
  margin-top:5px;
}

.form-check{
padding-left: 0.5em !important;
}

.shortcode-feature-tabs{
background-color: #151524 !important;
}

@media (min-width: 768px) {
  .burger-icon {
    margin: 20px !important;
  }
#quotation-form-top-widget {
      padding: 50px !important;
  }
}

@media (max-width: 574px) {
  .top-bar{
	display:none;
  }

  .burger-icon{
	margin-top: 10px !important;
  }

  .z-2 .row .col-lg-12 .p-8{
	padding: 1rem !important;
   }

  .shortcode-contact-block .container .row .col-auto .bg-primary .p-7{
     padding: 1rem !important;
	}
  .shortcode-contact-block .container .row .col-auto .bg-primary .p-7 .mb-9{
     margin-bottom: 1rem !important;
	}
  .shortcode-contact-block .container .row .col-auto .bg-primary .p-7 .mt-8{
      margin-top: 1rem !important;
	}
  #quotation-form-top-widget {
     padding: 20px !important;
   }
}

.fob-gr-header{
    background: #151524 !important;
}


.fob-gr-reviews-container {
    background: #151524 !important;
}

.fob-gr-view-all {
 background: #151524 !important;
}

.fob-gr-business-name{
color: #fff !important;
}
.fob-gr-overall-rating{
color: #fff !important;
}
.fob-gr-total-reviews{
color: #fff !important;
}
.fob-gr-powered-by{
color: #fff !important;
}

.detailed-launch-header{
background-color:#000000 !important;
 
}

.detailed-launch-header .navbar-nav .nav-item .nav-link.active{
 color: #E34C43 !important;
}

.detailed-launch-header .navbar-nav .nav-item .nav-link:hover{
 color: #E34C43 !important;
}

/* FORM CONTAINER */
#quotation-form-top-widget {
    border: none !important;

    background: #000 !important;
}

/* FORM HEADING */
#quotation-form-top-widget strong {
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
}

/* GENERAL RESET */
#quotation-form-top-widget .form-control,
#quotation-form-top-widget .form-select {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    color: #fff !important;
    transition: all .3s ease;
}

/* TEXTAREA HEIGHT FIX */
#quotation-form-top-widget textarea.form-control {
    height: 130px !important;
}

/* PLACEHOLDER COLOR */
#quotation-form-top-widget .form-control::placeholder,
#quotation-form-top-widget .form-select {
    color: rgba(255,255,255,0.5) !important;
}

/* FOCUS EFFECT */
#quotation-form-top-widget .form-control:focus,
#quotation-form-top-widget .form-select:focus {
    border-bottom: 1px solid #a201fd !important;
    box-shadow: 0 4px 8px rgba(162,1,253,0.3);
    transform: translateY(-2px);
}

/* SELECT DROPDOWN BACKGROUND FIX */
#quotation-form-top-widget select option {
    background: #111 !important;
    color: #fff !important;
}

/* INPUT GROUP SPACING */
#quotation-form-top-widget .input-group {
    margin-bottom: 25px !important;
}

/* SUBMIT BUTTON */
#quotation-form-top-widget .btn-dark {
    background: linear-gradient(90deg, #a201fd, #5f00c7) !important;
    border: none !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    transition: .3s ease !important;
}

#quotation-form-top-widget .btn-dark:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(162,1,253,0.4);
}

/* SVG ICON ANIMATION */
#quotation-form-top-widget .btn-dark svg {
    transition: transform .3s ease;
}

#quotation-form-top-widget .btn-dark:hover svg {
    transform: translateX(6px);
}

.cta-btn{
border-radius:3px;
}

.shortcode-contact-block{
background-size: cover !important;
}

/* Black background */
.photo__grid,
.intro {
  
    color:#fff;
}

/* Make all section text centered */
.text-unified {
    text-align:center !important;
}

/* Mobile ordering — text first, image second */
@media (max-width: 767.98px) {
    .mobile-text-first {
        order:1 !important;
    }
    .mobile-image-second {
        order:2 !important;
    }
  	
  .ds-3{
	 font-size:30px !important;
   }
  .ds-5{
	 font-size:24px !important;
   }
  .ds-4{
	 font-size:36px !important;
    text-align:center;
   }
   h3 {
        font-size: 30px !important;
  }
  .fs-4{
    font-size: 16px !important;
    font-weight:500 !important;
	}
  .fs-2{
    font-size: 26px !important;
  }
  
  .slick-slide{
  width:150px !important;
  }
  .slick-track{
  padding-right: 30px !important;
  }
  .filter-invert{
margin-left: 25px !important;
  }
  .h1{
  font-size:30px;
  }
  .section-privacy-policy{
  text-align:center;
  }
  .bb-social-sharing{
  margin-top:15px;
  }
  .h3 {
   font-size: 30px !important;
  }
  h1 {
        font-size: 36px !important;
  }
  .py-86 {
    padding: 25px 0 !important;
}
  .section-services-details .justify-content-end{
    justify-content: center !important;
        text-align: center;
    
}
}