@import url("bootstrap.min.css");
@import url("Poppins/style.css");
@import url("homepagestyle.css");
@import url("Inter.css");
@import url("Latofont.css");
@import url("Josefin Sans.css");
@import url("opensans.css");
@import url("mobileview.css");

body {
    overflow-x: hidden;
}

.navBar {
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.activeNav {
    margin: 2px 0px;
    color: black;
    width: inherit;
    padding: 0px 15px;
    text-align: center;
    border-bottom: 2px solid black;
    display: none;

}

.footer-links a.active-footer-link {
  color: #f8ab38;
  font-weight: bold;
}

.technology {
    transition: transfrom 0.3s ease-in-out;
}
.technology:hover {
    transform: scale(1.02);
}
.discuss {
    transition: transform 0.3s ease-in-out;
}
.discuss:hover {
    transform: scale(1.02);
}
.productimg {
    /* width: 100%;
    height: 500px;  */
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-end; */
    /* overflow: hidden; */
}
/* 
.productimage {
    width: 100%;
    height: 100%;
    object-fit: contain; 
} */
 #myCarouselS .carousel-control {
        z-index: 10;
    }

    #myCarouselS .carousel-inner {
        z-index: 1;
    }
/* productslides.css */

@media (max-width: 1200px) {
    .slidetitle {
        font-size: 2.3rem;
    }
}

@media (max-width: 992px) {
    .slidetitle {
        font-size: 2.1rem;
    }

    .productSwiper .content h3 {
        font-size: 1.4rem;
    }

    .productSwiper .content p {
        font-size: 0.9rem;
    }

    .slidebill,
    .slideaccount {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .slidetitle {
        font-size: 1.8rem;
    }

    .sliderback {
        padding: 40px 10px;
    }

    .slidebill,
    .slideaccount {
        flex-direction: column-reverse;
        text-align: center;
        padding: 10px 10px;
        min-height: 250px;
    }

    .productSwiper .content {
        margin-top: 25px;
        padding-right: 0;
    }

    .productSwiper .content h3 {
        font-size: 1.3rem;
    }

    .productSwiper .slideimg {
        width: 30%;
        margin: 0 auto;
        padding-top: 40px;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        top: auto;
        bottom: 50px; 
        transform: translateY(0);
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-button-prev-custom {
        left: 40px !important;
        top: 85% !important;
    }

    .swiper-button-next-custom {
        right: 40px !important;
        top: 85% !important;
    }
    
    .swiper-button-first {
        left: 0px !important;
        top: 85% !important;
    }
    .swiper-button-last {
        right: 0px !important;
        top: 85% !important;
    }

    .swiper-wrapper {
        padding-bottom: 60px; 
    }
    .productimg {
        height: 350px; 
    }
    .productimg {
        width: 100%;
        height: 500px; 
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        /* overflow: hidden; */
    }
}

@media (max-width: 480px) {
    .slidetitle {
        font-size: 1.6rem;
    }

    .productSwiper .content h3 {
        font-size: 1.2rem;
    }

    .productSwiper .content p {
        font-size: 0.85rem;
    }
}

/* service page  */

.service {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 5px !important;
}

/* client section loop style */
.scroller {
    max-width: 1500px;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient (90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller:hover .scroller__inner {
  animation-play-state: paused;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 3500s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* swiper pagination - our awesome products */
.productSwiper {
    position: relative;
    pointer-events: none;
}

.swiper-button-first,
.swiper-button-prev-custom,
.swiper-button-next-custom,
.swiper-button-last {
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    z-index: 10; 
    cursor: pointer;
    color: #ff8c00; 
    user-select: none; 
    padding: 5px 10px;
}

.swiper-button-prev-custom {
    left: 400px; 
    font-weight: bold;
    font-size: 35px;
}

.swiper-button-first {
    left: 360px;
    font-size: 68px;
    font-weight: 200 !important; 
}

.swiper-button-next-custom {
    right: 400px; 
    font-weight: bold;
    font-size: 35px;
}

.swiper-button-last {
    right: 360px; 
    font-size: 68px;
    font-weight: 200 !important;
}

.swiper-button-first:hover,
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover,
.swiper-button-last:hover {
    color: #eba652; 
}

.productSwiper .swiper-slide,
.productSwiper .swiper-pagination,
.productSwiper .swiper-button-first,
.productSwiper .swiper-button-prev-custom,
.productSwiper .swiper-button-next-custom,
.productSwiper .swiper-button-last,
.productSwiper .carousel-control { 
    pointer-events: auto !important; 
}

/* contact.html */

.transbox {
    background: linear-gradient(180deg, #0D40F5 0%, #1CB4F5 100%);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
}

.input-container {
    position: relative;
    margin-bottom: 35px; 
}

.form-control {
    width: 100%;
    background: none !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important; 
    padding: 10px 0;
    font-size: 16px;
    color: white; 
    transition: border-color 0.3s;
    outline: none; 
    box-shadow: none; 
}

.form-control:focus {
    border-bottom-color: #fff !important; 
    outline: none !important;
    box-shadow: none !important;
}

.floating-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.form-control:focus ~ .floating-label,
.form-control:valid ~ .floating-label {
    top: -15px;
    font-size: 12px; 
    color: #fff; 
}

.error-message {
    color: #ffc4c4;
    text-align: left;
    font-size: 12px;
    display: block; 
    margin-top: 5px;
    height: 15px;
}

.transbox button {
    background-color: #001833;
    color: white;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #0D40F5 inset !important;
    -webkit-text-fill-color: white !important;
}

.form-control::placeholder {
    color: white;
    opacity: 1; 
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control:-ms-input-placeholder { 
    color: white;
}