:root {
    --font-default: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Roboto", sans-serif;

    --color-default: #333333;
    --color-primary: #1c2a57;
    --color-secondary: #f04e37;

    scroll-behavior: smooth;
}

body {
    font-family: var(--font-default);
    color: var(--color-default);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;

}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;


}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}

a {
    text-decoration: none;
    /* color: var(--color-primary); */
}


/* ***************Top Head ************* */

/* Existing styles for larger screens */
.bg-img {
    background-image: url("./images/slider-image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 150vh;
    padding-bottom: 50px;
}

.top-head,
.header,
.circle-with-form {
    position: relative;
    z-index: 2;
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
    .bg-img {
        min-height: auto;
        height: auto;
        padding-bottom: 30px;
    }

    .circle-with-form {
        padding: 20px 0;
        overflow-x: hidden;
    }

    .circle-with-form .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .circle-with-form .row {
        margin-left: 0;
        margin-right: 0;
    }

    .circle-with-form .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .service-circle {
        width: 280px;
        height: 280px;
        margin: 0 auto 20px;
        padding: 20px;

    }

    .form-container {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
        padding: 15px;

    }

    .service-circle h2 {
        font-size: 1.5rem;

    }

    .form-container h3 {
        font-size: 1.3rem;

    }


    .circle-with-form .col-md-6>* {
        max-width: 100%;
    }
}

/* Additional mobile adjustments for very small screens */
@media (max-width: 375px) {
    .service-circle {
        width: 250px;
        height: 250px;
    }

    .form-container {
        max-width: 280px;
    }
}

.welcome {
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 30px 0;
    /* margin-top: 520px; */
}

.contact-number-container {
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;

}

.phone-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.top-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ***************Top Head ************* */


.contact-label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #1c2a57;
    font-weight: 900;
}

.phone-numbers {
    font-size: 16px;
    font-weight: bold;
}

/*********** ****header****************/
header {
    background-color: rgba(28, 42, 87, 0.7);
    position: relative;
    z-index: 1;
    /* padding: 5px; */
}

.navbar {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    /* margin-right: -70px; */
    /* margin-left: -40px; */
}

.navbar-brand {
    position: absolute;
    /* top: 0; */
    left: 100px;
    z-index: 2;
    /* height: 120%; */
}

.navbar-brand img {
    height: 130%;
    width: auto;
}

.navbar-nav {
    margin-left: 150px;
    /* Adjust based on your logo width */
}

.nav-link {
    font-weight: 400;
    color: #ffffff;
}

.nav-link:hover {
    color: #f04e37;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-left: auto;
        margin-right: 220px;
    }
}

@media (max-width: 991px) {
    .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .navbar-brand {
        position: static;
        height: auto;
    } */
    .navbar-brand img {
        max-height: 79px;
        position: absolute;
        top: -10px;
    }

    .navbar-nav {
        margin-left: 0;
        margin-top: 20px;
    }

    .navbar-brand {
        position: static;
        height: auto;
        margin-left: 0;
    }

    .nav-divider {
        border-top: 3px solid #ffffff;
        width: 100%;
        margin: 15px 0;
        display: block;
    }


}

@media (max-width: 991px) {
    .top-head {
        display: none;
    }

    .mobile-top-head {
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 15px;
    }

    .top-contact-info {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        margin-top: 20px;
    }
}

.phone-icon-menu {
    color: #f04e37 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 10px;
    }
}



/* -----------------for final version if layout breaks at this breakpoint... */
/* @media screen and (min-width: 992px) and (max-width: 1240px) {
    .navbar-nav {
        margin-left: auto;
        margin-right: 50px;
    }

    .navbar-brand {
        left: 50px;
    }

    .nav-link {
        padding: 8px 5px;
        font-size: 14px;
    }
} */


