:root{
    --blue:#172077;
}
    


/* =====================banner=========================== */
img{
    width: 100%;
    height: 100%;
}
.banner1{
    
    padding-top: 100px;
    
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    img{
        border-radius: 20px;
    }
    .img_div{
        position: relative;

        .title{
            position: absolute;
            bottom: 3px;
            left: 3px;
            background: white;
            padding: 13px 10px;
            border-radius: 0px 0 0 20px;
            h3{
                font-weight: bold;
                span{
                    color: green;
                }
            }
        
        }
    }


   
}

/* =====================banner=========================== */
/* =====================about=========================== */

.bio_about{
    padding: 50px 0;
    .col-md-6:nth-child(1),.col-md-6:nth-child(2){
       h3{
        font-weight: bold;
        text-transform: capitalize;
        background: #172077;
        width: max-content;
        padding: 10px 20px;
        color: white;
        border-radius: 0 10px 10px 0;
       }

    }
    li{
        list-style: none;
        margin: 5px 0;
        i{
            color: green;
        }
    }
    .col-md-6:nth-child(3),.col-md-6:nth-child(4){
        h3{
            font-weight: bold;
            color: #172077;


        }
    }
    .col-md-12{
        h3{
            font-weight: bold;
            color: #172077;
        }
    }
    ul{
        padding-left: 0;
    }
}

/* =====================about=========================== */
/* =====================services=========================== */

.bio_services{

    h2{
        font-size: 2.5rem;
    text-transform: capitalize;
    padding-bottom: 30px;
    font-weight: bold;
    color: #172077 ;
    text-align: center;
    }

    padding: 50px 0;
    .ser_sec:nth-child(odd){
        margin: 20px 0;
        display: flex;
        align-items: center;
        .img_div{
            width: 150px;
            padding: 26px;
          
            border-radius: 50%;
        }
        h4{
            font-weight: bold;
            color: var(--blue);
        }
        .cnt{
            margin-left: 1rem;
            width: 500px;
        }
    }
    .ser_sec:nth-child(even){
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .img_div{
            width: 150px;
            padding: 26px;
          
            border-radius: 50%;
        }
        h4{
            font-weight: bold;
            color: var(--blue);
        }
        .cnt{
            margin-left: 1rem;
            width: 500px;
        }
    }
    .container .ser_sec:nth-child(1){
        .img_div{
            border: 7px solid #7acc5e;

        }
    }
    .container .ser_sec:nth-child(2){
        .img_div{
            border: 7px solid #2c658d;

        }
    }
    .container .ser_sec:nth-child(3){
        .img_div{
            border: 7px solid #45717d;

        }
    }
    .container .ser_sec:nth-child(4){
        .img_div{
            border: 7px solid #0c163d;

        }
    }
    .container .ser_sec:nth-child(5){
        .img_div{
            border: 7px solid #245f75;

        }
    }
    .container .ser_sec:nth-child(6){
        .img_div{
            border: 7px solid #a2e52f;

        }
    }
    .container .ser_sec:nth-child(7){
        .img_div{
            border: 7px solid #f37c7c;

        }
    }
    .container .ser_sec:nth-child(8){
        .img_div{
            border: 7px solid #705090;

        }
    }
    .container .ser_sec:nth-child(9){
        .img_div{
            border: 7px solid #4269c4;

        }
    }
    .container .ser_sec:nth-child(10){
        .img_div{
            border: 7px solid #5cd6b3;

        }
    }
    .container .ser_sec:nth-child(11){
        .img_div{
            border: 7px solid #407093;

        }
    }
    .container .ser_sec:nth-child(12){
        .img_div{
            border:7px solid #0193fa;

        }
    }
   
}

/* =====================services=========================== */

/* ===========================navbar================ */

