@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;

}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

footer {
  bottom: 0px;
}

body {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  font-weight: 400;
  font-family: "outfit", serif;


}

label {
  font-family: "outfit", serif;

}

span {
  font-family: "outfit", serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "outfit", serif;
  margin: 0px;
}

a {
  font-family: "outfit", serif;
  text-decoration: none !important;
}

button {
  font-family: "outfit", serif;
  text-decoration: none !important;
}

b {
  font-family: "outfit", serif;

}

img {
  max-width: 100%;

}




/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey;

  border-radius: 0px;

}



/* Handle */

::-webkit-scrollbar-thumb {

  background: #000000;

  border-radius: 10px;

}


/* header css start */
.primary_header {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 14px 0px;

}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 6px 0px;
  border-top: 1px solid #c9c9c9;
  z-index: 999;
  background: #ffffff;
}

.sticky .navbar ul li a {
  color: black;
}

.sticky .navbar ul li a:hover {
  color: black;
}


.primary_header .navbar {
  padding:0px;
  width: 100%;
  height: 100%;
}

.primary_header .navbar-img img {
  width: 150px;
  background: white;
  padding: 0px 1px;
  border-radius: 4px;
}

.primary_header .navbar-img:focus-visible {
  outline: none !important;
}

.primary_header .navbar-img img:focus-visible {
  outline: none !important;
  ;
}




.primary_header .navbar ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  padding: 7px 12px;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;

}
.primary_header .navbar ul li a:hover {
  color: #14ca76;

  transition: all 0.25s ease;
  transform: translateY(-5px);
}
.primary_header .navbar ul li a.header_btn {
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  padding: 5px 30px;
}

.primary_header .navbar ul li a.header_btn:hover {
  color: black;
}





.primary_header .navbar-nav .dropdown-menu {
  padding: 50px 10px 60px 10px;

}

.primary_header .navbar-nav .dropdown-menu a {
  width: 100%;
  display: inline-block;
  transition: all 0.2s linear;
  padding: 7px 10px 4px 11px;
  margin-bottom: 5px;
  color: #4c4a4a;
  font-size: 18px;
}

.primary_header .navbar-nav .dropdown-menu a i {
  font-size: 14px;
  margin-right: 4px;
}

.primary_header .navbar-toggler {
  background: #f0f0f0;
  font-size: 18px;
  border-radius: 0px;
  font-weight: 400;
  border: none;
  letter-spacing: 1.4px;
  width: 53px;
  position: relative;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary_header .navbar-toggler:focus {
  box-shadow: none;
  border: none;
}



.primary_header .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;

}

.sticky-top {
  top: 100px !important;
}
 

/* MEGA MENU */
 
.primary_header .mega-dropdown {
  position: static !important;
}
.primary_header .mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0 !important;
}
@media(max-width:992px) {
  .primary_header .mega-dropdown {
    position: unset !important;
  }
}



.primary_header .mega-menu a:hover {
  text-decoration: underline !important;
}

.primary_header .mega-title {
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 600;
  border-right: 2px solid #5c5c5c;
}


/* HOVER SUPPORT */

@media(min-width:992px) {

  .primary_header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    transition: all 0.5s ease;
  }
}

.primary_header .mega-menu .child_types li a {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.primary_header .mega-menu .child_types li::marker {
  color: rgb(153, 153, 153);
}
/* header css end */


.homeSlider {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}

.homeSlider .z_index {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  padding: 70px 0px;
  background-image: url('../images/other/hero1.webp');
  background-size: cover;
  background-position: 83%71%;
  background-repeat: no-repeat;
  min-height: 460px;
}

.homeSlider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 63%) 35%, #ffffffe6 88%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  z-index: 9;
  justify-content: center;
}

.homeSlider .form_wrapper {
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
}

.homeSlider .form_wrapper ul {
  display: flex;
  justify-content: center;
  gap: 12px 30px;
  padding: 0px;
  margin-bottom: 65px;
  flex-wrap: wrap;
  align-items: center;
}

.homeSlider .form-group>* {
  flex: 1;
}

.homeSlider .form_wrapper ul a {
  font-size: 16px;
  font-weight: 400;
  color: black;

}

.homeSlider .form_wrapper ul a:hover {
  color: #22af7e;
  transition: 0.5s all ease;
}

.homeSlider .form_wrapper ul a i {
  margin-right: 4px;
  font-size: 16px;
}

.homeSlider h1 {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;

}

