* {
    
    text-decoration: none;
}
body {
  font-family: 'Manrope', sans-serif;
}
.integration-coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.integration-coming-soon span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.live-pill {
  color: #14532d;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.live-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.16);
}

.soon-pill {
  color: #5b21b6;
  background: #f3e8ff;
  border: 1px solid #d8b4fe;
}

.soon-pill::before {
  content: "+";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #B859FF;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}
.payroll-integration-section {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.integration-subtext {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
}

.integration-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.integration-logo-card,
.integration-animation-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 28px;
}

.integration-logo-card img {
  max-width: 220px;
  height: auto;
}

.integration-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.arrow-line {
  width: 70px;
  height: 4px;
  background: #B859FF;
  border-radius: 999px;
}

.arrow-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #B859FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(184,89,255,0.35);
}

.arrow-icon i {
  animation: spinSlow 4s linear infinite;
}

.portal-mockup {
  position: relative;
  width: 320px;
  height: 240px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9f6ff 0%, #ffffff 100%);
  border: 2px solid #eee;
  overflow: hidden;
}

.portal-header {
  background: #B859FF;
  color: #fff;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
  font-size: 16px;
}

.portal-screen {
  padding: 20px 16px;
}

.screen-row {
  height: 14px;
  background: #e9d9ff;
  border-radius: 999px;
  margin-bottom: 14px;
}

.screen-row.short {
  width: 65%;
}

.activity-chip {
  position: absolute;
  background: #fff;
  color: #6d3bbd;
  border: 1px solid rgba(184,89,255,0.25);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
}

.chip-1 { top: 58px; left: 18px; animation: floatIn 8s infinite; }
.chip-2 { top: 95px; right: 16px; animation: floatIn 8s 1.2s infinite; }
.chip-3 { top: 132px; left: 22px; animation: floatIn 8s 2.4s infinite; }
.chip-4 { top: 170px; right: 18px; animation: floatIn 8s 3.6s infinite; }
.chip-5 { top: 110px; left: 70px; animation: floatIn 8s 4.8s infinite; }

.integration-feature-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 35px;
}

.integration-feature-chips span {
  background: rgba(184,89,255,0.12);
  color: #6d3bbd;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  10% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  35% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  45% {
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
  }
  100% {
    opacity: 0;
  }
}
.payroll-provider-rotator {
  position: relative;
  width: 280px;
  height: 180px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payroll-provider-slide {
  position: absolute;
  inset: 28px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(184,89,255,0.16);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  transition: opacity 900ms ease, transform 900ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 1;
}

.payroll-provider-slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 4;
}

.payroll-provider-slide.next {
  opacity: 0.45;
  transform: translateY(18px) scale(0.92) rotate(2deg);
  z-index: 3;
}

.payroll-provider-slide.third {
  opacity: 0.22;
  transform: translateY(34px) scale(0.86) rotate(-3deg);
  z-index: 2;
}

.payroll-provider-slide img {
  max-width: 175px;
  max-height: 64px;
  object-fit: contain;
}

.payroll-provider-slide span {
  font-size: 14px;
  font-weight: 700;
  color: #181818;
  font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
  .payroll-provider-rotator {
    width: 260px;
    height: 170px;
  }

  .payroll-provider-slide img {
    max-width: 150px;
    max-height: 56px;
  }
}
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}.benefit-category-section {
  text-align: center;
  padding: 35px 0;
  overflow: hidden;
}
.benefit-category-section {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}

.benefit-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 25px 25px;
  width: 100%;
  white-space: nowrap;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.benefit-scroll-row::-webkit-scrollbar {
  display: none;
}

.benefit-category-card {
  flex: 0 0 230px;
  min-width: 230px;
  text-align: center;
  color: #fff;
  padding: 25px 18px;
  border-radius: 18px;
  background: #B859FF;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.benefit-category-card i {
  font-size: 70px;
  margin-bottom: 18px;
  color: #fff;
}

.benefit-category-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.hero-action {
  color: #fff;
  font-size: 1.3em;
  font-weight: 800;
  text-shadow: 0 3px 8px rgba(0,0,0,0.35);
}
.hero-subtext {
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.55;
  color: #222;
  max-width: 620px;
  margin: 18px auto 28px auto;
}
.benefit-check-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top:40px;
}

.benefit-check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.5;
    font-size: 20px;
    gap: 14px;
    color: rgba(255, 255, 255, 0.69);
}

