/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: #fff1f1;
    --primary-100: #ffe0e0;
    --primary-200: #ffc6c6;
    --primary-300: #ff9f9f;
    --primary-400: #f36a6a;
    --primary-500: #db4040;
    --primary-600: #c73535;
    --primary-700: #a92c2c;
    --primary-800: #8c2828;
    --primary-900: #742626;
    --primary-950: #3f1111;

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--primary-500);          /* Maroc Hebergement red */
    --primary-lifted: var(--primary-600);
    --primary-accented: var(--primary-700);

    /* Secondary colors */
    --secondary: #38373c;
    --secondary-lifted: #2f2e33;
    --secondary-accented: #1f1f1f;

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

body {
    letter-spacing: 0;
    background-color: #edf1f2;
}

a,
.btn-link {
    color: var(--primary);
}

a:hover,
.btn-link:hover {
    color: var(--primary-accented);
}

.mh-brand-topbar {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    font-size: 0.875rem;
}

.mh-brand-topbar-inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 42px;
}

.mh-brand-contact,
.mh-brand-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mh-brand-contact span:first-child {
    color: #222;
    font-weight: 600;
}

.mh-brand-actions a {
    color: #333;
    font-weight: 500;
}

.mh-brand-actions a:hover {
    color: var(--primary);
    text-decoration: none;
}

.header .navbar.navbar-light {
    background: #fff;
}

.header .navbar-brand .logo-img,
.header .navbar-brand .mh-logo-img {
    max-height: 58px;
    width: auto;
}

.header .main-navbar-wrapper {
    background: #1f1f1f;
    border: 0;
}

.header .main-navbar-wrapper .navbar-nav .nav-link,
.header .main-navbar-wrapper .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
}

.header .main-navbar-wrapper .navbar-nav .nav-link:hover,
.header .main-navbar-wrapper .navbar-nav > li > a:hover,
.header .main-navbar-wrapper .navbar-nav .show > .nav-link,
.header .main-navbar-wrapper .navbar-nav .active > .nav-link {
    background: #444;
    color: #fff;
}

.btn-primary,
.bg-primary,
.badge-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-lifted) !important;
    border-color: var(--primary-lifted) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.mh-footer {
    background: #38373c;
    color: #eee;
    padding: 0;
}

.mh-footer-main {
    padding: 3rem 0 2.5rem;
}

.mh-footer-logo {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    max-width: 180px;
}

.mh-footer-description {
    color: #e8e8e8;
    font-size: 0.925rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 24rem;
}

.mh-footer h5 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.mh-footer h5::after {
    background: #cfcfcf;
    content: "";
    display: block;
    height: 2px;
    margin-top: 0.5rem;
    width: 40px;
}

.mh-footer a {
    color: #d9d9d9;
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.65rem;
}

.mh-footer a:hover {
    color: var(--primary);
    text-decoration: none;
}

.mh-footer-social .list-inline-item {
    margin-right: 0.75rem;
}

.mh-footer-bottom {
    background: #f8f8f8;
    color: #444;
    font-size: 0.875rem;
    padding: 0.9rem 0;
}

