@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Montserrat';
    line-height: 28px;
}

.pre-header {
    background-color: #000000;
    padding: 18px;
}



.pre-header .contact-info span {
    margin-right: 20px;
}

.pre-header .contact-info span i {
    margin-right: 10px;
}

.socials i {
    color: #ffffff;
    margin-right: 23px;
}
.logo {
    width: 120px;
}

.logo img {
    max-width: 100%;
}
.mainMenu {
    padding: 10px 0;
}

.menuLinks .navbar-nav .nav-item {
    padding-right: 20px;
}

.menuLinks .navbar-nav .nav-item:last-child {
    border-color: #b8967e;
    position: relative;
}


.menuLinks .navbar-nav .nav-item:last-child a {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    transition: all 0.5s ease;
}

.menuLinks .navbar-nav .nav-item:last-child a:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    display: block;
    border: 1px solid #000000;
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    transform: translateX(0);
    background-color: #000000;
}

.menuLinks .navbar-nav .nav-item:last-child a span {
    position: relative;
    color: #fff;
    padding-right: 30px;
}

.menuLinks .navbar-nav .nav-item:last-child a:after {
    position: absolute;
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    left: auto;
    right: 18px;
    color: #fff;
    transition: all 0.5s ease;
}
.menuLinks .navbar-nav .nav-item:last-child a:hover span {
    color: #000000;
}

.menuLinks .navbar-nav .nav-item:last-child a:hover:before {
    width: 50px;
    background-color: transparent;
}

.menuLinks .navbar-nav .nav-item:last-child a:hover:after {
    color: #000000;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  .swiper-slide {
    position:relative;
}

.swiperCopy {
    position: absolute;
    z-index: 99999;
    color: #000;
    top: 0;
    left: 0;
    transform: translate(20%, 50%);
    max-width: 40%;
    text-align: left;
}

.swiperCopy p {
    font-size: 50px;
    color: #000;
    display: block;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.swiperCopy p span {
    color: #2c8dd2;
    font-weight: 600;
    text-decoration: underline;
}

a.btn.btn-primary {
    background-color: #000000;
    border-color: #000000;
}

.btn {
    border-radius: 0;
}

.contact-info i {
    color: #ffffff;
}

.contact-info {
    color: #ffffff;
}

.autoplay-progress svg{stroke: #2c8dd2;}
.autoplay-progress{color:#2c8dd2;}
.socials a:hover i {
    color: #ffffff;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); } /* Scroll 7 slides */
}

.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: calc(250px * 5); /* Show 5 slides in view */
    height: 200px;
}

.slide-track {
    display: flex;
    width: calc(250px * 14); /* 7 original + 7 duplicate slides */
    animation: scroll 20s linear infinite; /* Shortened duration for seamless scrolling */
   
}

.slide img {
    width: 150px;
    margin: 0 auto;
}

.slide {
    width: 250px;
    display: flex;
    align-items: center;
}
.welcomeP p {
    width: 75%;
    margin: 0 auto;
}

.slide img.zflogo {
    width: 100px;
}

.main-footer {
    background-color: #000000;
}

.footerLogo img {
    width: 70%;
    filter: invert(1);
}

.main-footer h2 {
    font-size: 48px;
    line-height: unset;
}

.main-footer h2 span {
    color: #2c8dd2;
    text-decoration: underline;
}

.inTouch h4 {
    margin: 30px 0;
}

.footerLinks li {
    list-style: none;
    margin: 10px 0;
}

.footerLinks li:first-child a {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
}

.footerLinks li a {
    text-decoration: none;
    color: #ffffff;
}

.row.mx-0.footerLinks {
    align-items: center;
}

footer i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.post-footer span {
    margin: 0 20px;
}

a {
    text-decoration: none;
}

.post-footer {
    background-color: #dfdfdf;
}

.post-footer span a {
    color: #000000;
}


.cards-container {
    display: flex;
    gap: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    width: 250px;
    transition: transform 0.3s ease;
    border:0;
}

.card:hover {
    transform: translateY(-10px);
}

.icon img {
    width: 100px;
    height: 100px;
}

h3 {
    margin: 15px 0;
    font-size: 1.4rem;
}

p {
    font-size: 1rem;
    color: #666;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}


.rightSection h1 {
    font-size: 35px;
    padding: 60px 0 0px;
}

.rightSection h1:after {
    transform: translate(0%, -50%);
    border: 0;
    display: block;
    content: '';
    height: 4px;
    width: 80px;
    background-color: #2c8dd2;
    margin-top: 10px;
}

.leftSection p {
    max-width: 93%;
}
.leftCopy {
    padding: 100px 40px 0;
}

.card h3 {
    color: #000000;
}
.card a{
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    color: #2c8dd2;
    
}

section.z-wrapper {
    padding: 50px 0;
}

span#year {
    margin: 0 5px 0 0;
}
h2:after {
    transform: translate(-50%, -50%);
    border: 0;
    display: block;
    content: '';
    height: 4px;
    width: 40px;
    background-color: #2c8dd2;
    margin-top: 10px;
    position: absolute;
    left: 50%;
}

h2 {
    position: relative;
}

.footerLogo span {
    color: #fff;
}

.footerLinks li {
    min-height: 30px;
}

/* Base slider styling */
.slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(250px * 14); /* Adjust this according to the number of slides */
  }
  
  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    padding: 0 10px;
  }
  
  .slide img {
    width: 100%;
    max-width: 150px; /* Set a max-width to make the images responsive */
    object-fit: contain;
  }
  
  /* Animation to make the images scroll */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7)); /* Adjust according to the number of slides */
    }
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .slide-track {
      animation: scroll 30s linear infinite; /* Slower animation for smaller screens */
    }
  
    .slide {
      min-width: 200px; /* Adjust to fit better on smaller screens */
    }
  
    .slide img {
      max-width: 120px; /* Reduce the image size on smaller screens */
    }

    .footerLogo img {
        width: 50%;
        margin: 0 auto;
    }
    
    .col-lg-3.footerLogo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }
    
    .footerLogo span, .footerLinks {
        text-align: center;
    }
    
    
    .footerLinks .col-lg-3 {
        margin: 10px 0;
    }
    .swiperCopy {
        transform: unset;
        left: 10%;
    }
    
    .swiperCopy p {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .pre-header .container.d-md-flex.justify-content-md-between {
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
    
    .socials {
        display: none;
    }
  }
  
  @media (max-width: 480px) {
    .slide {
      min-width: 150px;
    }
  
    .slide img {
      max-width: 100px;
    }
  }
  
  .contact-info a {
    color: #fff;
}

.contact-info a:hover {
    color: #2c8dd2;
}

.rightSection span {
    margin: 0px 0 0;
    display: block;
    font-weight: 600;
}


.rightSection span:nth-child(2) {
    margin-top: 30px;
}


.rightSection span:nth-child(3) {
    margin-bottom: 30px;
}