.aply_btn{
    background: linear-gradient(180deg, #0a77cd 0%, #013a67 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0px 20px;
    color: white;
    font-size: 15px;
    border: none;
    width: 150px;
    height: 40px;
  
}
/* ===========================navbar================ */

/* ====================contact================ */

.n_contact{
   
    .col-md-3{
        margin-bottom: 2rem;
    }
  
    .col-md-3:nth-child(1){
        .card{
            i{
                color: #bf0f0f;
            }
        }
        
    }
    .col-md-3:nth-child(2){
        .card{
            i{
                color: #033b14;
            }
        }
        
    }
    .col-md-3:nth-child(3){
        .card{
            i{
                color: #3b8bff;
            }
        }
        
    }
    .col-md-3:nth-child(4){
        .card{
            i{
                color: #011635;
            }
        }
        
    }
    .card{
        box-shadow: 0px 0px 5px 0px rgb(122 122 122 / 52%);
        padding: 1rem;
        height: 100%;
        
        i{
            font-size: 25px;
            margin-bottom: 10px;

        }
       
     
      
        span{
            font-weight: 600;
            color: #001837;
        }
    }
    .col-md-4{
        margin-bottom: 2rem;
    }
}

/* ====================contact================ */

/* ====================popup================ */

/* Popup container */
.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    height: 85%;
    margin-top:10px;
    
    h2{
        font-size: 18px;
        text-align: center;
        color: #172077;
    }
  
    .frm_select{
      padding: 12px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
      width: 100%;
      transition: border-color 0.3s ease;
      margin-bottom:10px
      
    }
  }
  
  
  
  
  .popup_modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  }
  
  .popup_content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #ccc;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .close_btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close_btn:hover,
  .close_btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .form_group {
    margin-bottom: 15px;
  }
  
  .form_group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .form_group input,
  .form_group textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .submit_btn {
    background-color: #28a745;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
  }
  
  .submit_btn:hover {
    background-color: #218838;
  }
  
  .close_popup {
    background-color: #dc3545;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
  }
  
  .close_popup:hover {
    background-color: #c82333;
  }
  
  
  /* Form container */
  .form-container {
    display: flex;
    flex-direction: column;
   
  }
  
  /* Buttons */
  button {
    padding: 12px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button:focus {
    outline: 2px solid #4CAF50;
    outline-offset: 2px;
  }
  
  button[type="submit"] {
    background-color: #4CAF50;
  }
  
  button[type="submit"]:hover {
    background-color: #45a049;
  }
  
  .cancelbtn {
    background-color: #f44336;
  }
  
  .cancelbtn:hover {
    background-color: #d73833;
  }
  
  /* Input fields */
  input[type="text"], input[type="email"],textarea[type="text"] {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s ease;
  }
  
  input[type="text"]:focus, input[type="email"]:focus,textarea[type="text"]:focus {
    border-color: #4CAF50;
    outline: none;
  }
  
  /* Responsive adjustments */
  @media (max-width: 600px) {
    .form-popup {
      padding: 20px;
    }
  
    button {
      font-size: 14px;
      padding: 10px;
    }
  
    input[type="text"], input[type="email"] {
      font-size: 12px;
    }
  }
  
  .bnr_img-1 img {
      width:2000px; 
      height:300%;
      object-fit: cover; 
      border-radius: 10px;
  }
  h2, h3 {
    color: #333;
  }
  
  .list-unstyled li {
    font-size: 1rem;
  }
  
  .bi-check-circle-fill {
    margin-right: 8px;
  }
  
  
  

/* ====================popup================ */
 /* side icons */

 .call-btn img,.whats-btn img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
    height: 1.5rem;
    width: 1.5rem;
    }
    .call-btn:hover{
    width: fit-content;
    }
    .call-btn:hover .title,.whats-btn:hover .title,.insta-btn:hover .title{
    width: 100px;
    color: white;
    }
    .call-btn .img-div,.whats-btn .img-div,.insta-btn .img-div{
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .call-btn .title,.whats-btn .title,.insta-btn .title{
    /* transform: translateX(100%); */
    /* visibility: hidden; */
    /* display: none; */
    width: 0px;
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
    
    }
    .call-btn,.whats-btn,.insta-btn{
    position: fixed;
    /* left: 2rem; */
    bottom: 2rem;
    height: 3rem;
    /* width: 3rem; */
    z-index: 999;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    right: 0;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    }
    .call-btn{
    background: #1d87d9;
    /* left: 2rem; */
    }
    .whats-btn{
    background:rgb(0, 151, 96);
    transform: translateY(-50px);
    /* right: 2rem; */
    }
    .insta-btn{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    transform: translateY(-100px);
    /* width: 100px; */
    }
    .insta-btn img{
       width: unset;
    height: 22px;
    filter: invert(100%) sepia(0%) saturate(1503%) hue-rotate(327deg) brightness(105%) contrast(94%);
    }
    
               

            