.mobile {
	display: block;
  }
  .desktop {
	display: none;
  }

  @media (min-width: 768px) {
	.mobile {
	  display: none;
	}
	.desktop {
	  display: block;
	}
  }

.header-p {
    font-size: 1em;
    line-height: 1.5;
    padding: 20px;
}

.card {
    background-color: #0033A2; 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 0%;
}

.col-lg-6, .col-md-6, .col-sm-6 {
    padding: 0;
}

.col-lg-8, .col-md-8, .col-sm-8 {
    padding: 0;
}
/* Number icon styling */
.card .number-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #0033A2;
    border-radius: 50%;
    font-weight: bold;
    margin-left: 20px;
}

/* Title styling */
.card .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

/* Content styling */
.card .content {
    margin-top: 10px;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 20px;
}

/* Image styling to ensure it takes full height */
.img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.card7-container {
    position: relative;
    width: 100%;
   
}

.image7-section img {
    width: 100%;
    height: auto;
    object-fit: fill;
   
}

.text7-section {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 51, 162, 0.8);
    color: #ffffff;
    padding: 20px;
    width: 100%; 
    max-width: 600px; 
    transform: translate(40%, -45%);
    
}


.text7-section h1 {
    font-size: 1.2em; 
    font-weight: bold; /* Makes the font bold */
    /* color: #000000; */
    /* transform: translate(45%, -350%); */
}

.text7-section p {
    font-size: 1em;
    line-height: 1.5;
    transform: translate(0,-30%);
}

.image8-section {
    position: relative;
    z-index: 1; /* Ensure the image is at a lower layer */
}

.image8-section img {

   
    object-fit: cover;
}

.text8-section {
    position: absolute;
    top: 10%; /* Adjust as needed */
    left: 4%; /* Adjust as needed */
    /* transform: translate(-45%, -55%); */
    z-index: 2; /* Ensure the text is above the image */
    background-color: rgba(248, 248, 248); /* Optional: Add transparency to background */
    color: #000000;
    padding: 20px;
    width: 100%; /* Adjust width as needed */
    max-width: 950px;
   
}

.text8-section h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.text8-section p {
    font-size: 1em;
    line-height: 1.5;
}


.image8-section {
    position: relative;
    z-index: 1; /* Ensure the image is at a lower layer */
}

.image8-section img {
    left: -4%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 100px;
}

/* Ensuring the image and text are side by side with equal height */
.card7-container {
    display: flex;
    flex-wrap: wrap;
}

.image9-section,
.text9-section {
    flex: 1 1 50%; /* Both take 50% width of the container */
    display: flex;
    justify-content: center;
    align-items: start;
    height: auto; /* Height will automatically adjust */
    box-sizing: border-box;
}

.image9-section img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
    border: none;
    margin-right: 20px;
}

.text9-section {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: flex-start; /* Align content to the top */
    text-align: left;
    /* margin: 5px; */
}

.text9-section h1 {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.text9-section p {
    font-size: 1em;
    line-height: 1.5;
   
}


.img10-section img {
    width: 70%; /* Set to 50% of its container width or adjust as needed */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure it fits well in the container without distortion */
    transform: translate(40%, 55%); 
}
.img10-section2 img {
    width: 80%;
    height: auto;
    object-fit: cover;
    float: right; /* Aligns the image to the right */
    transform: translate(18.82%, 0%); 
}


.text10-section {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* background-color: rgba(0, 51, 162, 0.8); */
    color: #ffffff;
    /* padding: 20px; */
    width: 100%; 
    max-width: 500px; 
     transform: translate(160%, -175%); 
    
}

.img10-section {
    position: absolute;
 
}




.text10-section h1 {
    font-size: 1.2em; 
    font-weight: bold; /* Makes the font bold */
    /* color: #000000; */
    /* transform: translate(45%, -350%); */
}

.text10-section p {
    font-size: 1em;
    line-height: 1.5;
    /* transform: translate(0,-60%); */
}


.row {
    display: flex;
    justify-content: space-between; /* Pushes elements to the edges */
}

.image11-section {
    flex: 0 0 auto; /* Prevents shrinking */
    margin-left: auto; /* Pushes the image to the far right */
    margin-top: auto;
    transform: translate(-5%,36%);
}

.image11-section img {
    width: auto;
    height: auto;
    object-fit: cover;
}



.text11-section {
    position: absolute;
    top: 10%; /* Adjust as needed */
    left: 4%; /* Adjust as needed */
    /* transform: translate(-45%, -55%); */
    z-index: 2; /* Ensure the text is above the image */
    background-color: rgba(248, 248, 248); /* Optional: Add transparency to background */
    color: #000000;
    padding: 20px;
    width: 100%; /* Adjust width as needed */
    max-width: 950px;
   
}

.text11-section h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.text11-section p {
    font-size: 1em;
    line-height: 1.5;
}


.image11-section {
    position: relative;
    z-index: 1; /* Ensure the image is at a lower layer */
}

.image11-section img {
    left: -4%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 100px;
}


/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    
    .card7-container {
        position: relative;
        width: 100%;
       margin-bottom: 150%;
    }

    .image7-section img {
        width: 100%;
        height: auto;
        object-fit: fill;
       
    }
    
    .text7-section {
        top: 0%;
        left: 0%;
        transform: translate(0%, 30%);
        
    }

    .text7-section p {
        font-size: 1em;
        line-height: 1.5;
        transform: translate(0,0%);
    }

    .text8-section {
        position: absolute;
        top: 0%; /* Adjust as needed */
        left: 0%; /* Adjust as needed */
        /* transform: translate(-45%, -55%); */
        z-index: 2; /* Ensure the text is above the image */
        background-color: rgba(248, 248, 248); /* Optional: Add transparency to background */
        color: #000000;
        padding: 20px;
        width: 100%; /* Adjust width as needed */
       
    }

    .image9-section,
    .text9-section {
        flex: 1 1 100%; /* Take full width on smaller screens */
        height: auto; /* Adjust height for stacking */

    }

  



    .text9-section p {
        font-size: 1em;
        line-height: 1.5;
    }

    .text10-section-mobile {
      
        top: 0%;
        left: 0%;
        right: 0%;
        transform: translate(0%,50%);
        width:100%;
        
    }

    .text10-section-mobile h1 {
        font-size: 1.5em;
    }

 

    .img10-section img {
        width: 100%; /* Adjust to smaller width for mobile devices */
        height: auto;
        height: auto;
        object-fit: cover;
        float: left;
        transform: translate(0%, 0%); 
    }

    .text11-section {
        top: 0%; /* Adjust as needed */
        left: 0%; /* Adjust as needed */

       
    }
    
}
