@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --blue-color: #00B2FF;
    /* Blue */
    --red-color: #E50075;
    /* Red */
    --font-family: 'Poppins', sans-serif !important;
}

body {
    font-family: var(--font-family) !important;
}

/* Backgrounds */
.bg-blue {
    background-color: var(--blue-color) !important;
}

.bg-red {
    background-color: var(--red-color) !important;
}

.bg-gray {
    background-color: #FAFAFA !important;
}

.text-gray {
    color: #555555 !important;
}

/* Text colors */
.text-blue {
    color: var(--blue-color) !important;
}

.text-red {
    color: var(--red-color) !important;
}

/* Buttons */
.btn-blue {
    background-color: var(--blue-color) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.btn-red {
    background-color: var(--red-color) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.btn-blue:hover,
.btn-red:hover {
    opacity: 0.9 !important;
}

/* home */

.navbar-brand {
    font-weight: 700;
    color: white !important;
    font-size: 1.25rem;
}

.nav-link {
    font-size: 18px;
    font-weight: 400;
    color: black !important;
}

.nav-link.active {
    border-bottom: 1px solid #fff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    color: white !important;
}

.nav-link:hover {
    color: white !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.carousel-caption {
    bottom: 20%;
    left: 10%;
    right: auto;
    text-align: left;
    max-width: 600px;
}

header img {
    width: auto;
    max-width: 100%;
    height: 70px;
    /* fixed height on large screens */
    object-fit: contain;
    /* keeps aspect ratio without cropping */
    display: block;
}

/* Optional: For smaller screens, make height smaller or auto */
@media (max-width: 768px) {
    header img {
        height: 50px;
        /* smaller height on tablets/smaller devices */
    }

    .nav-contact {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    header img {
        height: 50px;
        /* even smaller on phones */
    }

    .nav-contact {
        font-size: 16px !important;
    }
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
    filter: brightness(50%) !important;
    /* Makes image 10% darker */
}

.carousel-caption h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    /* default for small screens */
}

.carousel-caption p {
    font-size: 18px !important;
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    .carousel-caption h2 {
        font-size: 44px !important;
        font-weight: 700 !important;
    }

    .carousel-caption p {
        font-size: 20px !important;
        font-weight: 400 !important;
    }
}

.hero-btn .btn {
    font-size: 20px;
    white-space: nowrap;
}

@media (max-width: 575.98px) {

    .hero-btn .btn {
        font-size: 16px !important;
        padding: 8px 16px !important;
        flex: 1 1 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {

    .hero-btn .btn {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
}


/* .hero-btn button{
            height: 48px!important;
        } */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px !important;
    height: 40px !important;
    background-size: 100% 100%;
}

/* Shift the buttons tighter to edges */
.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.underline-footer {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    display: inline-block;
}

.social-icon {
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.social-icon:hover {
    background-color: white;
    color: #02ad88;
    text-decoration: none;
}

.fs-about {
    font-size: 18px !important;
    font-weight: 400;
}

.bg-gradient {
    background: linear-gradient(to right, #00B2FF, #006B99) !important;
}

.highlight-box {
    border-left: 4px solid #00B2FF;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
}

.scrolling-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: red;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.card {
    min-width: 300px;
    margin-right: 1rem;
}

.card img {
    height: 180px;
    object-fit: cover;
}

.step-box {
    background-color: #e6f6fd;
    border-left: 4px solid #00B2FF;
    border-radius: 8px;
}

.step-box ul {
    padding-left: 1.2rem;
}

.step-box ul li {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.card-img-what {
    width: auto;
    height: 169px !important;
}

.bg-gradient-1 {
    background: linear-gradient(to right, #00B2FF, #006B99) !important;
}

.highlight-box {
    border-left: 4px solid #00B2FF;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
}

.scrolling-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: red;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.card {
    min-width: 300px;
    margin-right: 1rem;
}

.card img {
    height: 180px;
    object-fit: cover;
}

.step-box {
    background-color: #e6f6fd;
    border-left: 4px solid #00B2FF;
    border-radius: 8px;
}

.step-box ul {
    padding-left: 1.2rem;
}

.step-box ul li {
    font-size: 0.95rem;
    margin-bottom: 4px;
}