﻿
body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

span.menu-text {
    font-weight: BOLDER;
}

div#sidebar {
    width: 236px;
}

img#responsive-image {
    padding: 15px;
}

.sidebar-info .widget1:not(.stay-on-collapse) {
    transition-duration: 300ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.sidebar-info .widget1 .widget1-body .userinfo {
    padding: 10px 0px 24px 5px;
    position: relative;
    background-size: 240px 128px;
    background-color: rgb(255, 255, 255);
}

.useremail {
}

.sidebar-info .widget1 .widget1-body .userinfo .info .username {
    font-size: 18px !important;
    line-height: 24px;
    display: block;
    text-align: left;
    padding-left: 64px;
    color: rgb(115, 115, 115);
}

.sidebar-info .widget1 .widget1-body .userinfo .avatar {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.info {
    color: #57b5e3 !important;
}

.sidebar-info #widget-profileinfo.widget1 {
    overflow: hidden;
}

.menu-compact .sidebar-info {
    display: none;
}

.menu-text {
    padding: 0px;
    cursor: pointer !important;
}

.bg-custom-red {
    background-color: #EC1C24;
    color: white;
    height: 1.2em;
}

.increasewidth {
    width: 100%;
    height: 5.9em;
    background-color: white !important;
}

.navbar-inner {
    width: 100%;
    height: 5.9em;
    background-color: white !important;
}

.sidemargin {
    /*    margin-top: 2.5%;*/
}

.header-buttons button {
    background-color: white;
    color: #EC1C24;
    border: 1px solid #EC1C24;
    cursor: pointer;
    padding: 5px 37px;
    width: auto;
    max-width: 100%;
    font-weight: 400;
    font-size: 13px;
    margin-top: 19px;
    margin-right: 15px
}

    .header-buttons button:hover {
        background-color: #EC1C24;
        color: white;
        border: 1px solid #EC1C24;
    }

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

/*.img-overlay {
    opacity: 0.3;
}*/

.image-width {
    width: 1055px !important
}

.heading {
    text-align: center;
    color: #000000 !important;
}

.custom-paragraph {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 20px 15px;
    width: 100%;
}

.footer {
    background-color: #dee9eb;
    color: black;
    height: 4.5vh;
    width: 100%;
    z-index: 9999;
}

    .footer p {
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 0;
        font-weight: 400;
    }

.menu-style {
    list-style: none !important
}

.nav.sidebar-menu .submenu li {
    height: 50px;
}

/* Base styles for the heading */
.heading-dashboard {
    color: #000000a1;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vh;
}

/* Adjusted font sizes for different screen sizes */

/* Adjusted font size for highlighted text */
.highlighted-text-dashboard {
    color: #EC1C24;
    font-size: 40px;
    font-weight: bold;
}

.margin-top-10 {
    margin-top: 292px !important;
}

/*@media (max-width: 500px) {
    .heading-dashboard {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}*/
.packagetagline {
    font-size: 10px;
    margin-left: 2px;
}

.cursornevigator {
    cursor: pointer !important;
    /*        background-color: white !important;*/
    border: 0px !important;
}

/*.page-sidebar .sidebar-menu a .menu-icon {
    margin-top: 5px;
}*/

.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

ul li {
    margin-bottom: 1.4rem;
}

.pricing-divider {
    border-radius: 2px;
    background: White;
    padding: 1em 0 3em;
    position: relative;
    width: 100%;
    margin-bottom: -3px;
    margin-left: -2px;
    border-top: 3px solid grey;
    margin-top: 25 px
}

.blue .pricing-divider {
    background: #2D5772;
}

.green .pricing-divider {
    background: #1AA85C;
}

.red b {
    color: #C64545
}

.blue b {
    color: #2D5772
}

.green b {
    color: #1AA85C.page-sidebar .sidebar-menu a
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: red
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #C64545;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out;
}

    .princing-item:hover {
        transform: scale(1.05);
    }

        .princing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }

        .princing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }

.adjust-layout {
    margin-top: 43px;
    width: 99%;
    margin-left: -32px;
}

.box {
    background-color: white;
}

.box-adjustment {
    max-height: 54vh;
    overflow-y: auto;
    overflow-x: auto; /* Add horizontal scrolling */
    border-radius: 0rem;
    margin-top: -35px;
    border-bottom-right-radius: 0rem;
    width: 100%;
    margin-left: -2px; /* Ensure alignment */
    background-color: white;
    /* Custom Scrollbar Styling */
    scrollbar-width: thin; /* Firefox: Thin scrollbar */
    scrollbar-color: lightgray #f1f1f1; /* Firefox: Thumb and track colors */
}

    .box-adjustment::-webkit-scrollbar {
        width: 10px; /* Width of vertical scrollbar */
        height: 10px; /* Height of horizontal scrollbar */
    }

    .box-adjustment::-webkit-scrollbar-thumb {
        background-color: lightgray; /* Scrollbar color */
        border-radius: 10px; /* Rounded scrollbar */
    }

        .box-adjustment::-webkit-scrollbar-thumb:hover {
            background-color: gray; /* Darker color on hover */
        }

    .box-adjustment::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Background track color */
        border-radius: 10px; /* Match scrollbar radius */
    }


.label-style {
    display: inline-block;
    padding: 8px 12px;
    min-width: 100px;
    height: auto;
    text-align: center;
    margin: 5px;
}

.pointlist {
    position: relative;
    font-size: 12px;
    text-align: left;
    list-style: none;
}

.pkgbuttons {
    text-align: right;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 27px;
    margin-right: 20px;
}

    .pkgbuttons button {
        background-color: #30b95a;
        color: white;
        border: 1px solid #30b95a;
        cursor: pointer;
        padding: 5px 28px 6px 28px;
        width: auto;
        max-width: 100%;
        font-weight: 300;
        margin-right: 10px;
        text-align: center;
        margin-top: -4px;
        font-size: 13px;
        font-weight: 400
    }

        .pkgbuttons button:hover {
            background-color: #30b95a;
            color: white;
            border: 1px solid #30b95a;
            
        }

.background-color {
    background-color: #00000078 !important;
}

.redline-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100% + 30px) !important;
}



.package-alignment {
    list-style: none !important;
    border-left: 0px !important;
    margin-left: -32px;
    background-color: none !important;
    border: 0px !important;
    border-left: 0px !important;
}

.label.label-style {
    background-color: white;
    margin-top: 2px;
    height: 32px;
    color: black;
    font-size: 13px;
    font-weight: 400;
    border: 3px solid #f4b400;
}

.page-sidebar .sidebar-menu > li > .submenu:before {
    content: none;
}

.page-sidebar .sidebar-menu > li > .submenu > li > a:before {
    background-color: transparent;
    border: none;
}

.external-event {
    border-left: 4px solid #a3a3a3;
    margin-right: 11px;
    max-height: 88px;
}

.databox-text {
    margin-left: 6px;
    font-size: 1em;
    width: 380px;
}

.below-text {
    margin-bottom: 5px
}

body:before {
    background-color: white
}

.row-margin {
    margin-left: 24px;
    margin-right: 0px;
    margin-top: 5px;
}

.page-sidebar {
    width: 224px;
    top: 31px;
}

    .page-sidebar.menu-compact .sidebar-menu {
        width: 37px !important;
    }

.widget-body {
    padding: 0;
}

.tab-content {
    padding: 0px 0px;
}

.step-content {
    padding: 11px;
    /* margin-bottom: 2px;*/
}

.widget-header {
    min-height: 46px;
    margin-top: 14px;
}

.wizard.wizard-wired {
    padding-top: -3px;
}

    .wizard.wizard-wired ul li .step {
        color: black
    }

    .wizard.wizard-wired ul {
        margin-left: 32%;
    }