.service-circle {
    background-color: white;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px;
    margin-top: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container {
    background-color: #2eb0ed;
    border-radius: 10px;
    padding: 20px;
    color: white;
    width: 349px;
}

.form-container input {
    margin-bottom: 10px;
}

.btn-request {
    background-color: #1c2a57;
    border-radius: 0;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
}

.btn-request:hover {
    background-color: #fff;
    color: #2eb0ed;
    font-weight: 500;

}

.service-circle h2 span {
    color: #f04e37;
    font-size: 50px;

}

.we-provide {
    color: #1c2a57;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    .service-circle {
        background-color: white;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        margin-top: 35px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .form-container {
        background-color: #2eb0ed;
        border-radius: 10px;
        padding: 20px;
        color: white;
        width: 321px;
        margin-top: 30px;
        /* margin-left: 30px; */
    }

    /* 
    .welcome {
        margin-top: 30px;
    } */

    .service-icons span {
        margin-left: 0;
    }

}

@media screen and (max-width: 768px) {
    .logo-text br {
        display: none;
    }
}

/* __reasons section____ */


.logo-text {
    font-size: 2rem;
    font-weight: bold;
    color: #343a40;
}

.logo-text span {
    color: #f04e37;
}

.service-icons {
    font-size: 0.9rem;
    color: #6c757d;
}

.contact-info {
    font-size: 0.9rem;
    color: #6c757d;
}

.contact-info i {
    color: #007bff;
    margin-right: 5px;
}

.mr-j-logo {
    /* max-width: 150px; */
    height: auto;
}

.service-icons span,
.contact-info span {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .logo-text {
        font-size: 1.5rem;
    }

    .service-icons,
    .contact-info {
        font-size: 0.8rem;
    }

    .service-icons {
        margin-top: 15px;
    }

    .contact-info {
        margin-top: 15px;
    }

}

@media screen and (max-width:346px) {
    .contact-info {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .contact-info>div {
        margin-bottom: 0.5rem;
    }
}

.rule {
    width: 64%;
}

/* **records*** */
.stats-section {
    background-image: url('./images/ach-bg-img.jpg');
    background-size: cover;
    background-position: center;
}

.stats-section .display-4 {
    font-size: 2.5rem;
    /* Adjust as needed */
}

.stats-section .text-danger {
    color: #ff6b6b !important;
    /* Adjust to match the reddish color in the image */
}

/**** services section=*** */
.service-head h2 {
    color: #1c2a57;
    font-weight: 900;
}

.services-cards .card-body {
    background-color: #ebebeb;
    color: #1c2a57;
    font-weight: 900;
    font-weight: bolder;
}

.service-head h2 {
    color: #1c2a57;
    font-weight: 900;
}

.services-cards .card-body {
    background-color: #ebebeb;
    color: #1c2a57;
    font-weight: 900;
}

/* Enhanced card styles with hover effects */
.services .card {
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(28, 42, 87, 0.1);
    margin-bottom: 20px;
}

.services .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(28, 42, 87, 0.2);
}

.services .card .card-img-top {
    transition: all 0.3s ease-in-out;
    height: 200px;
    object-fit: cover;
}

.services .card:hover .card-img-top {
    transform: scale(1.1);
}

.services .card .card-body {
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}

.services .card .card-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.services .card .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #1c2a57;
    transition: all 0.3s ease-in-out;
}

.services .card:hover .card-title::after {
    width: 50px;
}

/* Optional: Add a subtle background color change on hover */
.services .card:hover .card-body {
    background-color: #e0e0e0;
}


/* Individual section with form section */

.bg-info {
    background-color: #2eb0ed !important;
    /* overflow-x: hidden; */
}

@media screen and (max-width:768px) {
    .bg-info {
        overflow-x: hidden;
    }
}

.btn-danger {
    background-color: #f04e37 !important;
    color: #fff;
    border-radius: 0;
}

.contact-section {
    position: relative;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: #fff;
    z-index: -1;
}

.left-column {
    position: relative;
    z-index: 1;
}

.left-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: 100%;
    background-color: #2eb0ed;
    z-index: -1;
}

@media (max-width: 991px) {
    .contact-section::before {
        display: none;
    }

    .left-column::before {
        right: -15px;

    }
}

/* *****footer****** */


.footer {
    position: relative;
    /* padding-top: 200px; */
}

