/* Default styles for top-level elements */
:root {
    --font-color-primary: #474c61;
        --font-color-secondary: #5d627d;
    --dark: #666;
    --grey: #6e6e6e;
    --border-grey: #e1dcd3;
    --grey-border: #6e6e6e73;
    --transparent-border: rgb(135 116 79 / 25%);
    --white: #fff;
    --cream: #f5f3e9;
    --light-brown: #87744f;
    --mid-brown: #825600;
    --dark-brown: #553801;
    --orange: #c55302;
    --dark-orange: #833701;
    --mypa-golden-brown: #c99332;
    /* --mypa-golden-brown: #bd8514; */
    --mypa-green: #6abf12;
    --mypa-green-dark: #4b8620;
    --mypa-blue: #40AFE3;
    --mypa-blue-dark: #0056b3;
    --mypa-yellow: #c99332;
    --mypa-grey-background: #484a4c;
    --mypa-dark-text: #333;
    /* --font--primary: "Marcellus",
        serif; */
    /* stylelint-disable */
    --font--primary: -apple-system,
        BlinkMacSyst©emFont,
        "Segoe UI",
        system-ui,
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif,
        Apple Color Emoji,
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    /* stylelint-enable */
    --font-sm: 1rem;
    --font-md: 1.125rem;
    --max-width: 1800px;
    --title-3: 1.7em;
        --title-2: 2.5em;
        --title-1: 3em;
    /* --max-container-width: 1512px; */
    --max-container-width: 1600px;
    --padding-container: 8vw;
    --padding-x: 14.5rem;
    /* --padding-x: 6rem; */
    --header-hero-height: 350px;
}

body,
html {
    font-family: var(--font--primary) !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: var(--font-color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font--primary) !important;
    color: var(--font-color-primary);
}
main#main-content {
    margin: 120px 0px 15px;
}

section {
    margin: 70px auto;
}

.site-container {
    position: relative;
    z-index: 99999;
}

h2 {
    font-size: var(--title-2);
    margin-bottom: 20px;
        font-weight: 500;
    }
    
    h3 {
        font-size: var(--title-3) !important;
        margin-bottom: 20px;
        font-weight: 500;
}
a:visited {
    color: var(--mypa-golden-brown);
}

a:hover {
    color: var(--mypa-golden-brown);
}

a.btn {
    background-color: var(--mypa-golden-brown);
}

/* Header */

header {
    padding: 0rem !important;
    background: var(--white);
    /* z-index: 10; */
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 100% !important;
    padding-top: auto !important;
    padding-bottom: auto !important;
    min-height: 110px !important;
}

header.site-container.w-full.px-10.pt-14.pb-8.md\:py-8.md\:px-20 {
    position: fixed;
    z-index: 999999;
    transition: transform 0.3s ease;
}

.site-container-full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    max-width: 100%;
}

.site-container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem var(--padding-x) !important;
    max-width: 100%;
}

section#main-content {
    margin-top: 2rem;
}

#header-hero .container-fluid.hero .hero-gradient-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 655px; */
    background: linear-gradient(-260deg, #004c7c 16.7%, rgba(0, 0, 0, 0)) !important;
    z-index: 0;
}

#header-hero .relative.max-w-\[872px\].pt-32.tall\:pt-40.pb-20 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    max-width: none;
    width: 100%;
    display: contents;
    flex-direction: row;
    align-items: stretch;
        justify-content: space-between;
}

#header-hero .container-fluid.hero {
    background-size: cover;
    background-position: center;
    /* padding: 1.5rem var(--padding-x); */
    height: var(--header-hero-height);
}

#header-hero .hero .site-padding.site-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-evenly;
    width: 100%;
    /* margin-left: 2em; */
    color: var(--white);
}

#header-hero h1 {
    margin: 0px 0px;
    font-family: inherit;
    height: max-content;
    padding: 0px 40px 0px 0px;
    font-weight: 600;
    min-width: -webkit-fill-available;
    min-width: fit-content;
    word-spacing: normal;
}

