body {
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  font-family:"PT Sans", sans-serif;

  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

a {
  text-decoration: none !important;
}
p,
h1,
h2,
ul,
li {
  margin: 0 !important;
  padding: 0 !important;
}
main{
  /* max-width: 1640px; */
  padding-left: 50px !important;
  padding-right: 50px !important;
  width: 100%;
}
body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a:active,
a:link,
a:visited {
  color: #000000 !important;
}

.Header {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.6s ease-out;
  width: 100%;
}
.Header.slide-down {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 200ms;
}

.fade-in {
  /* opacity: 0; */
  transform: translateY(10px);
  transition: all 0.2s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.navbar-collapse {
  flex-basis: 0px !important;
  flex-grow: 0.94 !important;
}

.mainNavbar {
  position: sticky;
  /* width: 100%; */
  width: 102%;
  background: white;
}
#navbarSupportedContent {
  justify-content: space-evenly !important;
  align-items: center;
}
.nav-items {
  width: 695px;
  justify-content: space-evenly;
}

.logo {
  background-image: url("../Images/services/NexoraXLogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 221px;
  height: 59px;
}

.nav-list-items {
  font-weight: 400 !important;
  font-size: 16px !important;
  display: flex;
  flex-direction: column;
}

#signin {
  width: 115px;
  height: 48px;
  border-radius: 9px;
  opacity: 1;
  box-shadow: 0px 0px 4px 0px #00000040;
  font-weight: 400;
  font-size: 16px;
  border: none;
}
#login {
  width: 136px;
  height: 48px;
  border-radius: 9px;
  opacity: 1;
  background: #00839f;
  font-weight: 700;
  font-size: 16px;
  border: none;
  color: #ffffff;
}

.loginBts {
  width: 25%;
  justify-content: flex-end;
  gap: 1rem;
}

.nav-link.nav-list-items.active::after {
  content: "";
  position: relative;
  width: 142%;
  height: 4px;
  background-color: #00839f;
  bottom: -5px;
  left: -8px;
  display: inline-block;
}
.upper-footer div:nth-of-type(1) p {
  font-weight: 400;
  font-size: 22px;
  width: 241px;
}

.upper-footer ul li:nth-of-type(1) {
  font-weight: 600;
  font-size: 19px;
}

.upper-footer ul li {
  font-weight: 400;
  font-size: 16px;
}

.compyListFooter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 230px;
}



/* footer botttom copyright */
    .copyright-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
    height: 55px; /* Optional */

  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  width: 100%;

        }

        .flag-icon {
            width: 25px;
            height: auto;
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
            /* animation: wave 3s ease-in-out infinite; */
        }



        @media (max-width: 576px) {
    .copyright-content {
        gap: 5px;
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    .flag-icon {
        width: 25px;
    }
}

.upper-footer-container {
  padding: 40px 0px;
}

.mob-upper-footer-container {
  padding: 24px;
}
.mob-column {
  width: 100%;
}
.custom-footer-accordion {
  width: 100%;
  border: none !important;
}
.accordion-item {
  border: none !important;
}
.custom-footer-accordion .accordion-button {
  background: white;
  font-weight: 600;
  font-size: 19px;
  box-shadow: none;
  /* border-bottom: 1px solid #ddd; */
}

.accordion-body {
  padding: 0rem 1.25rem !important;
}

#collapseCompany .accordion-body .list-unstyled li,
#collapseVerification .accordion-body .list-unstyled li,
#collapseContact .accordion-body .list-unstyled li,
#collapsePolicies .accordion-body .list-unstyled li {
  padding: 10px !important;
}
.accordion-button:not(.collapsed) {
  color: #000000 !important;
}

.custom-footer-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.custom-footer-accordion .accordion-body {
  padding-left: 1rem;
}
.custom-footer-accordion a {
  color: #000;
  text-decoration: none;
}
.custom-footer-accordion a:hover {
  text-decoration: underline;
}

.mob-copyright {
  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  padding: 9px 35px;
  width: 100%;
}
footer {
  background-color: white;
  width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 320px) and (max-height: 1000px) and (min-height: 300px) {
  .Header {
    width: 100%;
  }
  .logo {
    background-image: url("../Images/services/NexoraXLogo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 50px;
  }
  .nav-items {
    align-items: center;
    width: 100%;
  }

  .loginBts {
    width: auto;
    justify-content: center;
  }
  .mobile-footer {
    display: block !important;
    width: 100%;
  }
  .mainFooter {
    display: none !important;
  }
  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
    align-items: center;
  }
  .mainNavbar {
    width: 100%;
  }
}



