/* ------------------------------- font family ------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* -------------------------------------------------------------------------- */
/*                                common start                                */
/* -------------------------------------------------------------------------- */

body {
    font-family: "Poppins", sans-serif;
}

.section-spacing {
    margin: 125px 0px;
}

.nowrap-text {
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Optional: hides overflowing text */
    text-overflow: ellipsis;
    /* Optional: adds "..." for overflowing text */
    max-width: 100%;
    /* Optional: ensures content fits within its container */
}

/* -------------------------------------------------------------------------- */
/*                                common end                                  */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                            Index style start                               */
/* -------------------------------------------------------------------------- */

/* --------------------------- navbar style start --------------------------- */

.hero-banner {
    background-image: url("../images/hero-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

.navbar {
    padding: 12px;
}

.navbar-brand {
    font-weight: 400;
    font-size: 30px;
    color: #1961fb !important;
}

.navbar-brand span {
    font-weight: 700;
    font-size: 30px;
    color: #fd5b68;
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.fa-bars {
    opacity: 0.6;
    transition: all 0.2s linear;
}

#navbarToggler .navbar-nav .nav-item {
    margin: 0px 15px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.vl {
    border-left: 1px solid rgb(255, 255, 255);
    height: 36px;
}

/* --------------------------- navbar style end --------------------------- */

/* --------------------------- hero section content style start --------------------------- */
.hero-section-content h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    color: #ffffff;
}

.hero-section-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

/* --------------------------- hero section content style end --------------------------- */

/* --------------------------- service section style start --------------------------- */

.services-background {
    height: 288px;
    background: #002250;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 192px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background-color: transparent;
}

/* Apply hover effect to the .service-card */
.service-card:hover {
    background: #1177ff;
    box-shadow: 0px 8px 36px rgba(17, 119, 255, 0.24);
    transition: all 0.3s linear;
    border: 1px solid transparent;
}

/* Change the .circle background to white when .service-card is hovered */
.service-card:hover .circle {
    background: #ffffff;
    box-shadow: 0px 8px 36px rgba(17, 119, 255, 0.24);
}

.service-card .circle {
    min-width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background-color: none !important;
}

.prev-btn,
.next-btn {
    background-color: #ffffff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-arrow-right-short,
.bi-arrow-left-short {
    font-size: 38px;
    color: #1177ff;
}

.carousel-control-prev {
    left: -6%;
    width: auto;
}

.carousel-control-next {
    right: -6%;
    width: auto;
}

/* --------------------------- service section style end --------------------------- */

/* --------------------------- protect section style start --------------------------- */

.protect-heading h2 {
    font-weight: 600;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    color: #002250;
}

.protect-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #002250;
    opacity: 0.7;
}

.protect-heading-highlighted {
    font-weight: 600;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    color: #1177ff;
}

.protecthealth-img {
    border: 6px solid #ffffff;
    filter: drop-shadow(0px 8px 36px rgba(17, 119, 255, 0.24));
    border-radius: 20px;
    width: 592px;
    height: 400px;
}

.login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 36px;
    gap: 16px;
    width: 158px;
    height: 48px;
    background: #1177ff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.login-btn:hover {
    border: 1px solid #1177ff;
    color: #000000;
    background-color: transparent;
    transition: all 0.3s linear;
}

.right-content {
    padding-left: 52px;
}

.right-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #1177ff;
}

.right-content span {
    font-weight: 600;
    font-size: 20px;
    line-height: 54px;
    color: #002250;
}

.right-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #002250;
    opacity: 0.7;
}

.left-content {
    padding-right: 52px;
}

.left-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #1177ff;
}

.left-content span {
    font-weight: 600;
    font-size: 20px;
    line-height: 54px;
    color: #002250;
}

.left-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #002250;
    opacity: 0.7;
}

.playstore,
.appstore {
    width: 170px;
}
.right-img {
    padding-right: 30px;
}