@media (min-width: 1200px) {
    .footer {
        background-size: 100% auto;
    }
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.footer .container {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    /* padding-top: 100px; */
}

@media screen and (min-width:1400px) {
    .footer .container {
        margin-top: 150px;
    }
}

/* .footer a:hover {
    color: #17a2b8 !important;
   
    transition: color 0.3s ease;
} */

.bg-light {
    color: #f04e37;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .col-md-2,
    .footer .col-md-3 {
        margin-bottom: 2rem;
    }

    /* .footer .col-md-2:last-child {
        order: -1;
        text-align: center;
        margin-bottom: 2rem;
    } */

    .footer .col-md-2:last-child img {
        max-width: 150px;
        /* Adjust as needed */
    }
}

.footer hr {
    border-color: 5px solid #f04e37;
    font-weight: 900;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.footer .container h5 {
    color: #f04e37 !important;
}

.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2eb0ed;
    border-radius: 50%;
    font-size: 18px;
}

.icon-circle i {
    vertical-align: middle;
}

.icon-circle:hover {
    background-color: #f04e37;
    transition: background-color 0.3s ease;
}

.copy-right p span {
    text-decoration: none;
}

.kredas-link {
    color: #2eb0ed;
    text-decoration: none;
}

.blue-morpho {
    color: #f04e37;
}



.kredas-link:hover {
    color: #d63031;
    text-decoration: underline;
}


@media (max-width: 576px) {

    .copy-right p,
    .copy-right span {
        text-align: center;
        font-size: 14px;
    }
}

.office {
    color: #f04e37;
}



@media (min-width: 768px) and (max-width: 991px) {


    .footer .col-md-2,
    .footer .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .footer .col-md-2:last-child {
        width: 100%;
        clear: both;
        text-align: center;
    }


    .footer .col-md-2:first-child {
        text-align: left;
    }

    .social-media-icons {
        text-align: left;
        margin-bottom: 20px;
    }

    .office {
        padding-right: 15px;
    }


    .footer h5,
    .footer ul,
    .footer p {
        text-align: left;
    }

    .footer .col-md-2:last-child img {
        max-width: 150px;
        margin: 0 auto;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .footer .container {
        margin-top: 30px;
    }

    .footer .row:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .copy-right {
        text-align: center;
    }

    .copy-right p,
    .copy-right span {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media (min-width: 992px) and (max-width: 1199px) {


    .footer .col-md-2 {
        width: 16%;

    }

    .footer .col-md-3 {
        width: 25%;

    }


    .footer .office {
        padding-right: 15px;
        margin-right: 15px;

    }

    .footer .col-md-2:nth-child(3) {
        padding-left: 20px;

    }


    .footer .col-md-3:nth-child(4) {
        padding-left: 25px;

    }


    .footer .text-light {
        font-size: 14px;
    }


    .footer .col-md-2:last-child {
        width: 18%;
    }


    .footer .row {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
}

/* ***************************About Us Page******************* */
.bg-img-aboutus {
    background-image: url("./images/aboutus-head-img\ \(1\).jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}


.top-head,
.header {
    position: relative;
    z-index: 1;
}



.breadcrumb-wrapper {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
}

.breadcrumb {
    padding: 10px 15px;
}

.breadcrumb-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline;
}

.breadcrumb-separator {
    color: #6c757d;
    padding: 0 8px;
}

.breadcrumb-link {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-link:hover {
    text-decoration: underline;
}

.breadcrumb-active {
    color: #2eb0ed;
    font-weight: 300;
}

.breadcrumb-item::before {
    content: none !important;
    display: none !important;
}

.hero-section {
    padding: 60px 0;
}

.aboutus-welcome h1 {
    color: #1c2a57;
    font-weight: bold;
    margin-bottom: 30px;
}

.aboutus-welcome p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.choose-us {
    background-color: #1c2a57;
    color: #fff;
}

.choose-us h1 {
    font-weight: 500;
}

.custom-container {
    max-width: 900px;
}

.circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    margin: 20px auto;
    color: white;
}

.vision {
    background-color: #1c2a57;
}

.mission {
    background-color: #abc52f;
}

/* back to top button */
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #2eb0ed;
    color: #d63031;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    outline: none;

}

.testimonial-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
}

.testimonial-content {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-card.active .testimonial-content {
    background-color: #1c2a57;
    color: white;
    transform: scale(1.05);
}

.client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.carousel-indicators {
    position: static;
    margin-top: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #343a40;
    opacity: 0.5;
}

.carousel-indicators .active {
    background-color: #2eb0ed;
    opacity: 1;
}

/* Responsive breakpoints */
@media (min-width: 576px) {
    .testimonial-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .testimonial-card {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* _____________clients page____________ */
@media screen and (max-width:768px) {
    .client-hero-img {
        margin-top: 20px;
    }
}

/* ______________service page____________ */
.bg-img-services {
    background-image: url("./images/services-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

.top-head,
.header {
    position: relative;
    z-index: 1;
}

/* ___________gallery page_________ */
.bg-img-gallery {
    background-image: url("./images/gallery-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

.top-head,
.header {
    position: relative;
    z-index: 1;
}

/* __________________clients Page ___________________ */
.bg-img-clients {
    background-image: url("./images/clients-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

.top-head,
.header {
    position: relative;
    z-index: 1;
}

/* .client-logo {
    min-height: 150px;
    min-width: 280px;
} */

/* _________________careers page_______________ */

.bg-img-careers {
    background-image: url("./images/careers-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

.top-head,
.header {
    position: relative;
    z-index: 1;
}

/* ____________contact us Page _______ */
.bg-img-contact-us {
    background-image: url("./images/contact-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

.top-head,
.header {
    position: relative;
    z-index: 1;
}

/* .footer-services a:hover {
    color: #2eb0ed !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    transition: color 0.3s ease !important;

} */

/* contact buttons styles */
.floating-buttons {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.whatsapp {
    background-color: #25D366;
}

.phone {
    background-color: #007bff;
}

/******terms and condition's page*******/
.bg-img-terms {
    background-image: url("./images/terms-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}

/* *********privacy policies ******* */
.bg-img-privacy {
    background-image: url("./images/privacy-policy-head-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    height: auto;
    padding-bottom: 50px;
    z-index: 0;
}