.homeSlider h1 span {
  color: #000000;
  background: linear-gradient(135deg, #7FFFD4, #b328a457);
  padding: 0px 14px;
}

.homeSlider img {
  width: 100%;
  max-height: 535px;
  object-fit: cover;
  object-position: 100% 34%;

}

/* .homeSlider .overlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 13%) 35%, #ffffff 88%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    z-index: 9;
    
    justify-content: center;
} */


.homeSlider form label {
  font-size: 34px;
  text-align: end;
  font-weight: 600;
  margin-bottom: 3px;
  color: black;
  padding-right: 15px;
}

@media(max-width:992px) {
  .homeSlider form label {
    font-size: 24px;
  }
}

.homeSlider form select {
  padding: 10px 18px;
  font-size: 17px;
  font-weight: 700;
}

.homeSlider form select:hover {
  transition: all 0.5s ease;
  border: 1px solid black;
}

.homeSlider form button {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  border: none;
  background: #000000;
  color: white;
  border-radius: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.homeSlider form button i {
  font-size: 18px;
}

.homeSlider form button:hover {
  transition: 0.5s all ease;
  transform: translateY(-5px);
  background: #444444;
}

.homeSlider form a {
  width: 100%;
  padding: 10px 10px;
  font-size: 17px;
  border: none;

  background: linear-gradient(135deg, #7FFFD4, #28b383);
  color: #000000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
}

.homeSlider form a i {
  font-size: 18px;
}

.homeSlider form a:hover {
  transition: 0.5s all ease;
  transform: translateY(-5px);
  background: linear-gradient(135deg, #66CDAA #7FFFD4);
}

#country {
  transition: opacity 0.5s ease-in-out;
}


.homeSlider .owl-theme .owl-dots {
  display: none;
}

.homeSlider .owl-theme .owl-nav {
  display: none !important;
  position: absolute;
  display: flex;
  top: 100px;
  background: white;
  justify-content: center;
  align-items: center;

}

.homeSlider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

.homeSlider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.tsg-difference-section {

  padding: 90px 0;
}

.tsg-difference-section .why_choose_wrapper {
  padding: 34px 45px;
  background: rgb(228 248 218);
  border-radius: 40px;
  border: 3px solid #14a10230;
}

.tsg-difference-section .tsg-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.tsg-difference-section .tsg-title span {
  border-bottom: 5px solid #7efed3;
}

.tsg-difference-section .tsg-card {
  padding: 26px 20px;
  background: #ffffffd9;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  border: 2px solid #e1e1e1;
}

.tsg-difference-section .tsg-card i {
  font-size: 24px;
  margin-bottom: 12px;
  display: inline-block;
}

.tsg-difference-section .tsg-card .tsg-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
}


.tsg-difference-section .tsg-card .tsg-heading {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}


.tsg-difference-section .tsg-card .tsg-text {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}


.tsg-difference-section .tsg-card .tsg-link {
  font-size: 18px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.tsg-difference-section .tsg-card .tsg-link:hover {
  color: #084298;
  border-color: #084298;
}



@media (max-width: 991px) {
  .tsg-difference-section .tsg-title {
    font-size: 36px;
  }

  .tsg-difference-section .tsg-card .tsg-heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tsg-difference-section {
    padding: 60px 0;
  }

  .tsg-difference-section .tsg-title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .tsg-difference-section .tsg-card {
    text-align: center;
    margin-bottom: 50px;
  }

  .tsg-difference-section .tsg-card .tsg-text {
    font-size: 16px;
  }
}


.process-section {

  margin: 0 auto;
  --green-primary: linear-gradient(135deg, #7FFFD4, #28b383);
  --green-light: #d4f5e2;
  --green-mid: #a8e6c3;
  --teal-dark: #000000;
  --body-text: #4c4c4c;
  --card-bg: linear-gradient(135deg, #7FFFD4, #44c397a8);
  --radius-card: 1.25rem;
}

.process-section img {
  width: 100%;
  max-height: 365px;
}

.section-heading {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}


.process-card {
  background: var(--card-bg);
  border-radius: var(--radius-card);
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 32px rgba(0, 0, 0, .07);


}


.steps-track {
  position: relative;
}

.steps-track::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 44px;
  width: 10px;
  bottom: 22px;
  background: var(--green-light);
  border-radius: 2px;
  z-index: 0;
}


.steps-track::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 44px;
  width: 2px;
  bottom: 22px;
  background: linear-gradient(to bottom, var(--green-primary), var(--green-mid));
  border-radius: 2px;
  z-index: 1;

  transform-origin: top center;

}


.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.step-item+.step-item {
  margin-top: 2.4rem;
}


.step-badge {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--green-primary);
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff;





}




.step-content {
  padding-top: 0.1rem;

}


.step-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--teal-dark);
  margin-bottom: 0.3rem;
}

.step-content p {
  font-size: clamp(0.87rem, 2vw, 0.98rem);
  color: var(--body-text);
  margin-bottom: 0;
  line-height: 1.65;
}


.step-item:hover .step-badge {
  transform: scale(1.12);
  box-shadow: 0 0 0 4px #fff, 0 0 0 9px rgba(29, 185, 84, .2);
  transition: transform .25s ease, box-shadow .25s ease;
}



@media (max-width: 576px) {
  .process-card {
    padding: 1.75rem 1.25rem;
  }

  .steps-track::before,
  .steps-track::after {
    left: 19px;
  }
}

.bottom_footer {
  background: linear-gradient(to bottom, #2b2b2b, #070707);

}

.bottom_footer .wrapper {
  padding: 47px 0px 10px 0px;


}


.contact-hero {
  background: white;
  position: relative;

}



.contact-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 100px 20px 101px 20px;
  background: #efefef;
  margin-bottom: 60px;

  border-bottom: 2px solid #d2d2d2;

}

.contact-hero .wrap_box {
  max-width: 700px;
  background: white;
  padding: 20px 42px;
  margin: 0px auto;
  position: relative;
  bottom: -137px;
}