.benefit-check-list i {
  flex-shrink: 0;
color: #fff;
margin-left:5%;
}
.img-carousel {
  position: relative;
  width: 100%;
  max-width: 850px;
  height: 525px;
  margin: 0 auto;
  overflow: hidden;
}

.img-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateX(100%);
  animation: imgCarouselSlide 12s infinite ease-in-out;
}

.img-carousel img:nth-child(1) {
  animation-delay: 0s;
}

.img-carousel img:nth-child(2) {
  animation-delay: 4s;
}

.img-carousel img:nth-child(3) {
  animation-delay: 8s;
}
.PayrollIntegrationLogo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@keyframes imgCarouselSlide {
  0% {
    transform: translateX(100%);
  }

  8% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(0);
  }

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

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

/* Large screens */
@media screen and (min-width: 1601px) {
  .img-carousel {
    height: 650px;
    max-width: 1000px;
  }
}

/* Laptop / desktop */
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .img-carousel {
    height: 500px;
    max-width: 850px;
  }
}

/* Tablet */
@media screen and (min-width: 675px) and (max-width: 1200px) {
  .img-carousel {
    height: 425px;
    max-width: 700px;
  }
}

/* Mobile */
@media screen and (max-width: 674px) {
  .img-carousel {
    height: 325px;
    max-width: 100%;
  }

  .img-carousel img {
    object-fit: contain;
  }
   .banner-content {
    max-width: 100%;
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .integration-diagram {
    flex-direction: column;
    gap: 22px;
    margin-top: 25px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .integration-logo-card {
    width: 92%;
    max-width: 360px;
    min-height: 145px;
    padding: 26px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .integration-logo-card img,
  .integration-logo-img,
  .PayrollIntegrationLogo {
    width: 260px;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .integration-arrows {
    transform: rotate(90deg);
    margin: 8px 0;
  }

  .integration-animation-card {
    width: 92%;
    max-width: 380px;
    padding: 18px;
  }

  .portal-mockup {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}



.start-banner, .QuotePortal-Banner {
  margin: 0 !important;
  padding: 0 !important;
}

.banner-content h1,
.QuotePortal-Banner h3 {
  margin: 0 !important; /* Remove default margins */
}


/*Index Page */
html{ 
    overflow-x: hidden;
    margin:0;
    padding:0;
    width:100%;
}
body{
    overflow:none;
    margin:0;
    padding:0;
    width:100%;
}

.header-banner{ 
    background-size: cover;
    background-position: center;
    background-image: url('../img/newbackground.svg');

}
.mobileBanner{ 
    background-size: cover;
    background-position: center;
    background-image: url('../img/mobilebackground.svg');
    min-height: 100vh;
}
.QuotePortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.EnrollPortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.AdministerPortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.Header-Portal-Img{ 
    margin-top:150px;
}

  .MissionStatement{
   font-size:15px;
  }
  
  .carrierbanner{
      position: relative;
      height: 250px;
      width: 100%;
      margin-bottom: 30px;
      background:none;
      overflow:hidden;
    }

.carrierbanner img{
      top: 0px;
      height:125px;
      width: 270px;
      position: absolute;
      margin-top:50px;
      background:none;
}
.index-banner {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align to the left */
}

.start-banner{ 
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
}
.Portal-header{ 
text-align: center; 
margin-top:25px;
padding-left:5%;
padding-right:5%;
}
.Portal-text{ 
text-align: center; 
margin-top:25px;
padding-left:5%;
padding-right:5%;
color: rgba(255, 255, 255, 0.69);

}

.index-banner h2 {
    font-size: 55px;
    font-weight: 100;
    line-height: 65px;
    color: #4F7942;
    text-align: left; /* Align text to the left */
}

.banner-content {
  width: 100%;
  max-width: none;
  margin: 125px auto 0 auto;
  padding-left: clamp(15px, 3vw, 70px);
  padding-right: clamp(15px, 3vw, 70px);
  text-align: center;
}

.start-banner .row {
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}
.svg-img {
    object-fit: contain; 
    width: 100%; 
}

#altimgphone{
  display:none;
}
.index-banner h1 {
    font-size: 35px;
    font-weight: 100;
    line-height: 38px;
    color: black;
    text-align: center;
}

.quote-button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #8424E3;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    opacity: 0;
    animation: fadeIn 0.5s linear 0.5s forwards;
    margin-top: 15px; /* Add margin to separate the button from the text */
}

.quote-button:hover {
    background-color: #DFC5FE;
}

.quote-button:active {
    background-color: #DFC5FE;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.fas {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: black;
  border-radius: 15px;
  
}


.fas:hover {color:#add8e6;}

.fas:active {
  color: #add8e6;
  
  transform: translateY(4px);
}
.h2{
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
 padding-right:0px;

}
.education_icon {
    color: green;
    display: inline-block;
    text-align: center;
}

.education_icon1{
    color:black;
    display: inline-block;
    text-align:center;
}
.education_text {
    text-align: center;

    font-size:20px;
    font-weight:200;

    
}
.my-group{
  text-align:center;
  xxborder:1px solid red;
  padding:5px 10px;
  display:inline-block;
  
  
}
.my-group1{
  xxborder:1px solid red;
  padding:5px 10px;
  display:inline-block;
  padding-left:2%;
  padding-right:2%;
 
}
.education_sub_text{
 max-width:410px;
 font-size:14px;
 font-weight:300;

}
.h3{
  font-weight:200;
}
.top_categories {overflow:hidden;}

.whitetext{ 
    color:white;
  }


.heading{
 font-weight: 500; 
 text-align:center;
 margin-right:0;
 padding-right:0;
}



@keyframes fadeIn{
  from { opacity:0; }
  to { opacity:1; }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .index-banner h1 {
    font-size:25px;
}

.quote-button {
  margin-bottom:25px;
 font-size:15px;
}
}
@media screen and (min-width: 1951px){
  .Portal-startHeader{
    text-align:center; 
    font-size:50px; 
    font-weight:500; 
    margin-top:25px; 
    color:Black; 
    padding-top:1em; 

  }
  .LargeScreenHeader{ 
    font-size:32px;
  }
  .LargeScreenContentAngledText{ 
    font-size:23px;
  }

.svg-img {
  height: 700px; 
  object-fit: contain; 
  width: 100%; 
}
.svg-mobile-img {
  height: 700px; 
  object-fit: contain; 
  width: 100%; 
}
.Portal-header{ 
  font-size:36px; 

}
.Portal-text{ 
  font-size:24px; 

}
}

@media screen and (min-width: 1601px) and (max-width: 1950px){
  .Portal-startHeader{
    text-align:center; 
    font-size:45px; 
    font-weight:500; 
    margin-top:25px; 
    color:Black; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:36px; 

  }
  .Portal-text{ 
    font-size:22px; 

  }
  .LargeScreenHeader{ 
    font-size:32px;
  }
  .LargeScreenContentAngledText{ 
    font-size:23px;
  }

.svg-img {
  height: 550px; 
  object-fit: contain; 
  width: 100%; 
}
.svg-mobile-img {
  height: 550px; 
  object-fit: contain; 
  width: 100%; 
}
.PayrollHeader{ 
    font-size:40px;
}

}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .Portal-startHeader{
    text-align:center; 
    font-size:40px; 
    font-weight:500; 
    margin-top:55px; 
    color:Black; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:36px; 

  }
  .Portal-text{ 
    font-size:20px; 

  }
  .svg-img {
    height: 450px; 
    object-fit: contain; 
    width: 100%; 
}
.svg-mobile-img {
  height: 450px; 
  object-fit: contain; 
  width: 100%; 
}

.LargeScreenHeader{ 
    font-size:30px;
  }
  .PayrollHeader{ 
    font-size:36px;
}
  .LargeScreenContentAngledText{ 
    font-size:20px;
  }
}
@media screen and (min-width: 1201px){
  
.QuotePortal-Banner{ 
  margin:0;
background: linear-gradient(to right, white 50%, #7B4FC4 50%);
    min-height: 75vh;
}
.EnrollPortal-Banner{ 
  margin:0;
background: linear-gradient(to left, white 50%, #7B4FC4 50%);
    min-height: 75vh;
}
.AdministerPortal-Banner{ 
  margin:0;
background: linear-gradient(to right, white 50%, #7B4FC4 50%);
    min-height: 75vh;
}
.Portal-header{
  color:white;
}

  .start-banner{ 
    background-size: cover;
    background-position: center;
    background-color:#9B6AD7;
  }
  

  .videoad{ 
    height:800px;
  }
  #LargeScreenContentAngled{ 
    display:inline-block;
    margin-right:50px;
  }
  #SmallScreenContentAngled{ 
    display:none;
  }
  .ContentAngled {
      background-size: cover;
      background-position: center;
      margin-top: 0px;
      margin-bottom: 5em;
      padding-bottom: 5em;
      overflow-x: hidden;
      width: 100%;
      min-height: 100vh;
       background-image: url('../img/backgroundsitedd.svg');
  }
    .index-banner {
    background-image: url('../img/backgroundsite.svg');
    }
 .wrapper1{
  display:none;
  }
.wrapper2{
  display:none;
  }
 .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-left:15%;
  margin-right:15%;
  margin-top:35px;
 }
 .shopper{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:inline-block;
  margin-right:50px;

 }
 .shopperimg{
  display:inline-block;
  margin-right:15px;
  margin-left:100px;
  margin-top:50px;
 }
 .mobile-IMG{
  display:none;
 }
  
}

@media screen and (min-width: 675px) and (max-width:1200px){
  .Portal-header{
    color:#fff;
  }
  .svg-mobile-img {
    height: 525px; 
    object-fit: contain; 
    width: 100%; 
  }
  .Portal-startHeader{
    text-align:center; 
    font-size:35px; 
    font-weight:500; 
    margin-top:55px; 
    color:white; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:30px; 

  }
  .Portal-text{ 
    font-size:18px; 

  }
  .svg-img {
    height: 325px; 
    object-fit: contain; 
    width: 100%; 

}
  .start-banner{ 
    background-size: cover;
    background-position: center;
    background-color:#9B6AD7;
    min-height: 75vh;
  }

  .LargeScreenHeader{ 
    font-size:25px;
  }
  .PayrollHeader{ 
    font-size:32px;
}
  .LargeScreenContentAngledText{ 
    font-size:18px;
  }
  .videoad{ 
    height:450px;
  }
  #LargeScreenContentAngled{ 
    display:inline-block;
    margin-right:50px;
  }
  #SmallScreenContentAngled{ 
    display:none;
  }

    .ContentAngled {
      background-size: cover;
      background-position: center;
      margin-top: 0px;
      margin-bottom: 5em;
      padding-bottom: 5em;
      overflow-x: hidden;
      width: 100%;
      min-height: 100vh;
  background-image: url('../img/backgroundsitedd.svg');
    }
    .index-banner {
    background-image: url('../img/backgroundsite.svg');
    }
 .QuotePortal-Banner{ 
  margin:0;
background:  #7B4FC4;
    min-height: 75vh;
}
.EnrollPortal-Banner{ 
  margin:0;
background:  #7B4FC4;
    min-height: 75vh;
}
.AdministerPortal-Banner{ 
  margin:0;
background:  #7B4FC4;
    min-height: 75vh;
}
 .wrapper{
  display:none;
  }
  .wrapper2{
  display:none;
  }
  .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-left:10%;
  margin-right:10%;
  margin-top:35px;
 }
 .shopper{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:inline-block;
  margin-right:50px;
  margin-left:15px;
 }
 .shopperimg{
  display:inline-block;
  margin-right:15px;
  margin-left:75px;
  margin-top:50px;
 }
 .mobile-IMG{
  display:none;
 }
 .quote-button {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 15px; /* Add margin to separate the button from the text */
 }
  
}
@media screen and (max-width:674px){
    .Portal-text{ 
color: black;
}
    .benefit-check-list i {
  color:green !important;
}
.benefit-check-list li {
    color: black;
}
  .whitetext{ 
    color:blue;
  }
  .Portal-header{
    color:black;
  }
  .Portal-startHeader{
    text-align:center; 
    font-size:32px; 
    font-weight:500; 
    margin-top:55px; 
    color:white; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:28px; 
  }
  .Portal-text{ 
    font-size:18px; 
  }
  .svg-img {
    height: 300px; 
    object-fit: contain; 
    width: 100%; 
}
.svg-mobile-img {
  height: 350px; 
  object-fit: contain; 
  width: 100%; 
}
  .start-banner{ 
    background-size: cover;
    background-position: center;
    background-color:#9B6AD7;
    min-height: 75vh;

}

  .videoad{ 
    height:300px;
  }

  .education_text{
    display:inline-block;
  }
  #LargeScreenContentAngled{ 
    display:none;
  }
  #SmallScreenContentAngled{ 
    display:inline-block;
    text-align: center;
  }
  .index-banner {

    background: linear-gradient(to bottom, #C4A4EE, #9B6AD7);
  }
  .mobile-IMG{
    display:block;
    margin-left:auto;
    margin-right:auto;
    height:auto;
  }
  #altimgphone{
  display:inline-block;
 
}


 body{
  overflow-x:hidden;
 }
 .wrapper1{
  display:none;
  }
  .wrapper{
  display:none;
  }
 .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-top:35px;
  margin-left:10%;
  margin-right:10%;
 }
 .shopper{
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:block;
  margin-left:15px;
  margin-right:15px;
 }
 .shopperimg{
  display:block;
  padding-bottom:35px;
  text-align:center;
 }
}
@media screen and (min-width: 0px) and (max-width:399px){

 body{
  overflow-x:hidden;
 }
 .wrapper1{
  display:none;
  }
  .wrapper{
  display:none;
  }
 .wrapper2{
  display:none;
 }
 .MissionStatement{
  margin-left:10%;
  margin-right:10%;
 }
 .shopper{
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:block;
  margin-left:15px;
  margin-right:15px;
 }
 .shopperimg{
  display:block;
  padding-bottom:35px;
  text-align:center;
 }
  
}


    
.index-links div {
    margin: 16px 16px 0;
    width: calc(100% - 20px);
    height: 100px;
    background-color: #f2f2f2;
    
    
}

