        root {
          --tw-gradient-stops: var(#fff), var(#fff7ed);
        }
          /* -- scrolling text -- */
        .offer {
          background-color: #ff5c01;
          height: 32px;
          overflow: hidden;
        }

        .scrolling-text {
          display: inline-block;
          white-space: nowrap;
          animation: scrollText 25s linear infinite;
        }

        @keyframes scrollText {
          0% {
            transform: translateX(100%);
          }

          100% {
            transform: translateX(-100%);
          }
        }

        .scrolling-text p {
          font-size: 15px !important;
          font-weight: 400 !important;
          color: #fff !important;
          letter-spacing: 1.3px !important;
          margin-bottom: 0 !important;
          line-height: 30px !important;
          text-transform: uppercase;
        }

        .strong-text {
          font-style: italic !important;
          font-weight: 700 !important;
        }

        /* -- navbar header -- */
        .navbar-brand span:first-child {
          color: #f05501;
          font-weight: 700;
        }

        .navbar-brand span:last-child {
          color: #1a56db;
          font-weight: 700;
        }

        .nav-link {
          color: #000;
          font-weight: 500;
          font-size: 14px;
        }

        .nav-link:hover {
          color: #f05501;
        }

        .btn-apply {
          background-color: #ff5c01;
          color: white;
          font-weight: 600;
          border-radius: 8px;
          padding: 8px 16px;
        }

        .btn-apply:hover {
          background-color: #d94b00;
          color: white;
        }

        .navbar {
          border-bottom: 1px solid #cccccc85;
        }

        .header-text {
          font-size: 11px;
          font-weight: 600;
          text-align: center;
          width: 79%;
          margin-bottom: 0;
          color: #000;
          line-height: 14px;
        }

        /*-- banner section --*/
        .hero {
          margin: 0;
          padding: 0;
          background: linear-gradient(to bottom, #eef3f9, #fbf4ea);
        }

        .hero {
          text-align: center;
          padding: 100px 20px;
        }

        .hero h1 {
          font-size: 55px;
          font-weight: 700;
          color: #0a0a0a;
          margin-bottom: 20px;
          line-height: 61px;
        }

        .hero p {
          font-size: 21px;
          color: #5a6672;
          margin-bottom: 40px;
        }

        .btn-orange {
          background-color: #ff5c01;
          color: white;
          font-weight: 600;
          padding: 12px 24px;
          border-radius: 8px;
          border: none;
        }

        .btn-orange:hover {
          background-color: #cc4700;
          color: white;
        }

        .btn-outline {
          border: 1px solid #d9dce1;
          padding: 12px 24px;
          border-radius: 8px;
          background-color: white;
          color: #0a0a0a;
          font-weight: 500;
        }

        .btn-outline:hover {
          background-color: #f3f3f3;
        }

        /*-- benefits section --*/
        .why-choose-section {
          background-color: #fff;
        }

        .why-choose-section {
        padding-top: 150px;
        padding-bottom: 150px;
          text-align: center;
        }

        .why-choose-section h2 {
          font-weight: 700;
          color: #000;
          font-size: 38px;
        }

        .why-choose-section p.subtitle {
          color: #5a6672;
          margin-bottom: 50px;
        }

        .service-card {
          border: 1px solid #e5e7eb;
          border-radius: 12px;
          padding: 25px 25px;
          background-color: #fff;
          height: 100%;
          transition: all 0.3s ease-in-out;
        }

        .service-card:hover {
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        }

        .service-icon {
          width: 60px;
          height: 60px;
          background-color: #fef3e7;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto 20px;
        }

    .service-icon img {
    width: 30px;
    height: 30px;
}

        .service-title {
          font-weight: 700;
          font-size: 1.25rem;
          margin-bottom: 12px;
          color: #0a0a0a;
        }

        .service-text {
          color: #5a6672;
          font-size: 1rem;
          margin-bottom: 0;
        }

        /* -- how it works section -- */
        .how-it-works {
          /*background-color: #e5eefa;*/
        }

        .how-it-works {
          padding: 80px 0;
          text-align: center;
        }

        .how-it-works h2 {
          font-weight: 700;
          margin-bottom: 10px;
          font-size: 38px;
        }

        .how-it-works p.subtitle {
          color: #5a6672;
          margin-bottom: 60px;
        }

        .step-circle {
          width: 95px;
          height: 95px;
          background: linear-gradient(45deg, #2563eb, #ea580c);
          border-radius: 50%;
          color: white;
          font-weight: 700;
          font-size: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto 20px;
          position: relative;
        }

        .step-line::after {
          content: '';
          position: absolute;
          top: 40px;
          left: 100%;
          width: calc(100% - 80px);
          height: 2px;
          background: linear-gradient(45deg, #2563eb, #ea580c);
          z-index: -1;
        }

        .step-item:last-child .step-line::after {
          display: none;
        }

        .step-title {
          font-weight: 700;
          font-size: 1rem;
          margin-bottom: 10px;
          color: #0a0a0a;
        }

        .step-desc {
          color: #5a6672;
          font-size: 0.95rem;
        }

        .step-title h3 {
          font-size: 19px;
          font-weight: 700;
        }

        .step-line::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 100%;
          transform: translateY(-50%);
          width: 346px;
          height: 2px;
          background: linear-gradient(45deg, #2563eb, #ea580c);
          z-index: 500;
        }

        /* -- visa types -- */
        .visa-icon img {
          width: 40px;
          height: 40px;
          background-color: #ffe7d6;
          padding: 8px;
          border-radius: 12px;
        }

        .visa-types h2 {
          font-size: 38px;
        }

        .text-orange {
          color: #ff5c01;
        }

        .visa-card {
          transition: all 0.3s ease;
        }

        .visa-card:hover {
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .secondary-color {
          background-color: #2563eb !important;
          border: 1px solid #2563eb;
        }

        /* -- testimonial section -- */
        .testimonial-section-main {
          background-color: #fff7ee;
        }

        .testimonial-section {
          padding: 60px 20px;
          text-align: center;
        }

        .testimonial-title {
          font-size: 38px;
          font-weight: 700;
          color: #111;
        }

        .testimonial-subtitle {
          color: #606b79;
          font-size: 1rem;
          margin-bottom: 40px;
        }

        .testimonial-card {
          border: 1px solid #e0e0e0 !important;
          border-radius: 12px !important;
          padding: 30px !important;
          background-color: #fff;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
          text-align: left;
          max-width: 600px;
          margin: auto;
        }

        .testimonial-user {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
        }

        .carousel-btn {
          background-color: #fff;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          border: 1px solid #cccccc52;
          color: #000;
          padding: 2px;
        }

        .carousel-btn:hover {
          background-color: #f1f5f9;
          border: 1px solid #cccccc52;
        }

        .avatar {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #fdebdc;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 600;
          color: #e57f2d;
          margin-right: 15px;
        }

        .testimonial-name {
          font-weight: 600;
          margin-bottom: 0;
        }

        .testimonial-country {
          font-size: 0.9rem;
          color: #6c757d;
        }

        .testimonial-text {
          font-style: italic;
          font-size: 14px;
          color: #333;
          margin-top: 26px;
        }

        .stars {
          color: #ffc107;
          margin-top: 10px;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
          background-color: #000;
          border-radius: 50%;
          padding: 10px;
        }

        /* -- faqs section -- */
        .faq-section {
          padding: 60px 20px;
          max-width: 900px;
          margin: auto;
          text-align: center;
          padding-bottom: 0;
          padding-top: 0;
        }

        .faq-title {
          font-weight: 700;
          font-size: 38px;
          color: #111;
        }

        .faq-subtitle {
          color: #6c757d;
          font-size: 1rem;
          margin-bottom: 40px;
        }

        .accordion-item-2 {
          border: none;
          margin-bottom: 15px;
          border-radius: 12px;
          /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); */
          border: 1px solid #cccccc99 !important;
        }

        .accordion-button {
          background-color: #ffffff;
          border-radius: 12px !important;
          font-weight: 600;
          font-size: 18px;
          color: #111;
          padding: 21px;
        }

        .accordion-button:not(.collapsed) {
          background-color: #ffffff;
          color: #000;
        }

        .accordion-button::after {
          filter: brightness(0.2);
        }

        .accordion-body {
          text-align: left;
          color: #444;
          padding-top: 0;
        }

        .accordion-button:focus {
          box-shadow: none;
        }

        .accordion-button::after {
          font-size: 12px !important;
        }

        .accordion-button::after {
          transform: scale(0.7) !important;
          transform-origin: center !important;
          color: #000 !important;
        }

        /* -- contact-section -- */
        .contact-main {
          background-color: #fff7ed;
          margin-top: 95px;
        }

        .contact-info h6 {
          font-weight: 600;
        }

        .contact-info i {
          color: #f15a07;
          font-size: 24px;
          margin-right: 15px;
        }

        .contact-info p {
          margin: 0;
        }

        .contact-section {
          padding: 88px 0;
          padding-bottom: 10px;
        }

        .form-control,
        .form-control:focus {
          box-shadow: none;
          border-color: #e0e0e0;
        }

        .btn-send {
          background-color: #f15a07;
          color: #fff;
          font-weight: 500;
        }

        .btn-send:hover {
          background-color: #d94d00;
          color: #fff;
        }

        .card-1 {
          border-radius: 10px;
          padding: 30px;
          background-color: #fff;
        }

        .contact-section h2 {
          font-size: 38px;
        }

        .contact-info p a {
          color: rgba(33, 37, 41, 0.75);
          text-decoration: none;
        }

        .contact-info p a:hover {
          color: #d94d00;
        }

        .form-control {
          font-size: 14px;
        }

        .form-row {
          margin-bottom: 25px;
        }

        .contact-ready {
          background-color: #ffedd5;
          border-radius: 16px;
          padding: 40px;
          margin-top: 81px;
        }

        .contact-ready p {
          text-align: center;
          margin-bottom: 34px;
        }

        .contact-ready-text h3 {
          font-weight: 700 !important;
          color: #000;
          font-size: 34px;
        }

        .evisa-today {
          font-size: 19px;
          font-weight: 600;
          padding: 10px 27px;
        }

        /* -- footer -- */
        footer {
          background-color: #fff;
          padding: 40px 0;
          border-top: 1px solid #e6e6e6;
          font-size: 14px;
          padding-bottom: 10px;
        }

        .footer-4 {
          margin-top: 30px;
        }

        .footer-4 p {
          padding: 20px;
          background-color: #f2f2f2;
          margin-bottom: 23px;
          color: #5e5d5d;
          font-size: 16px;
          margin-bottom: 0;
        }

        .footer-logo {
          font-weight: bold;
          font-size: 20px;
        }

        .footer-icon {
          font-size: 18px;
          margin-right: 17px;
          color: #000;
          text-decoration: none;
        }

        .footer-icon:hover {
          color: #ff5c01;
        }

        .footer-column h6 {
          font-weight: 700;
          margin-bottom: 12px;
        }

        .footer-column ul {
          padding: 0;
          list-style: none;
        }

        .footer-column ul li {
          margin-bottom: 8px;
        }

        .footer-column ul li a {
          text-decoration: none;
          color: #333333cc;
        }

        .footer-column ul li a:hover {
          text-decoration: underline;
        }

        .host {
          /* font-weight: 500; */
          margin-top: 26px;
        }

        .social-icons {
          margin-top: 26px;
        }

        .footer-column {
          display: flex;
          /* justify-content: end; */
          padding-top: 55px;
        }

        .track-btn {
          background-color: #fff;
          border: 1px solid #03b003;
          color: #03b003;
          margin-left: 15px;
        }

        .track-btn:hover {
          background-color: #03b003;
          border: 1px solid #03b003;
          color: #fff;
        }

        .track-btn i,
        .btn-apply i {
          font-size: 20px;
          margin-right: 3px;
        }

        .e-visa {
          background-color: #03b003;
          color: white;
          font-weight: 600;
          padding: 12px 24px;
          border-radius: 8px;
          border: none;
          font-size: 18px;
          text-decoration: none;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .hide {
          display: none;
        }

        .e-visa:hover {
          background-color: #fff;
          color: #03b003;
          border: 1px solid #03b003;
        }

        .e-visa-guide {
          padding-bottom: 50px;
          text-align: center;
        }

        .imp-note {
          background-color: #f2f2f2;
          padding: 16px;
          font-weight: 600;
          color: #5e5d5d;
          text-align: center;
        }

        .work-0 {
          padding: 60px;
        }

        .form-horizontal .form-group small {
          font-size: 13px;
          font-weight: 500;
        }


        .top-bar {
          color: white;
          font-size: 15px;
          font-weight: 500;
          padding: 6px 0;
        }

        .top-bar a {
          color: white;
          text-decoration: none;
          margin-left: 5px;
        }

        .top-1 {
          background-color: #1a2332;
        }

        .how-it-works {
          padding-top: 40px;
        }

        .checked-icon {
          height: 19px;
          width: 19px;
          margin-bottom: 3px;
          margin-right: 6px;
        }

        .e-visa.category-btn {
          background-color: #5a60ae;
          color: white;
          font-weight: 400;
          font-size: 15px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
          margin-top: 20px !important;
          padding: 10px 81px;
          border-radius: 8px;
          border-width: initial;
          border-style: none;
          border-color: initial;
          border-image: initial;
          text-decoration: none;
        }

        .e-visa-guide.all-guide {
          margin-top: 26px;
        }

        .visa-card ul {
          padding-left: 20px;
        }

        .h6-t {
          margin-bottom: 20px;
        }

        .main-heading {
          color: #000;
          font-size: 30px;
          margin-bottom: 44px;
          font-weight: 700;
        }

        .main-box h3 {
          font-size: 23px;
          margin-top: 25px;
          font-weight: 600;
        }

        .main-box p {
          font-size: 16px;
          margin: 10px 0;
          color: #5a6672;
        }

        .main-box p strong {
          font-weight: 600;
          color: #404952;
        }

        .content-main-1 {
          padding: 50px 0;
        }

        .sticky-header {
          position: sticky;
          top: 0;
          z-index: 9999;
          background-color: #fff;
          width: 100%;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /*-- about-section -- */
    .about-section {
      background-color: #fff;
      font-family: 'Segoe UI', sans-serif;
    }
    .section-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 63px;
    color: #000;
}
    .section-title span {
      border-bottom: 4px solid #ff5a1f;
    }
    .card-light {
     background-image: linear-gradient(to bottom right,#fff, #fff7ed);
    }
    .card-blue {
      background-image:  linear-gradient(to bottom right,#fff, #eff6ff) !important;
    }
    .icon-circle {
      width: 50px;
      height: 50px;
      background-color: rgb(219 234 254 /  1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
    }
    .icon-circle i {
      font-size: 22px;
      color: #4a90e2;
    }
    .disclaimer {
      font-size: 0.95rem;
      font-weight: 500;
      color: #0046c0;
      background-color: #eaf1ff;
      padding: 15px;
      border-radius: 8px;
      margin-top: 20px;
      border: 1px solid #0046c021;
    }

    .about-section {
      padding-top: 50px;
    }

    .icon-circle img {
      width: 48%;
    }

    .about {
     margin-top: 32px;
    margin-bottom: 16px;
    }

    .about-1 p {
      line-height: 25px;
    }

    .about-1 ul li {
      margin-bottom: 8px;
      
    }

    .shadow-md {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .ab-1 {
      margin-right: 10px;
    }

    .ab-2 {
      margin-left: 10px;
    }

    .apply-now-btn {
      background-color: #f15a1f;
      color: #fff;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 6px;
      border: none;
      transition: background-color 0.3s ease;
    }

    .apply-now-btn:hover {
      background-color: #d74f1b;
    }

    .apply-section {
      text-align: center;
      padding: 20px 20px;
    }

    .apply-text {
      color: #5a6e7f;
      font-size: 14px;
      max-width: 600px;
      margin: 20px auto 0;
    }




     .step-number-2 {
      background-color: #f26522;
      color: white;
      font-weight: bold;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .orange-check {
      color: #f26522;
    }

    .start-btn {
      background-color: #f26522;
      color: white;
      border: none;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 6px;
      transition: 0.3s;
    }

    .start-btn:hover {
      background-color: #d8561c;
    }

    .custom-box {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 40px 30px;
    }

    .indian-evisa h2 {
      font-weight: 700;
    color: #000;
    font-size: 38px;
    text-align: center;
    }

    .indian-evisa .subtitle {
      color: #5a6672;
    margin-bottom: 50px;
    text-align: center;
    }

    .step-0 strong {
      font-size: 18px;
    font-weight: 700;
    }

    .custom-box-2 p {
      font-size: 14px;
    }

    .custom-box-2 ul li, .days-- {
      font-size: 14px;
    }

    .custom-box-2 ul li img {
      width: 3%;
    margin-right: 6px;
    }

    .custom-box-2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    border: 1px solid #cccccc85;
}























 /* .guide-section {
      background-color: #f9f9f9;
    } */

    .evisa-guide-content {
      margin: 50px auto;
      background-color: #fff;
      border-radius: 10px;
      padding: 30px;
      margin-bottom: 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    h2 {
      text-align: center;
      color: #d52b1e;
      margin-bottom: 30px;
    }

    h5 {
      font-weight: bold;
      margin-top: 30px;
    }

    .info-box {
      background-color: #f8f9fa;
      padding: 20px;
      border-left: 4px solid #007bff;
      margin-bottom: 30px;
    }

    ul {
      padding-left: 20px;
    }

    .row-box {
      background-color: #f8fafc;
      padding: 20px;
      border-radius: 5px;
      margin-bottom: 30px;
    }

    .row-box h6 {
      font-weight: bold;
    }

    .small-text {
      font-size: 0.95rem;
    }

    .guide-section h5 {
      font-weight: 600;
      margin-bottom: 25px;
      font-size: 23px;
    }

    hr {
      color: rgb(70 73 76 / 39%);
      margin: 60px 0;
    }

    .info-1 strong {
      font-weight: 600;
      color: #000;
    }

    .row-box p {
          margin-bottom: 10px;
    margin-top: 15px;
    }

    .row-box ul {
      margin-bottom: 0;
    }


     .disclaimer-box {
      border: 1px solid #dee2e6;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
      margin: 50px auto;
    }

    .disclaimer-box strong {
      display: block;
      margin-bottom: 8px;
      color: #2f2e2ea3;
      font-weight: 600;
      
    }

    .disclaimer-box p {
    font-size: 15px;
    }

    .faq-section {
      padding-top: 67px;
     
    }

    .contact-section h2 {
      color: #000;
    }

    .contact-new p {
      text-align: center;
    }

    .contact-text-heading {
      font-size: 21px;
    font-weight: 700;
    margin-bottom: 29px;
    }

    .notice-imp {
      margin-top: 34px;
    }

    .contact-new {
      margin-bottom: 50px;
    }

    .gradient-box {
      background: linear-gradient(to right, #2e63f2, #ea580c);
      color: #ffffff;
      padding: 40px 30px;
      border-radius: 10px;
      text-align: center;
      /* max-width: 1200px; */
      margin: 100px auto;
    }

    .gradient-box h2 {
      font-weight: bold;
      margin-bottom: 20px;
      color: #fff;
      font-size: 31px;
    }

    .gradient-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    width: 93%;
    text-align: center;
}

.copy-border {
  border-top: 1px solid #cccccc91;
}

.copy-border p {
  margin-top: 21px;
}