/* --------------------------- protect section style end --------------------------- */

/* --------------------------- why medicare section style start --------------------------- */

.skewed-shape {
    height: 100%;
    width: 100%;
    padding: 6rem;
    background: #002250;
    color: darkblue;
    position: relative;
    z-index: 1;
    color: #fff;
}

.skewed-shape::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: inherit;
    transform: skew(0, -2deg);
    transform-origin: top left;
}

.whymedicare-headings h2 {
    font-weight: 600;
    font-size: 72px;
    line-height: 108px;
    color: #ffffff;
}

.whymedicare-headings p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.7;
}

.whymedicare-content .circle {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whymedicare-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

/* --------------------------- why medicare section style end --------------------------- */

/* --------------------------- our location section style start --------------------------- */

/* Make all location cards the same height */
.location-card {
    flex: 1 1 0;
    /* Allow flex item to grow and shrink */
    display: flex;
    /* Make the card a flex container */
    flex-direction: column;
    /* Stack children vertically */
    justify-content: space-between;
    /* Distribute space between elements */
    max-width: 400px;
    /* Set maximum width */
    min-height: 420px;
    /* Set minimum height */
    background: #ffffff;
    box-shadow: 0px 8px 36px rgba(17, 119, 255, 0.24);
    border-radius: 20px;
    border: transparent;
}

.card-body {
    flex-grow: 1;
    /* Make card body grow to fill the remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Ensure elements are spaced out */
    padding: 20px;
    /* Adjust padding as needed */
}

.country-flag {
     min-width: 52px;
     height: 52px;
     background: #ffffff90;
     border-radius: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     left: 15px;
     top:15px;
     box-shadow: 0px 8px 36px rgba(17, 119, 255, 0.24);
 }


.since-box {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding: 10px 16px;
     gap: 10px;
     width: 122px;
     height: 36px;
     background: #002250;
     border-radius: 6px;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     color: #FFFFFF;
     right: 15px;
     top:15px;
}

.address h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #1177ff;
}

.address p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #002250;
}

.hl {
    width: 100%;
    border-top: 2px solid #e7f1ff;
}

.contact-info a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #002250;
}

.contact-info .d-flex:nth-child(1) a:hover,
.contact-info .d-flex:nth-child(2) a:hover {
    color: #1177ff;
}

.swiper-container {
    width: 100%;
    height: auto;
    display: none;
}

