/* Colocation Hero */

.colocationHero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url("../assets/data.jpg");
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Connectivity Hero */
.connectivityHero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
    background-image: url("../assets/bg_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 12rem;
}

.connectivityHero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.25) 35%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 0;
}

.connectivityHero .section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 1.5rem;
    width: 100%;
}

.connectivityHero .left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    max-width: 700px;
    margin-top: 160px;
    text-align: left;
    color: #fff;
}

.connectivityHero .text_hero {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    width: fit-content;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #fff;
}

.connectivityHero .hero_main_text {
    font-size: 3.2rem;
    line-height: 1.05;
}

.connectivityHero .hero_subtitle {
    font-family: "Inter";
    font-size: 1.05rem;
    letter-spacing: 0.1px;
    line-height: 1.6;
    max-width: 560px;
    color: #f3f3f3;
}

@media (max-width: 1268px) {
    .connectivityHero .section-wrapper {
        flex-direction: column-reverse;
    }
    .connectivityHero .left {
        align-items: center;
        text-align: center;
        margin-top: 3rem;
    }
    .connectivityHero .hero_subtitle {
        max-width: 90%;
    }
}

.colocationHero .section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 1.5rem;
    width: 100%;
}

.colocationHero .bgCompany {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 40%;
}

.colocationHero .left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    /* max-width: 445px; */
    max-width: 700px;
    margin-top: 160px;
    text-align: left;
}

.colocationHero .text_hero {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: fit-content;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #111;
}

.text_hero .hero_subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
}

.text_hero .hero_main_text {
    font-size: 3.2rem;
    line-height: 1.05;
}

.colocationHero .hero_button {
    background-color: transparent;
    padding-block: 0.3rem;
    padding-inline: 0.45rem;
    border-radius: 80px;
    font-size: 3rem;
    border: 1px solid;
    cursor: pointer;
}

.colocationHero .hero_button:hover {
    background-color: #111;
    color: #fff;
}

.colocationHero .right {
    display: flex;
    justify-content: center;
    height: fit-content;
    padding-top: 20px;
}

.colocationHero .right .hero_image {
    position: relative;
    width: 700px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    object-fit: cover;
    border-radius: 35px;
}

@media (max-width: 1268px) {
    .colocationHero .section-wrapper {
        flex-direction: column-reverse;
    }
    .colocationHero .left {
        align-items: center;
        text-align: center;
        margin-top: 3rem;
    }
}

@media (max-width: 1024px) {
    .colocationHero .right .hero_image {
        width: 500px;
        height: 380px;
    }
}

@media (max-width: 1000px) {
    .colocationHero {
        background-image: url("../assets/data_center.jpg");
        background-position: 20%;
    }
}

@media (max-width: 650px) {
    .colocationHero .right .hero_image {
        width: 95%;
        height: 320px;
    }
}

/* Colocation Key Data */

