 /* Create a new button class */
 .button-green {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-green::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Apply Membership";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-green:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-green:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-green:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }

 /* Create a new button class for "Inquire Now" button */
 .button-green-inquire {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the "Inquire Now" button */
 .button-green-inquire::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Inquire Now";
     /* Text for the "Inquire Now" button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the "Inquire Now" button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the "Inquire Now" button */
 .button-green-inquire:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-green-inquire:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the "Inquire Now" button */
 .button-green-inquire:active::after {
     background-color: #008740;
     /* Background color for the "Inquire Now" button in the active state */
 }

 /* CAROUSEL  */


 /* Create a new button class */
 .button-search {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-search::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Search";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-search:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-search:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-search:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }

 /*  */

 /* Create a new button class */
 .button-learn {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-learn::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Learn More ➔";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-learn:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-learn:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-learn:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }

 .page-item a,
 .page-item span {
     color: #ee2831;
 }

 .page-item a:hover {
     color: #008740;
 }

 ul.benefits {
     list-style-type: '✓ ';
     /* Use "✓" as the list item marker */
 }

 /*  */

 /* Create a new button class */
 .button-apply {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-apply::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Inquire now ➔";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-apply:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-apply:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-apply:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }

 /* TESTIMONIALS */

 ul {
     list-style-type: none;
 }

 a,
 a:hover {
     text-decoration: none;
 }

 .testimonial {
     padding: 100px 0;
 }

 .testimonial .row .tabs {
     all: unset;
     margin-right: 50px;
     display: flex;
     flex-direction: column;
 }

 .testimonial .row .tabs li {
     all: unset;
     display: block;
     position: relative;
 }

 .testimonial .row .tabs li.active::before {
     position: absolute;
     content: "";
     width: 50px;
     height: 50px;
     background-color: #ee2831;
     border-radius: 50%;
 }

 .testimonial .row .tabs li.active::after {
     position: absolute;
     content: "";
     width: 30px;
     height: 30px;
     background-color: #ee2831;
     border-radius: 50%;
 }

 .testimonial .row .tabs li:nth-child(1) {
     align-self: flex-end;
 }

 .testimonial .row .tabs li:nth-child(1)::before {
     left: 64%;
     bottom: -50px;
 }

 .testimonial .row .tabs li:nth-child(1)::after {
     left: 97%;
     bottom: -81px;
 }

 .testimonial .row .tabs li:nth-child(1) figure img {
     margin-left: auto;
 }

 .testimonial .row .tabs li:nth-child(2) {
     align-self: flex-start;
 }

 .testimonial .row .tabs li:nth-child(2)::before {
     right: -65px;
     top: 50%;
 }

 .testimonial .row .tabs li:nth-child(2)::after {
     bottom: 101px;
     border-radius: 50%;
     right: -120px;
 }

 .testimonial .row .tabs li:nth-child(2) figure img {
     margin-right: auto;
     max-width: 300px;
     width: 100%;
     margin-top: -50px;
 }

 .testimonial .row .tabs li:nth-child(3) {
     align-self: flex-end;
 }

 .testimonial .row .tabs li:nth-child(3)::before {
     right: -10px;
     top: -66%;
 }

 .testimonial .row .tabs li:nth-child(3)::after {
     top: -130px;
     border-radius: 50%;
     right: -46px;
 }

 .testimonial .row .tabs li:nth-child(3) figure img {
     margin-left: auto;
     margin-top: -50px;
 }

 .testimonial .row .tabs li:nth-child(3):focus {
     border: 10px solid red;
 }

 .testimonial .row .tabs li figure {
     position: relative;
 }

 .testimonial .row .tabs li figure img {
     display: block;
 }

 .testimonial .row .tabs li figure::after {
     content: "";
     position: absolute;
     top: -7px;
     z-index: -1;
     width: 265px;
     height: 265px;
     border: 2px solid #008740;
     border-radius: 50%;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     left: -7px;
 }

 .testimonial .row .tabs li figure:hover::after {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
 }

 .testimonial .row .tabs.carousel-indicators li.active figure::after {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
 }

 .testimonial .row .carousel>h3 {
     font-size: 20px;
     line-height: 1.45;
     color: rgba(0, 0, 0, 0.5);
     font-weight: 600;
     margin-bottom: 0;
 }

 .testimonial .row .carousel h1 {
     font-size: 40px;
     line-height: 1.225;
     margin-top: 23px;
     font-weight: 700;
     margin-bottom: 0;
 }

 .testimonial .row .carousel .carousel-indicators {
     all: unset;
     padding-top: 43px;
     display: flex;
     list-style: none;
 }

 .testimonial .row .carousel .carousel-indicators li {
     background: #000;
     background-clip: padding-box;
     height: 2px;
 }

 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
     margin-top: 42px;
 }

 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
     font-size: 18px;
     line-height: 1.72222;
     font-weight: 500;
     color: rgba(0, 0, 0, 0.7);
 }

 .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
     color: #000;
     font-weight: 700;
     margin-top: 37px;
     font-size: 20px;
     line-height: 1.45;
     text-transform: uppercase;
 }

 @media only screen and (max-width: 1200px) {
     .testimonial .row .tabs {
         margin-right: 25px;
     }
 }


 /* Submit Membership Application */
 .button-submit {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-submit::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Submit ➔";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-submit:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-submit:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-submit:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }

 /* Button learn more */

 .button-more {
     padding: 10px 20px;
     font-size: 1.1rem;
     background-color: transparent;
     border-color: #008740;
     /* Border color for the green button */
     color: white;
     position: relative;
     width: 200px;
     height: 50px;
     transition: background-color 0.2s ease-in, all 0.15s ease-in;
     font-family: 'Poppins', sans-serif;
 }

 /* Customize the ::after pseudo-element for the green button */
 .button-more::after {
     display: flex;
     align-items: center;
     justify-content: center;
     content: "Learn More";
     /* Text for the green button */
     width: 200px;
     height: 50px;
     position: absolute;
     top: 0;
     left: 0;
     transform: translate(5px, 5px);
     background-color: #008740;
     /* Background color for the green button */
     transition: all 0.15s ease-in;
 }

 /* Hover effect for the green button */
 .button-more:hover::after {
     transform: translate(-7px, -7px);
 }

 .button-more:hover {
     transform: translate(5px, 5px);
 }

 /* Active state for the green button */
 .button-more:active::after {
     background-color: #008740;
     /* Background color for the green button in the active state */
 }


 .description-truncate {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     /* Number of lines to show */
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .circle-frame {
     border-radius: 50%;
     width: 250px;
     height: 250px;
 }

 .alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.fade-out {
    animation: fadeOut 3s ease-out forwards; /* Adjust the duration as needed */
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