@media(max-width:992px) {
  .contact-hero .hero-content {
    padding: 105px 20px 101px 20px;
  }

  .primary_header .navbar ul li a img {
    display: none;
  }
}

.contact-hero .hero-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contact-hero .hero-content.blog_detail_img {
  background-image: url('../images/other/bd1.webp');
  background-size: cover;
  background-position: center;
  background-position: 100% 62%;
}

.contact-hero .hero-content.aboutuspage {
  background-image: url('../images/about/ab2.webp');
  background-size: cover;
  background-position: center;
}

.contact-hero .hero-content.contactuspage {
  background-image: url('../images/other/c1.webp');
  background-size: cover;
  background-position: 100% 26%;
}

.contact-hero .hero-content.blog_page {
  background-image: url('../images/other/bp1.webp');
  background-size: cover;
  background-position: 100% 45%;
}

.contact-hero .hero-content.disclaimer_page {
  background-image: url('../images/other/disclaimer.webp');
  background-size: cover;
  background-position: 100% 45%;
}

.contact-hero .hero-content.terms_page {
  background-image: url('../images/other/terms.webp');
  background-size: cover;
  background-position: 100% 45%;
}

.contact-hero .hero-content.refund_page {
  background-image: url('../images/other/refund.webp');
  background-size: cover;
  background-position: 100% 62%;
}

.contact-hero .hero-content.privacy_page {
  background-image: url('../images/other/pp1.webp');
  background-size: cover;
  background-position: 100% 34%;
}

.contact-hero h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  color: rgb(0, 0, 0);

}

.contact-hero p {
  font-size: 18px;
}

.contact-hero p.muted_text {
  font-size: 19px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: rgb(126 126 126 / 75%);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.contact-hero .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: start;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.contact-hero .breadcrumbs ul li+li {
  padding-left: 10px;
  color: rgb(0, 0, 0);
}

.contact-hero .breadcrumbs ul li a {
  color: rgb(0, 0, 0);
}

.contact-hero .breadcrumbs ul li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgb(0, 0, 0);
}


.bottom_footer .footer_logo {
  width: 180px;
  margin-bottom: 16px;
}

.bottom_footer p {
  font-size: 13px;
  
  color: white!important;
}



.bottom_footer .footer_about ul li::marker {
  color: white;
}

.bottom_footer .footer_about a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
    display: inline-block;
}


 
.bottom_footer .headings ul li::marker {
  color: white;
}

.bottom_footer .headings h6 {
  color: white;
}

.bottom_footer .headings a {
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 3px;
    display: inline-block;
}

.bottom_footer a:hover {
  color: #14ca76;
  transition: all 0.5s ease;
  
}

.bottom_footer .card img {
  min-height: 115px;
  object-fit: cover;
  height: 115px;
}
.bottom_footer .contact_box ul {
    list-style:none!important;
    padding: 0;
}
.bottom_footer .contact_box i{
    margin-right: 5px;
}

.contact-methods {
  background: linear-gradient(to bottom, white 0%, var(--surface-color) 100%);

}

.contact-methods img {
  height: 100%;
  border-radius: 28px;
}

.contact-methods h2 {
  font-size: 28px;
  margin-bottom: 3rem;
  text-align: center;
  color: black;
}

.contact-methods h2 i {
  color: #1f88b7;
  margin-right: 15px;
}

.contact-methods .method-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;

  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #d5d5d5;
}

.contact-methods .method-card.first_box {
  background: linear-gradient(135deg, #f5f3ff, #fefeff, #ecfeff);
}

.contact-methods .method-card.first_box i {
  color: #0b83d1;
}

.contact-methods .method-card.first_box h4 {
  color: #000000;
}

.contact-methods .method-card.first_box p {
  color: #000000;
}

.contact-methods .method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}

.contact-methods .method-card i {
  font-size: 3.5rem;
  color: #1f87b6;
  margin-bottom: 25px;
  display: block;
}

.contact-methods .method-card h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: black;
  font-weight: 600;
}

.contact-methods .method-card p {

  margin-bottom: 0;
  line-height: 1.7;
}

.contact-methods form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-methods form .form-group {
  margin-bottom: 20px;
}

.contact-methods form input {
  padding: 10px 15px;
}

.contact-methods form input:focus {
  box-shadow: none;
}

.contact-methods form textarea:focus {
  box-shadow: none;
}

.contact-methods form button {
  border-radius: 32px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  border: none;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  width: 100%;
}

.contact-methods form button:hover {
  transform: translateY(-5px);
  transition: all 0.8s ease;
}