.mh-footer-bottom-inner,
.mh-footer-meta {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.mh-payment-types {
    height: auto;
    max-width: 230px;
}

.mh-footer-bottom .btn-outline-light {
    border-color: #aaa;
    color: #333;
}

@media (max-width: 991px) {
    .mh-brand-topbar-inner,
    .mh-footer-bottom-inner,
    .mh-footer-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .header .navbar-brand .logo-img,
    .header .navbar-brand .mh-logo-img {
        max-height: 46px;
    }
}

@media (max-width: 575.98px) {
    #frmDomainHomepage,
    .home-domain-search,
    .home-domain-search .container {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .home-domain-search .p-5 {
        overflow: hidden;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .home-domain-search h2 {
        font-size: 1.7rem;
        line-height: 1.2;
        overflow-wrap: break-word;
    }

    .home-domain-search .row.d-sm-none {
        margin-left: -0.35rem;
        margin-right: -0.35rem;
    }

    .home-domain-search .row.d-sm-none > [class*="col-"] {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .home-domain-search .btn {
        min-width: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        white-space: normal;
    }

    .home-domain-search .btn-link.float-right {
        display: block;
        float: none !important;
        margin-top: 1rem;
        text-align: center;
    }
}

.wrapper-google {
    font-family: "Poppins", "Roboto", Arial, sans-serif;
}

.wrapper-google .padding {
    padding-bottom: 70px;
    padding-top: 70px;
}

.wrapper-google .section-title {
    color: #202124;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 auto 2.5rem;
    max-width: 760px;
    text-align: center;
}

.wrapper-google .section-title::after {
    background: #d83f3f;
    content: "";
    display: block;
    height: 3px;
    margin: 1.2rem auto 0;
    width: 70px;
}

.mh-google-hero {
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 520px;
    position: relative;
}

.mh-google-hero::before {
    background: rgba(17, 24, 39, 0.58);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mh-google-hero .container {
    min-height: 520px;
    position: relative;
}

.mh-google-hero-content {
    max-width: 650px;
    padding-top: 105px;
}

.mh-google-kicker {
    color: #ffd26a;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.mh-google-hero h1 {
    color: #fff;
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1.2rem;
}

.mh-google-hero p {
    color: #f5f7fb;
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.mh-google-starting-price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.mh-google-starting-price span {
    color: #fff;
    font-weight: 700;
}

.mh-google-starting-price strong {
    color: #ffd26a;
    font-size: 2rem;
    line-height: 1;
}

.mh-google-starting-price small {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.mh-google-overview {
    background: #fff;
}

.mh-google-kicker-dark {
    color: #d83f3f;
}

.mh-google-lead {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
}

.mh-google-overview-panel {
    background: #f7f9fc;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    padding: 1.5rem;
}

.mh-google-overview-item {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.mh-google-overview-item + .mh-google-overview-item {
    border-top: 1px solid #e4e8ef;
}

.mh-google-overview-item h3 {
    color: #00174f;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.mh-google-overview-item p {
    color: #5f6368;
    line-height: 1.6;
    margin: 0;
}

.mh-google-overview-icon {
    align-items: center;
    background: #eaf1ff;
    border-radius: 8px;
    color: #0b63ce;
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.mh-google-overview-icon::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.mh-google-overview-icon-mail::before {
    background: url("../img/icons/gmail.svg") center/contain no-repeat;
}

.mh-google-overview-icon-collab::before {
    background: url("../img/icons/google-drive.svg") center/contain no-repeat;
}

.mh-google-overview-icon-admin::before {
    background: url("../img/icons/google-site.svg") center/contain no-repeat;
}

.wrapper-google .main-btn {
    background: #d83f3f;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 0.9rem 1.25rem;
    text-decoration: none;
}

.wrapper-google .main-btn:hover,
.wrapper-google .main-btn:focus {
    background: #bd3030;
    color: #fff;
    text-decoration: none;
}

.mh-google-included {
    background: #fff;
}

.mh-google-suite-block {
    margin-top: 3rem;
}

.mh-google-suite-block:first-of-type {
    margin-top: 0;
}

.mh-google-suite-block h3 {
    color: #202124;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    text-align: center;
}

.mh-google-suite-block h3 span {
    border-bottom: 3px solid #4285f4;
    display: inline-block;
    padding-bottom: 0.45rem;
}

.mh-google-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.mh-google-icon {
    align-items: center;
    color: #3c4043;
    display: inline-flex;
    font-weight: 700;
    gap: 0.55rem;
}

.mh-google-icon .icon {
    height: 28px;
    width: 28px;
}

.mh-google-feature {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 100%;
    padding: 1.25rem;
}

.mh-google-feature img {
    display: block;
    height: 150px;
    margin: 0 auto 1.25rem;
    object-fit: contain;
    width: 100%;
}

.mh-google-feature h4 {
    color: #202124;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.mh-google-feature p {
    color: #5f6368;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.mh-google-plans {
    background: #fff;
}

.select-plan.mh-google-plans .row {
    align-items: stretch;
}

.select-plan.mh-google-plans .plan-column {
    display: flex;
}

.select-plan.mh-google-plans .plan {
    background: #fff;
    border: 1px solid #d7dce5;
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 1rem auto 0;
    max-width: 380px;
    overflow: hidden;
    padding: 2.3rem 2rem 2rem;
    position: relative;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.select-plan.mh-google-plans .plan:hover {
    border-color: #bfc7d5;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
}

.select-plan.mh-google-plans .plan.special {
    border-color: #d7dce5;
}

.select-plan.mh-google-plans .special-mark {
    display: none;
}

.select-plan.mh-google-plans .plan-title {
    color: #050505;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.25;
    min-height: 5rem;
}

.select-plan.mh-google-plans .plan-price {
    color: #00174f;
    margin-top: 0.7rem;
}

.select-plan.mh-google-plans .txt-montant {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
}

.select-plan.mh-google-plans .txt-currency,
.select-plan.mh-google-plans .txt-tax {
    color: #00174f;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.select-plan.mh-google-plans .txt-user-limit {
    color: #00174f;
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0.25rem;
}

.select-plan.mh-google-plans .devider {
    border-top: 1px solid #111827;
    margin: 1.6rem 0 1.25rem;
}

.select-plan.mh-google-plans .plan-items {
    flex: 1 1 auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.select-plan.mh-google-plans .plan-items li {
    align-items: flex-start;
    color: #00174f;
    display: flex;
    font-size: 0.94rem;
    font-weight: 500;
    gap: 0.9rem;
    line-height: 1.45;
    padding: 0.5rem 0;
    position: relative;
}

.select-plan.mh-google-plans .plan-items li::before {
    content: none;
}

.select-plan.mh-google-plans .plan-items.show-all li {
    display: flex;
}

.select-plan.mh-google-plans .mh-plan-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    margin-top: 0.1rem;
    position: relative;
    width: 22px;
}

.select-plan.mh-google-plans .mh-plan-icon::before {
    border-bottom: 2px solid #00174f;
    border-right: 2px solid #00174f;
    content: "";
    display: block;
    height: 12px;
    transform: rotate(45deg);
    width: 7px;
}

.select-plan.mh-google-plans .mh-plan-feature-gmail .mh-plan-icon::before,
.select-plan.mh-google-plans .mh-plan-feature-meet .mh-plan-icon::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.select-plan.mh-google-plans .mh-plan-feature-gmail .mh-plan-icon::before {
    background: url("../img/icons/gmail.svg") center/contain no-repeat;
}

.select-plan.mh-google-plans .mh-plan-feature-meet .mh-plan-icon::before {
    background: url("../img/icons/hangout.svg") center/contain no-repeat;
}

.select-plan.mh-google-plans .mh-plan-feature-storage .mh-plan-icon::before {
    background: url("../img/icons/google-drive.svg") center/contain no-repeat;
    border: 0;
    content: "";
    display: block;
    height: 20px;
    transform: none;
    width: 20px;
}

.select-plan.mh-google-plans .mh-plan-feature-gemini .mh-plan-icon::before {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 38%, #fbbc04 62%, #ea4335 100%);
    clip-path: polygon(50% 0, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0 50%, 35% 35%);
    content: "";
    display: block;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

.select-plan.mh-google-plans .mh-plan-feature-vids .mh-plan-icon::before {
    background: #a142f4;
    border: 0;
    border-radius: 4px;
    content: "";
    display: block;
    height: 18px;
    transform: none;
    width: 15px;
}

.select-plan.mh-google-plans .mh-plan-feature-vids .mh-plan-icon::after {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    left: 9px;
    position: absolute;
    top: 7px;
}

.select-plan.mh-google-plans .mh-plan-feature-security .mh-plan-icon::before {
    background: #4285f4;
    border: 0;
    border-radius: 50% 50% 45% 45%;
    content: "";
    display: block;
    height: 18px;
    transform: none;
    width: 18px;
}

.select-plan.mh-google-plans .mh-plan-feature-security .mh-plan-icon::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
}

.select-plan.mh-google-plans .mh-plan-feature-notebook .mh-plan-icon::before {
    border: 2px solid #202124;
    border-radius: 3px;
    content: "";
    display: block;
    height: 17px;
    transform: none;
    width: 14px;
}

.select-plan.mh-google-plans .mh-plan-feature-notebook .mh-plan-icon::after {
    background: #202124;
    content: "";
    height: 10px;
    left: 7px;
    position: absolute;
    top: 5px;
    width: 2px;
}

.select-plan.mh-google-plans .btn-container {
    margin-top: 1.6rem;
}

.select-plan.mh-google-plans .btn-buy {
    background: #0b63ce;
    border-color: #0b63ce;
    border-radius: 5px;
    display: inline-block;
    font-weight: 800;
    padding: 0.95rem 1rem;
    width: 100%;
}

.select-plan.mh-google-plans .btn-buy:hover,
.select-plan.mh-google-plans .btn-buy:focus {
    background: #095ab9;
    border-color: #095ab9;
}

.mh-google-empty {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 520px;
    padding: 2rem;
    text-align: center;
}

.mh-google-enterprise {
    background: #f7f9fc;
}

.mh-google-enterprise-media {
    align-items: center;
    background: linear-gradient(135deg, #eaf1ff 0%, #fff 100%);
    border: 1px solid #e0e7f2;
    border-radius: 8px;
    color: #0b63ce;
    display: flex;
    height: 280px;
    justify-content: center;
    margin: 0 auto 1.5rem;
    max-width: 380px;
}

.mh-google-enterprise-media i {
    font-size: 5rem;
}

.mh-google-enterprise-list {
    color: #3c4043;
    line-height: 1.65;
    list-style: none;
    margin: 1.2rem 0 1.6rem;
    padding: 0;
}

.mh-google-enterprise-list li {
    padding: 0.45rem 0 0.45rem 1.6rem;
    position: relative;
}

.mh-google-enterprise-list li::before {
    color: #34a853;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.85rem;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0.5rem;
}

.mh-google-benefits {
    background: #fff;
}

.mh-google-benefit {
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    height: 100%;
    padding: 1.6rem 1.3rem;
    text-align: center;
}

.mh-google-benefit i {
    color: #0b63ce;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.mh-google-benefit h3 {
    color: #00174f;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
}

.mh-google-benefit p {
    color: #5f6368;
    line-height: 1.6;
    margin: 0;
}

.mh-google-comparison {
    background: #f7f9fc;
}

.mh-google-table-wrap {
    overflow-x: auto;
}

.mh-google-table {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.mh-google-table th,
.mh-google-table td {
    border: 1px solid #e4e8ef;
    color: #00174f;
    line-height: 1.45;
    padding: 1rem;
    vertical-align: top;
}

.mh-google-table th {
    background: #eef4ff;
    font-weight: 900;
}

.mh-google-table td:first-child {
    color: #202124;
    font-weight: 800;
}

.mh-google-faqs {
    background: #edf1f2;
}

.mh-google-faqs .panel {
    background: transparent;
    border: 0;
    margin-bottom: 0.8rem;
}

.mh-google-faqs .panel-heading {
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding: 1rem 1.25rem;
}

.mh-google-faqs .panel-title {
    font-size: 1rem;
    margin: 0;
}

.mh-google-faqs .panel-title a {
    color: #202124;
    display: block;
    font-weight: 800;
    line-height: 1.4;
}

.mh-google-faqs .panel-title a:hover,
.mh-google-faqs .panel-title a:focus {
    color: #d83f3f;
    text-decoration: none;
}

.mh-google-faqs .panel-body {
    background: #fff;
    border-top: 1px solid #edf1f2;
    color: #5f6368;
    line-height: 1.65;
    padding: 1rem 1.25rem;
}

.mh-google-contact {
    background: #d83f3f;
    color: #fff;
    padding: 2.1rem 0;
}

.mh-google-contact-inner {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

.mh-google-contact h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.mh-google-contact p {
    color: #fff;
    margin: 0;
}

.mh-google-contact .btn-black {
    background: #202124;
    white-space: nowrap;
}

.mh-google-contact .btn-black:hover,
.mh-google-contact .btn-black:focus {
    background: #111827;
}

@media (max-width: 991.98px) {
    .mh-google-hero,
    .mh-google-hero .container {
        min-height: 460px;
    }

    .mh-google-hero-content {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .mh-google-feature {
        margin-bottom: 1rem;
    }

    .select-plan.mh-google-plans .plan-title {
        font-size: 1.75rem;
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .mh-google-overview-panel {
        margin-top: 1.5rem;
    }

    .mh-google-contact-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .mh-google-hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    #main-body,
    .main-content,
    .wrapper-google,
    .wrapper-google section {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .wrapper-google {
        max-width: 100vw;
        min-width: 0;
        overflow-x: hidden;
        width: 100%;
    }

    .wrapper-google .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        min-width: 0;
        overflow-x: hidden;
        width: calc(100vw - 30px);
    }

    .wrapper-google .padding {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .wrapper-google .section-title {
        font-size: 1.34rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .wrapper-google .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper-google .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .mh-google-hero,
    .mh-google-hero .container {
        min-height: 500px;
    }

    .mh-google-hero-content {
        padding-bottom: 44px;
        padding-top: 52px;
    }

    .mh-google-hero h1 {
        font-size: 1.55rem;
        line-height: 1.24;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .mh-google-hero p {
        font-size: 0.92rem;
        line-height: 1.55;
        max-width: 100%;
    }

    .mh-google-kicker {
        font-size: 0.76rem;
        margin-bottom: 0.75rem;
    }

    .mh-google-starting-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
        margin-bottom: 1.15rem;
    }

    .mh-google-starting-price strong {
        font-size: 1.7rem;
    }

    .mh-google-starting-price small {
        display: inline-block;
        font-size: 0.8rem;
    }

    .wrapper-google .main-btn {
        display: inline-flex;
        justify-content: center;
        max-width: 100%;
        padding: 0.85rem 1rem;
        text-align: center;
        white-space: normal;
    }

    .mh-google-icons {
        gap: 0.65rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .mh-google-icon {
        font-size: 0.9rem;
    }

    .mh-google-feature {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        min-width: 0;
        padding: 1rem;
    }

    .mh-google-feature img {
        height: 118px;
    }

    .mh-google-feature h4 {
        font-size: 0.98rem;
    }

    .mh-google-feature p,
    .mh-google-lead,
    .mh-google-overview-item p,
    .mh-google-benefit p,
    .mh-google-faqs .panel-body {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .select-plan.mh-google-plans .plan {
        max-width: 100%;
        min-width: 0;
        padding: 1.55rem 1.15rem 1.35rem;
        width: 100%;
    }

    .select-plan.mh-google-plans .plan-title {
        font-size: 1.55rem;
        min-height: 0;
    }

    .select-plan.mh-google-plans .txt-montant {
        font-size: 1.62rem;
    }

    .select-plan.mh-google-plans .txt-tax,
    .select-plan.mh-google-plans .txt-user-limit {
        font-size: 0.72rem;
    }

    .select-plan.mh-google-plans .devider {
        margin: 1.15rem 0 0.8rem;
    }

    .select-plan.mh-google-plans .plan-items li {
        font-size: 0.86rem;
        gap: 0.65rem;
        line-height: 1.42;
        padding: 0.38rem 0;
    }

    .select-plan.mh-google-plans .mh-plan-icon {
        flex-basis: 18px;
        height: 18px;
        width: 18px;
    }

    .select-plan.mh-google-plans .mh-plan-feature-gmail .mh-plan-icon::before,
    .select-plan.mh-google-plans .mh-plan-feature-meet .mh-plan-icon::before {
        height: 18px;
        width: 18px;
    }

    .select-plan.mh-google-plans .btn-buy {
        padding: 0.82rem 0.9rem;
    }

    .mh-google-overview-panel {
        padding: 1rem;
    }

    .mh-google-overview-item {
        gap: 0.8rem;
    }

    .mh-google-overview-icon {
        flex-basis: 42px;
        height: 42px;
        width: 42px;
    }

    .mh-google-enterprise-media {
        height: 170px;
    }

    .mh-google-enterprise-media i {
        font-size: 3.6rem;
    }

    .mh-google-enterprise-list li {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .mh-google-benefit {
        height: auto;
        margin-bottom: 0.8rem;
        padding: 1.2rem 1rem;
    }

    .mh-google-table {
        font-size: 0.84rem;
        min-width: 620px;
    }

    .mh-google-table th,
    .mh-google-table td {
        padding: 0.75rem;
    }

    .mh-google-contact-inner {
        gap: 1rem;
    }

    .mh-google-contact h2 {
        font-size: 1.15rem;
    }
}