#header-hero .intro-text p {
    height: fit-content;
    padding-top: 0rem;
    font-size: 24px;
    width: 60%;
}
@media (max-width: 768px) { 
    #header-hero .intro-text p {
        width: 100%;
    }
}

.navigation-menu {
  padding: 1.2rem var(--padding-container);; /* Utilisation de vw pour l'adaptabilité */
  max-width: var(--max-container-width); /* Limite la largeur totale pour éviter l'étalement */
  margin: 0 auto; /* Centre le contenu */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ✅ Écrans moyens (tablettes) */
@media (max-width: 1024px) {
  .navigation-menu {
    padding: 1rem 3vw;
    max-width: 100%; /* Laisse la navbar occuper tout l’espace */
  }
}

/* ✅ Petits écrans (mobiles) */
@media (max-width: 768px) {
  .navigation-menu {
    padding: 1.8rem 8vw;
    align-items: center;
    text-align: center;
  }
}
.container-top {
    background-color: var(--mypa-grey-background);
    z-index: 1000;
}

.navigation-top {
    display: flex;
    background-color: var(--mypa-grey-background);
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0rem 1.5rem;
    height: 35px;
}
.nav-mobile{
    margin-bottom: 1.6rem !important;
}


.top-link,
.login-link,
.language-selector {
    padding: 5px 0px 5px 15px;
    line-height: 1.5;
    color: var(--white) !important;
}

.top-link:hover,
.login-link:hover {
    color: var(--mypa-golden-brown) !important;
}

.top-link i.fas {
    padding: 0px 5px;
}
.navigation__logo {
    width: 120px;
    height: auto;
    transition: width 0.3s ease;
}

.hero-container {
    padding: 0px !important;
    max-width: 100% !important; 
}


.col-md-6.col-md-offset-1.col-lg-5.home-hero {
    width: 65%;
    padding-left: 8vw;
    padding-right: 8vw;
    top: 7%;
    position: absolute;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 880px) {
    .col-md-6.col-md-offset-1.col-lg-5.home-hero {
        width: 100%;
        top: 12%
    }
}

.home-hero .hero-cta-link {
    color: var(--white);
    background-color: var(--mypa-golden-brown) !important;
    width: 80%;
    font-weight: 700;
    padding: 0.66em 1.5625em !important;
    display: inline-block;
    vertical-align: middle;
    transition: color ease 0.1s, background-color ease 0.1s;
    font-size: larger;
    border-radius: 10px;
    margin: 40px 0px;
}

@media (max-width: 768px) {
    .home-hero .hero-cta-link {
        width: 100%;
    }
}

.hero h1 {
    color: var(--white);
    position: relative;
    font-size: 2.5rem !important;
    font-weight: 700;
    margin: 30px 0px;
}

.hero .hero-text {
    color: var(--white);
    position: relative;
    font-size: 1.6rem !important;
    line-height: initial;
}

/* Hero */
.container-fluid.hero {
    position: relative;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    /* height: 50vh; */
    min-height: 500px; 
    overflow: hidden;
}
@media (max-width: 1100px) {
    .hero-image-container {
        min-height: 600px; 
    }
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-fluid.hero .hero-image {
    width: 100%;
    margin-top: -250px;
}

.container-fluid.hero .hero-gradient-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assure une couverture totale */
    background: linear-gradient(200deg, #004c7c 30%, rgba(0, 0, 0, 0) 100%) !important;
    z-index: 0;
    pointer-events: none; /* Évite que ce masque bloque les interactions */
  }
  

.container-fluid.hero .hero-content {
    margin: 0 auto;
    max-width: var(--max-container-width);
}


/* Domain Search */

.site-padding.site-container.domains-search {
    max-width: var(--max-container-width);
    padding: var(--padding-container);
}
.card-domains-search {
    background-color: var(--white);
    margin-top: -200px;
    padding: 20px 30px 10px 30px;
    border-radius: 15px;
    border: 1px solid #cccccc30;
    /* background: url(/media/images/bg-domain.png) center center no-repeat !important; */
    background-size: contain;
}

@media (max-width: 768px) {
    .card-domains-search {
        margin-top: 0;
    }
}

.domain-price-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.domain-price_old {
    text-decoration: line-through;
    color: #999;
}

.card-domains-search .col-md-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.card-domains-search .row {
    display: -webkit-box;
    display: flex;
}

@media (max-width: 768px) {
    .card-domains-search .row {
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}

.domain-price {
    color: #333;
}

.card-domain {
    border-radius: 5px;
    padding: 20px;
}

.card-domains-search {
    background: url(https://mypandos.io/media/images/bg-domain.png) center center no-repeat;
    /* background-size: contain; */
    background-color: #fff;
}

 .input-group-append .btn {
     padding: 12px 30px;
     font-size: inherit;
     background-color: var(--mypa-green);
     border-color: var(--mypa-green);
     font-weight: 600;
 }

.card-domains-search .btn {
    border-radius: 10px !important;
    padding: 12px 30px;
        font-size: inherit;
        background-color: var(--mypa-green);
        border-color: var(--mypa-green);
        font-weight: 600;
        color: var(--white);
}

.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    padding: 28px;
    font-size: x-large;
    transition: border-color 0.3s ease;
}

 .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    padding: 5px 15px;
    font-size: x-large;
    transition: border-color 0.3s ease;
}

.form-control:focus-within {
    border-color: var(--mypa-green);
}

.card-domain {
    border-top: 1px solid rgb(241, 255, 241);
    padding: 20px;
}


.input-group-wrapper {
    margin: 15px 0;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

/* Light  */

.blinking-light {
    position: absolute;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    animation: blink 2s infinite;
    filter: blur(7px);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.light1 {
        top: 43%;
            left: 98.1%;
            width: 27px;
            height: 27px;
            animation: blink 1s infinite;
}

.light2 {
        top: 85.4%;
            left: 5.9%;
            width: 34px;
            height: 34px;
            animation: blink 3s infinite;
}

.light3 {
        top: 48.8%;
            left: 51.7%;
            width: 30px;
            height: 30px;
            animation: blink 1s infinite;
}

.light4 {
    top: 40.7%;
        left: 87.2%;
        animation: blink 4s infinite;
}

.light5 {
    top: 47.4%;
        left: 71.5%;
}

.light6 {
        top: 31%;
            left: 65.1%;
}

.light7 {
    top: 80%;
    left: 86.1%;
}

.light8 {
            top: 7.1%;
                left: 77%;
}

.light9 {
    top: 90%;
    left: 6.1%;
    filter: blur(8px);
    background: color(display-p3 0.266 0.457 0.64);
}

.intro_row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.dots-bg {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.intro_col {
    flex: 1;
    max-width: 300px;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin: 0px 70px;
}

@media (max-width: 768px) {
    .intro_col {
       padding: 0;
    }
}

.intro_col.intro_col_1 {
    top: -80px;
}

.intro_col.intro_col_2 {
    top: 16px;
}

.intro_col.intro_col_3 {
    top: 72px;
}

.container-intro .intro h2 {
    margin-bottom: 110px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
}

.intro_icon {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.circle.large {
    width: 168px;
    height: 168px;
    background: rgba(213, 223, 227, 0.25);
}

.circle.small {
    width: 123px;
    height: 123px;
    background: #d5dfe3;
}

.intro_item_title {
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 100px;
}

.intro_h3 {
    margin-top: 55px !important;
    font-size: var(--title-3) !important;
    /* line-height: 2em !important; */
}

.container_intros {
    display: flex;
}

@media (max-width: 768px) {
    .container_intros {
        flex-direction: column;
    }
}

.intro_item_text p {
    color: #666;
    margin: 0px -34px;
    /* font-size: 1em;
            line-height: 1.5em; */
}

.intro_icon img {
    width: 55px;
}

.intro_button a {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s;
}

.intro_button a:hover {
    background: #333;
}

/* Services */
#services-section {
    background-color: #f4f4f4;
    margin-top: 280px;
}

.homepage .featured-cards__title {
    margin-top: 0;
    margin-bottom: 40px;
}

.promo-row .col-sm-5 {
    min-width: 47%;
    width: 47%;
}

@media (max-width: 768px) {
    .col-sm-6.promo {
       display: none;
    }
}

#our-services .row.promo-row {
    max-width: var(--max-container-width);
    padding-left: var(--padding-container);
    padding-right: var(--padding-container);
    margin: 0 auto;
    padding-bottom: 8em !important;
}

.navigation-menu a {
    color: initial;
    text-decoration: none;
    font-weight: 400;
    font-size: large;
    font-family: inherit;
        color: var(--font-color-primary);
}

footer.site-padding.site-container.w-full.py-20 {
    max-width: var(--max-container-width);
    padding-left: var(--padding-container);
    padding-right: var(--padding-container);
}

footer a {
    text-decoration-line: unset !important;
    color: inherit !important;
}

footer .md\:gap-y-6 {
    row-gap: 0.5rem;
}

footer .gap-10 .text-xl {
    margin: 0px 0px -0px 0px;
}

@media (min-width: 1024px) {
    .lg\:mr-20 {
        margin-right: 1rem !important;
    }
}

@media (min-width: 768px) {
    .md\:text-2xl {
        font-size: 22px;
        line-height: 1.2;
    }
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gap-16 {
    /* gap: 2rem; */
}

.input-field{
    height: 3rem;
    margin-top: 1rem;
}

.col-lg-10.promo-text {
    color: #fff;
}

.bg-mackerel-300 {
    /* background-color: var(--mypa-green); */
    margin-top: 2rem;
    color: var(--white) !important;
}
.bg-mackerel-400{
    background-color: #40AFE3;
    color: var(--white) !important;

}

h2.promo-title {
    margin-bottom: 20px !important;
    font-size: 2.3em;
    line-height: 1.4em;
    color: var(--white);
        font-weight: 400;
}

.promo-description {
    padding-bottom: 25px;
    font-size: 1.18em;
    margin-bottom: -125px;
    padding-right: 10%;
}

h2.featured-cards__title {
    padding: 50px 0px 0px;
}

.footer-bottom {
    text-align: center;
    padding: 7px;
    background-color: #484a4c;
    color: #fff;
    font-size: 14px;
}

#services-section .service-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 300px; */
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    /* text-align: center; */
}

.listing-card__image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    max-width: 83px !important;
    max-height: 83px !important;
    border-radius: 10px;
}

.homepage .featured-cards {
    padding-right: 30px;
}

#services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,
            0,
            0,
            0.2);
}

.service-card .badge {
    position: inline-block;
    top: 10px;
    right: 10px;
    background-color: var(--mypa-golden-brown);
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.9em;
        /* font-weight: bold; */
    z-index: 1;
    margin: -30px 0px -20px 0px;
    float: right;
}

.listing-card .listing-card__title {
    margin-bottom: 0px;
    color: var(--mypa-golden-brown) !important;
    font-size: larger;
    font-weight: 400;
        margin-top: -8px !important;
}

.listing-card__link {
    display: flex;
    flex-direction: row;
}

td.listing-card__meta-content {
    color: initial;
}

.listing-card__image img {
    width: 110px;
}

.listing-card {
    margin-bottom: 20px;
}

.homepage .promo-row {
    padding-top: 80px;
    margin-right: -45px;
    padding: 40px 0 80px;
    padding-top: 55px !important;
    display: block;
}

.homepage .featured-cards {
    padding-right: 30px;
}

.promo-row .col-sm-offset-1 {
    margin-left: 0px;
}

.col-sm-6.promo {
    min-width: 50%;
    width: 50%;
}

.promo-row .col-sm-5 {
    width: 47%;
    float: right;
}
@media (max-width: 768px) {
    .promo-row .col-sm-5 {
        width: 100%;
    }
}

.col-sm-6.promo {
    width: 50%;
    background: var(--mypa-golden-brown) !important;
    margin-top: -150px !important;
    padding: 148px 0px 0px 60px !important;
}

figure.promo-figure {
    margin: 0px 0px 35px 0px;
}

img.promo-image {
    width: 100%;
    top: 158px;
    position: relative;
}
/* Footer */
.footer__icon a {
    color: var(--mypa-golden-brown) !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .navigation__logo {
        width: 140px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navigation__logo {
        width: 170px;
    }
    .site-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--padding-container);
        padding-right: var(--padding-container);
        max-width: var(--max-container-width);
    }
        
}