.error-404 {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

.error-404 .error-container {
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.error-404 .error-content h1 {
  font-size: 96px;
  font-weight: 800;
  color: #36bf90;
  margin-bottom: 10px;
}

.error-404 .error-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-404 .error-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.error-404 .error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404 .btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.error-404 .btn-primary {
  background: linear-gradient(
135deg, #7FFFD4, #28b383);
  color: #000;
  border:none;
}

.error-404 .btn-primary:hover {
  background: linear-gradient(
135deg, #7FFFD4, #28b383);
color: #000;
}

.error-404 .btn-outline {
  border: 2px solid #0B5FA5;
  color: #0B5FA5;
}

.error-404 .btn-outline:hover {
  background: #0B5FA5;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .error-404 .error-content h1 {
    font-size: 72px;
  }

  .error-404 .error-content h2 {
    font-size: 24px;
  }
}

.content_box {
  margin-top: 100px;
}

.content_box h6 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
  color: #000;
  border-bottom: 1px solid #000000;
}

.content_box .wrapper {
  margin-bottom: 30px;
}

.content_box .wrapper p {
  font-size: 18px;
  font-weight: 300;
  color: #404040;
}


.disclaimer {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}





@media(max-width:992px) {
  .ms-auto {
    margin-left: 0px !important;
  }


  .offcanvas .btn-close {
    color: #ffffff !important;
    opacity: 1;
    background-color: #FFC107;
    font-size: 24px;

  }


  .offcanvas .offcanvas-body ul li a {
    display: inline-block;
    margin: 10px 0px;
    color: #000;
    width: 100%;
  }



}

@media(max-width:768px) {

  .homeSlider .form_wrapper ul {
    margin-bottom: 55px;

  }

  .homeSlider form a {
    margin-top: 15px;
  }

  .homeSlider h1 {
    font-size: 32px;
  }

  .contact-hero h1 {
    font-size: 32px;
  }

  .primary_header .navbar-brand img {
    width: 160px;
  }







}

@media(max-width:768px) {
  .homeSlider img {
    height: 100vh;
    max-height: 100%;
  }


  .order_2 {
    order: 2 !important;
  }

  .order_1 {
    order: 1 !important;
  }


}


.support-help-section .wrapper {
  padding: 40px;
  background: #f0f0f09e;
  border-radius: 45px;
}

.support-help-section .support-help-content {
  text-align: center;

}

.support-help-section .support-badge {
  background: #e0e7ff;
  color: #4338ca;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.support-help-section .support-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
}

.support-help-section .support-text {
  color: #475569;
  font-size: 16px;
}

.support-help-section .support-hours {
  gap: 10px;
  color: #334155;
  font-size: 15px;
}

/* Cards */
.support-help-section .support-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.support-help-section .support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.support-help-section .support-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.support-help-section .support-icon.phone {
  background: #f6f6f6;
  color: #000000;
}

.support-help-section .support-icon.email {
  background: #f6f6f6;
  color: #000000;
}

.support-help-section .support-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}

.support-help-section .support-card-text {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

.mb-faq-modern {
  background: #f8f8f8;
}

.mb-faq-modern__question:not(.collapsed) i {
  transform: rotate(180deg);
}

.mb-faq-modern__question.collapsed {
  color: red;
}

.mb-faq-modern .mb-faq-modern__title {
  font-weight: 600;
  color: #0f172a;
  font-size: 32px;
}

.mb-faq-modern .mb-faq-modern__subtitle {
  color: #475569;
  max-width: 52ch;
  margin-inline: auto;
}


.mb-faq-modern .mb-faq-modern__accordion {
  display: grid;
  gap: 16px;
}

.mb-faq-modern img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
  border-radius:8px;
}

.mb-faq-modern .mb-faq-modern__item {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);

  overflow: hidden;
}


.mb-faq-modern .mb-faq-modern__question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 18px 22px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-size: 18px;
}

.mb-faq-modern .mb-faq-modern__question span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mb-faq-modern .mb-faq-modern__question i:first-child {
  color: #2563eb;
  font-size: 1.1rem;
}


.mb-faq-modern .mb-faq-modern__answer {
  padding: 0 22px 20px;
  color: #475569;
  line-height: 1.6;
}


.mb-faq-modern .mb-faq-modern__question .fa-chevron-down {
  transition: transform .25s ease;
}

.mb-faq-modern .mb-faq-modern__question:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}


@media (max-width: 575px) {
  .mb-faq-modern .mb-faq-modern__question {
    padding: 16px 18px;
    font-size: 0.95rem;
  }

}

.top_disclaimer {
  background: #eef2f5;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  color: #0f0f0f;
}



.mara_link:hover {
  color: #005ee9 !important;
}


.eigibilsucess p {
  display: flex;
  align-items: start;
  flex-direction: column;

}

.eigibilsucess a {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 16px;
  border-radius: 44px;
  font-size: 14px;
  margin-top: 10px;
}




.travel-sort-section {
  position: relative;
  background: #eeeeee;
  padding: 58px 0px;
  background-image: url('../images/other/ctabg.webp');
  z-index: 1;
}

.travel-sort-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fffffff0;
  content: '';
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.ts-content-wrapper {
  gap: 20px 40px;

}


.travel-sort-section img {
  max-height: 435px;
  width: 100%;
  object-fit: cover;
  margin-top: 47px;
  border-radius: 47px;
  object-position: center;
  transform: scale(1.3);
  animation: zoomOut linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 60%;
}

.travel-sort-section .ts-text-block a {
  background: black;
  margin-top: 26px;
  padding: 10px 26px;
  display: inline-block;
  color: white;
  border-radius: 5px;
}

.travel-sort-section .ts-text-block a:hover {
  transition: 0.5s all ease;
  background: #474545;
}

