

/* Layout stability */
.uxs-row {
  min-height: 550px;
}

/* LEFT SIDE */
.uxs-title-wrapper {
  width: 100%;
}

.uxs-title {
  display: none;
  font-size: 28px;
  font-weight: 500;
  color: #0F172B;
font-family: Raleway, sans-serif;

}

.uxs-title.active {
  display: block;
}

/* MAIN SLIDER WRAPPER */
.uxs-slider-wrapper {
  position: relative;
  border: 5px solid #47D7AC;
  border-radius: 10px;
}

/* Viewport hides extra slides */
.uxs-slider-viewport {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Track */
.uxs-slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* Slide */
.uxs-slide {
  min-width: 100%;
}

.uxs-main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Floating Preview */
.uxs-floating-preview {
  position: absolute;
     bottom: -78px;
    right: -150px;
    width: 246px;
    height: 500px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  z-index: 10;
  border-right: 5px solid #1635B7;
  border-bottom: 5px solid #1635B7;
  box-shadow: 0px 1px 3px 0px #0000004D,0px 4px 8px 3px #00000026;

}

.uxs-floating-track {
  display: flex;
  transition: transform 0.6s ease;
}

.uxs-floating-slide {
  min-width: 100%;
}

.uxs-floating-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dots */
.uxs-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.uxs-dot {
  width: 12px;
  height: 12px;
  background: #00c896;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

.uxs-dot.active {
  opacity: 1;
}


/* our team */

/* .team-section {
    background-color: #e9e9e9;
    padding: 60px 0;
} */

.team-member {
    text-align: center;
}

.team-img-wrapper {
    width: 190px;
    height: 190px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #47D7AC;
    position: relative;
    overflow: hidden;
}

/* Only top green arc visible */
.team-img-wrapper img {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 102%;
    height: 102%;
    object-fit: cover;
    border-radius: 50%;
}

.team-name {
    font-size: 18px;
    font-weight: 600;
    color: #1f2a37;
font-family: Raleway, sans-serif;

}

.team-designation {
    font-size: 14px;
    color: #6c757d; /* Bootstrap muted color */
    margin-top: 0px;
font-family: Raleway, sans-serif;

}

/* our team style ends here */

/* header */

.main-header .nav-link{
  font-weight: 400;
    color: #1C1B28;
}

.sub-heading{
    color: #8C8C8C;
    position: relative;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;

}
.main-heading::after {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 2px;
    background-color: #1635B7; 
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}
.main-heading{
  color: #1C1B28;
  font-size: 36px;
  position: relative;
  padding-bottom: 12px;
}

/* about us */

.about-section-heading h3{
    font-size: 22px;
    color: #343434;
    margin-top: 8px;

}

/* Benefits of having */
.benefits-margin-top{
  margin-top: 38px;
}

/* everything you need section */
.everything-you-need-section{
  background-color: #F1F1F1;
}

.contact_btn{
    background-color: #1635B7;
    color: #FFF;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
font-family: Poppins;

}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wrapper footer {
    margin-top: auto;
}

/* Default (Desktop) */
.uxs-desktop-only {
  display: block;
}

.uxs-mobile-preview {
  display: block;
}

.app-feature svg{
  width: 85%;
}

/* our team section */
.team-member:hover .team-name{
  color: #1635B7;
}

.separator {
  position: relative;
}

.separator::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 2px;
    height: 70px;
    background-color: #1635B7;
}

.location_des a:hover {
    color: #007AFF;
    text-decoration: underline !important;
}

.location_des a{
  color: #007AFF;
}

.bg-light-gray {
    background-color: #09205E;
}

.copyrights, .copyrights a {
    color: #f6f6f6;

}

.contact-form-section{
    padding: 35px 60px;
}

.fs-38{
      font-size: 38px;
}

.get-in-touch-text{
      font-size: 38px;
    margin-bottom: 18%;
    color: #1D293D;
    font-weight: 500;
}

.location_des , .location_des p{
  color: #1D293D !important;
      font-weight: 600;
}

/* .nav-link.active {
    color: #6b5cff;
    font-weight: 600;
    position: relative;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #6b5cff;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-link.active {
    color: #6b5cff;
    font-weight: 600;
}

.mobile-menu a {
    display: flex;
    align-items: center;
    padding: 14px 0;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    color: #6b5cff;
    padding-left: 8px; 
}

.mobile-menu a.active {
    color: #6b5cff;
    font-weight: 600;
}

.mobile-menu a.active::after {
    content: "";
    width: 4px;
    height: 100%;
    background: #6b5cff;
    position: absolute;
    left: 0;
    top: 0;
} */
.contact_form{
    box-shadow: inset 0px 0px 55px 0px rgb(194 190 190 / 78%);
}

.contact-tablet-padding{
    padding: 80px 0px 0px 0px;
}

section {
    scroll-margin-top: 80px; /* adjust based on header height */
}


/* new header section classes */

/* HEADER */
.nv-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 4px 4px 0px #0000001A;

}

/* CONTAINER */
.nv-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 🔥 KEY */
    padding: 12px 4%;
}

/* LOGO */
.nv-logo {
    display: flex;
    align-items: center;
}

.nv-logo img {
    height: 40px;
    display: block;
}

/* DESKTOP MENU */
.nv-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nv-menu a {
  font-weight: 400;
    color: #1C1B28;
    text-decoration: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
}

/* BUTTON */
/* .get-started-btn {
    background: #1635B7;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
} */

/* TOGGLE BUTTON */
.nv-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ========================= */
/* 🔥 MOBILE + TABLET FIX */
/* ========================= */
@media (max-width: 992px) {

    /* Hide desktop menu */
    .nv-menu {
        display: none !important;
    }

    /* Show toggle */
    .nv-toggle {
        display: block !important;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

 
}

/* DRAWER */
.nv-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 2000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}

.nv-drawer.open {
    right: 0;
}

.nv-drawer-content {
        padding: 10px 30px 20px 20px;
}

.nv-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.nv-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 0px 10px;
}

.nv-drawer-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    /* border-bottom: 1px solid #eee; */
    border-bottom: transparent;
    padding: 0 0 10px 0;
    font-family: Montserrat;
    font-weight: 500;
}

/* Hover */
.nv-drawer-links a:hover {
    color: #6b5cff;
    padding-left: 6px;
}

/* BACKDROP */
.nv-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1500;
}

/* ACTIVE LINK */
.nav-link.active {
    color: #6b5cff;
    font-weight: 500;
}

.nav-link {
    position: relative;
    display: inline-block; /* important */
}

.nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #6b5cff;
}

#nvClose{
  border: none;
  background: transparent;
}

button:focus{
  color: #FFF !important
}

.click-here{
  color: #1635B7;
}

.click-here:hover{
  color: #1635B7 !important;
text-decoration: underline !important;
}

.get-started-btn:hover ,.contact_btn:hover , .hero-content button:hover{
    background-color: #1035A8;
}

.nav-link:hover{
    color: #6b5cff;
  }

  .copyrights {
    padding: 10px 0px;
    font-family: "Open Sans", sans-serif !important;
  }