.global_colocationKeyData {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

.global_colocationKeyData .bgCompany {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
}

.global_colocationKeyData .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.global_colocationKeyData .content {
    margin-bottom: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.global_colocationKeyData .content h2 {
    font-size: 2.68rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.global_colocationKeyData .flex_container {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 2rem;
    gap: 2rem;
}

.global_colocationKeyData .flex_container .container_left {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: start;
    row-gap: 3.55rem;
    column-gap: 2rem;
}

.container_left .container_features,
.container_right .container_features {
    display: flex;
    flex-direction: column;
}

.container_left .container_features .feature_title,
.container_right .container_features .feature_title {
    padding-bottom: 1.2rem;
    font-size: 2.05rem;
    font-weight: 400;
}

.container_left .container_features .feature_item {
    padding-block: 0.68rem;
    font-size: 0.9rem;
    /*border-top: 1px solid #ff600a;*/
    width: 260px;
}

.container_left .container_features .feature_item p,
.container_right .container_features .feature_item p {
    font-family: "Inter";
}

.container_left .container_features .feature_item p {
    width: 190px;
}

.container_left .container_features .feature_item p span,
.container_right .container_features .feature_item p span {
    color: #ff600a;
}

.global_colocationKeyData .flex_container .container_right {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 553px;
}

.container_right .container_features,
.container_left .container_features {
    width: 100%;
}

.container_right .container_features .feature_item,
.container_left .container_features .feature_item {
    display: flex;
    padding-block: 0.61rem;
    font-size: 0.9rem;
    /*border-top: 1px solid #ff600a;*/
    /* width: 100%; */
}

.container_right .container_features .feature_item img {
    height: 22.5px;
    width: 22.5px;
    margin-right: 0.5rem;
    filter: hue-rotate(265deg);
}

.global_colocationKeyData .location_map {
    margin-top: 4.05rem;
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 8px;
}

.global_colocationKeyData .image_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.global_colocationKeyData .image_container a {
    background: #000;
    width: fit-content;
    font-style: none;
    text-decoration: none;
    color: white;
    padding: 9px 23px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    margin-top: 3.18rem;
    margin-bottom: 20px;
}

.global_colocationKeyData .image_container a:hover {
    background-color: #ff600a;
    color: #111;
}

@media (max-width: 1150px) {
    .global_colocationKeyData .bgCompany {
        width: 100%;
        opacity: 0.7;
    }

    .global_colocationKeyData .flex_container {
        flex-direction: column;
    }

    .global_colocationKeyData .flex_container .container_left {
        gap: 6rem;
    }

    .global_colocationKeyData .flex_container .container_right {
        width: 100%;
    }

    .container_right .container_features {
        justify-content: center;
        align-items: center;
        max-width: 500px;
    }

    .container_right .container_features .feature_item,
    .container_left .container_features .feature_item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .global_colocationKeyData .content {
        width: 80%;
    }
    .global_colocationKeyData .content h2 {
        font-size: 1.75rem;
    }
    .global_colocationKeyData .flex_container .container_left {
        justify-content: normal;
        gap: 3rem;
    }
    .global_colocationKeyData .flex_container .container_right {
        justify-content: normal;
    }
    .container_left .container_features .feature_title,
    .container_right .container_features .feature_title {
        font-size: 1.6rem;
    }
    .container_right .container_features {
        max-width: none;
    }
    .container_left .container_features .feature_item p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .global_colocationKeyData .content {
        margin-bottom: 10px;
    }
    .global_colocationKeyData .flex_container .container_left {
        grid-template-columns: repeat(1, auto);
    }
}

/* Colocation Overview */

.global_colocationOverview {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    background-image: url("../assets/background_circles.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.global_colocationOverview .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.global_colocationOverview .grid_container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 15px;
    z-index: 1;
    max-width: 1250px;
}

.global_colocationOverview .grid_item {
    height: 560px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 25px 27px 30px 23.5px;
    text-align: left;
    position: relative;
    gap: 25px;
    border-radius: 8px;
    min-width: 200px;
}

.global_colocationOverview .grid_item .grid_icon_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 85px;
    width: 100%;
}

.global_colocationOverview .grid_item .icon {
    color: #333;
    transition: 0.3s;
    transform-origin: center;
    animation: fly 6s linear infinite;
    right: 20px;
    top: 20px;
    cursor: default;
    max-height: 85px;
    max-width: 85px;
}

.global_colocationOverview .grid_item .icon:hover {
    scale: 1.04;
}

.global_colocationOverview .grid_item h3 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 2.08rem;
}

.global_colocationOverview .grid_item p {
    font-family: "Inter";
    font-size: 0.9rem;
    line-height: 18.2px;
    color: #444;
    margin-top: 0.2rem;
}

.global_colocationOverview .content {
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 3.3rem;
}

.global_colocationOverview .content h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}

.global_colocationOverview .content a {
    background: #000;
    width: fit-content;
    font-style: none;
    text-decoration: none;
    color: white;
    padding: 9px 23px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    margin-top: 0.8rem;
}

.global_colocationOverview .content a:hover {
    background-color: #ff600a;
    color: #111;
}

@media (max-width: 1250px) {
    .global_colocationOverview .grid_item {
        gap: 1rem;
    }

    .global_colocationOverview .grid_item h3 {
        margin-top: 1.2rem;
    }

    .global_colocationOverview .grid_item p {
        font-size: 0.8rem;
        line-height: 17px;
    }
}
@media (max-width: 1024px) {
    .global_colocationOverview .grid_container {
        grid-template-columns: repeat(2, auto);
        max-width: 746px;
    }
}
@media (max-width: 600px) {
    .global_colocationOverview .grid_container {
        grid-template-columns: repeat(1, auto);
    }
    .global_colocationOverview .grid_item {
        height: fit-content;
    }
}

/* Colocation What Offers */

.global_colocationWhatOffers {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
}

.global_colocationWhatOffers .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.global_colocationWhatOffers .flex_container {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 2rem;
    gap: 6.15rem;
    width: 100%;
}

.global_colocationWhatOffers .flex_container .container_left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 3.55rem;
    column-gap: 2rem;
    width: 485px;
}