.footerActive::after {
  content: "";
  position: absolute;
  width: 83%;
  height: 4px;
  background-color: #cea228;
  bottom: -5px;
  left: -8px;
  display: inline-block;
}

.font-size-22{
  font-size: 20px !important;
}
.text-gradient {
  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for other browsers */
  color: transparent;     /* fallback */
  font-weight: bold;
  font-size: 27px !important;      /* optional: for better look */
}

.gradient-star {
  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 20px; /* size optional */
  gap: 2px
}



.gradient-border-box {
  position: relative;
  background-color: aliceblue;
  border-top-left-radius: 70px;
  border-top-right-radius: 77px;
  overflow: hidden; /* Ensures the pseudo-element respects the border-radius */
}

.gradient-border-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  border-top-left-radius: 70px;
  border-top-right-radius: 77px;
  z-index: 1;
}


.refund-title {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #008145 0%, #007da4 59.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.background-color-class{
  background-color: #e4f0f2 !important; 
  padding: 50px; 
  border-radius: 20px;
}






/*  for navabar  */
/* Navbar Responsive CSS - Add to comman.css */

/* Navbar base styles */
.mainNavbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

/* Navbar Toggle Icon Styling - Animated Hamburger to Cross */
.navbar-toggler {
  border: 2px solid #00839f;
  padding: 10px;
  border-radius: 6px;
  width: 46px;
  height: 46px;
  position: relative;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 131, 159, 0.25);
  outline: none;
}

.navbar-toggler:hover {
  background-color: rgba(0, 131, 159, 0.05);
}

/* Hide default Bootstrap icon */
.navbar-toggler-icon {
  display: none;
}

/* Custom Hamburger Icon */
.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler .toggler-line {
  content: '';
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #00839f;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.navbar-toggler::before {
  top: 12px;
}

.navbar-toggler::after {
  bottom: 12px;
}

/* Middle line - created via pseudo element trick */
.navbar-toggler {
  background-image: linear-gradient(#00839f, #00839f);
  background-size: 24px 3px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}

/* Transform to X when NOT collapsed (menu is open) */
.navbar-toggler:not(.collapsed)::before {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.navbar-toggler:not(.collapsed)::after {
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}

.navbar-toggler:not(.collapsed) {
  background-image: none;
}

/* Desktop view - navbar always visible */
@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  
  .navbar-toggler {
    display: none;
  }
}

/* Mobile and Tablet view - navbar collapsible */
@media screen and (max-width: 991px) {
  main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mainNavbar {
    padding: 12px 15px;
    width: 100%;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .logo {
    width: 180px;
    height: 48px;
  }

  /* CRITICAL: Hide navbar by default on mobile */
  .navbar-collapse {
    display: none;
    margin-top: 15px;
    background: white;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
  }

  /* Only show when .show class is added by Bootstrap */
  .navbar-collapse.show {
    display: block !important;
  }

  /* Collapsing animation */
  .navbar-collapse.collapsing {
    display: block;
    transition: height 0.35s ease;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
  }

  .nav-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-item:last-of-type {
    border-bottom: none;
  }

  .nav-link.nav-list-items {
    width: 100%;
    padding: 12px 20px !important;
    font-size: 16px !important;
    display: block;
  }

  /* Active state for mobile */
  .nav-link.nav-list-items.active {
    background-color: #f8f9fa;
  }

  .nav-link.nav-list-items.active::after {
    width: 4px;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
  }

  /* Login buttons in mobile */
  .loginBts {
    width: 100%;
    flex-direction: column;
    padding: 15px 20px;
    gap: 12px !important;
  }

  #signin,
  #login {
    width: 100%;
    margin: 0;
    height: 48px;
  }
}

/* Tablet specific */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 200px;
    height: 54px;
  }

  .navbar-collapse {
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
  }
}

/* Extra small devices */
@media screen and (max-width: 576px) {
  .mainNavbar {
    padding: 10px 12px;
  }

  .logo {
    width: 160px;
    height: 43px;
  }

  .nav-link.nav-list-items {
    font-size: 15px !important;
    padding: 10px 15px !important;
  }

  #signin,
  #login {
    height: 44px;
    font-size: 15px;
  }

  .navbar-collapse {
    margin-top: 12px;
  }
}