.swiper-slide .location-card {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

.fa-envelope {
    font-size: 23px;
    color: #1177ff;
}


.location-card .card-body {
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex: 1;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #1177ff;
    border-radius: 100%;
    padding: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next .bi-arrow-right-short,
.swiper-button-prev .bi-arrow-left-short {
    color: #fff;
    font-size: 28px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}

.carousel-indicators .active {
    opacity: 1 !important;
    width: 20px !important;
    height: 10px !important;
    background: #1177FF !important;
    border-radius: 100px !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#location-inner-carousel .carousel-item img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    height: 250px;
}
 #location-halol-carousel .carousel-item img,

 #location-vadodara-carousel .carousel-item img,

 #location-singapore-carousel .carousel-item img,

 #location-kenya-carousel .carousel-item img,

 #location-mombasa-carousel .carousel-item img,

 #location-uganda-1-carousel .carousel-item img,

 #location-uganda-2-carousel .carousel-item img,

 #location-accra-carousel .carousel-item img {
     border-top-left-radius: 16px;
     border-top-right-radius: 16px;
     width: 100%;
     height: 250px;
 }

/* --------------------------- our location section style end --------------------------- */

/* --------------------------- footer section style start --------------------------- */

.footer-bg {
    background: #002250;
    padding: 5rem;
}

.footer-bg h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.footer-bg a,
p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

.bi-geo-alt {
    font-size: 23px;
    color: #1177ff;
}

.copyright-bg {
    padding: 15px;
    background: #001735;
    display: flex;
    align-items: center;
}

.copyright-bg p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

/* --------------------------- footer section style end --------------------------- */

/* -------------------------------------------------------------------------- */
/*                            Index style end                                 */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                            media query for all start                       */
/* -------------------------------------------------------------------------- */

@media (max-width: 1400px) {
    .hero-section-content h1,
    .whymedicare-headings h2,
    .protect-heading h2,
    .protect-heading-highlighted {
        font-size: 64px;
    }

    .location-card {
        height: 100%;
    }
}

@media (max-width: 1200px) {
    .hero-section-content h1,
    .whymedicare-headings h2,
    .protect-heading h2,
    .protect-heading-highlighted {
        font-size: 46px;
        line-height: normal;
    }

    .right-content h2,
    .right-content span,
    .left-content h2,
    .left-content span {
        line-height: normal;
    }

    .section-spacing {
        margin: 80px 0px;
    }

    .carousel-control-next {
        right: 0;
        width: 6%;
    }

    .carousel-control-prev {
        left: 0%;
        width: 6%;
    }

    .carousel-control-next {
    right: -2% !important;
}

.carousel-control-prev {
    left: -2% !important;
}

    .telidox-logo,
    .medicare-logo {
        width: auto;
        height: 25px;
    }
}

@media (max-width: 992px) {
    .hero-section-content h1,
    .whymedicare-headings h2,
    .protect-heading h2,
    .protect-heading-highlighted {
        font-size: 39px;
        line-height: normal;
    }

    .service-card h2,
    .whymedicare-content h2,
    .login-btn {
        font-size: 16px;
        line-height: normal;
    }

    .protecthealth-img {
        height: 240px;
    }

    .right-content {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .left-content {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .playstore,
    .appstore {
        width: 140px;
    }

    .footer-bg {
        padding: 3rem;
    }

    .prev-btn,
    .next-btn {
        width: 40px;
        height: 40px;
    }
    .telidox-logo,
    .medicare-logo {
        width: auto;
        height: auto;
    }
}

@media (max-width: 768px) {
    .hero-section-content h1,
    .whymedicare-headings h2,
    .protect-heading h2,
    .protect-heading-highlighted {
        font-size: 28px;
    }

    .since-box {
        width: 102px;
        height: 36px;
        font-size: 14px;
        padding: 0;
        line-height: normal;
    }

    .services-background {
        height: 100%;
        padding: 4rem 1.5rem;
    }

    .service-card {
        height: 100%;
    }

    .location-card {
        width: 100%;
    }

    .skewed-shape {
        padding: 3rem 0.6rem;
    }

    .section-spacing {
        margin: 60px 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 30px;
        width: 30px;
    }

    .swiper-container {
        display: flex;
    }

    .playstore,
    .appstore {
        width: 136px;
    }

    .footer-bg a,
    p {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 576px) {
    .whymedicare-content .circle {
        width: 100px;
        height: 100px;
    }

    .footer-bg {
        padding: 1.5rem;
    }

    .copyright-bg {
        padding: 10px;
    }

    .copyright-bg p {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 425px) {
    .swiper-slide .location-card {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        padding: 10px;
    }

    .card-body {
        padding: 15px;
    }

    .contact-info .d-flex {
        flex-direction: column;
        align-items: start !important;
    }

    .contact-info svg {
        margin-bottom: 10px;
    }

    .location-card {
        width: 100%;
        min-height: auto;
        /* Allow cards to adjust height on smaller screens */
    }
}
/* .carousel-control-next,
.carousel-control-prev {
    width: 8%;
} */

.carousel-control-next {
    right: -4%;
}

.carousel-control-prev {
    left: -4%;
}

/* -------------------------------------------------------------------------- */
/*                            media query for all end                         */
/* -------------------------------------------------------------------------- */
.incipient a:hover {
    color: #1177ff !important;
}
