@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Exo+2:wght@600;700;800&display=swap");

:root {
    --dw-blue: #2068a2;
    --dw-blue-dark: #034b93;
    --dw-sky: #5aafdd;
    --dw-ink: #111111;
    --dw-text: #2d2d2d;
    --dw-soft: #eff8fd;
    --dw-line: #e5e5e5;
    --dw-footer: #000000;
    --dw-container: 1440px;
}

body.dotwifi-theme {
    background: #ffffff;
    color: var(--dw-text);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.dotwifi-theme h1,
.dotwifi-theme h2,
.dotwifi-theme h3,
.dotwifi-theme h4,
.dotwifi-theme h5,
.dotwifi-theme h6 {
    color: var(--dw-ink);
    font-family: "Exo 2", "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.dotwifi-theme a {
    color: var(--dw-blue);
}

.dotwifi-theme a:hover,
.dotwifi-theme a:focus {
    color: var(--dw-blue-dark);
}

.dotwifi-theme .container {
    max-width: var(--dw-container);
}

.dw-header {
    background: #ffffff;
    position: relative;
    z-index: 20;
}

.dw-account-bar {
    background: #0d4f82;
    color: #ffffff;
    padding: 8px 0;
}

.dw-account-bar .btn,
.dw-account-bar a {
    color: #ffffff;
}

.dw-account-bar .input-group-text,
.dw-account-bar .btn-active-client {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.dw-top-strip {
    background: linear-gradient(105deg, var(--dw-blue) 0 67%, #eef3f7 67% 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.dw-top-strip-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 38px;
}

.dw-location,
.dw-follow {
    align-items: center;
    display: flex;
    gap: 10px;
}

.dw-follow {
    color: var(--dw-ink);
}

.dw-social-icon {
    align-items: center;
    color: var(--dw-blue);
    display: inline-flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.dw-main-nav {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
    position: sticky;
    top: 0;
    z-index: 19;
}

.dw-main-nav-inner {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 240px 1fr auto;
    min-height: 104px;
}

.dw-logo {
    display: inline-flex;
}

.dw-logo img {
    display: block;
    height: auto;
    width: 210px;
}

.dw-site-menu {
    align-items: center;
    display: flex;
    gap: 54px;
    justify-content: center;
}

.dw-site-menu a,
.dw-mobile-site-links a {
    color: var(--dw-ink);
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

.dw-site-menu a:first-child {
    color: var(--dw-blue);
}

.dw-header-actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.dw-call {
    align-items: center;
    color: var(--dw-ink);
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
}

.dw-call:hover {
    text-decoration: none;
}

.dw-call-icon {
    align-items: center;
    background: var(--dw-blue);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.dw-call small,
.dw-call strong {
    display: block;
}

.dw-call small {
    color: var(--dw-ink);
    font-size: 16px;
    font-weight: 500;
}

.dw-call strong {
    color: var(--dw-ink);
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    line-height: 1;
}

.dw-icon-link,
.dw-menu-toggle {
    align-items: center;
    border: 1px solid var(--dw-line);
    border-radius: 999px;
    color: var(--dw-blue);
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
}

.dw-icon-link {
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.dw-icon-link .badge {
    position: absolute;
    right: -5px;
    top: -5px;
}

.dw-menu-toggle {
    background: #ffffff;
    display: none;
}

.dw-mobile-menu {
    border-top: 1px solid var(--dw-line);
    padding: 20px 0;
}

.dw-mobile-site-links {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.dw-mobile-search {
    margin-bottom: 18px;
}

.dw-whmcs-mobile-nav .nav-item,
.dw-whmcs-mobile-nav .dropdown {
    display: block;
    width: 100%;
}

.dw-whmcs-mobile-nav .nav-link {
    border-top: 1px solid var(--dw-line);
    color: var(--dw-ink);
    padding: 12px 0;
}

.master-breadcrumb {
    background: #f6f9fb;
    border: 0;
    padding: 18px 0;
}

.master-breadcrumb .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

#main-body {
    background: #ffffff;
    padding: 58px 0 80px;
}

.dotwifi-page-homepage #main-body {
    padding: 0;
}

.dotwifi-page-homepage #main-body > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.dotwifi-page-homepage #main-body > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.dotwifi-page-homepage #main-body .primary-content {
    padding-left: 0;
    padding-right: 0;
}

.dw-home {
    overflow: hidden;
}

.dw-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 760px;
    position: relative;
}

.dw-hero-overlay,
.dw-band-overlay,
.dw-testimonial-overlay {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dw-hero-overlay {
    background: linear-gradient(90deg, rgba(3, 28, 42, 0.88) 0%, rgba(3, 28, 42, 0.68) 45%, rgba(3, 28, 42, 0.1) 100%);
}

.dw-hero .container {
    min-height: 760px;
    position: relative;
}

.dw-hero-content {
    max-width: 810px;
    padding-top: 260px;
}

.dw-hero-slide {
    display: none;
}

.dw-hero-slide.active {
    display: block;
}

.dw-kicker {
    color: var(--dw-blue);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.dw-kicker-light {
    color: #ffffff;
}

.dw-hero h1 {
    color: #ffffff;
    font-size: 76px;
    margin: 0 0 36px;
    max-width: 800px;
}

.dw-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.dw-pill-btn {
    align-items: center;
    background: var(--dw-blue);
    border: 3px solid #ffffff;
    border-radius: 999px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 14px;
    line-height: 1;
    min-height: 58px;
    padding: 6px 28px 6px 6px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.dw-pill-btn:hover,
.dw-pill-btn:focus {
    background: var(--dw-sky);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.dw-pill-btn span {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: #4c078c;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.dw-pill-btn .fa-arrow-up {
    transform: rotate(45deg);
}

.dw-pill-btn-ghost {
    background: transparent;
}

.dw-hero-dots {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    bottom: 70px;
    display: inline-flex;
    gap: 16px;
    left: 50%;
    padding: 12px 28px;
    position: absolute;
    transform: translateX(-50%);
}

.dw-hero-dots button {
    background: rgba(255, 255, 255, 0.28);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: block;
    height: 12px;
    padding: 0;
    width: 12px;
}

.dw-hero-dots button.active,
.dw-hero-dots button:hover,
.dw-hero-dots button:focus {
    background: #ffffff;
}

.dw-hero-dots button:focus {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

.dw-section {
    padding: 100px 0;
}

.dw-two-col,
.dw-feature-grid {
    display: grid;
    gap: 110px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}

.dw-two-col-about {
    align-items: center;
}

.dw-image-stack {
    min-height: 710px;
    position: relative;
}

.dw-image-stack img {
    object-fit: cover;
}

.dw-image-main {
    border-radius: 200px 16px 16px 16px;
    height: 710px;
    width: 82%;
}

.dw-image-small {
    border: 3px solid #ffffff;
    border-radius: 24px;
    bottom: 0;
    height: 250px;
    position: absolute;
    right: 0;
    width: 54%;
}

.dw-copy h2 {
    font-size: 48px;
    margin: 0 0 24px;
}

.dw-copy > p {
    font-size: 18px;
    margin: 0 0 32px;
}

.dw-icon-row {
    align-items: flex-start;
    border-bottom: 1px solid var(--dw-line);
    display: flex;
    gap: 36px;
    padding: 26px 0;
}

.dw-icon-row h3 {
    font-size: 24px;
    margin: 0 0 8px;
}

.dw-icon-row p {
    font-size: 18px;
    margin: 0;
}

.dw-round-icon,
.dw-check-icon {
    align-items: center;
    background: rgba(90, 175, 221, 0.2);
    border-radius: 999px;
    color: var(--dw-ink);
    display: inline-flex;
    flex: 0 0 96px;
    font-size: 36px;
    height: 96px;
    justify-content: center;
    width: 96px;
}

.dw-check-icon {
    flex-basis: 86px;
    font-size: 34px;
    height: 86px;
    width: 86px;
}

.dw-copy .dw-pill-btn {
    margin-top: 28px;
}

.dw-pricing-band,
.dw-testimonial-band {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 110px 0;
    position: relative;
}

.dw-band-overlay {
    background: rgba(0, 0, 0, 0.62);
}

.dw-pricing-band .container,
.dw-testimonial-band .container {
    position: relative;
}

.dw-pricing-heading {
    color: #ffffff;
    margin: 0 auto 58px;
    max-width: 820px;
    text-align: center;
}

.dw-pricing-heading h2 {
    color: #ffffff;
    font-size: 48px;
    margin: 0;
}

.dw-pricing-heading p:not(.dw-kicker) {
    color: #ffffff;
    font-size: 18px;
    margin: 20px 0 0;
}

.dw-price-panel {
    align-items: center;
    background: rgba(8, 22, 31, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 36% 64%;
    min-height: 270px;
    overflow: hidden;
    padding: 48px 86px;
}

.dw-price-side {
    border-right: 4px solid #ffffff;
    padding-right: 70px;
}

.dw-price-line {
    align-items: baseline;
    display: flex;
    gap: 12px;
}

.dw-price-line span,
.dw-price-line em,
.dw-price-side p,
.dw-price-copy p,
.dw-price-copy h3 {
    color: #ffffff;
}

.dw-price-line strong {
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    font-size: 54px;
}

.dw-price-line em {
    font-style: normal;
    font-weight: 700;
}

.dw-price-side p {
    font-size: 24px;
    margin: 22px 0 28px;
}

.dw-price-copy {
    padding-left: 110px;
}

.dw-price-copy h3 {
    font-size: 32px;
    margin: 0 0 20px;
}

.dw-price-copy p {
    font-size: 18px;
    margin: 0;
}

.dw-text-link {
    color: var(--dw-blue) !important;
    display: inline-flex;
    font-weight: 700;
    margin-top: 18px;
    text-decoration: none;
}

.dw-pricing-band .dw-text-link {
    border-bottom: 2px solid #ffffff;
    color: #ffffff !important;
    padding-bottom: 4px;
}

.dw-pricing-band .dw-text-link:hover,
.dw-pricing-band .dw-text-link:focus {
    color: #dff2ff !important;
}

.dw-pricing-band .dw-pill-btn {
    background: var(--dw-blue-dark);
}

.dw-feature-grid {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    row-gap: 90px;
}

.dw-upload-img,
.dw-feature-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.dw-upload-img {
    height: 420px;
}

.dw-feature-img {
    height: 710px;
}

.dw-feature-list .dw-icon-row {
    gap: 36px;
}

.dw-testimonial-overlay {
    background: rgba(0, 0, 0, 0.45);
}

.dw-help-cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-help-card {
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    color: var(--dw-ink) !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 180px;
    justify-content: center;
    padding: 28px 20px;
    text-align: center;
    text-decoration: none !important;
}

.dw-help-card span {
    align-items: center;
    background: rgba(90, 175, 221, 0.2);
    border-radius: 999px;
    color: var(--dw-blue);
    display: inline-flex;
    font-size: 32px;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.dw-help-card strong {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
}

.dw-section-heading {
    margin: 0 0 48px;
    text-align: center;
}

.dw-section-heading h2 {
    font-size: 48px;
    margin: 0;
}

.dw-account-grid,
.dw-product-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dw-account-card,
.dw-product-card,
.dotwifi-theme .card,
.dotwifi-theme .panel {
    background: #ffffff;
    border: 1px solid var(--dw-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.dw-account-card {
    align-items: center;
    color: var(--dw-ink) !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 168px;
    justify-content: center;
    padding: 26px;
    text-align: center;
    text-decoration: none !important;
}

.dw-account-card i {
    color: var(--dw-blue);
    font-size: 38px;
}

.dw-account-card span {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.dw-product-section {
    background: #f7fbfe;
}

.dw-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.dw-product-card {
    padding: 34px;
}

.dw-product-card h3 {
    font-size: 26px;
    margin: 0 0 14px;
}

.dw-footer {
    background: var(--dw-footer);
    color: #ffffff;
}

.dw-footer-main {
    padding: 90px 0;
}

.dw-footer-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: 1.25fr 0.8fr 0.85fr 1.55fr;
}

.dw-footer-logo img {
    width: 220px;
}

.dw-contact-list,
.dw-footer-column ul {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.dw-contact-list li {
    align-items: center;
    display: flex;
    gap: 18px;
    margin: 18px 0;
}

.dw-contact-list span {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: #000000;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.dw-footer a {
    color: #ffffff;
    text-decoration: none;
}

.dw-footer-column h3,
.dw-footer-newsletter h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 24px;
}

.dw-footer-column li {
    margin: 14px 0;
}

.dw-footer-newsletter p {
    font-size: 18px;
    margin: 0 0 24px;
    max-width: 520px;
}

.dw-footer-newsletter input {
    border: 0;
    border-radius: 4px;
    height: 56px;
    margin-bottom: 22px;
    padding: 0 20px;
}

.dw-footer-newsletter .dw-pill-btn {
    float: right;
}

.dw-footer-bottom {
    background: var(--dw-blue);
    padding: 18px 0;
}

.dw-footer-bottom .container {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.dw-footer-bottom p {
    margin: 0;
}

.dw-footer-tools,
.dw-footer-social {
    align-items: center;
    display: flex;
    gap: 12px;
}

.dw-social-circle {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: var(--dw-blue);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.dw-language-btn {
    background: #ffffff;
    border-radius: 999px;
    color: var(--dw-blue);
    font-weight: 700;
}

.dotwifi-theme .btn-primary,
.dotwifi-theme .btn-success,
.dotwifi-theme .btn-info {
    background: var(--dw-blue);
    border-color: var(--dw-blue);
}

.dotwifi-theme .btn-primary:hover,
.dotwifi-theme .btn-success:hover,
.dotwifi-theme .btn-info:hover {
    background: var(--dw-blue-dark);
    border-color: var(--dw-blue-dark);
}

.dotwifi-theme .btn-outline-primary {
    border-color: var(--dw-blue);
    color: var(--dw-blue);
}

.dotwifi-theme .btn-outline-primary:hover {
    background: var(--dw-blue);
    color: #ffffff;
}

.dotwifi-theme .sidebar .list-group-item.active,
.dotwifi-theme .list-group-item.active {
    background: var(--dw-blue);
    border-color: var(--dw-blue);
}

.dotwifi-theme .card-header,
.dotwifi-theme .panel-heading {
    background: #f7fbfe;
    border-bottom-color: var(--dw-line);
    color: var(--dw-ink);
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
}

.dotwifi-theme .form-control {
    border-color: #d9e2e8;
    border-radius: 4px;
    min-height: 44px;
}

.dotwifi-theme .form-control:focus {
    border-color: var(--dw-blue);
    box-shadow: 0 0 0 0.2rem rgba(32, 104, 162, 0.15);
}

.dotwifi-theme table.table-list thead th,
.dotwifi-theme .dataTables_wrapper table.table-list thead th {
    background: #f7fbfe;
    color: var(--dw-ink);
}

.dotwifi-theme .tiles .tile,
.dotwifi-theme .client-home-panels .panel {
    border-radius: 8px;
}

.dotwifi-theme .modal-content {
    border-radius: 8px;
}

.dotwifi-theme .alert-info {
    background: #eef8fd;
    border-color: rgba(32, 104, 162, 0.2);
    color: #164c78;
}

@media (max-width: 1366px) {
    .dw-main-nav-inner {
        grid-template-columns: 210px 1fr auto;
    }

    .dw-logo img {
        width: 190px;
    }

    .dw-site-menu {
        gap: 34px;
    }

    .dw-call strong {
        font-size: 18px;
    }

    .dw-hero {
        min-height: 680px;
    }

    .dw-hero .container {
        min-height: 680px;
    }

    .dw-hero-content {
        padding-top: 210px;
    }

    .dw-hero h1 {
        font-size: 60px;
        max-width: 700px;
    }

    .dw-section {
        padding: 80px 0;
    }

    .dw-two-col,
    .dw-feature-grid {
        gap: 60px;
    }

    .dw-copy h2,
    .dw-pricing-heading h2,
    .dw-section-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .dw-main-nav-inner {
        grid-template-columns: 210px 1fr;
    }

    .dw-site-menu,
    .dw-call {
        display: none;
    }

    .dw-header-actions {
        justify-content: flex-end;
    }

    .dw-menu-toggle {
        display: inline-flex;
    }

    .dw-help-cards,
    .dw-account-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dw-footer-grid {
        gap: 42px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .dw-top-strip {
        background: var(--dw-blue);
    }

    .dw-follow {
        color: #ffffff;
    }

    .dw-follow .dw-social-icon {
        color: #ffffff;
    }

    .dw-hero,
    .dw-hero .container {
        min-height: 600px;
    }

    .dw-hero-content {
        padding-top: 150px;
    }

    .dw-hero h1 {
        font-size: 44px;
    }

    .dw-two-col,
    .dw-feature-grid,
    .dw-price-panel {
        grid-template-columns: 1fr;
    }

    .dw-price-side {
        border-bottom: 4px solid #ffffff;
        border-right: 0;
        padding: 0 0 34px;
    }

    .dw-price-copy {
        padding: 34px 0 0;
    }

    .dw-image-stack {
        min-height: 560px;
    }

    .dw-image-main {
        height: 560px;
    }

    .dw-help-cards,
    .dw-account-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .dw-top-strip-inner,
    .dw-footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .dw-main-nav-inner {
        gap: 12px;
        grid-template-columns: 160px 1fr;
        min-height: 82px;
    }

    .dw-logo img {
        width: 150px;
    }

    .dw-hero,
    .dw-hero .container {
        min-height: 560px;
    }

    .dw-hero-content {
        padding-top: 90px;
    }

    .dw-hero h1 {
        font-size: 36px;
    }

    .dw-kicker {
        font-size: 15px;
    }

    .dw-section {
        padding: 60px 0;
    }

    .dw-copy h2,
    .dw-pricing-heading h2,
    .dw-section-heading h2 {
        font-size: 30px;
    }

    .dw-image-stack {
        min-height: 480px;
    }

    .dw-image-main {
        border-radius: 16px;
        height: 420px;
        width: 100%;
    }

    .dw-image-small {
        height: 180px;
        width: 58%;
    }

    .dw-icon-row {
        gap: 20px;
    }

    .dw-round-icon,
    .dw-check-icon {
        flex-basis: 64px;
        font-size: 24px;
        height: 64px;
        width: 64px;
    }

    .dw-price-panel {
        border-radius: 16px;
        padding: 24px;
    }

    .dw-price-line strong {
        font-size: 42px;
    }

    .dw-help-cards,
    .dw-account-grid,
    .dw-footer-grid {
        grid-template-columns: 1fr;
    }

    .dw-footer-newsletter .dw-pill-btn {
        float: none;
    }
}