.actions a {
    line-height: 25px;
    font-size: 12px;
    margin-right: 8px;
}

.timeline-panel {
    max-width: 80%;
    margin: 0 auto;
}

.well {
    margin-bottom: 0px !important;
    border-left: 5px solid transparent !important;
}

.tab-content {
    overflow-x: hidden;
}

.inputgroup-icon i {
    color: #999;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.bold-text {
    font-weight: bold;
}

.package-title {
    font-size: 16px;
}

p {
    line-height: 13px;
}

.wizard ul li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    content: "";
    background-color: transparent;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 12px;
    color: transparent;
}

.wizard ul li.complete:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #a0d468;
    z-index: 10000;
}

.well.bordered-left {
    border-left: 5px solid transparent !important;
}

.btn-transparent {
    background-color: white;
    border-color: transparent;
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.arrow-icon {
    color: black;
    transition: color 0.3s;
}

.btn-transparent:hover {
    background-color: none;
    color: none;
    border: 1px solid White;
}

    .btn-transparent:hover .arrow-icon {
        color: white;
    }

.page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
    background-color: transparent !important;
}

.page-sidebar .sidebar-menu > li > .submenu > li.active > a:before {
    background-color: transparent !important;
}

.btn-default {
    border: 1px solid #EC1C24;
    color: #EC1C24 !important;
    transition: background-color 0.3s, color 0.3s;
}

    .btn-default:hover {
        background-color: red;
        color: white !important;
    }

    .btn-default:disabled,
    .btn-default.disabled:hover {
        opacity: 0.5;
        cursor: not-allowed;
        color: #EC1C24 !important
    }

.function-margin {
    margin-top: -8px
}

.padding-10 {
    padding: 7px !important;
}

.wizard.wizard-wired ul li .title {
    font-size: 12px !important;
    color: black;
}

.PkgPrice {
    font-weight: bold;
    color: #320202;
    white-space: nowrap;
    font-size: 16px;
}

.label-size {
    font-size: 12px;
}

[data-slots] {
    font-family: monospace
}

.btn-default {
    border: 1px solid #EC1C24;
    color: #EC1C24 !important;
    transition: background-color 0.3s, color 0.3s;
}

    .btn-default:hover {
        background-color: red;
        color: white !important;
    }

    .btn-default:disabled,
    .btn-default.disabled:hover {
        opacity: 0.5;
        cursor: not-allowed;
        color: #EC1C24 !important
    }

.btn.btn-circle.btn-xs {
    width: 25px;
    height: 25px;
    padding: 4px 2px 1px 4px;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.custom-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fafafa;
    width: 80%;
    max-width: 500px;
}

.custom-card-body {
    padding: 10% 5%;
}

.custom-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.navbar .navbar-inner .navbar-container {
    padding-left: 10px;
}

.navbar .navbar-inner {
    border: 0;
    /* -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;*/
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    /*  background-clip: padding-box;*/
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 45px;
    position: relative;
    background: #2dc3e8;
}

.navbar .sidebar-collapse.active:hover {
    box-shadow: none;
}

.navbar .sidebar-collapse {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 313px;
    top: 12px;
    z-index: 2;
    width: 35px;
    height: 45px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #0b0b0b;
}

#responsive-image {
    margin-left: -46px;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

/*.menu-compact #sidebar {
    width: 50px;
}*/

.menu-compact #sidebar-collapse {
    display: none;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -55px;
}

.img-opacity {
    opacity: 0.7;
}

.page-sidebar:before {
    content: "";
    position: fixed;
    display: block;
    width: 0px;
    bottom: 0;
    top: 0;
    left: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}

.page-body {
    padding: 1px 20px 0px;
}

