* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.bg{
    background-image: url(../images/img1.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y:-30px ;
}

.disflx {
    transform: translate(20px, 90px);
}

.btn-primary{
    font-weight: 600; 
    font-size: 16px !important; 
    background-color: #407BFF !important;
    border: none !important;
}
.btn-primary:hover{
    box-shadow: 0px 0px 15px 2px rgb(41 144 255) !important;
}

.product-card {
    border-radius: 15px 0px 0px 0px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s;
}
.card{
    border-top-right-radius: calc(2.25rem - 1px) !important;
    border-bottom-right-radius: calc(2.25rem - 1px) !important;
    border-bottom-left-radius: calc(2.25rem - 1px) !important;
    border-top-left-radius: calc(0rem - 1px) !important;
    box-shadow: 0px 0px 15px 2px rgb(176 213 251) !important;
}
.product-card:hover {
    transform: scale(1.05);
}

.product-image {
    height: 200px;
    object-fit: cover;
}

.product-card-title {
    font-weight: bold;
    margin-top: 15px;
    font-size: 22px !important;
}

.product-card-text {
    padding: 0 15px 15px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.card-body{
    margin-bottom: 30px !important;
}


.g-4, .gy-4 {
    --bs-gutter-y: 5.5rem !important;
}











 



/* Main navigation container */
.main-nav {
    background-color: #407bff;
    padding: 20px;
}

/* Flex container */
.container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px !important;
}

.container1 {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {

    .container1,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {

    .container1,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {

    .container1,
    .container-md,
    .container-sm {
        max-width: 720px;
    }


}
 

 
/* Mobile styles */

@media (min-width: 576px) {

    .container1,
    .container-sm {
        max-width: 540px;
    }
}

/* Logo styling */
.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

/* Navigation list styling */
.navbar1 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List items styling */
.navbar1 li {
    padding: 0px 10px;
}

/* Navigation links styling */
.navbar1 a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
}

/* Hamburger menu styling (for responsive design) */
.hamburger2 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
}

/* Hamburger menu bars */
.hamburger2 span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
}

/* Media query for responsive design */

 
@media (max-width: 768px) {

    .main-nav{
        padding-left: 0px !important;
    }

    .disflx {
        transform: translate(0px, 0px) !important;
    }
    .insurance-card_icon{
        left: 100px !important;
    }
    .bg{
        height: auto !important;
        padding: 20px !important;
    }
    .bg2{
        height: auto !important;
    }
    .mmt{
        margin-top: 0px !important;
    }
    .m-hide{
        display: none !important;
    }
    .form-group{
        margin-bottom: 20px !important;
    }
    



    .navbar1 {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #2073C2;
        position: absolute;
        top: 60px;
        left: 0;
        transition: max-height 0.4s ease-in-out;
    }

    .navbar1.active {
        display: flex;
        z-index: 1;
    }

    .navbar1 li {
        margin: 10px 0;
    }

    .hamburger2 {
        display: flex;
    }

    .hamburger2.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .hamburger2.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger2.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .main-nav {
        justify-content: space-around;
    }
   
   
}





/* Additional styling */
.nav-link {
    color: #fff !important;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

header {
    background-color: #2073C2;
}

button {
    border-radius: 30px !important;
}

.p20 {
    padding: 20px;
    display: block;
}



.content-section {
    margin-top: 20px;
    padding: 20px;
}


.nrmltxt {
    font-size: 18px;
}

.specer {
    margin: 20px 0;
}



.footer {
    background-color: #407BFF;
    color: #fff;
    padding: 40px 0;
    text-align: left;
}

.footer hr {
    border-color: #fff;
    margin: 10px 0;
}

.footer span {
    display: block;
    font-size: 14px;
}

.nav-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.nav-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.nav-item a:hover::after {
    transform: scaleX(1);
    color: #fff !important;
    transform-origin: bottom left;
}
a:hover{
    color: #fff !important;
}




/* Row and column setup */
.row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -15px;
     /* Allow horizontal scrolling on smaller screens */
}

.col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 100px; /* Space for the icon */
}

/* Insurance card styles */
.insurance-card {
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    height: 300px; /* Fixed height */
    box-shadow: 0px 0px 15px 2px rgb(176 213 251) !important;
}

.insurance-card__icon {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0px 0px 15px 2px rgb(176 213 251) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurance-card__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.insurance-card__body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insurance-card__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.card-body {
    min-height: 160px !important;
}
 

/* Media query to handle very small screens */
@media (max-width: 575px) {
    .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

 