body {background: url('your-background-image.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
     background: #e8f9fd;
    }
    
    
    /*------------------- Moeed Mehmood---------- 28-Aug-2025---------------*/
    
    .form-check-label, .form-label {
        font-size: 18px !important;
        margin-left: 7px;
        margin-top: 5px;
    }
    input.big {
    width: 24px;
    height: 24px;
}
    .card.mycard {
    background: #e8f9fd;
}

    
    
    
    
    .form-container {
    padding: 20px 0px;
    }
    .section-header {
    background-color: #5A9;
    color: white;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    }
    .form-section {
    
    border-radius: 5px;
    margin-bottom: 20px;
    }
    .form-section .row {
    padding: 15px;
    }
    .form-check-label,
    .form-label {
    font-size: 0.9rem;
    }
    .form-control:focus {
    box-shadow: none;
    border-color: #5A9;
    }
    .required {
    color: red;
    }
    @media (max-width: 768px) {
    .divider {
    border-left: none;
    border-top: 1px solid #5A9;
    margin: 20px 0;
    }
    }
    .floating-label {
    position: relative;
    margin-top: 1.5rem;
    }
    .floating-label input, .floating-label select {
    padding-top: 1rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    }
    .floating-label label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 5px;
    font-size: 0.85rem;
    color: #6c757d;
    z-index: 9999;
    }
    .card.mycard {
    border:none;
    }
    .card-body.my-card-body{
    padding: 0;
    }
    .card-header.bg-primary.text-white {
    border-radius: 5px;
    padding: 10px;
    background: #255A9B !important;
    }
    /*  .vl {
    border-left: 2px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    }*/
    .pos-rel {
    position: relative;
    }
    .vl {
    border-left: 1px solid lightgray;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%; /* Centers the line horizontally */
    height: 100%;
    }
    p.my-p {
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    }
    input[type=text].card {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    }
    label.card-lab {
    left: 24px;
    }
    .main-img img {
/*    height: 100vh;*/
    width: 100%;
    }
    .blue-strip {
    background: #255A9B;
    }
    .blue-strip p {
    color: #fff;
    padding: 15px 0px;
    text-transform: uppercase;
    text-decoration: underline;
    }
    textarea {
    resize: vertical;
    padding: 7px;
    border: solid 1px lightgray;
    width: 100%;
    border-radius: 5px;
    }
    footer{
    background:  
   url('footer-bg.png') no-repeat;
    background-size: cover;

    }
   
    .bg-white-1 {
    background: rgb(213,243,252);
    background: linear-gradient(90deg, rgba(213,243,252,1) 0%, rgba(213,243,252,1) 25%, rgba(0,212,255,0) 60%);
    }
    .bg-blue-1 {
    background: rgb(37,90,155);
    background: linear-gradient(90deg, rgba(37,90,155,1) 0%, rgba(37,90,155,1) 25%, rgba(0,212,255,0) 60%);
    }
    footer p,h3 {
    color: #fff;
    }
    button.btn.btn-primary.px-5 {
    background: #255A9B;
    border: none;
}
path {
    color: #fff !important;
    fill: #fff !important;
}
.form-control:focus {
    box-shadow: none;
    border-color: red;
}

/* Show on mobile (hide on desktop) */
.show-mobile {
  display: block;
}

.show-desktop {
  display: none;
}



@media (min-width: 992px) { /* Adjust breakpoint as needed */
  .show-mobile {
    display: none;
  }
  .main-img img {
  
    width: 100%;
    }

  .show-desktop {
    display: block;
  }
}

.pos-abs img {
    position: absolute;
    right: 172px;
    top: 245px;
}