@media (min-width: 1024px) {
  .shortcode-hero-banner .banner-content {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 45px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    max-width: 600px;
  }

  .shortcode-hero-banner .banner-content .sub-title {
    color: #bf2437;
    font-weight: 700;
    font-size: 18px;
  }

  .shortcode-hero-banner .banner-content .title {
    color: #103585;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.3;
  }

  .shortcode-hero-banner .banner-content p {
    color: #333;
    font-size: 16px;.
    line-height: 1.8;
  }

  .shortcode-hero-banner .banner-content .btn {
    background-color: #bf2437;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .shortcode-hero-banner .banner-content .btn:hover {
    background-color: #103585;
  }
}

/* Mobile - White subtitle */
@media (max-width: 767px) {
  .shortcode-hero-banner .banner-content .sub-title {
    color: #fff !important;
  }
}

.breadcrumb__area
{
	display:none;
}

.fw-logo img {
	max-height: 70px;
}

.header-search{
	display:none;
}

.about__award-box-two {
	display:none;
}


    .section-title .title {
        font-size: 24px;
    }
  .section-title .sub-title {
  	 font-size: 30px;
  }


.about__list-box .list-wrap li {
	    color: var(--tg-theme-primary);
}

  .services-content .title {
      font-size: 13px;
  }


/* Alternative: auto-height based on image ratio */
.slider__area .slider__bg {
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #103585 !important;
}

/* Let slider height follow the image naturally */
.slider__area .slider__single,
.slider__area .swiper-slide {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    aspect-ratio: 16 / 7;
}

.slider__area .slider__bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider__area .swiper-container,
.slider__area .slider__active {
    height: auto !important;
    max-height: unset !important;
}

@media (max-width: 991px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 576px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 16 / 10;
    }
}

.banner__content-three{
	display:none;
}

.experience__box-two{
	display:none;
}



/* ============================================
   SLIDER: Full image display + clean overlay
   ============================================ */

/* Remove any dark overlay pseudo-elements */
.slider__area .slider__bg::before,
.slider__area .slider__bg::after,
.slider__area .slider__single::before,
.slider__area .slider__single::after {
    display: none !important;
}

/* Make slider responsive height based on viewport */
.slider__area .slider__single,
.slider__area .swiper-slide {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    aspect-ratio: 16 / 6.5;
}

/* Background image: full display, no crop */
.slider__area .slider__bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Swiper container: let it breathe */
.slider__area .swiper-container,
.slider__area .slider__active {
    height: auto !important;
    max-height: unset !important;
    overflow: hidden;
}

/* Optional: subtle professional gradient overlay for text readability */
.slider__area .slider__single .container {
    position: relative;
    z-index: 2;
}

/* Text styling on slider */
.slider__content .title {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.slider__content p {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 16 / 7;
    }
}

@media (max-width: 991px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 16 / 8;
    }
}

@media (max-width: 767px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 576px) {
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        aspect-ratio: 4 / 3;
    }
}


/* ============================================
   SLIDER FIX: Remove ALL overlays + full image
   ============================================ */

/* Kill every possible overlay */
.slider__area *::before,
.slider__area *::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 1 !important;
}

/* Reset slider height - use viewport-based */
.slider__area,
.slider__area .swiper-container,
.slider__area .slider__active,
.slider__area .slider__single,
.slider__area .swiper-slide {
    height: 65vh !important;
    min-height: 350px !important;
    max-height: 750px !important;
}

/* Background image: properly displayed */
.slider__area .slider__bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Remove any filter/opacity on the bg */
.slider__area .slider__bg {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

/* Text readability without overlay */
.slider__content .title {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.3);
}

.slider__content p {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.2);
}

/* Mobile */
@media (max-width: 767px) {
    .slider__area,
    .slider__area .swiper-container,
    .slider__area .slider__active,
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        height: 50vh !important;
        min-height: 280px !important;
        max-height: 500px !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .slider__area,
    .slider__area .swiper-container,
    .slider__area .slider__active,
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        height: 40vh !important;
        min-height: 250px !important;
    }
}

/* ============================================
   SLIDER FIX v3: Nuclear option
   ============================================ */

/* Remove ALL pseudo overlays */
.slider__area *::before,
.slider__area *::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
    display: none !important;
}

/* Restore swiper needed pseudo elements */
.slider__area .swiper-container .swiper-notification {
    display: block !important;
}

/* Remove any filters on everything in slider */
.slider__area,
.slider__area *,
.slider__area .slider__bg,
.slider__area .slider__single,
.slider__area .swiper-slide {
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

/* Slider height */
.slider__area,
.slider__area .swiper-container,
.slider__area .slider__active,
.slider__area .slider__single,
.slider__area .swiper-slide {
    height: 100vh !important;
    min-height: 350px !important;
    max-height: 750px !important;
}

/* Background image clean display */
.slider__area .slider__bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
}

/* Text readability */
.slider__content {
    position: relative;
    z-index: 2;
}

.slider__content .title {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.3);
}

.slider__content p {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Mobile */
@media (max-width: 767px) {
    .slider__area,
    .slider__area .swiper-container,
    .slider__area .slider__active,
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        height: 50vh !important;
        min-height: 280px !important;
        max-height: 500px !important;
    }
}

@media (max-width: 480px) {
    .slider__area,
    .slider__area .swiper-container,
    .slider__area .slider__active,
    .slider__area .slider__single,
    .slider__area .swiper-slide {
        height: 40vh !important;
        min-height: 250px !important;
    }
}






/* ============================================
   Slider text: professional readable backdrop
   ============================================ */

/* Text container backdrop - desktop only */
@media (min-width: 768px) {
    .slider__content {
        background: rgba(0, 0, 0, 0.45) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        padding: 30px 35px !important;
        border-radius: 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        max-width: 550px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .slider__content .title {
        color: #fff !important;
        text-shadow: none !important;
        font-size: 40px !important;
        margin-bottom: 12px !important;
    }

    .slider__content p {
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: none !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
    }
}

/* On tablet adjust size */
@media (min-width: 768px) and (max-width: 991px) {
    .slider__content {
        padding: 24px 28px !important;
        max-width: 450px !important;
    }

    .slider__content .title {
        font-size: 30px !important;
    }

    .slider__content p {
        font-size: 14px !important;
    }
}
.tg-header__area{
	background: #fff;
}