@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.top-border{
  padding: 3px;
  background-color: #1a316c;
}


 .main-nav {
    background: #ffffff;
    padding: 0px;
  }

  .navbar-nav{
    gap: 10px;
    margin-left: auto;
  }

  .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    padding: 10px 18px !important;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
  }

  form h5{
    color: #1a316c!important;
    font-size: 1rem!important;
    font-weight: 700;
  }
  .sub-title-2{
    color: #1a316c!important;
    font-size: 1rem!important;
    font-weight: 700;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    align-items: normal;
  }

  .navbar-nav .nav-link:hover {
   background: #ff6f00;
    color: #fff !important;
    border-radius: 0px;
  }

  .navbar-toggler{
    border: 0px solid !important;
    outline: 0px solid !important;
    box-shadow: none !important;
  }

  /* Active orange tab */
  .nav-link.active-tab {
    background: #ff6f00;
    color: #fff !important;
    border-radius: 0px;
  }

  /* Dropdown styling */
  .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
  }

  .dropdown-item:hover {
    background: #ff6f00;
    color: #fff;
  }

  /* Mobile menu */
  .offcanvas-body .nav-link {
    padding: 12px 5px !important;
    padding-top: 35px !important;
    padding-bottom: 18px !important;
  }

  .banner-color-btn{
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .banner-color-btn h2{
    color: #151515;
    margin-bottom: 15px;
    font-size: 25px;
    text-transform: uppercase;
  }

  .btn-apply{
    background-color: #ff6f00;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    color: #000000;
     border: 2px solid #ff6f00;
     transition: all ease 0.3s;
  }

  .btn-apply:hover{
    color: #010101;
    border: 2px solid #ff6f00;
    box-shadow: rgba(239, 152, 94, 0.25) 0px 30px 60px -12px inset, rgba(245, 194, 118, 0.3) 0px 18px 36px -18px inset;
  }

  .btn-amend{
    background-color: #b7e3ec;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
     border: 2px solid #b7e3ec;
  }

  .btn-amend:hover{
     border: 2px solid #b7e3ec;
     color: #000000;
     box-shadow: rgba(94, 208, 239, 0.25) 0px 30px 60px -12px inset, rgba(118, 240, 245, 0.3) 0px 18px 36px -18px inset;
  }

  .btn-payment{
    background-color: #246632;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
     border: 2px solid #246632;
  }

  .btn-payment:hover{
     border: 2px solid #246632;
     color: #0b0b0b;
      box-shadow: rgba(94, 239, 133, 0.25) 0px 30px 60px -12px inset, rgba(124, 245, 118, 0.3) 0px 18px 36px -18px inset;
  }



  .banner-btn .btn{
    width: 100%;
    height: 100%;
  }

  .apply-btn{
    height: 100%;
  }

  .section-banner-btn{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  .banner{
    position: relative;
  }

  .about-section{
    padding: 100px 0px 50px!important;
  }

  .about-head h2{
    font-weight: 700;
    color: #1a316c;

  }

  .about-head p{
    font-size: 14.8px;
    text-align: justify;
    font-weight: 500;
    font-family: sans-serif;
  }

  .service-head h2{
    font-size: 40px;
    font-weight: 700;
  }

  .service-sec{
    background: linear-gradient(to top, #d8ecff 0%, #ffffff 100%);

  }

  .service-icon img{
    display: block;
    margin: auto;
  }

  .service-box{
    padding: 20px 10px;
  }

  .service-box-head h5{
    font-weight: 700;
  }

  .service-box-head p{
    font-size: 14px;
    font-weight: 500;
  }

  .btn-service{
    background-color: #ff6f00;
    padding: 8px 20px;
    font-weight: 500;
    max-width: 150px;
    border: 2px;
    display: block;
    margin: auto;
    border: 1px solid #ff6f00;
  }

  .btn-service:hover{
    background-color: #fff;
    color: #000000;
    border: 1px solid #ff6f00;
    box-shadow: rgba(239, 152, 94, 0.25) 0px 30px 60px -12px inset, rgba(245, 194, 118, 0.3) 0px 18px 36px -18px inset;
  }

  .country-box{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .country-name h4{
    font-weight: 700;
    font-size: 22px;
  }

  .countries-head h2{
    font-weight: 700;
     text-align: center;
  }

  .countries-head p{
    text-align: center;
  }

  footer{
    background-color: #1f2054;
  }

  .disclaimer-head h4{
    color: #fff;
    font-size: 30px;
  }
  .disclaimer-head p{
    color: #d8ecff;
  }

  .footer-links{
    border-top: 1px solid #c6dade;
    border-bottom: 1px solid #c6dade;
  }

  .flex-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link a{
    text-decoration: none;
    color: #fff;
  }
  .footer-link a{
    font-size: 14px;
    text-transform: capitalize;
  }
  .footer-link a:hover{
    color: #ffa600;
  }

  .copyright-payment p{
    color: #fff;
    font-size: 14px;
  }

  .copyright-payment p a{
    color: #ffa600;
    text-decoration: none;
  }

  .copyright-payment .container-fluid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  @media screen and (max-width:991px) {
    .banner-btn{
      flex-wrap: wrap;
    }
    .section-banner-btn{
      position: relative;
      bottom: -20px;
    }
    .btn-amend {
    background-color: #c6dade;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 2px;
    border: 2px solid #c6dade;
}
.btn-payment {
    background-color: #246632;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 2px;
    color: #fff;
    border: 2px solid #246632;
}
.about-section {
    padding: 58px 0px 50px !important;
}
.service-head h2 {
    font-size: 30px;
    font-weight: 700;
}
.countries .row{
  margin-bottom: 0px!important;
}

.offcanvas-body .nav-link {
    padding: 0 5px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.service-sec{
  padding-top: 0px!important;
}
.form-right-content{
  display: none;
}
  }

  @media screen and (max-width:600px) {
    .country-name h4{
      font-size: 17px;
    }
    .flg img{
      width: 40px!important;
    }
  } 
   
   .service-box .service-icon img{
              /* ensures transform behaves well */
  transition: transform 0.6s ease; /* smooth rotation */
  transform-origin: center center; /* rotate around center */
  -webkit-backface-visibility: hidden; /* smoother on Safari */
  backface-visibility: hidden;
   }
  
  .service-box:hover .service-icon img {
   transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  }

   .country-box .flg img{
    transition: all 0.3s ease;
   }

  .country-box:hover .flg img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1);
  }

  .inner-header-content{
    background-color: #1a316c;
  }

  .inner-banner-text h1{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
  }

  .inner-banner-content{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }

  .inner-banner-btn a{
    color: #ffa600;
    font-weight: 600;
    text-decoration: none;
  }

  .form-container{
    border: 1px solid #b3b3b3;
    background: #e9f3f5;
  }

  label.required::after {
      content: " *";
      color: red;
    }
    .sub-options {
      margin-left: 35px;
    }

    .form-container{
      padding: 20px 10px;
    }

    .col-form-label{
      display: block;
      text-align: right;
    }

    .form-container form .form-select,.form-container form .form-control{
      padding: 2px 10px;
    }

    @media screen and (max-width:991px) {
      .col-form-label{
      text-align: left;
    }
    }

    .btn-submit{
      display: block;
      margin: auto;
      background-color: #194279;
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      padding: 6px 20px;
    }

     .btn-submit:hover{
      background-color: #fff;
    color: #000000;
    border: 1px solid #ff6f00;
    box-shadow: rgba(239, 152, 94, 0.25) 0px 30px 60px -12px inset, rgba(245, 194, 118, 0.3) 0px 18px 36px -18px inset;
     }

   .sub-options .form-check  .form-check-label{
      font-size: 14px;
     }

     .date-picker{
      position: relative;
     }

     .calendar-gif{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
     } 


     .btn-row{
    display: flex;
    align-items: center;        /* line and buttons centered vertically */
    gap: 12px;                  /* space between elements */
    max-width: 500px;           /* container width (change as needed) */
    margin: 20px auto;         /* center on page */
    padding: 0 16px;
  }

  .btn-custome{
    padding: 5px 18px;
    border: none;
    border-radius: 8px;
    background: #194279;       /* change to your brand color */
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  }

  .btn:focus{ outline: 3px solid rgba(25,66,121,0.25); outline-offset: 2px; }

  /* The connector expands to fill space between buttons and draws the line */
  .connector{
    flex: 1;                   /* takes remaining horizontal space */
    height: 2px;               /* thickness of the line */
    background: #cfcfcf;       /* line color */
    position: relative;
  }

  /* optional: draw small circles where the line meets the buttons (look like connections) */
  .connector::before,
  .connector::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;          /* circle inner */
    box-shadow: 0 0 0 3px #cfcfcf; /* circle border matching line */
    top: 50%;
    transform: translateY(-50%);
  }
  .connector::before{ left: -6px; }   /* left connection circle (overlaps slightly under left button) */
  .connector::after{ right: -6px; }   /* right connection circle */

  /* small-screen fallback: stack buttons vertically and hide connector */
  @media (max-width: 420px){
    .btn-row{
      flex-direction: column;
      gap: 10px;
    }
    .connector{ display: none; }
    .btn-custome{ width: 100%; }
  }

  form .row{
    align-items: center;
  }

  .passport-detais h5{
    margin-bottom: 0px;
    font-size: 15px;
  }

  .saarc-box {
        display: flex;
        align-items: center;
        gap: 25px;
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 10px;
        position: relative;
        flex-wrap: wrap;
    }
    .saarc-field label {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 3px;
    }
    .btn-add-row, .btn-remove-row {
        font-size: 26px;
        cursor: pointer;
        font-weight: bold;
        color: #f59b00;
        margin-left: auto;
    }
    .btn-remove-row {
        color: #dc3545;
        margin-left: 10px;
    }

    .qb-question-box {
    margin-bottom: 10px;
    padding: 10px 10px;
    border-bottom: 1px dashed #ccc;
}

.qb-number {
    font-weight: 700;
    padding-right: 12px;
    font-size: 18px;
}

.qb-text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.qb-options {
    padding-left: 40px;
    margin-top: 5px;
}

.qb-radio-label {
    margin-right: 18px;
    font-weight: 600;
    cursor: pointer;
}

.temp-text h6{
  font-weight: 700;
  margin-bottom: 2px;
}

.temp-text h6 span{
  color: brown;
}

.temp-text p{
  font-weight: 500;
}

.temp-text p span{
  color: brown;
}

.specification ul li, .specification ol li{
  font-size: 13px;
  font-weight: 500;
}

.specification ul li span, .specification ol li span{
  color: brown;
}

.image-photo img{
  width: 200px;
  display: block;
  margin: auto;
  border: 1px solid #b3b3b3;
}

.btn-flex{
  flex-wrap: wrap;
}

/* Wrapper */
.doc-upload-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
}

/* Row layout */
.doc-upload-row {
  display: flex;
  align-items: center;
  
  padding: 10px 0;
  gap: 20px;
}

.doc-upload-row:last-child {
  border-bottom: none;
}

/* Description */
.doc-desc {
  flex: 2;
  font-size: 14px;
  color: #333;
}

/* File input */
.doc-file {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.doc-input-file {
  width: 120px;
}

.doc-file-text {
  font-size: 13px;
  color: #555;
}

/* Actions */
.doc-actions {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-upload-btn {
  background: #e67a3a;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
}

.doc-status {
  color: red;
  font-weight: bold;
  font-size: 13px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .doc-upload-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .doc-file, .doc-actions {
    width: 100%;
  }
}

/* MAIN CONTAINER */
.verify-section-container {
  max-width: 900px;
  display: block;
  margin: auto;
}

/* WARNING TEXT */
.verify-main-text {
  font-size: 16px;
  color: #8b0000;
  font-weight: 600;
  line-height: 1.4;
}

.verify-sub-text,
.verify-edit-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 0px;
}

/* EDIT LINK */
.verify-edit-link {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: underline;
}

/* APPLICATION ID */
.verify-id {
  font-weight: bold;
  color: #b30000;
}

.verify-extra {
  color: #444;
}

/* PHOTO */
.verify-img {
  width: 180px;
  height: auto;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .verify-main-text {
    font-size: 14px;
  }
  .verify-sub-text,
  .verify-edit-text {
    font-size: 13px;
  }
  .verify-img {
    width: 120px;
  }
}

.form-right-content p{
  font-size: 14px;
}

.sub-heading-details h5{
  color: #194279;
  font-weight: 700;
  padding-top: 10px;
  padding-left: 15px;
}

form h6{
  font-size: 14px;
}
.col-form-label{
  font-size: 14px;
  padding-top: 0px;
}

.sub-head-text{
  color: #e67a3a;
  font-size: 18px;
  text-align: center;
}

.saarc-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.saarc-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.saarc-table th,
.saarc-table td {
  border: 1px solid #cfcfcf;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
}

.saarc-table th {
  background-color: #e8f1fb;
  font-weight: 600;
}

.sub-title-2{
  text-align: right;
  font-size: 18px;
  color: #e67a3a;
  font-weight: 600;
}

.arival-head{
  font-size: 18px;
  font-weight: 600;
}

.arival-head span{
  color: #b30000;
}

.specification{
      position: relative;
}

.specification h6{
         position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

form input,select{
  font-size: 14px!important;
}

.form-check-label{
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  display: none!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
  display: none!important;
}

.select2-container--default .select2-search--inline .select2-search__field{
  position: absolute;
  height: 100%;
  margin-top: 0px!important;
  padding: 0px 0px !important;
  top: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border: none;
}