.global_colocationWhatOffers .flex_container .container_left h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}

.global_colocationWhatOffers .flex_container .container_left .description {
    display: flex;
    flex-direction: column;
    font-family: "Inter";
    line-height: 19px;
    gap: 1.5rem;
}

.global_colocationWhatOffers .flex_container .container_left .description span {
    font-weight: 500;
}

.global_colocationWhatOffers .flex_container .container_right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3.4rem;
    width: 553px;
}

.global_colocationWhatOffers .flex_container .icon_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.global_colocationWhatOffers .icon_wrapper .icon {
    filter: hue-rotate(265deg);
    cursor: default;
    max-height: 120px;
    max-width: 120px;
}

.global_colocationWhatOffers a {
    background: #000;
    width: fit-content;
    font-style: none;
    text-decoration: none;
    color: white;
    padding: 9px 23px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    margin-top: 2.13rem;
}

.global_colocationWhatOffers a:hover {
    background-color: #ff600a;
    color: #111;
}

@media (max-width: 600px) {
    .global_colocationWhatOffers .flex_container {
        flex-direction: column;
    }
    .global_colocationWhatOffers .flex_container .container_left {
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }
    .global_colocationWhatOffers .flex_container .container_left h2 {
        text-align: center;
    }
    .global_colocationWhatOffers .flex_container .container_right {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .global_colocationWhatOffers .flex_container .icon_wrapper {
        justify-content: center;
    }
}

/* Colocation Mediums */
.global_colocationMediums {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
}

.global_colocationMediums .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.global_colocationMediums .flex_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2.1rem;
}

.global_colocationMediums .flex_container .container_left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5.15rem;
    width: 553px;
    text-align: left;
}

.global_colocationMediums .flex_container .container_left h1 {
    font-size: 2.42rem;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
}

.global_colocationMediums .container_left .container_features .feature_item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-block: 0.82rem;
    border-bottom: 1px solid #ff600a;
    gap: 2rem;
}

.global_colocationMediums .container_left .container_features .feature_item p {
    font-family: "Inter";
    width: 100%;
    font-size: 0.86rem;
}

.global_colocationMediums
    .container_left
    .container_features
    .feature_item
    span {
    font-size: 1.64rem;
    font-weight: 400;
    width: 16rem;
}

.global_colocationMediums a {
    background: #000;
    width: fit-content;
    font-style: none;
    text-decoration: none;
    color: white;
    padding: 9px 23px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 0.96rem;
}

.global_colocationMediums a:hover {
    background-color: #ff600a;
    color: #111;
}

.global_colocationMediums .flex_container .container_right {
    display: flex;
    justify-content: center;
}

.global_colocationMediums .flex_container .container_right img {
    width: 550px;
    height: 100%;
    border-radius: 45px;
    object-fit: cover;
}

@media (max-width: 1268px) {
    .global_colocationMediums .flex_container {
        flex-direction: column;
    }

    .global_colocationMediums .flex_container .container_left {
        width: 100%;
    }

    .global_colocationMediums .flex_container .container_right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    .global_colocationMediums .flex_container .container_right img {
        width: 450px;
    }
}

@media (max-width: 500px) {
    .global_colocationMediums .flex_container .container_right img {
        width: 95%;
    }
}

/* Colocation FAQ */
.global_colocationFaq {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #282828;
}

.global_colocationFaq .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.global_colocationFaq .flex_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2.1rem;
}

.global_colocationFaq .flex_container .container_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 5.15rem;
    width: 553px;
    text-align: left;
}

.global_colocationFaq .flex_container .container_left h1 {
    font-size: 2.43rem;
    font-weight: 500;
    line-height: 39px;
    color: #ffffff;
}

.global_colocationFaq .flex_container .container_left .bottom {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.global_colocationFaq .flex_container .container_left .bottom h3 {
    font-size: 1.17rem;
    font-weight: 500;
    line-height: 39px;
    color: #ffffff;
}

.global_colocationFaq .flex_container .bottom a {
    background: #000;
    width: fit-content;
    font-style: none;
    text-decoration: none;
    color: white;
    padding: 9px 23px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 0.96rem;
}

.global_colocationFaq .flex_container .bottom a:hover {
    background-color: #ff600a;
    color: #111;
}

.global_colocationFaq .flex_container .container_right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 0.5rem;
    padding-top: 4.5px;
}

