/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #000103;
    font-size: 18px;
    outline: none;
    
}
span.text-white-50 {
    color: #f9b218 !important;
}
h1.display-1.mb-4.animated.fadeInLeft {
    color: #fff!important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    color: #000103;
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
/*    align-items: center;*/
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
/*    width: 90px;*/
    height: 60px;
    position: absolute;
    top: 30%;
    left: 0;
/*    background: var(--bs-primary);*/
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
/*    background: var(--bs-secondary);*/
    transition: .8s;
}
#carouselId .carousel-indicators li{
        background: #fff!important;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-control-next {
/*    width: 90px;*/
    height: 60px;
    position: absolute;
    top: 30%;
    right: 0;
/*    background: var(--bs-primary);*/
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
/*    background: var(--bs-secondary);*/
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #ff4f00;
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}
.bg-secondary {
    background-color: #000 !important;
}
/*** Services End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/


/* Mobile: Align logo to the left */
@media (max-width: 767px) {
    .custom-logo {
        max-height: 40px !important;
        width: auto !important;
        height: auto !important;
    }

    a.navbar-brand {
        display: none!important;
    }

}

.team-card {
    overflow: hidden;
    position: relative;
}

.team-full-img {
    height: 450px;
    object-fit: cover;
    transition: 0.4s;
}

.team-card:hover .team-full-img {
    transform: scale(1.05);
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transition: .3s ease-in-out;
}

.team-hover i {
    color: white;
    font-size: 22px;
    transition: .3s;
}

.team-hover i:hover {
    transform: scale(1.2);
}

.team-card:hover .team-hover {
    opacity: 1;
}
.work-card {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.work-card img {
    transition: transform 0.5s ease;
}

.work-card:hover img {
    transform: scale(1.1);
}

.work-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    transition: 0.4s;
}

.work-card:hover .work-hover {
    opacity: 1;
}

.work-hover i {
    font-size: 40px;
    color: #fff;
}

a.linkclass {
    color: #000!important;
}

.dropdown-menu {
    min-width: 20rem!important;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px; /* left side */
    background: #25D366;
    color: #fff;
    font-size: 28px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
}


.fact-section {
    background: #000;
    padding: 60px 0;
}

.fact-item {
    position: relative;
}

.fact-box {
    text-align: center;
    padding: 10px 20px;
}

.fact-number {
    font-size: 48px;
    font-weight: 700;
    color: #ff4f00; /* Dark Blue like screenshot */
    margin: 0;
}

.fact-heading {
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #fff;
}

/* Vertical line between columns (desktop only) */
@media (min-width: 992px) {
    .fact-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #ccc; /* Light separator like screenshot */
    }
}

.testimonial-section {
    background: #000;
    padding: 60px 60px;
}

.testimonial-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.testimonial-subtitle {
    color: #ddd;
    font-size: 16px;
    margin-top: -10px;
}

.testimonial-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    min-height: 340px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
}

.quote-icon {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.testimonial-text {
    margin: 15px 0 30px;
    color: #111;
    font-size: 16px;
    line-height: 1.6;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.testimonial-user h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-user small {
    color: #777;
}

/* MAIN SECTION */
.scroll-sync-section {
  background: #000;
  color: #fff;
  padding: 100px 0;
  position: relative;
}

/* MAIN CONTAINER */
.scroll-sync-container {
  position: relative;
  width: 88%;
  margin: auto;
  display: flex;
  gap: 50px;
}

/* LEFT STICKY IMAGES */
.scroll-left {
  flex: 1;
  position: sticky;
  top: 120px;
  height: 500px;
}

.scroll-image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}

.scroll-img {
  position: absolute;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.scroll-img.active {
  opacity: 1;
}

/* RIGHT CONTENT → ALWAYS CENTER */
.scroll-right {
  flex: 1;
  position: relative;
}

/* IMPORTANT → EACH BLOCK FULL SCREEN HEIGHT LIKE FRITZSTAFFING */
.scroll-text-block {
  min-height: 100vh;     /* full screen height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* CENTER vertically */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

/* Only visible block */
.scroll-text-block.active {
  opacity: 1;
}

/* HEADINGS */
.scroll-text-block h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.scroll-text-block p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* BUTTON */
.scroll-btn {
  background: #fff;
  color: #000;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

/* RIGHT SIDE INDICATORS (CENTER) */
.scroll-indicators {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 50;
}


.indicator {
  width: 6px;
  height: 22px;
  background: #7f93ad;
  border-radius: 10px;
  transition: 0.3s;
}

.indicator.active {
  height: 40px;
  background: #fff;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 991px) {

  .scroll-sync-container {
    flex-direction: column;
    width: 92%;
  }

  .scroll-left {
    position: relative;
    height: auto;
  }

  .scroll-image-wrapper,
  .scroll-img {
    height: 260px;
  }

  .scroll-indicators {
    display: none;
  }

  .scroll-text-block {
    min-height: auto;
    padding: 50px 0;
    opacity: 1;
  }

  .scroll-text-block h3 {
    font-size: 28px;
  }
}

/* Section styling */
.simple-client-section {
    padding-top:20px!important;
      padding-bottom:40px!important;
    background: #000;
    text-align: center;
}

/* Swiper slide box style */
.simpleClientSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    transition: 0.3s ease;
}

/* Logo image */
.simpleClientSwiper img {
    max-width: 150px;
    height: auto;
    transition: .3s ease;
    border: 1px solid #fff;
}

/* Smooth hover */
.simpleClientSwiper .swiper-slide:hover {
    box-shadow: 0px 8px 10px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.simpleClientSwiper img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* Responsive */
@media(max-width: 768px) {
    .client-heading { font-size: 26px; }
    .simpleClientSwiper img { max-height: 50px; }
    .simple-client-section {
    padding: 30px 0;
}
    .custom-logo {
        max-height: 40px !important;
        width: auto !important;
        height: auto !important;
    }
}

/* =========================
   CTA STRIP SECTION
========================= */
.cta-strip {
    padding: 70px 20px;
    background: linear-gradient(135deg, #ff7a18, #ff9f1c);
}

.cta-wrap {
    max-width: 900px;
    margin: auto;
    text-align: center;
    color: #fff;
}

/* Heading */
.cta-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Text */
.cta-text {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* Button */
.cta-action-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #ffffff;
    color: #ff7a18;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-action-btn:hover {
    background: #222;
    color: #fff;
    transform: translateY(-2px);
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
    .cta-strip {
        padding: 50px 15px;
    }

    .cta-heading {
        font-size: 26px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-action-btn {
        padding: 12px 28px;
        font-size: 15px;
    }
}