.page-sidebar .sidebar-menu a {
    display: block;
    height: 50px;
    line-height: 36px;
    margin: 0;
    padding: 0 16px 0 7px;
    /* -webkit-text-shadow: none !important;*/
    text-shadow: none !important;
    font-size: 12px;
    text-decoration: none;
    color: #737373;
}

.steps .wizard-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 10px;
    padding: 10px;
}

    .steps .wizard-step .step i {
        margin-right: 5px;
    }

    .steps .wizard-step .title {
        font-size: 16px;
    }

.steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wizard.wizard-wired ul li .step {
    border-width: 2px;
    width: 37px;
    height: 37px;
    line-height: 30px;
    font-size: 15px;
    z-index: 2;
    background-color: #ffffff;
}

.steps .wizard-step .step i {
    margin-right: 0px;
    position: relative;
    top: 24%;
    transform: translateY(-50%);
}

.wizard ul li:first-child {
    /*  -webkit-border-radius: 2px 0 0 0;
    -webkit-background-clip: padding-box;*/
    -moz-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 0;
    background-clip: padding-box;
    padding-left: 0px;
}

.wizard.wizard-wired ul li {
    display: table-cell;
    text-align: center;
    background-color: #fff;
    width: 20%;
    padding: 0;
    margin: 0;
}

.form {
    display: none;
}

.steps {
    list-style: none;
    padding: 0;
}

.wizard-step {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}

.wizard.wizard-wired ul li.active {
    background-color: #fff;
}

/*.page-sidebar.menu-compact {
    width: 42px;
}*/

    .page-sidebar.menu-compact:before {
        width: 0px;
    }

.container-fluid.collapsed {
    /*    padding-right: 80px;*/ /* Adjust as needed */
    /*    transition: padding-left 0.3s ease;*/ /* Add transition for smooth animation */
}

.main-container > .page-container {
    position: relative;
}

.fixed-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

#packagedashboard {
    position: relative;
}

.content {
    transition: margin-left 0.3s;
}

.content-collapsed {
    margin-left: 60px;
}

#sidebar {
    transition: all 0.3s;
}

.menu-compact {
    width: 50px;
}

.img-overlay {
    width: 100%;
    height: auto;
}

.toast-error {
    background-color: #ed4e2a !important;
    border-color: #ed4e2a !important;
    color: #fff;
}

.actions .btn-next i {
    margin-left: 5px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    position: absolute;
    top: 0;
    right: 3px;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

.sidebar {
}

    .sidebar.menu-compact {
    }

.responsive-image {
    width: 1255px;
    transition: width 0.3s ease, height 0.3s ease;
}

    .responsive-image.menu-compact {
        width: 108%;
        height: 500px;
    }

.wizard ul li.active:before {
    display: block;
    content: "";
    bottom: 0;
    right: -1px;
    max-height: 2px;
    overflow: hidden;
    background-color: #2dc3e8;
}

.wizard ul li.complete .step {
    color: #a0d468;
    border-color: #a0d468;
}

.wizard ul li.complete {
    background-color: #a0d468;
}

.optional-text {
    font-size: 0.75em;
    color: gray;
    margin-left: 5px;
}

.page-sidebar .sidebar-menu .submenu > li > a {
    padding-left: 38px;
}

.clear-btn {
    background-color: #f0f0f0;
    color: #000;
}

    .clear-btn:hover {
        background-color: #cccccc;
    }

/* Previous Button */
.previous-btn {
    background-color: #007BFF;
    color: #fff;
}

    .previous-btn:hover {
        background-color: #0056b3;
        color: #fff;
    }

.pay-now-btn {
    background-color: #28A745;
    color: #fff;
}

    .pay-now-btn:hover {
        background-color: #218838;
        color: #fff;
    }

    .pay-now-btn.alt {
        background-color: #FF5733;
        color: #fff;
    }

        .pay-now-btn.alt:hover {
            background-color: #dc3545;
        }

.btn-sm > .fa, .btn-sm > .typcn, .btn-sm > .glyphicon, .btn-sm > [class*="wi-"] {
    font-size: 10px;
    margin-right: 3px;
}

.btn .fa-chevron-right {
    margin-left: 2px;
    font-size: 10px;
    vertical-align: middle;
}

.text-danger {
    font-size: 11px;
}

.package-item {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    .package-item:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

.page-content {
}

#content {
    transition: margin-left 0.3s !important;
}

@media (max-width: 576px) {
    .page-body {
        background: White;
        height: 100vh;
    }

    .custom-card {
        width: 95%;
    }

    .custom-card-body {
        padding: 20% 10%;
    }
}

@media screen and (max-width: 500px) {
    .main-container:after {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .page-body {
        background: White;
        height: 100vh;
    }

    .menu-compact {
        width: 60px;
    }


    #responsive-image {
        width: 100%;
        height: auto;
    }

    .databox-text {
        font-size: 0.8em;
    }

    .pkgbuttons button {
        width: 80%;
        font-size: 12px;
        padding: 6px 20px;
        margin-right: 0;
    }
}

@media (min-width: 601px) {
    .page-body {
        background: White;
        height: 100vh;
    }

    .menu-compact {
        width: 80px;
    }

    #responsive-image {
        width: 108%;
        height: 500px;
    }

    #content {
        width: 108%;
    }
}

