* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  font-family: "Lexend",sans-serif;
  font-weight: 700;
  color: #0d2445;
}

body,
p,
input,
button,span,small {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

/* header css */

.offcanvas-end {
  width: 400px;
}

.offcanvas {
  background-color: #f8f9fa;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #f0f2f5;
}

.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.profile-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.avatar {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.profile-card h2 {
  margin: 10px 0 5px;
}

.profile-card p {
  color: #555;
  margin-bottom: 20px;
}

.profile-info {
  text-align: left;
}

.profile-info label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.profile-info input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  background: #f9f9f9;
}

.buttons {
  margin-top: 30px;
}

.buttons button {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s ease;
}

.buttons button:hover {
  background-color: #2980b9;
}

.buttons button:nth-child(3) {
  background-color: #e74c3c;
}

.buttons button:nth-child(3):hover {
  background-color: #c0392b;
}

.header-logo {  
  width:58%!important;
}
 .mobile-head
  {
    display:none !important;
  }
  
@media (max-width: 576px) {
  .for-agents{
    display: none;
  }
  .login-btn{
    display: none!important;
  }
  .mobile-head
  {
    display:block!important;
  }
  .header-logo {  
  width:45%!important;
}
.mob-call{
  font-size: 14px!important;
}
}
/* testimonial */
/* Base card styling */
.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.custom-grid > div {
  background: #ffdb1c;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  transition: transform 0.3s ease;
}

.custom-grid > div:hover {
  transform: translateY(-5px);
}

/* Name styling */
.testimonial-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.testimonial-name img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}

/* Text styling */
.testimonial-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive breakpoints */

/* Tablet (2 columns) */
@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 576px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .custom-grid > div {
    padding: 1.25rem;
  }
}

.feaut-logo {
  width: 100%;
  height: 100%;
}
.star {
  color: #ffd217;
  font-size: 48px; /* Optional for scaling */
}

.testimonial-card-1 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  width: 90%;
  height: 250px;
}
.testimonial-card-2 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: 150px;
  width: 502px;
  margin-left: -24px;
}
.testimonial-card-3 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: 150px;
  width: 200px;
}
.testimonial-card-4 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: 150px;
  width: 266px;
}
.testimonial-card-5 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 60%;
  height: 250px;
  margin-top: -100px;
  margin-left: -24px;
}
.testimonial-card-6 {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: 250px;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.testimonial-name img {
  width: 20px;
  height: 14px;
  margin-left: 8px;
}

.testimonial-text {
  color: #444;
  font-size: 0.95rem;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
 .mobile-header{
    display: none !important;;
  }

@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testi-card{
    display: none;
  }
  .testimonial-card-1 {
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: auto;
  width: 100%;
}
.testimonial-card-2 {
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  height: auto;
  width: 100%;
  margin-left: 0px;
}
}
@media (max-width:768px) {
  .custom-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-header{
    display: block !important;
  }
  
}

@media (max-width: 576px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }
}
.ft-top {
  background-color: #f6f5ee;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* Headings and Text */
.ft-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
}

.ft-subtext {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 1.25rem;
}