@media(max-width:768px) {
  .travel-sort-section .ts-content-wrapper {
    display: inline-block;
  }

  .travel-sort-section img {
    animation: none;
    transform: none;
  }

}

@keyframes zoomOut {
  from {
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
  }
}


.steps {
  background: #d5f9ed;
  border-radius: 24px;
  padding: 27px 30px 30px;
  margin: 40px auto;
  max-width: 1100px;
  overflow: hidden;
}


.steps__title {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
}

.steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: steps__fadeUp 0.6s ease both;
  position: relative;
}

.steps i {
  font-size: 32px;
}

.steps__item:nth-child(1) {
  animation-delay: 0.10s;
}

.steps__item:nth-child(2) {
  animation-delay: 0.25s;
}

.steps__item:nth-child(3) {
  animation-delay: 0.40s;
}

@keyframes steps__fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.steps .sub_title {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.steps__item-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 20px 18px;
  width: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.35s cubic-bezier(.22, .61, .36, 1), box-shadow 0.35s ease;
  min-height: 75px;
}

.steps__item:hover .steps__item-card {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
}


.steps__item-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.steps__item-card-row:last-child {
  margin-bottom: 0;
}


.steps__item-card-row--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.steps__item-card-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b0bec5, #78909c);
  display: inline-block;
  flex-shrink: 0;
}


.steps__item-card-line {
  height: 8px;
  border-radius: 4px;
  background: #e0e6ed;
  display: inline-block;
}

.steps__item-card-line--sm {
  width: 55px;
}

.steps__item-card-line--md {
  width: 75px;
}

.steps__item-card-line--accent {
  background: #ff8a65;
  width: 30px;
}


@keyframes steps__btnPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(25, 118, 210, 0);
  }
}


.steps__item-card-envelope-row {
  display: flex;
  align-items: center;
  gap: 14px;
}


.steps__item-card-envelope {
  width: 44px;
  height: 38px;
  border: 2px solid #bdbdbd;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.steps__item-card-envelope::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  height: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.steps__item-card-envelope-check {
  position: absolute;
  bottom: -8px;
  left: 44px;
  width: 20px;
  height: 20px;
  background: #26a69a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  animation: steps__popIn 0.4s 0.8s cubic-bezier(.36, 1.4, .64, 1) both;
  top: 50px;
}

@keyframes steps__popIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


.steps__item-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 16px;
  flex-shrink: 0;
  background: #fff;
  transition: transform 0.3s ease;
  top: -10px;
  margin: auto;
  position: relative;
}

.steps__item:hover .steps__item-badge {
  transform: scale(1.15);
}

.steps__item-badge--orange {
  border: 2.5px solid #ff7043;
  color: #ff7043;
}

.steps__item-badge--blue {
  border: 2.5px solid #1976d2;
  color: #1976d2;
}

.steps__item-badge--teal {
  border: 2.5px solid #26a69a;
  color: #26a69a;
}


.steps__item-heading {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-align: center;
}


.steps__item-body {
  font-size: 16px;
  color: #5a6474;
  line-height: 1.65;
  text-align: center;
}


.steps__connector {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 38px;
}

.steps__connector-line {
  width: 70px;
  border-top: 2.5px dashed #9ab0cb;
  position: relative;
  animation: steps__drawLine 1s 0.5s ease both;
}

@keyframes steps__drawLine {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 70px;
    opacity: 1;
  }
}

.steps__connector-line::after {
  content: '›';
  position: absolute;
  right: -10px;
  top: -44px;
  color: #9ab0cb;
  font-size: 48px;
}


@media (max-width: 767px) {
  .steps {
    padding: 36px 20px 40px;
    border-radius: 18px;
  }

  .steps__connector {
    transform: rotate(90deg);
    margin: 8px 0;
  }



}


.process-section a {
  background: black;
  margin-top: 26px;
  padding: 10px 26px;
  display: inline-block;
  color: white;
  border-radius: 5px;

}

.blog_list .blog-card {
  margin-bottom: 20px;
  background: black;
  overflow: hidden;
}

.blog_list .blog-card:hover {
  background: #272727;
  transition: all 0.5s ease;
}

.blog_list .blog-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;

}

.blog_list .blog-card h6 {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.blog_list .blog-card-body {
  padding: 20px 20px;
}

.blog_list .blog-card-body h6 a {
  color: white;
  font-size: 18px;
}

.blog_list .blog-card a.link {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0px 8px;
}

.blog_list .blog-card:hover a.link {
  color: #14ca76;
}


.blog_list_home {
  padding: 40px 0px;
}

.blog_list_home .blog-card {
  margin-bottom: 20px;
  /* background: #eeeeee; */
  overflow: hidden;

  border: 1px solid #c0c0c0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog_list_home .blog-card:hover {
  background: #ededed;
  transition: all 0.5s ease;
}

.blog_list_home .blog-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;

}

.blog_list_home .blog_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 32px;
  margin-bottom: 30px;
}

.blog_list_home .blog-card h6 {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;

}