.global_colocationFaq .flex_container .container_right .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 0.28rem;
    padding-left: 1.8rem;
    padding-right: 1.2rem;
    width: 748px;
    border-radius: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    text-align: left;
}

.global_colocationFaq .flex_container .container_right .item span {
    font-size: 2rem;
    font-weight: 200;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .global_colocationFaq .flex_container {
        flex-direction: column;
    }

    .global_colocationFaq .flex_container .container_left {
        justify-content: center;
        align-items: center;
        gap: 2.5rem;
        width: 100%;
        text-align: center;
    }

    .global_colocationFaq .flex_container .container_right .item {
        width: 100%;
    }
}

.colocationHero {
    /* padding-top: 2rem;
  padding-bottom: 5.75rem; */
    padding-block: 12rem;
    padding-inline: 11.75rem;
}
.global_colocationKeyData {
    padding-top: 6.7rem;
    padding-bottom: 4.35rem;
    padding-inline: 11.75rem;
}
.global_colocationOverview {
    padding-top: 8.15rem;
    padding-bottom: 3.85rem;
    padding-inline: 11.75rem;
}
.global_colocationWhatOffers {
    padding-bottom: 4.56rem;
    padding-inline: 11.75rem;
}
.global_colocationMediums {
    padding-bottom: 4.3rem;
    padding-inline: 11.75rem;
}
.global_colocationFaq {
    padding-top: 4.6rem;
    padding-inline: 11.75rem;
}

@media (max-width: 1400px) {
    .colocationHero,
    section {
        padding-inline: 5rem !important;
    }
}

@media (max-width: 1150px) {
    .colocationHero,
    section {
        padding-inline: 1rem !important;
    }
    /* .colocationHero {
    padding-block: 4rem;
  } */
}

@media (max-width: 1000px) {
    .colocationHero,
    section {
        padding-inline: 2rem !important;
    }
}

@media (max-width: 800px) {
    /* .colocationHero {
    padding-block: 2rem;
  } */
}

@media (max-width: 600px) {
    .global_colocationKeyData,
    .global_colocationWhatOffers {
        padding-top: 2.5rem;
    }
}

/* Pricing Table Styles */
.pricing_table_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    padding-top: 6.7rem;
    padding-bottom: 4.35rem;
    padding-inline: 11.75rem;
}

.pricing_table_section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.pricing_table_section .content {
    margin-bottom: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.pricing_table_section .content h2 {
    font-size: 2.68rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.pricing_table_section .pricing_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
}

.pricing_table_section .pricing_card {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing_table_section .pricing_card:hover {
    border-color: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.pricing_table_section .pricing_card.featured {
    border-color: #000;
    background: #fafafa;
    position: relative;
}

.pricing_table_section .pricing_card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: -12px;
    background: #000;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pricing_table_section .pricing_tier {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111;
}

.pricing_table_section .pricing_price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
}

.pricing_table_section .pricing_price span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666;
}

.pricing_table_section .pricing_description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.pricing_table_section .pricing_features {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
}

.pricing_table_section .pricing_feature_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #333;
}

.pricing_table_section .pricing_feature_item img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.pricing_table_section .pricing_cta {
    background: #000;
    color: #fff;
    padding: 12px 32px;
    border-radius: 64px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: auto;
    display: inline-block;
}

.pricing_table_section .pricing_cta:hover {
    background-color: #ff600a;
    color: #000;
}

.pricing_table_section .pricing_card.featured .pricing_cta {
    background: #ff600a;
    color: #000;
}

.pricing_table_section .pricing_card.featured .pricing_cta:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1150px) {
    .pricing_table_section .pricing_container {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 2rem auto 0;
    }

    .pricing_table_section {
        padding-inline: 2rem;
    }
}

@media (max-width: 600px) {
    .pricing_table_section {
        padding-top: 2.5rem;
        padding-inline: 1rem;
    }

    .pricing_table_section .content h2 {
        font-size: 1.75rem;
    }

    .pricing_table_section .pricing_price {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .colocationHero,
    section {
        padding-inline: 20px !important;
    }
}