.index-links div h3{
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100px;
    color: #111;
    text-align:center;
}
    
.carrierbanner{
      background:none;
    }

.carrierbanner img{
      background:none;
}

/** FAQ **/
.banners{
    width:100%;
    background:#fff;
    height: calc(100vh - 100px);
    background-size: cover;
}

@media only screen and (min-width: 900px) {
    .wrapper{
        width:900px;
        margin:0 auto;
        
    }

    .index-links{
        padding-bottom: 20px;
        overflow: hidden;
    }
    
    .index-links div{
        margin: 20px 10px 0;
        height: 230px;
        background-color: #f2f2f2;
        float:left;

    
    }
    .index-boxlink-square {
        width: calc(25% - 20px) !important;
    }
    .index-boxlink-rectangle {
        width: calc(50% - 20px) !important;
    }
    .index-links div h3{
   
        line-height: 170px;
    }
    
}

/*Footer*/

footer{
    width: calc(100% - 80px);
    padding: 40px 40px;
    background-color: #111;
    overflow: hidden;
    
}

footer ul {
    width:fit-content;
    float: left;
    padding-left: 20px;
    
    
}
footer ul li{
    display: block;
    list-style: none;
    
    
}
footer ul li a{
    font-size: 13px;
    color:#fff;
    line-height: 40px;
}
.footer-links-blog {
    display: none;
}

