.tab-dropdown {
  display: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  outline: n;
  appearance: ; 
  cursor: pointer;
}
.tab-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1150px;
}
.tab-section-outer {
  background-color: #eef7fc;
  padding-top: 30px;
  padding-bottom: 40px;
}

.container h2 {
  text-align: center;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-bottom: 18px;
}

.container p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 22px;
  padding-bottom: 25px;
}

.tab-header {
  /*     display: flex; */

  background: #fff;
  border-radius: 51px;
  justify-content: space-between;
  margin: 0 auto;
   max-width: 1090px;
}
.tab-header .tab-link {
  border: none;
  border-radius: 50px;
  padding: 10px 35px;
  font-family: Poppins;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 16px;
}

.tab-header .tab-link.active {
  background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%);
  color: #fff;
}

.tab-content {
  display: none;
  padding: 60px;
}

.tab-content.active {
  display: block;
}

.learn-more-btn-outer h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 19px;
}

.learn-more-btn-outer p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 31px;
  padding: 15px 0px 5px;
}
.cta-buttons.\32 {
  padding-bottom: 32px;
  padding-top: 9px;
}

/* Button Styles */


.cta-outer .learn-more-btn.\31 > a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
    line-height: 40px !important;

}
.cta-outer .learn-more-btn.\32 > a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 20px!important;
  padding-top:20px !imprtant;
  padding-bottom:20px !important;

}


.cta-outer .learn-more-btn.\33 > a{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 31px;
  color:#104776;

}

.cta-buttons a {
  text-decoration: none;
  position: relative;
  line-height: 30px;
}

/* Container for the button and gradient border */
.cta-buttons.\33 {
  position: relative;
  display: inline-block;
  width: fit-content;
}

/* Container for the button and gradient border */
.cta-buttons.\33 {
  position: relative;
  display: inline-block;
  width: fit-content;
}

/* Outer gradient border */
.cta-buttons.\33:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -4px;
  left: -4px;
  right: 1px;
  bottom: -3px;
  padding: 4px;
  border-radius: 30px;
  background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%);
  height: 100%;
  width: 100%;
}

/* Button block (hover effect should be on this) */
.learn-more-btn.\33 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .73px;
  text-align: center;
  border-radius: 45px;
  text-decoration: none;
  position: relative;
  color: #004676;
  text-transform: uppercase;
  padding: 3px 18px;
  display: inline-block;
  background-color: #fff;
  z-index: 1; /* Makes sure this is above the gradient border */
  box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.21);
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for the .learn-more-btn */
.learn-more-btn.\33:hover {
  color: white; /* Text color changes to white */
  background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%); /* Button background color changes to blue */
}

/* Style for the <a> tag inside the button */
.learn-more-btn.\33 a {
  text-decoration: none; /* Remove underline from the link */
  color: inherit; /* Inherit color from the parent .learn-more-btn */
}

/* Optional: Hover effect for the <a> tag */
.learn-more-btn.\33:hover a {
  color: white; /* Change link color to white when the button is hovered */
}

.image-content {
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.image-content img {
  max-width: 100%;
  height: auto;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.learn-more-btn-outer.right {
  order: 1;
}

.tab-inner-content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.learn-more-btn-outer {
  flex: 0 48%;
  text-align: left;
}

.image-content-outer {
  flex: 0 48%;
}

.image-content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


.tab-inner-content.right .learn-more-btn-outer  {
  order:1;
}
.tab-inner-content.right .image-content-outer {
  order:2;
}

.tab-inner-content.left .learn-more-btn-outer  {
  order:2;
}
.tab-inner-content.left .image-content-outer {
  order:1;
}
/* Mobile and Tablet Responsiveness */


@media (max-width: 1024px) {
  .tab-links {
    display: none;

  }
   .learn-more-btn-outer p{
 line-height: 25px;
  padding:0px;
  }
  .tab-header{

    background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%);


  }

  .tab-dropdown {
    display: block;
    border-width: 0;
    background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%);
    border-radius: 14px;
  }

  /*   .tab-inner-content{
  display:block;
} */
  .tab-content {  
    padding: 0px; 
  }
  .learn-more-btn-outer {
    flex: 0 100%;
    text-align: left;
    padding: 0 20px;
  }
  .image-content-outer {
    flex: 0 100%;
    display: flex;

  }
  .image-content {
    display: block;

  }
  .cta-buttons.\32 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .tab-dropdown option {
    background-color:  background: linear-gradient(to left, #68ca48 0%, #0082bf 46.77%, #004676 100%)!important; /* Light grey background */
    color: #000000; /* Black text color */
  }
  .container h2 {
    color: #063563;
    font-size: 30px;
    text-align: left;
  }
  .container p {
    color: #3A3E41;
    font-size: 18.5px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .learn-more-btn-outer h2 {
    font-size: 34px !important;
  }

  .learn-more-btn-outer {
    padding: 0 10px; 
  }

  .image-content-outer {
    flex-direction: column; 
    justify-content: center;
  }
  .image-content {
    display: block;

  }
  .cta-buttons.\32 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .tab-inner-content {
    display: unset;
    gap: 20px;
    justify-content: space-between;
  }
    .learn-more-btn-outer p{
 line-height: 25px;
  padding:0px;
  }
  .cta-buttons.\32 {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}
  
}
@media (max-width: 480px) {
  .container h2 {
    font-size: 38px;
    line-height: 42px;
    padding: 0px;
  }
  .learn-more-btn-outer p{
  
  padding:0px;
  }
  .cta-buttons.\32 {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}
   .learn-more-btn-outer p{
 line-height: 25px;
  padding:0px;
  }
  .cta-buttons a {
 ;
    line-height: 29px !important;
}
  
  

}