.blog_list_home .blog-card-body {
  padding: 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_list_home .blog-card-body h6 a {
  color: rgb(0, 0, 0);

}

.blog_list_home .blog-card a.link {
  color: rgb(13, 110, 253);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0px 8px;
}

.blog_list_home .blog-card:hover a.link {
  color: rgb(13, 110, 253);
}

.blog_list_home .button a {
  background: linear-gradient(135deg, #13b880, #28b383);
  color: white;
  padding: 8px 55px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
}

.blog_list_home .button a:hover {
  background: #13a271;
  transition: all 0.5s linear;
}



.careers-section {
  --bg: #fff;
  --accent: #28b383;
  --accent-hover: #000000;
  --text-dark: #1a1a1a;
  --text-muted: #888076;
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--bg);

  view-timeline-name: --careers-vt;
  view-timeline-axis: block;
  margin-top: 75px;
}


.careers-section .careers-img-pane {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;

  animation: careers-img-shrink linear both;
  animation-timeline: --careers-vt;
  animation-range: entry 0% cover 55%;
}

@keyframes careers-img-shrink {
  from {
    width: 100vw;
  }

  to {
    width: 50%;
  }
}


.careers-section .careers-img-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  animation: careers-img-zoom linear both;
  animation-timeline: --careers-vt;
  animation-range: entry 0% cover 55%;
}

@keyframes careers-img-zoom {
  from {
    transform: scale(1.14);
  }

  to {
    transform: scale(1.0);
  }
}




.careers-section .careers-text-pane {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px;
  background: #eeeeee;
  align-items: start;
  animation: careers-text-in linear both;
  animation-timeline: --careers-vt;
  animation-range: entry 20% cover 55%;
}

@keyframes careers-text-in {
  from {
    opacity: 0;
    transform: translateX(52px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.careers-section .careers-text-pane .careers-eyebrow {
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-weight: 500;
}

.careers-section .careers-text-pane .careers-divider {
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 1.5rem;
  animation: careers-line linear both;
  animation-timeline: --careers-vt;
  animation-range: entry 30% cover 55%;
}

@keyframes careers-line {
  from {
    width: 0;
  }

  to {
    width: 36px;
  }
}

.careers-section .careers-text-pane .careers-headline {

  font-size: 34px;
  line-height: 1.05;
  letter-spacing: .02em;
  color: var(--text-dark);
  margin-bottom: 1.4rem;
}

.careers-section .careers-text-pane .careers-body {
  font-size: 16px;

  color: #000000;

  margin-bottom: 2.6rem;
  font-weight: 400;
}


.careers-section .careers-text-pane .careers-cta {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: #000000;
  font-size: 16px;


  font-weight: 500;
  transition: gap .3s ease;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  padding: 10px 18px;
}

.careers-section .careers-text-pane .careers-cta:hover {
  gap: 1.2rem;
}





.careers-section .careers-text-pane .careers-cta .careers-cta-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


@media (max-width: 768px) {
  .careers-section {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  @keyframes careers-img-shrink {
    from {
      width: 100vw;
    }

    to {
      width: 100%;
    }
  }

  .careers-section .careers-img-pane {
    height: 50vw;
  }

  .careers-section .careers-text-pane {
    padding: 2.5rem 1.5rem;
  }
}

.sidebar {
  border: 1px solid black;
  padding: 30px 34px;
  border-radius: 5px;
  box-shadow: -2px 5px 0px 2px;
}

.sidebar ul li a {
  display: inline-block;
  margin-bottom: 7px;
  color: black;
  text-decoration: underline !important;
}

.sidebar ul li a:hover {
  color: #2db788;
}


.what-we-help {
  --clr-bg: #f8f7f4;
  --clr-surface: #ffffff;
  --clr-border: #e8e4de;
  --clr-accent: #2c5f4a;
  --clr-accent-lt: #e8f0eb;
  --clr-text: #1a1a1a;
  --clr-muted: #181818;
  --clr-link: #2c5f4a;
  --radius: 12px;
  --shadow: 0 2px 16px rgba(0, 0, 0, .07);

}



.what-we-help {
  padding: 30px 0 0px;
}


.what-we-help .section-header {

  margin: 0 auto 56px;
  text-align: center;
}

.what-we-help .section-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #045f39;
  background: #65e8bc45;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.what-we-help .section-header h2 {

  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--clr-text);
  margin-bottom: 16px;
}

.what-we-help .section-header p {
  font-size: 1.05rem;
  color: var(--clr-muted);
  line-height: 1.7;
  font-weight: 300;
}

.what-we-help .cards-row {
  row-gap: 28px;

}

.what-we-help .cards-row .visa-card {
  background: var(--clr-surface);
  border: 1px solid #07bf7f;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.what-we-help .upper_box {
  padding: 36px 32px 32px;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  border-bottom-right-radius: 33px;
  overflow: hidden;
  border-bottom-left-radius: 33px;
}
.what-we-help .lower_box {
  padding: 10px 32px 32px;
}

.what-we-help .cards-row .visa-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, .11);
  transform: translateY(-3px);
  border-color: #c8d9cf;
}


.what-we-help .cards-row .visa-card .icon-wrap {
  width: 72px;
  height: 64px;
  border-radius: 10px;
  background:#ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
  padding: 10px 10px;
}


.what-we-help .cards-row .visa-card .country-tag {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--clr-muted);
  margin-bottom: 10px;
}