.footer-sm {
    width: 50px;
    float:right;
    
    
}

.footer-sm img{
    width:100%;
    margin-bottom: 10px;
    
}
@media only screen and (min-width: 900px) {
    .footer-links-blog {
        display: inline-block;
        color:#fff;
    }
    footer ul {
        padding-right: 30px;
    }   
    footer ul li p{
        font-size: 13px;
        color:#fff;
        line-height: 40px;
        text-transform: uppercase;
    }
}
    
    
    
            
 /*Header Info */ 


   .header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     background-color: transparent;
     height: 100px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 20px;
     transition: transform 0.3s; 
   }
   
   .header-logo {
     display: flex;
     align-items: center;
     padding: 10px 20px; /* Add padding to the top and left */
   }
   
   .header-logo img {
     height: 60px;
     width: auto;
     margin-right: 10px; /* Adjust margin as needed */
   }
   
   .header-brand {
     font-size: 35px;
     color: #111;
     text-align: left;
   }
   
   .header-brand h2 {
     text-decoration: none;
     margin: 0;
   }
   
   #headermenu{
     cursor: pointer;
     color: #111;
     font-size: 2rem;
     padding: 10px 20px; /* Add padding to the right and top */
   }
   
   /* Existing styles */
   .header-nav {
     display: none;
     list-style: none;
     margin: 0;
     padding: 0;
     position: absolute;
     top: 80px; /* Adjust the top position */
     background: white;
     padding: 0; /* Reduce the top and bottom padding */
     z-index: 1000;
     border: 1px solid #ccc; /* Add a border to the menu */
     border-top: none; /* Remove top border to avoid double borders */
     border-radius: 0 0 10px 10px; /* Add rounded corners to the bottom */
     overflow: hidden; /* Hide overflow content */
     width: 25%; /* Set the default width to 50% */
     right: 0;
   }
   
   /* Add a media query for iPhone-sized screens */
   @media screen and (max-width: 450px) { /* 375px is the width of an iPhone in portrait mode */
     .header-nav {
       width: 100%; /* Set width to 100% for iPhone-sized screens */
     }
   }
   .header-nav ul {
    list-style: none;
    padding: 10px 0; /* Add padding for top and bottom */
    margin: 0;
}
   /* Existing styles */
   .header-nav li {
     padding: 0;
   }
   
   .header-nav a {
    display: block;
    padding: 10px 20px; /* Increase padding for better spacing */
    font-size: 15px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
}
.header-nav ul li:first-child a {
  border-top: none;
}
   
