@font-face {
  font-family: 'Agenda';
  src: url('/wp-content/uploads/landingpagedemo/fonts/agenda-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('/wp-content/uploads/landingpagedemo/fonts/FuturaPT-Book.woff2') format('woff2');
  font-style: normal;
  font-style: normal;
}

.logo {
    width: 120px; /* Adjust size as needed */
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Agenda', sans-serif;
}

.text-blue {
    color: #03A2C8;
}

.text-green {
    color: #3CA95F;
}

/* Custom styles for tabs */
.nav-tabs .nav-link {
  background-color: white;
  color: #333;
  border: 1px solid #abacad;
  border-radius: 1rem 1rem 0 0;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Futura PT';
  font-size: 18px;
}
.nav-tabs .nav-link.active {
    background-color: #03A2C8; /* Blue background for active tab */
    color: white; /* White text for active tab */
    border-color: #03a2c800;/* Border color to match active tab background */
}
.nav-tabs .nav-link.active {
  margin-bottom: -1px;
  background-color: #03A2C8;
  color: white;
  border-color: #03a2c800;
  border-bottom: none;
  padding-bottom: 21px;
}

.section-a{
  border: none;
}
.section-a .nav-item {
  max-width: 17%;
  border-color: #03a2c800;
  text-align: center;
  border: 1px solid #abacad;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
}
.section-a .nav-link {
  transition: background-color 0.3s, color 0.3s;
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Futura PT';
  font-size: 18px;
  height: 100%;
  font-weight: bold;
}


/* Specific background colors for tab content areas */
.bg-tab1 {
    background-color: #03A2C8; /* Blue for Tab 1 */
    color: white; /* White text color */
}

.bg-tab2 {
  background-color: #3CA95F;
  color: white;
}

.bg-tab3 {
  background-color: #03A2C8;
  color: white;
}

.bg-tab4 {
    background-color: #3CA95F; /* Coral for Tab 4 */
    color: white; /* White text color */
}
.bg-tab5 {
  background-color: #03A2C8;
  color: white;
}

/* Additional styles for content areas */
.tab-pane {
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

a#tab2-tab.active {
  background-color: #3CA95F;
}
a#tab4-tab.active {
  background-color: #3CA95F;
}

.bg-lightblue {
  background-color: #add8e6; /* Light Blue */
}

.call-us-btn {
  background-color: #EAECF0; /* Button background color */
  color: #171A1F; /* Text color */
  font-family: 'Futura PT'; /* Font family */
  border: none; /* Remove border */
  padding: 10px 20px; /* Padding for the button */
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s, color 0.3s; /* Transition for hover effect */
}

.call-us-btn:hover {
  background-color: #d0d3d8; /* Change background color on hover */
  color: #1a1d20; /* Change text color on hover */
}

.arrow {
  margin-left: 8px; /* Space between text and arrow */
  transition: transform 0.3s; /* Smooth transition for the arrow */
}

.call-us-btn:hover .arrow {
  transform: translateX(10px); /* Move arrow to the right on hover */
}

.img-fluid {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.section-b {
  background-color: #ffffff;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: -18px;
  padding: 20px;
  border: 2px solid transparent;
  box-sizing: border-box;
  width: calc(100% + 36px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-b .nav-tabs {
  border: none;
}
.section-b .nav-link.active {
  background-color: #03A2C8;
  color: white;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.section-b .nav-link {
  background-color: #ffffff;
  color: #03a2c8;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 40px;
  border: 1px solid #a5a5a5;
  margin: 5px;
}
.section-b .tab-pane {
  color: #171A1F;
}
.section-b .tab-pane h2 {
  font-family: 'Agenda';
  color: #171A1F;
}
.section-b p {
  font-family: 'Futura PT'; /* Font family */
}
footer h1 {
  font-family: 'Agenda';
  font-weight: 700;
}
.copyright a {
  text-decoration: none;
  font-size: 14px;
}

.custom-input {
  background-color: transparent;
  color: white;
  border: 1px solid grey;
  width: 100%;
  margin-top: -18px;
  font-size: 12px;
  padding-top: 15px;
}

/* Change placeholder color to grey */
.custom-input::placeholder {
  color: grey; /* Grey placeholder color */
}

/* Focus styles */
.custom-input:focus {
  border-color: lightgrey; /* Change border color on focus */
  outline: none; /* Remove default outline */
  background-color: transparent; /* Keep background transparent on focus */
}

/* Maintain white text color on focus */
.custom-input:focus {
  color: white; /* Keep text color white on focus */
}

/* Optional: Ensure placeholder stays grey even when focused */
.custom-input:focus::placeholder {
  color: grey; /* Keep placeholder grey on focus */
}
label.form-label.text-white {
  margin-left: 8px;
  background: #212529;
}
.formsubmit{
  background: #03A2C8;
  margin-top: 10px;
}
.formsubmit:hover{
  background: #3CA95F;
}

.tab-pane h2{
  font-family: 'Agenda';
  font-weight: 700;
}
.tab-pane p {
  font-family: 'Futura PT';
  line-height: 28px;
  margin-top: 20px;
  font-size: 18px;
}
.section-b .tab-pane p {
  line-height: unset;
  margin-top: unset;
}
.section-b .tab-pane li {
  font-family: 'Futura PT';
  font-size: 18px;
}
#tab2 .section-b .nav-link {
  color: #3CA95F;
}
#tab2 .section-b .nav-link.active {
  background-color: #3CA95F;
  color: white;
}
#tab4 .section-b .nav-link {
  color: #3CA95F;
}
#tab4 .section-b .nav-link.active {
  background-color: #3CA95F;
  color: white;
}





 /* Default tab and content background */
 .accordion-item {
  background-color: white;
}

/* Active tab and content background */
.accordion-button:not(.collapsed) {
  background-color: #F8F9FA;
  color: green;
  box-shadow: none;
}
/* Active content background */
.accordion-body {
  background-color: #F8F9FA;
  padding-top: 0px;
}
.accordion-body p{
  font-family: 'Futura PT', sans-serif;
  color: #171A1F;
}

/*
.accordion{
  --bs-accordion-btn-icon: url(https://cdns.iconmonstr.com/wp-content/releases/preview/2018/240/iconmonstr-arrow-right-circle-thin.png) !important;
}
  */

button.accordion-button {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  font-family: 'Agenda', sans-serif;
}
.accordion-button:focus {
  box-shadow: none !important;  /* Removes the shadow outline */
}

@media only screen and (max-width: 768px){

  .section-a .nav-item {
    max-width: 15% !important;
    overflow: hidden !important;
}
  .section-a .nav-item:has(.nav-link.active) {
      max-width: 40% !important;
    }
  .section-a .nav-link{
      font-size: 11px !important;
      padding: 2% !important;
    }
  .section-a .nav-link.active{
    font-size: 14px !important;
  }
}