.what-we-help .cards-row .visa-card h3 {

  font-size: 22px;
  font-weight: 500;
  color: var(--clr-text);
  line-height: 1.35;
  margin-bottom: 14px;
}

.what-we-help .cards-row .visa-card .divider {
  height: 1px;
  background: var(--clr-border);
  margin-bottom: 16px;
}


.what-we-help .cards-row .visa-card p {
  font-size: 16px;
  color: #595959;
  line-height: 1.7;
  font-weight: 400;
  flex: 1;
  margin-bottom: 26px;
}


.what-we-help .cards-row .visa-card .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  letter-spacing: .01em;
  transition: gap .2s ease, opacity .2s ease;
  margin-top: auto;
}

.what-we-help .cards-row .visa-card .cta-link i {
  font-size: 1rem;
  transition: transform .2s ease;
}

.what-we-help .cards-row .visa-card .cta-link:hover {
  opacity: .8;
  gap: 11px;
}

.what-we-help .cards-row .visa-card .cta-link:hover i {
  transform: translateX(3px);
}


.what-we-help .row-divider {
  height: 1px;
  background: var(--clr-border);
  margin: 48px 0;
}


.what-we-help .wide-card {
  background: var(--clr-surface);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px 40px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  transition: box-shadow .25s ease, transform .25s ease;
}

.what-we-help .wide-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, .11);
  transform: translateY(-3px);
}

.what-we-help .wide-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--clr-accent-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.what-we-help .wide-card .icon-wrap i {
  font-size: 1.5rem;
  color: var(--clr-accent);
}

.what-we-help .wide-card .content {
  flex: 1;
}

.what-we-help .wide-card .content .country-tag {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--clr-muted);
  margin-bottom: 8px;
}

.what-we-help .wide-card .content h3 {

  font-size: 1.3rem;
  font-weight: 400;
  color: var(--clr-text);
  margin-bottom: 10px;
}

.what-we-help .wide-card .content p {
  font-size: .93rem;
  color: var(--clr-muted);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0;
}

.what-we-help .wide-card .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--clr-link);
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition: gap .2s ease, opacity .2s ease;
  flex-shrink: 0;
}

.what-we-help .wide-card .cta-link i {
  font-size: 1rem;
  transition: transform .2s ease;
}

.what-we-help .wide-card .cta-link:hover {
  opacity: .8;
  gap: 11px;
}

.what-we-help .wide-card .cta-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .what-we-help .wide-card {
    flex-direction: column;
    gap: 20px;
  }

  .what-we-help .wide-card .cta-link {
    align-self: flex-start;
  }
}

.who_we_are {
  padding: 50px 0px;

}

.who_we_are .wrap {
  padding: 30px 30px;
  background: #f1f1f1;
  border-radius: 22px;
}

.who_we_are .wrap h6 {
  font-size: 30px;
  margin-bottom: 16px;
}

.who_we_are .wrap p {
  font-size: 16px;
}

.who_we_are ul {
  list-style: none;

}

.who_we_are ul li {
  display: flex;
  gap: 10px;

}

.who_we_are ul li i {
  font-size: 20px;
}

.plan-section {
  --pg-bg: #f5f7ff;
  --card-bg: #ffffff;
  --divider: #eef0f8;
  --text-head: #e8600a;
  /* Features heading */
  --text-dark: #2b3360;
  --text-body: #4e587a;
  --text-muted: #9aa3c2;
  --basic-color: #f59e0b;
  --check-color: #22c55e;
  --cross-color: #ef4444;
  --badge-bg: #fff7ed;
  --badge-border: #fcd34d;
  --btn-from: #f59e0b;
  --btn-to: #ea8c00;
  --card-radius: 18px;
  --card-shadow: 0 8px 40px rgba(80, 100, 200, .10), 0 2px 8px rgba(0, 0, 0, .05);
}


.plan-section {
  width: 100%;

  margin: 100px auto;
  position: relative;
  z-index: 1;
}


.plan-section .plan-card {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgb(0 0 0 / 93%);
  overflow: hidden;
  height:100%;
}



.plan-section .plan-card .plan-grid .col-header {
  padding: 38px 36px 28px;
  border-bottom: 1px solid var(--divider);
}

.plan-section .plan-card .plan-grid .col-header.feat-header {
  border-right: 1px solid var(--divider);
}

.plan-section .plan-card .plan-grid .col-header .col-title {
  font-size: 1.65rem;
  font-weight: 600;

}

.plan-section .plan-card .plan-grid .col-header.feat-header .col-title {
  color: #000000;
}

.plan-section .plan-card .plan-grid .col-header.basic-header {
  text-align: center;
}

.plan-section .plan-card .plan-grid .col-header.basic-header .col-title {
  color: #000000;
}

.plan-section .plan-card .plan-grid .col-header.basic-header .plan-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffff;
  background: #da1300;
  border: 1px solid #fde68a;
  border-radius: 50px;
  padding: 3px 12px;
  margin-top: 8px;
}


.plan-section .plan-card .plan-grid .feat-row {
  display: contents;

}

.plan-section .plan-card .plan-grid .feat-cell,
.plan-section .plan-card .plan-grid .val-cell {
  padding: 14px 36px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  font-size: .93rem;

}

