@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
body {
  color: rgba(0, 0, 0, 0.72);
  overflow: visible;
}
.testi-left-arrow,
.testi-right-arrow {
    cursor: pointer;
    /*! margin-top: 53px !important; */
    display: inline-block;
    margin: 0 10px;
    border: 1px solid white;
}
p {
    margin-bottom: 0px;
}

.logo-img {
    width: 87px;
    height: 72px;
}

.custom-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: black !important;
}

.top-section {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/home.jpeg") no-repeat center center/cover;
}

.top-section h1 {
    font-size: 88px;
    font-family: "Poppins", sans-serif;
}
.top-section p {
    font-size: 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.connect-btn {
    background: #7bb63f !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    transition: 0.3s ease-in-out !important;
}

.connect-btn:hover {
    background-color: #7bb63f;
    color: #fff;
    text-decoration: none;
}

.hero-section {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    color: #444;
    margin-bottom: 1rem;
}

.hero-section-light {
    font-weight: 300;
    font-size: 32px;
}

.hero-section-dark {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-size: 32px;
    color: #000000;
}

.bg-blue {
    background-color: #386b9f;
}

.our-technology p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffffb8;
    margin-bottom: 1rem; /* default spacing */
}

.our {
    font-weight: 400;
    font-size: 40px;
}

.technology {
    font-weight: 500;
    font-size: 40px;
}

.our-technology h3 {
    margin-bottom: 8px;
    font-weight: 300;
}

.about-apah h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-size: 24px;
}

.about-apah p {
    color: #000000b8;
}

.card {
    border: none;
    outline: none;
}

.card-body h5 {
    font-size: 28px;
}

.card-body .card-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.72);
}

.custom-connect-btn {
    background-color: white;
    color: #386b9f;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.custom-connect-btn:hover {
    background-color: #f1f1f1;
    color: #386b9f;
    text-decoration: none;
}

.footer-text {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 300 !important;
}

.testimonial-slider .slick-slide {
    padding: 0 10px; /* Adjust this value for desired gap */
    box-sizing: border-box;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    display: none !important;
}

.testi-left-arrow,
.testi-right-arrow {
    background-color: white;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    cursor: pointer;
}

ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    position: relative;
}
.about-section {
  background-color: #7BB63F;
}
.about-section p{
  color: #FFFFFFB8;
  font-size: 22px;
  font-family: 'Montserrat';
}
.about-section h2{
  font-weight: 400; 
  text-transform: uppercase !important;
}
.why-section h2{
  font-weight: 400; text-transform: uppercase !important; color: #000000;
}
.passionate-section h2{
  font-weight: 400; text-transform: uppercase !important;
}
.passionate-section p{
  color: #FFFFFFB8;
}
.passionate-section .card-body h5 {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}
.why-section .card-body h5 {
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
}
a.btn.custom-connect-btn {
    background-color: white;
    color: #386B9F;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
.custom-connect-btn {
    background-color: white;
    color: #386B9F;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .top-section h1 {
        font-size: 64px;
    }
    .top-section p {
        font-size: 28px;
    }
    .navbar-nav {
        align-items: flex-start !important; /* ensures links stack left */
    }

    .custom-link {
        text-align: left !important;
        width: 100%;
        padding-left: 1rem; /* optional: gives left padding */
    }
    .hero-section-light,
    .hero-section-dark,
    .our,
    .technology {
        font-size: 32px;
    }

    .card-body h5 {
        font-size: 24px;
    }

    .card-body .card-text {
        font-size: 16px;
    }
    .footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .custom-link {
        font-size: 14px;
    }

    .logo-img {
        width: 70px;
        height: 60px;
    }

    .top-section h1 {
        font-size: 48px;
    }
    .top-section p {
        font-size: 22px;
    }

    .hero-section-light,
    .hero-section-dark,
    .our,
    .technology {
        font-size: 24px;
    }

    .hero-section p {
        font-size: 16px;
    }

    .image-col {
        text-align: center;
        margin-bottom: 20px;
    }

    .image-col img {
        max-width: 90%;
    }

    .text-col {
        padding: 0 15px;
    }

    .our-technology p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .top-section h1 {
        font-size: 36px;
    }
    .top-section p {
        font-size: 18px;
    }
    .hero-section-light,
    .hero-section-dark,
    .our,
    .technology {
        font-size: 20px;
    }

    .our-technology p {
        font-size: 16px;
    }
    .card-body h5 {
        font-size: 20px;
    }

    .card-body .card-text {
        font-size: 14px;
    }
    .about-apah h2 {
        font-size: 20px;
    }
}