@media screen and (max-width: 600px) {
    .databox-text {
        font-size: 0.8em;
    }

    .pkgbuttons button {
        width: 100%;
        font-size: 12px;
        padding: 6px 23px;
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .page-body {
        background: White;
        height: 100vh;
        width: 200% !important;
    }

    body {
        overflow-y: auto;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #0b0b0b;
        margin-left: 9px;
    }

    .custom-paragraph {
        font-family: 'Helvetica', sans-serif;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        width: 100%;
    }

    .adjust-layout {
        margin-left: -48px;
        height: 0vh;
        width: 412px !important;
    }

    .reg-pad {
        margin-top: 10px;
        margin-bottom: 166px !important;
    }

    .step-content {
        padding: 17px !important;
    }

    .paymentclass {
        margin-top: 303px;
        margin-bottom: 166px !important;
    }

    .wizard.wizard-wired ul {
        margin-left: 15%;
    }

    .wizard.wizard-wired ul {
        display: table;
        width: 190%;
        position: relative;
    }

    .centered-content > div {
        margin-left: -25px !important;
    }
}

@media (max-width: 801px) {
    .test {
        margin-top: -162px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .testrow {
        margin-top: -162px;
    }

    .custom-card {
        width: 90%;
    }

    .heading-dashboard {
        font-size: 35px;
    }

    .custom-paragraph {
        margin: 20px 30px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .wizard-step .title {
        font-size: 14px;
    }

    .wizard-step .step i {
        font-size: 15px;
    }

    .wizard-step .chevron {
        display: none;
    }
}

@media (min-width: 1024px) {
    .heading-dashboard {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .heading-dashboard {
        font-size: 45px;
    }
}

@media (min-width: 500px) {
    .custom-paragraph {
        margin: 13px 147px 6px -16px;
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .custom-paragraph {
        margin: 20px 50px;
        font-size: 16px;
    }
}

@media (min-width: 900px) {
    .page-body {
        background: White;
        height: 100vh;
    }

    .custom-paragraph {
        margin: 20px 50px;
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    .page-body {
        background: #eee;
        height: 100vh;
    }

    .custom-paragraph {
        margin: 20px 50px;
        font-size: 16px;
    }
}

@media (min-width: 700px) {
    .page-body {
        background: white;
        height: 89vh;
    }

    .page-content {
        height: 500px !important;
    }

    #responsive-image {
        margin-left: -51px;
    }

    .custom-paragraph {
        margin: 23px -4px -99px 0px;
        font-size: 16px;
    }

    .margin-top-10 {
        margin-top: 292px !important;
        padding: 0px 36px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .custom-paragraph {
        margin: 20px 105px -288px 0px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    footer p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    .picture-margin {
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    .navbar-brand img {
        width: 180px !important;
        height: auto !important;
    }

    .sidebar-collapse {
        display: block !important;
    }

    .header-buttons button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .img-overlay {
        width: 100% !important;
        height: auto !important;
    }

    .heading-dashboard {
        font-size: 20px !important;
        text-align: center !important;
        margin-top: 0 !important;
    }

    .custom-paragraph {
        font-size: 12px !important;
        margin: 13px 147px 6px -16px;
        text-align: justify !important;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .page-body {
        background: White;
        padding: 17px 0px 1px 0px;
        height: 90vh;
    }

    body {
        overflow-y: auto;
    }

    .page-content {
    }

   

    .header-buttons {
        width: 90%;
        font-size: 12px;
          padding: 2px 1px 0px 0px;
        margin-right: -5px;
        margin-top: 10px;
        display: flex;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #0b0b0b;
        margin-left: 38px;
    }

    .navbar .sidebar-collapse:hover {
        -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
        box-shadow: none;
    }

    .overlay-text {
        position: absolute;
        top: 60%;
        left: 20%;
        transform: translate(-30%, 0%);
        text-align: center;
        color: white;
        width: 100%;
    }

    .navbar .navbar-inner .navbar-container {
        padding-left: 1px;
    }

    .page-body {
        background: White;
        height: 90vh;
        /*  padding: 17px 2px 0px 1px;*/
        margin-left: 4px;
    }

    .margintop {
        margin-top: 10px;
    }

    #responsive-image {
        top: -32px;
        margin-left: -32px;
        width: 90% !important;
        height: 90vh;
        width: 412px !important;
    }

    .header-buttons {
        width: 50%;
        font-size: 9px;
        padding: 10px 0px 0px 0px;
        margin-right: 3px;
        margin-top: 41px;
        display: flex;
    }

        .header-buttons button {
            background-color: white;
            color: #EC1C24;
            border: 1px solid #EC1C24;
            cursor: pointer;
            padding: 4px 28px;
            width: auto;
            max-width: 90%;
            font-weight: 400;
            font-size: 12px;
            margin-top: 9px;
            margin-right: 16px;
        }

    .margin-top-10 {
        margin-top: 80px !important;
    }

    .heading-dashboard {
        color: #000000a1;
        font-size: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 0px 34px;
        height: 3vh;
    }
}

@media screen and (max-width: 682px) and (max-height: 525px) {

    #responsive-image {
        width: 120% !important;
        height: 540px !important;
    }

    .page-body {
        background: White;
        padding: 17px 0px 1px 0px;
        height: 90vh;
    }

    body {
        overflow-y: auto;
    }

    .header-buttons {
        width: 90%;
        font-size: 12px;
        margin-right: -5px;
        margin-top: -2px;
        display: flex;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #0b0b0b;
        margin-left: 38px;
    }

    .navbar .sidebar-collapse:hover {
        box-shadow: none;
    }

    .overlay-text {
        position: absolute;
        top: 60%;
        left: 20%;
        transform: translate(-30%, 0%);
        text-align: center;
        color: white;
        width: 100%;
    }

    .navbar .navbar-inner .navbar-container {
        padding-left: 1px;
    }

    .page-body {
        background: White;
        height: 90vh;
        margin-left: 4px;
    }

    .margintop {
        margin-top: 10px;
    }

    #responsive-image {
        top: -32px;
        margin-left: -32px;
        width: 90% !important;
        height: 90vh;
        width: 412px !important;
    }

    .header-buttons {
        width: 100%;
        font-size: 9px;
        /* padding: 10px 0px 0px 0px;*/
        margin-right: -47px;
        margin-top: 38px;
        display: flex;
    }

        .header-buttons button {
            background-color: white;
            color: #EC1C24;
            border: 1px solid #EC1C24;
            cursor: pointer;
            padding: 4px 28px;
            width: auto;
            max-width: 90%;
            font-weight: 400;
            font-size: 12px;
            margin-top: 9px;
            margin-right: 16px;
        }

    .margin-top-10 {
        margin-top: 80px !important;
    }

    .heading-dashboard {
        color: #000000a1;
        font-size: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 0px 34px;
        height: 3vh;
    }
}

@media only screen and (max-width: 700px) {
    .navbar-brand img {
        width: 180px !important;
        height: auto !important;
    }

    .sidebar-collapse {
        display: block !important;
    }

    .header-buttons button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .img-overlay {
        width: 100% !important;
        height: auto !important;
    }

    .heading-dashboard {
        font-size: 20px !important;
        text-align: center !important;
        margin-top: 0 !important;
    }

    .custom-paragraph {
        font-size: 12px !important;
        margin: 13px 147px 6px -16px;
        text-align: justify !important;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        width: 180px !important;
        height: auto !important;
    }

    .sidebar-collapse {
        display: block !important;
    }

    .header-buttons button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .img-overlay {
        width: 100% !important;
        height: auto !important;
    }

    .heading-dashboard {
        font-size: 20px !important;
        text-align: center !important;
        margin-top: 0 !important;
    }

    .custom-paragraph {
        font-size: 12px !important;
        margin: 13px 147px 6px -16px;
        text-align: justify !important;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {




    .navbar-brand img {
        width: 237px !important
    }

    .heading-dashboard {
        font-size: 28px !important;
    }

    .custom-paragraph {
        font-size: 11px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/* iPhone 12 Pro */
@media only screen and (min-width: 390px) and (max-width: 430px) {
    .navbar-brand img {
        width: 200px !important;
    }

    .heading-dashboard {
        font-size: 22px !important;
    }

    .custom-paragraph {
        font-size: 13px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/* iPhone 12 Pro Max */
@media only screen and (min-width: 428px) and (max-width: 480px) {
    .navbar-brand img {
        width: 220px !important;
    }

    .heading-dashboard {
        font-size: 24px !important;
    }

    .custom-paragraph {
        font-size: 14px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/* Other large mobile devices */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img {
        width: 240px !important;
    }

    .heading-dashboard {
        font-size: 26px !important;
    }

    .custom-paragraph {
        font-size: 15px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}
/* iPhone 11 Pro Max */
@media only screen and (min-width: 414px) and (max-width: 896px) {
    .navbar-brand img {
        width: 220px !important;
    }

    .heading-dashboard {
        font-size: 24px !important;
    }

    .custom-paragraph {
        font-size: 14px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/* iPhone 13 */
@media only screen and (min-width: 390px) and (max-width: 844px) {
    .navbar-brand img {
        width: 256px !important;
    }

    .heading-dashboard {
        font-size: 22px !important;
    }

    .custom-paragraph {
        font-size: 13px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
    }
}

/* Samsung Galaxy S III */
@media only screen and (min-width: 360px) and (max-width: 640px) {
    .navbar-brand img {
        width: 250px !important;
    }

    .heading-dashboard {
        font-size: 18px !important;
    }

    .custom-paragraph {
        font-size: 11px !important;
        margin: 13px 147px 6px -16px;
    }

    .footer {
        position: relative !important;
        bottom: -10px !important;
        width: 100% !important;
    }

    #responsive-image {
        margin-left: -51px;
        height: 550px !important;
    }
}

/*Samsung Galaxy S8*/
@media screen and (max-width: 800px) {

    body {
        overflow-y: auto;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #0b0b0b;
        margin-left: 9px;
    }

    .custom-paragraph {
        font-family: 'Helvetica', sans-serif;
        font-size: 17px;
        line-height: 1.6;
        color: #333;
        width: 99%;
        margin-top: 0px;
        margin-left: -24px;
    }

    .adjust-layout {
        margin-left: -48px;
        height: 0vh;
        width: 412px !important;
    }

    .reg-pad {
        margin-top: 10px;
        margin-bottom: 166px !important;
    }

    .step-content {
        padding: 17px !important;
    }

    .paymentclass {
        margin-top: 303px;
        margin-bottom: 166px !important;
    }

    .wizard.wizard-wired ul {
        margin-left: 15%;
    }

    .wizard.wizard-wired ul {
        display: table;
        width: 190%;
        position: relative;
    }

    .centered-content > div {
        margin-left: -25px !important;
    }
}

@media screen and (max-width: 1100px) {

    body {
        overflow-y: auto;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #0b0b0b;
        margin-left: 38px;
    }

    .adjust-layout {
        margin-left: -48px;
        height: 0vh;
        width: 880px !important
    }

    .reg-pad {
        margin-top: 10px;
        margin-bottom: 42px !important;
    }

    .step-content {
        padding: 17px !important;
    }

    .paymentclass {
        margin-top: 303px;
        margin-bottom: 166px !important;
    }

    .wizard.wizard-wired ul {
        margin-left: 15%;
    }

    .wizard.wizard-wired ul {
        display: table;
        width: 190%;
        position: relative;
    }

    .centered-content > div {
        margin-left: -25px !important;
    }

    .page-body {
        background: White;
        height: 90vh;
    }

    .page-content {
        height: 540px;
    }

    #responsive-image {
        margin-left: -51px;
        height: 507px !important;
        width: 130% !important;
        margin-top: 16px;
    }

   
}

@media screen and (max-width: 374px) {
    .header-buttons {
        background-color: white;
        color: #EC1C24;
        border: 1px solid #EC1C24;
        cursor: pointer;
        padding: 9px 60px;
        width: auto;
        max-width: 90%;
        font-weight: 400;
        font-size: 12px;
        margin-top: 19px;
        margin-right: 16px;
    }
}



@media (max-width: 767px) {
    #sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        position: fixed;
        top: 110px; /* Move sidebar below the header */
        height: calc(100vh - 95px); /* Adjust height to fill remaining space */
        z-index: 1000;
        background: white;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        overflow-y: auto; /* Add scrolling if content is too long */
    }

        /* When sidebar is open */
        #sidebar.sidebar-open {
            transform: translateX(0);
            width: 236px !important;
            z-index: 3000 !important;
        }

        /* Menu compact state - show only icons */
        #sidebar.menu-compact {
            transform: translateX(-100%);
            width: 42px;
        }

    /* Page content adjustment when sidebar is open */
    .page-content.shifted {
        margin-left: 0;
        transition: margin-left 0.3s ease;
    }
}

/* Desktop behavior - keep existing behavior */
/*@media (min-width: 768px) {
    #sidebar {
        position: relative;
        transform: none;
        transition: width 0.3s ease;
    }

        #sidebar.menu-compact {
            width: 42px;
        }

       

    .page-content.shifted {
        margin-left: 236px;
        transition: margin-left 0.3s ease;
    }
}*/

@media (max-width: 768px) {
    .pkgbuttons {
        justify-content: center; /* center horizontally */
        right: 50%;
        top: 100%;/* move to middle */
        transform: translateX(50%); /* correct centering */
        margin-right: 0; /* remove desktop margin */
        margin-bottom: 15px; /* tighten spacing */
        width: auto; /* shrink to content */
        background-color: transparent; /* optional: avoid "white box" look */
        box-shadow: none; /* cleaner on mobile */
    }



    /* Ensure sidebar menu items are visible when open */
    .sidebar-open .sidebar-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu-compact .sidebar-menu .menu-text {
        display: none;
    }

    .sidebar-open .sidebar-menu .menu-text {
        display: inline-block;
    }