.plan-section .plan-card .plan-grid .feat-cell {
  border-right: 1px solid var(--divider);
  color: #535353;
  font-weight: 500;
  gap: 10px;
}

.plan-section .plan-card .plan-grid .feat-cell .f-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a1a1a;
  flex-shrink: 0;
}

.plan-section .plan-card .plan-grid .val-cell {
  justify-content: center;
  background: rgba(245, 158, 11, .018);
}


.plan-section .plan-card .plan-grid .feat-cell:hover,
.plan-section .plan-card .plan-grid .feat-cell:hover+.val-cell,
.plan-section .plan-card .plan-grid .val-cell:hover {
  background: rgba(245, 158, 11, .045);
}


.plan-section .plan-card .plan-grid .val-cell .icon-check {
  font-size: 1.15rem;
  color: var(--check-color);
  filter: drop-shadow(0 1px 3px rgba(34, 197, 94, .25));
}

.plan-section .plan-card .plan-grid .val-cell .icon-cross {
  font-size: 1.15rem;
  color: var(--cross-color);
  filter: drop-shadow(0 1px 3px rgba(239, 68, 68, .20));
}


.plan-section .plan-card .plan-grid .val-cell .limit-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  color: var(--basic-color);
  font-size: .82rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 4px 14px;
}


.plan-section .plan-card .plan-grid .feat-cell:last-of-type,
.plan-section .plan-card .plan-grid .val-cell:last-of-type {
  border-bottom: none;
}


.plan-section .plan-card .plan-footer .footer-note {
  padding: 28px 36px;
  border-right: 1px solid var(--divider);
  display: flex;
  align-items: center;
}

.plan-section .plan-card .plan-footer .footer-note p {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.plan-section .plan-card .plan-footer .footer-cta {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, .02);
}

.plan-section .plan-card .plan-footer .footer-cta .demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #000000, #000000);
  color: #fff;

  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 15px 32px;
  cursor: pointer;
  text-decoration: none;

  transition: transform .2s, box-shadow .2s, opacity .2s;
  width: 100%;
  justify-content: center;
}

.plan-section .plan-card .plan-footer .footer-cta .demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(245, 158, 11, .38);
  opacity: .95;
}


@media (max-width: 600px) {

  .plan-section .plan-card .plan-grid .feat-cell,
  .plan-section .plan-card .plan-grid .val-cell,
  .plan-section .plan-card .plan-grid .col-header,
  .plan-section .plan-card .plan-footer .footer-note,
  .plan-section .plan-card .plan-footer .footer-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .plan-section .plan-card .plan-grid .col-header .col-title {
    font-size: 1.3rem;
  }
}


.plan-section .plan-card {
  animation: slideUp .5s cubic-bezier(.22, .68, 0, 1.2) both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.plan-section .heading h6 {
  font-size: 36px;
  font-weight: 600;
}

.plan-section .heading p {
  font-size: 18px;

}

.plan_head {
  background: #f3f3ea;
}

.plan-section .middle_box {
  padding: 14px 36px;
}

.plan-section .middle_box h6 {
  font-size: 18px;
  font-weight: 600;
}

.plan-section .middle_box p {
  font-size: 14px;
}

.app-support-wrapper {

  background-color: #ffffff;

}

.app-support-wrapper .support-main-card {
  background: #ffffff;
  border: 2px solid #a1a1a1;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}


.app-support-wrapper .info-sidebar {
  background: #e9ecef;
  padding: 40px;
  height: 100%;
}

.app-support-wrapper .info-sidebar h2 {
  font-weight: 500;
  color: #212529;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.app-support-wrapper .info-sidebar .intro-text {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
}

.app-support-wrapper .benefit-list {
  list-style: none;
  padding: 0;
}

.app-support-wrapper .benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  transition: transform 0.2s;
}

.app-support-wrapper .benefit-item:hover {
  transform: translateX(5px);
}

.app-support-wrapper .benefit-item i {
  color: #0d6efd;
  font-size: 1.25rem;
  margin-right: 15px;
}

.app-support-wrapper .benefit-item span {
  font-weight: 500;
  color: #495057;
}


.app-support-wrapper .process-content {
  padding: 40px;
}

.app-support-wrapper .process-content h2 {
  font-weight: 500;
  color: #212529;
  margin-bottom: 30px;
  position: relative;
}

.app-support-wrapper .process-timeline {
  position: relative;
  padding-left: 20px;
}

.app-support-wrapper .process-step-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 2px dashed #dee2e6;
}

.app-support-wrapper .process-step-item:last-child {
  border-left: 2px solid transparent;
  padding-bottom: 0;
}

.app-support-wrapper .step-number {
  position: absolute;
  left: -16px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  box-shadow: 0 0 0 5px #ffffff;
}

.app-support-wrapper .step-text {
  font-size: 16px;
  color: #495057;
  padding-top: 2px;
}

@media (max-width: 768px) {
  .app-support-wrapper .info-sidebar {
    padding: 30px 20px;
  }

  .app-support-wrapper .process-content {
    padding: 30px 20px;
  }
  .primary_header .navbar-nav .dropdown-menu {
        padding: 20px 10px 20px 10px;

    }
}


