@media (max-width: 768px) {
    ul li a {
        word-break: break-word !important;
        white-space: normal !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navigation__logo {
        width: 170px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navigation__logo {
        width: 170px;
    }
        .navigation-top {
            padding: 0rem var(--padding-container);
        }
}



/* About page */
#about-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#about-intro {
    flex: 1;
}
@media (max-width: 768px) { 
    #about-page{
        max-width: var(--max-container-width);
        padding-left: var(--padding-container);
        padding-right: var(--padding-container);
    }
}

#about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) { 
    #about-intro {
        width: 100%;
    }
    
    #about-image {
        display: none;
    }
}

#about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 40%;
    padding: 0px 0px 0px 50px;
}

#about-content {
    display: flex;
}


#about-page h2 {
    font-size: 2em;
    text-align: center;
}

#about-page .tabs {
    display: flex;
    flex-direction: column;
}

#about-page .tabs-list {
    /* display: flex; */
    justify-content: space-between;
}

#about-page .tabs-trigger {
    cursor: pointer;
    padding: 0.7rem;
    background-color: #f0f0f0;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

#about-page .tabs-trigger.active {
    background-color: #ddd;
}

#about-page .tabs-content {
    display: none;
}

#about-page .tabs-content.active {
    display: block;
}

#about-page .card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

