.container-xxl h1 {
    font-size: 2.5rem;
    font-weight: 600;
}
[data-section="features"] h2, [data-section="templates"] h2 {
    font-size: 1.8rem;
    font-weight: 600;
}
[data-section="templates"] .lead {
    line-height: 2rem;
}
[data-section="faq"] {
    max-width: 990px;
    margin: 0 auto;
}
.w-100 {
    max-width: 1200px;
    margin: 0 auto;
}
nav .text-white a {
  color: #ff6c2c;
}
nav .text-white a:hover {
    color: #df4300;
}
main {
    background-color: #fff;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(255, 108, 44) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(233, 246, 252) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgb(23, 155, 215) !important;
}
.display-2 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.1;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.btn {
    line-height: 1.8;
    padding: 0.375rem 1.5rem;
}
h3.h2 {
    font-weight: 600;
}
h3.h4 {
    font-size: 1.5rem;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .display-2 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .lead {
        font-size: calc(1.275rem + 0.3vw);
    }
    h3.h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
}
@media (min-width: 992px) {
    .features-caption {
        top: calc(50% - 56px);
    }

    .features-blocks>* {
        grid-area: 1/1/2/2
    }
}

@media (min-width: 1400px) {
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.card-body .row {
    margin-right: 0;
    margin-left: 0;
}

.col-lg-6.mw-lg-caption-lg {
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
}

.features-icon {
    width: 6rem
}
[data-section="templates"] .card {
    border: none;
}
[data-section="templates"] .card img {
    border-radius: 4px;
}
[data-section="templates"] ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 690px) {
    [data-section="templates"] ul li {
        display: inline-block;
        margin: 0 10px;
    }
}

[data-section="templates"] ul li::before {
    display: inline-block;
    content: '';
    background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 5px;
    width: 16px;
    height: 12px;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-toggler, .navbar .navbar-toggler {
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transform: none;
        width: auto;
        height: auto;
    }
    .d-block {
        margin: 1.5rem 0;
    }
}

/* Accordion styles */
.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    overflow: hidden;
}

.tab {
    width: 100%;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    padding: 1rem 0 0.9rem 0;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}

.tab-label h3 {
    font-size: 20px;
    margin-bottom: 0;
}

/* Icon */

.tab-label::after {
    background-image: url('https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/arrow_icon.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 11px;
    margin-top: 8px;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    border-bottom: 1px solid #000;
    max-height: 0;
    padding: 0 25px 0 0;
    transition: all 0.35s;
}

.tab-content ul {
    margin-bottom: 0;
}

/* :checked */

.tabs input:checked + .tab-label h3 {
    font-weight: 600;
}

.tabs input:checked + .tab-label::after {
    transform: rotate(180deg);
}

.tabs input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0 25px 1em 0;
}

[data-section="hero"] .btn {
    min-width: 141px;
    box-shadow: none;
}

@media (max-width: 768px) {
    [data-section="hero"] .text-right, [data-section="hero"] .text-left {
      text-align: center !important;
    }
    [data-section="hero"] .btn.mb-4 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 360px) {
    .container-xxl h1, .features-blocks .h2 {
        font-size: 1.5rem;
    }
}

/* Price plans */

@media (min-width: 992px) {
    .tier .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 6px;
        padding-left: 6px;
    }
}

#price-plans .container-xxl {
    max-width: 1158px;
}

#price-plans .card {
    border: none;
    background: none;
    box-shadow: none;
}

#price-plans .card .card-body {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.tier .tier-color {
    background: linear-gradient(45deg, #48A79D, #1A9BD5);
    border-radius: 0.25rem 0.25rem 0 0;
    height: 8px;
}

.tier .tier-level h3 {
    font-size: 1.13rem !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.tier .tier-info .tier-price {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 3.75em;
    font-weight: 500;
    margin-left: 0;
    display: inline-block;
}

.tier .tier-info .tier-price sup {
    top: -33px;
}

.tier .tier-info .monthly {
    display: inline-block;
    margin-left: -26px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 95%;
}

@media (max-width: 768px) {
    .tier .card {
        max-width: 320px;
    }
}

.tier-info p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .card .btn {
        padding: 0.1rem 1.5rem;
    }
    .tier-info p {
        max-width: 168px;
    }
}

.card .btn {
    box-shadow: none;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.tier .card-footer {
    border-top: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.tier .card-body {
    padding: 1rem;
}

.tier .card-footer ul {
    color: #868e96;
    font-size: 90%;
    list-style: none;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.tier .card-footer ul li {
    line-height: 1.5rem;
}

.tier .card-footer ul li::before {
    background-image: url(https://www.cpanel.net/wp-content/themes/cPbase/assets/img/icons/check-green.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-bottom: -2px;
}