/* Input Styling */
.search-input {
  padding: 0.75rem 1.25rem;
  width: 100%;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-input::placeholder {
  color: #7a7a7a;
}

.search-input:focus {
  border-color: #2f62f0;
  box-shadow: 0 0 0 3px rgba(47, 98, 240, 0.15);
}

/* Highlight Feature */
.ft-highlight {
  background-color: #e3e0c6;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  width: 200px;
}

.ft-span {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.75rem;
}
.expert-bg {
    background-color: #f8f9fa;
    padding: 10px;
    width: 60%;
    border-radius: 10px;
    border: 1px solid lightgrey;
}
.country-tag {
  background-color: #22a06b;
  color: #ffffff;
  padding: 5px 8px 4px 8px;
  border-radius: 20px;
}
.main-img {
  border-radius: 12px;
  object-fit: cover;
}

/* Approval Rate Badge */
.approval-tag {
  background-color: #ffffff;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 14px;
}

/* Testimonial Card */
.testimonial-card {
  width: 140px;
  border: 1px solid #ddd;
  font-size: 13px;
}

/* Testimonial Image */
.testimonial-img {
  height: 85px;
  object-fit: cover;
}
.visa-box {
  max-width: 500px;
  border-end-end-radius: 80px !important;
}

.visa-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.rotated-icon {
  transform: rotate(320deg);
}
.visa-ticket {
  width: 70%;
}
.timeline-wrapper {
  max-width: 700px;
  margin: auto;
}

.timeline-bar {
  background-color: #0047ab; /* Deep blue */
  width: 60px;
  border-radius: 30px;
}

.timeline-icon {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0047ab;
  font-size: 16px;
}

.custom-accordion .accordion-item {
  overflow: visible;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease;
}

.custom-accordion .accordion-item:hover {
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.custom-accordion .accordion-button {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  font-weight: 600;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #0d6efd;
}

.custom-accordion .accordion-collapse {
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: white;
}

.section-header {
  
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #0047ab;
  color:white;
}

.section-subheading {
  
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #0047ab;
  font-size: 1.1rem;
  font-weight: 600;
}
.accordion-flush {
  border: none;
  border-radius: 0;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6; /* clean bottom border */
  border-radius: 0;
}

.accordion-button {
  background-color: #fff;
  font-weight: 500;
  color: #212529;
  box-shadow: none;
  transition: none;
}

/* Remove background or color change on hover */
.accordion-button:hover {
  background-color: #fff;
  color: #212529;
}
.accordion-body {
  background-color: #fff;
  color: #495057;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.step-indicator .steps {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  flex-wrap: wrap;
}

.step-indicator .step {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a1a1a;
}

.step-indicator .step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
}

.step-indicator .step.active strong {
  background-color: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

.step-indicator .divider {
  margin: 0 4px;
  color: #999;
}

.progress-line {
  height: 4px;
  background: linear-gradient(to right, #4cd964 0%, #a8e063 100%);
  border-radius: 2px;
  width: 100%;
}
.badge-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #007bff;
  background-color: #e9f2ff;
  border: 1px solid #007bff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.badge-btn:hover {
  background-color: #007bff;
  color: #fff;
}
.appsm-bg {
  background-color: #fff0b3;
  padding: 5px;
  border-radius: 10px;
  font-size: 13px;
}
.up-passport {
  background-color: #b3d4ff;
  color: #0052cc;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
}
.add-btn {
  background-color: #b3d4ff;
  padding: 5px;
  font-size: xx-small;
}

/* make a payment */

.plan-option {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
  transition: border 0.3s;
  cursor: pointer;
}

.plan-option.active {
  border-color: #007bff;
  background-color: #f0f8ff;
}

.plan-option input[type="radio"] {
  accent-color: #007bff;
  margin-right: 10px;
  transform: scale(1.2);
}

.plan-header {
  font-weight: 600;
  color: #007bff;
  font-size: 11px;
}

.plan-price {
  font-size: 24px;
  font-weight: 600;
}

.plan-subtext {
  font-size: 10px;
  color: #6c757d;
}

.check-text {
  font-size: 12px;
  color: #198754;
  line-height: 1.5em;
}

.summary-box {
  border-left: 1px solid #dee2e6;
  padding-left: 30px;
}

.btn-pay {
  background-color: #0052cc;
  color: white;
  font-weight: 600;
}
.country-pill {
  padding: 6px 12px;
  background-color: #f1f1f1;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
}

.tab-button {
  background: none;
  border: none;
  font-weight: 500;
  color: #6c757d;
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
}

.tab-button.active {
  color: #0d6efd;
  border-color: #0d6efd;
}

.application-box {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 16px;
  background-color: #fff;
}

.user-badge {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.resume-btn {
  background-color: #e0ecff;
  color: #0d6efd;
  border: none;
}

.resume-btn:hover {
  background-color: #d0e4ff;
}

.trash-icon {
  cursor: pointer;
  color: #6c757d;
}

.search-bar {
  border-radius: 25px;
}
.tab-button.active {
  border-bottom: 2px solid #0d6efd;
  font-weight: 600;
  color: #0d6efd;
}
.tab-button {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  color: #6c757d;
  font-size: 14px;
}
/*===== Ext ==== */
 @media (max-width: 768px) {
            #cameraArea video {
                width: 100%;
                height: auto;
            }
        }

        .invalid-feedback {
            display: none;
            color: #dc3545;
            font-size: 0.875em;
        }

        .is-invalid~.invalid-feedback {
            display: block;
        }

        .status-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #ccc;
        }

        .status-icon.success {
            background-color: green;
        }

        .status-icon.error {
            background-color: red;
        }

        .status-icon.missing {
            background-color: gray;
        }

        .file-input {
            font-size: 0.85rem;
        }

        @media (max-width: 768px) {
            .table-responsive table {
                font-size: 0.85rem;
            }

            .table td,
            .table th {
                padding: 0.5rem;
            }
        }

        .hidden {
            display: none;
        }

        .visible {
            display: block;
        }


        .form-check-label {
            cursor: pointer;
            user-select: none;
        }

        .form-check-input:checked+.form-check-label i {
            color: #28a745;
            animation: pulse 0.3s ease;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.15);
            }

            100% {
                transform: scale(1);
            }
        }

        /*-----visa payment----css-------*/
        .plan-option {
            cursor: pointer;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 10px;
            padding: 15px;
            transition: border-color 0.3s;
        }

        .plan-option.active {
            border-color: #007bff;
        }

        .plan-option:hover {
            border-color: #0056b3;
        }

        .plan-header {
            font-size: 14px;
            color: #555;
        }

        .plan-price {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }

        .plan-subtext {
            font-size: 12px;
            color: #777;
        }

        .check-text {
            font-size: 14px;
            color: #333;
        }

        .summary-box {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 5px;
        }

        .input-group {
            margin-bottom: 15px;
        }

        .input-group input {
            border-radius: 5px;
        }

        .input-group button {
            border-radius: 5px;
        }

        .btn-pay {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            font-size: 16px;
            width: 100%;
            border-radius: 5px;
        }

        .btn-pay:hover {
            background-color: #0056b3;
        }

        /*-------End---------------------*/


        .mt-4:hover #totalsDropdownHover {
            display: block;
        }

        #totalsDropdownHover {
            transition: opacity 0.3s ease;
            opacity: 0;
            pointer-events: none;
        }

        .mt-4:hover #totalsDropdownHover {
            opacity: 1;
            pointer-events: auto;
        }

        .locked-field-wrapper {
            position: relative;
            display: inline-block;
            width: 250px;
        }

        .locked-field {
            width: 100%;
            padding-right: 30px;
            /* Space for the icon */
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            color: #999;
            cursor: not-allowed;
        }

        .locked-field:read-only {
            pointer-events: none;
        }

        .lock-icon {
            position: absolute;
            right: 8px;
            top: 62%;
            transform: translateY(-50%);
            color: #999;
            font-size: 16px;
            pointer-events: none;

        }


        .overlay {

            background-color: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border: 1px solid #ddd;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .overlay h1 {
            font-size: 2em;
            margin-bottom: 10px;
            color: #c00;
        }

        .overlay p {
            font-size: 1.1em;
        }



        @media print {

            button,
            .btn,
            input[type="submit"],
            select,
            textarea,
            input[type="file"],
            .form-control-sm {
                display: none !important;
            }

            label {
                font-weight: bold;
            }

            input,
            textarea {
                border: none;
                outline: none;
            }
        }