#about-page .card-content {
    padding: 20px;
}

#about-page .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.3s;
}

#about-page .btn-primary {
    background-color: #40AFE3;
    color: #fff;
}

#about-page .btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

#about-page .btn:hover {
    background-color: #0056b3;
}

#about-page .icon-arrow-right,
#about-page .icon-chevron-down,
#about-page .icon-chevron-up,
#about-page .icon-users,
#about-page .icon-globe,
#about-page .icon-award {
    font-size: 1.5rem;
}

#about-page .text-muted-foreground {
    color: #6c757d;
    text-align: center;
    line-height: 1.5em;
}

#key-facts .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) { 
    #key-facts .grid {
        flex-wrap: wrap;
    }
}

#key-facts .grid .card {
    flex: 1;
    text-align: center;
    padding: 20px;
}

#key-facts i.fas {
    font-size: var(--title-1);
    padding: 0px 0px 10px 0px;
}

#about-intro h2 {
    text-align: left;
}

section#values {
    text-align: center;
}

section#mission-vision {
    text-align: center;
}

.container_plans h2{
    text-align: center;

}

/* Cards Hostings*/
.hosting-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    /* flex-wrap: wrap; */
}

@media (max-width: 768px) { 
    .hosting-plans {
        flex-wrap: wrap;
    }
}

.plan-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 300px;
    width: 300px;
    transition: transform 0.3s ease;
}
.plan-card:hover {
    transform: translateY(-5px);
}
.plan-title {
    font-size: 1.5rem !important;
    /* color: #333; */
    line-height: normal
}
.plan-price {
    font-size: 1.2rem;
    color: #40AFE3;
    margin: 10px 0;
    /* font-weight: bold; */
}
.plan-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.plan-features li {
    padding: 5px 0;
    font-size: 1rem;
    color: #555;
}
.plan-button {
    background: #40AFE3;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.plan-button:hover {
    background: #0056b3;
}
.popular {
    border: 2px solid #40AFE3;
}

.slider-center{
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    position: relative;
  }

  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #40AFE3;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 2;
  }

  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }

  .wrapper i:first-child{
    left: -22px;
  }

  .wrapper i:last-child{
    right: -22px;
  }

  .wrapper .carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    border-radius: 8px;
    scroll-behavior: smooth;
    padding: 40px;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }

  .carousel .plan-card {
    scroll-snap-align: center;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
  }

  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }

  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
  }

  .fa-angle-right:before,
  .fa-angle-left:before {
    color: #fff !important;
}