.header-nav a:hover {
  background-color: #f2f2f2;
}
   #login a:hover{ 
       background-color:#AF82FF;
   }
   .header-nav a::after {
       content: '→';
     margin-left: 5px;
   }
   
   .show-header {
     transform: translateY(-100%); /* Hide the header by moving it up */
   }
   
   @media screen and (max-width: 900px) {
     .headermenu{
       display: block;
     }
   }

   
   @media only screen and (max-width: 2000px) and (min-width: 900px){
    .header-nav {
      width: 25%;
  }
   
   
   .logoimg{
     height:90px;
     width:auto;
     float:left;
     padding-left:35px;
   }
   .header-login{
       display:none;
      
     }
     .dropdown{
      display:block;
      position:relative;
      margin-right:35px;
      margin-top:10px;
     }
     .mainmenu{
      position:relative;
      margin:0;
     }

     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      
     }
     .name{
      font-size:30px;
      margin:0;
      padding:0;
      font-weight:300;
    
     
     }
     .flex{
      position:relative;
     }
   }
   @media only screen and (max-width: 900px) and (min-width: 651px){
     .logoimg{
       height:90px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:35px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
     .header-login{
       display:none;
      
     }
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:25px;
      margin-top:10px;
     }
     .mainmenu{
      position:relative;
      margin:0;
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      
     }
     .name{
      font-size:30px;
      margin:0;
      margin-top:5px;
      padding:0;
      font-weight:300;
     }
     .flex{
      position:relative;
     }
   
   }
    @media only screen and (max-width: 650px) and (min-width: 400px){
     
      .logoimg{
       height:60px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:10px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
     .header-login{
       display:none;
      
     }
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:10px;
      margin-top:10px;
     }
     .mainmenu{
     
      position:relative;
      margin:0;
    
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      position:relative;
      
     }
     .name{
      font-size:30px;
      margin:0;
      padding:0;
      margin-top:5px;
      font-weight:200;
     }
     .flex{
      position:relative;
     }
   }
    @media only screen and (max-width: 399px) and (min-width: 100px){
     
      .logoimg{
       height:60px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:5px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
  
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:5px;
      margin-top:10px;
     }
     .mainmenu{
     
      position:relative;
      margin:0;
    
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      position:relative;
      
     }
     .name{
      font-size:25px;
      margin:0;
      padding:0;
      margin-top:8px;
      font-weight:200;
     }
     .flex{
      position:relative;
     }
   }


/*Footer Info */
footer{
    width: 100%;
    padding: 40px 40px;
    background-color: #111;
    margin-top: 20px;
    overflow: hidden;
    
}

footer ul {
    width:fit-content;
    float: left;
    padding-left: 20px;
    
    
}
footer ul li{
    display: block;
    list-style: none;
    
    
}
footer ul li a{
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    text-decoration:none;
}
.footer-links-blog {
    display: none;
}

.footer-sm {
    width: 50px;
    float:right;
    line-height: 25px;
    
}

.footer-sm img{
    width:100%;
    margin-bottom: 10px;
    
}
@media only screen and (min-width: 900px) {
    .footer-links-blog {
        display: inline-block;
        color:#fff;
        
    }
    footer ul {
        padding-right: 30px;
    }   
    footer ul li p{
        font-size: 14px;
        color:#fff;
        line-height: 45px;
        text-transform: uppercase;
    }
}
.btn-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* You can adjust the shadow's offset, blur, and color */
    transition: box-shadow 0.3s ease-in-out; /* Optional: smooth transition for shadow effect */
  }

  .btn-shadow:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* More pronounced shadow on hover */
  }

           

    