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

    ** Custom Stylesheet **

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

***************************************************** */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

#header {
    right: 0;
    top: 0;
    z-index: 300;
    left: 0;
    z-index: 999 !important;
    padding: 0 !important;
	border: 0 !important;
}

#header .top-bar {
    background: #1e51e1;
}

#header .top-bar {
    margin: 0 10px;
    padding: 0 10px;
    height: 40px;
}

#header .top-bar p {
    background: #1cd554;
}
#header .top-bar p span {
    z-index: 2;
    position: relative;
    color: #ffffff;
}

#header .top-bar p {
    float: left;
    background: #404856;
    font-size: 16px;
    padding: 9px 20px;
    margin: 0 0 0 -20px;
    font-weight: 300;
    position: relative;
}

.top-bar p span {
    font-size: 15px !important;
}

 #header .top-bar p {
    background: #1cd554;
}

/** after & before **/
.container {
	position: relative;
}

#header .top-bar:before,  #header .top-bar p:after {
    background: #1cd554;
}

#header .top-bar:before {
    position: absolute;
    left: -15px !important;
    top: -42px !important;
    width: 49px !important;
    height: 75px !important;
    content: "";
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

#header .top-bar p:after {
    position: absolute;
    right: -30px !important;
    top: -43px !important;
    width: 49px !important;
    height: 75px !important;
    content: "";
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}


#header .top-bar:after {
    position: absolute;
	right: -5px !important;
    top: -43px !important;
    width: 40px !important;
    height: 79px !important;
    content: "";
    background: #1e51e1;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}


#header .top-bar ul {
    float: right;
}

#header .top-bar ul {
    margin: 0px 0px 0px 0px;
}

#header .top-bar ul li {
    margin: 10px 24px 14px !important;
}

#header .top-bar ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    position: relative;
}

#header .top-bar ul li {
    line-height: normal;
}
.top-bar a, .top-bar ul li {
    font-size: 13px !important;
}
#header .top-bar ul li i {
    font-size: 20px;
    position: absolute;
    left: -24px;
    top: -3px;
}

.top-bar a, .top-bar ul li {
    font-size: 12px !important;
    color: #FFFFFF !important;
    text-decoration: none;
}

#header .logo {
    margin: 18px 0 18px 0 !important;
}
#header .logo {
    float: left;
    margin: 28px;
}

#header .main-nav {
    float: right;
    padding: 0;
}

ul.nav {
    margin: 0;
}

#header .main-nav li {
    margin: 0 10px;
}

#header .main-nav li {
    list-style: none;
}

section#header .logo img {
    width: 180px !important;
    max-height: 180px !important;
}

.nav-pills > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}

#header .main-nav li a {
    padding: 0 15px 0 15px !important;
}

#header .main-nav li a {
    display: block;
    font-size: 16px;
    padding: 15px 0 6px;
    position: relative;
    line-height: 79px;
    color: #333;
    border-bottom: 4px solid transparent;
}

#header .main-nav li a:active, 
#header .main-nav li a:hover, 
#header .main-nav li a:visited, 
#header .main-nav li a:link{
    background: transparent;
}


#header .main-nav li ul.dropdown-menu a:link  {
    line-height: 29px !important;
}


#footer {
    background: #1e51e1 !important;
    border-top: 1px solid #ccc;
    padding: 30px 0;
    color: #ffffff !important;
}



@media only screen and (max-device-width: 480px) {
	#header .top-bar {
	    display: none;
	}
	.navbar-toggle {
	    margin: 25px 0 0 10px !important;
	    float: right !important;
	}
	.navbar-toggle .icon-bar {
    	border-bottom: 3px solid #333;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	#header #primary-nav, #header .main-nav {
	    width: 100%;
	    padding: 0 0 10px;
	}

	.main-nav.navbar-collapse .nav.nav-pills {
    	margin: 0;
	}
	#header .main-nav li {
    	float: none;
	}
	#header .main-nav li a {
	    line-height: normal !important;
	    font-size: 14px;
	    padding: 15px 0 6px !important;
	    color: #333;
	    border-top: 1px solid #f1f1f1 !important;
	}
}

@media only screen and (max-width: 767px) {

	#header .top-bar {
	    display: none;
	}
	.navbar-toggle {
	    margin: 25px 0 0 10px !important;
	    float: right !important;
	}
	.navbar-toggle .icon-bar {
    	border-bottom: 3px solid #333;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	#header #primary-nav, #header .main-nav {
	    width: 100%;
	    padding: 0 0 10px;
	}
	.main-nav.navbar-collapse .nav.nav-pills {
    	margin: 0;
	}
	#header .main-nav li {
    	float: none;
	}
	#header .main-nav li a {
	    line-height: normal !important;
	    font-size: 14px;
	    padding: 15px 0 6px !important;
	    color: #333;
	    border-top: 1px solid #f1f1f1 !important;
	}

}

#order-standard_cart #captchaContainer { display: none;}

#order-standard_cart .domain-checker-container {
    margin: 15px 0 25px 0;
}
#order-standard_cart .domain-checker-container {
    background-color: #e6ecf8;
    background: #e6ecf8!important;
}
#order-standard_cart .view-cart-items-header, #order-standard_cart .empty-cart .btn{
    background-color: #1e51e1 !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #1e51e1 !important;
}

#order-standard_cart .domain-checker-available {
    color: #1cd554 !important;
    font-size: 1.2em !important;
}

#order-standard_cart .domain-price .price {
    font-size: 1.6em !important;
}

#order-standard_cart .view-cart-items .item-domain, #order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color: #1e51e1 !important;
}

#order-standard_cart .domain-checker-available .domain-checker-available-note {
    color: #666;
    font-size: 14px;
}

#order-standard_cart .domain-checker-available i {
    font-weight: bold;
    font-style: normal;
}

#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable {
      font-size: 1.2em !important;
}

a {
    color: #1e51e1;
}

.alert-success {
    color: #25b350;
    background-color: #e1f8e8;
    border-color: #e1f8e8;
}

.btn-link {
   color: #1e51e1;
}

.btn-primary {
    background-color: #1e51e1;
    border-color: #1e51e1;
}

.btn-primary:hover {
    background-color: #1843be;
    border-color: #1843be;
}

.btn-success {
    background-color: #1cd554;
    border-color: #1cd554;
}

.btn-success:hover { 
    background-color: #13b845;
    border-color: #13b845;
}

div.header-lined h1 {
    color: #1e51e1;
}

.elheader {
    float: left;
    width: 100%;
}

.btn.btn-lg {
    font-size: 14px;
    padding: 15px 44px;
}


 /**
 * -------------------------
 * Ordering Steps CSS - New (Blue)
 * -------------------------
 */
#order-standard_cart p { color: #333; font-size: 14px; margin-bottom: 22px;}
#order-standard_cart .stepsbar { float: left; width: 100%; font-size: 14px;}
#order-standard_cart .stepsbar .step { margin: 0 0 5px 0; padding: 5px; width: 100%; background-color: #efefef; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-align: left; padding-left: 20px; }
#order-standard_cart .stepsbar .step a { color: #000; text-decoration: underline; }
#order-standard_cart .stepsbar .step.active { background-color: #0066cc; color: #fff; position: relative; border-radius: 3px; text-align: left; }
#order-standard_cart .stepsbar .step.active a { color: #fff; text-align: left; padding-left: 20px; }

#order-standard_cart #btncontinue-container.text-center {
    border-top: 3px solid #999;
    padding: 20px 0 0;
}
#order-standard_cart #btncontinue-container.text-center .help-text{
    float: left;
    color: #333;
    font-size: 14px;
}
#order-standard_cart #btncontinue-container.text-center button#btn-continue,
#order-standard_cart #btncontinue-container.text-center button#btnCompleteProductConfig, #order-standard_cart #btncontinue-container.text-center button#btn_domain_continue {
    float: right;
}
#order-standard_cart .sub-heading {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
#order-standard_cart .sub-heading span.domain-name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
#order-standard_cart label {
    font-weight: bold!important;
    color: #000!important;
}
#order-standard_cart .order-summary .text-right .btn-continue-shopping {
    padding: 12px 34px;
    display: block;
    font-size: 14px;
    color: #000;
}
/**
 * -------------------------
 * View Cart - button
 * -------------------------
 */
#order-standard_cart .order-summary .text-right .btn-checkout { padding:12px 34px; display:block; margin-bottom:8px; font-weight:bold; }
#order-standard_cart .order-summary .text-right .btn-continue-shopping { padding:12px 34px; display:block; font-size:14px; color:#000; }
#order-standard_cart .order-summary .text-right .btn-continue-shopping:hover { transition:none; background:#1e51e1; color:#fff; border-color:transparent; }


/* ===== Emerge brand header/footer (cloned from emerge.com.ph via lagom53) ===== */
.emerge-header-shell,
.emerge-footer-shell,
section#header.emerge-header-shell {
    display: block;
    width: 100%;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

section#header.emerge-header-shell {
    padding: 0;
    background: #ffffff;
    border-radius: 0;
    z-index: 50;
}

section#footer,
.emerge-footer-shell {
    padding: 0;
}

.emerge-topbar > .container,
.emerge-navbar-wrap > .container,
.emerge-footer-grid > .container,
.emerge-footer-bottom > .container {
    width: 100%;
    max-width: 1295px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.emerge-footer-grid-inner:before,
.emerge-footer-grid-inner:after,
.emerge-topbar-inner:before,
.emerge-topbar-inner:after,
.emerge-footer-bottom-inner:before,
.emerge-footer-bottom-inner:after {
    display: none !important;
    content: none !important;
}

.emerge-topbar {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding: 11px 18px;
    border-radius: 0;
    background: #1a00ff;
    color: #ffffff;
    position: relative;
    z-index: 55;
}

.emerge-topbar-inner,
.emerge-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.emerge-topbar-left,
.emerge-topbar-right,
.emerge-topbar-right-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.emerge-topbar-left {
    justify-content: center;
    width: 100%;
    text-align: center;
}

.emerge-offer-link,
.emerge-offer-link:hover,
.emerge-offer-link:focus {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.emerge-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
}

.emerge-topbar-link:hover,
.emerge-topbar-link:focus {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.emerge-topbar-link .label {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.emerge-navbar-wrap {
    position: relative;
    padding: 0 24px 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 28px 65px rgba(25, 12, 136, 0.1);
    backdrop-filter: blur(16px);
    z-index: 999;
    overflow: visible;
}

.emerge-navbar-inner {
    padding-left: 0;
    padding-right: 0;
}

.emerge-navbar-top {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 88px;
    flex-wrap: nowrap;
}

.emerge-navbar-top #primary-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.emerge-header-shell .logo {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.emerge-header-shell .logo img {
    width: auto !important;
    max-width: 320px;
    max-height: 54px !important;
}

.emerge-navbar-cta,
.emerge-mobile-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.emerge-navbar-user-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1a00ff;
    font-size: 16px;
    flex: 0 0 auto;
}

.emerge-outline-button-user {
    gap: 10px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.emerge-outline-button-user:hover,
.emerge-outline-button-user:focus,
.emerge-outline-button-user:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.emerge-outline-button,
.emerge-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.emerge-outline-button,
.emerge-outline-button:hover,
.emerge-outline-button:focus {
    border: 1px solid rgba(25, 12, 136, 0.12);
    background: transparent;
    color: #444444;
}

.emerge-primary-button,
.emerge-primary-button:hover,
.emerge-primary-button:focus {
    background: #ffffff;
    color: #444444;
    box-shadow: inset 0 0 0 1px rgba(25, 12, 136, 0.12);
}

.emerge-header-shell .navbar-toggle {
    margin: 0 0 0 auto !important;
    float: none !important;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #eef4ff;
}

.emerge-header-shell .navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: #161c2d;
}

#header #primary-nav {
    border: 0;
    box-shadow: none;
    position: relative;
    z-index: 70;
}

.emerge-navbar {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.emerge-navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    float: none;
    margin: 0;
}

.emerge-navbar-menu > li {
    position: relative;
    float: none;
    list-style: none;
    z-index: 1;
}

.emerge-navbar-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 14px !important;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 14px;
}

.emerge-navbar-menu > li > a:hover,
.emerge-navbar-menu > li > a:focus,
.emerge-navbar-menu > li.open > a {
    background: #edf3ff;
    color: #190c88;
}

.emerge-navbar-menu .dropdown-menu {
    min-width: 220px;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid rgba(25, 12, 136, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    z-index: 9999;
}

.emerge-navbar-menu .dropdown-menu > li > a {
    display: block;
    padding: 11px 12px;
    border-radius: 12px;
    color: #161c2d;
    font-size: 14px;
    font-weight: 600;
}

.emerge-navbar-menu .dropdown-menu > li > a:hover,
.emerge-navbar-menu .dropdown-menu > li > a:focus {
    background: #eff4ff;
    color: #190c88;
}

.emerge-navbar-menu .mega-menu {
    left: 0;
    width: 760px;
    padding: 22px;
}

.emerge-navbar-menu .mega-menu-domains {
    width: 860px;
}

.emerge-navbar-menu .mega-menu-hosting {
    width: 780px;
}

.mega-menu-grid {
    display: grid;
    gap: 18px;
}

.mega-menu-domains .mega-menu-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
}

.mega-menu-hosting .mega-menu-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
}

.mega-card-list {
    display: grid;
    gap: 14px;
}

.mega-card-list-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(25, 12, 136, 0.08);
    border-radius: 18px;
    background: #ffffff;
    color: #161c2d;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mega-card:hover,
.mega-card:focus {
    color: #161c2d;
    transform: translateY(-1px);
    border-color: rgba(26, 0, 255, 0.16);
    box-shadow: 0 18px 36px rgba(25, 12, 136, 0.08);
}

.mega-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eef4ff;
    color: #1a00ff;
    font-size: 20px;
    flex: 0 0 auto;
}

.mega-card-copy {
    display: grid;
    gap: 4px;
}

.mega-card-copy strong {
    display: block;
    color: #161c2d;
    font-size: 17px;
    line-height: 1.3;
}

.mega-card-copy small {
    display: block;
    color: #6d7c90;
    font-size: 13px;
    line-height: 1.6;
}

.mega-feature-copy {
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f2f6ff 0%, #ffffff 100%);
}

.mega-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #1a00ff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-feature-copy h4 {
    margin: 16px 0 12px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.mega-feature-copy p {
    margin: 0;
    color: #606060;
    font-size: 15px;
    line-height: 1.8;
}

.mega-price-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
}

.mega-price-card {
    display: grid;
    gap: 5px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f5f9ff;
    text-align: center;
}

.mega-price-card strong {
    color: #161c2d;
    font-size: 24px;
    line-height: 1;
}

.mega-price-card span {
    color: #1a00ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mega-price-card em {
    color: #161c2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

#accountNotificationsContent {
    width: 320px;
}

#accountNotificationsContent .client-alerts a {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fbff;
    color: #161c2d;
}

.emerge-footer-shell {
    padding: 0 0 24px;
    background: transparent;
    border-top: 0;
}

.emerge-footer-main {
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    background: #1a00ff;
    box-shadow: 0 30px 80px rgba(26, 0, 255, 0.14);
}

.emerge-footer-grid {
    padding: 70px 0 52px;
}

.emerge-footer-grid-inner {
    display: grid;
    grid-template-columns: 1.45fr 0.85fr 0.85fr 1fr;
    gap: 34px;
    padding-left: 42px;
    padding-right: 42px;
}

.emerge-footer-brand,
.emerge-footer-column {
    color: #ffffff;
}

.emerge-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.emerge-footer-logo img {
    width: auto;
    max-width: 220px;
    max-height: 52px;
}

.emerge-footer-brand p,
.emerge-footer-column p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
}

.emerge-footer-column h4,
.emerge-footer-heading,
.emerge-footer-subtitle {
    margin: 0 0 18px;
    color: #4cd600;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.emerge-footer-heading {
    margin-top: 26px;
}

.emerge-footer-subtitle {
    margin-top: -4px;
    margin-bottom: 16px;
}

.emerge-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.emerge-footer-links li + li {
    margin-top: 8px;
}

.emerge-footer-links a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
}

.emerge-footer-links a:hover,
.emerge-footer-links a:focus {
    color: #ffffff;
}

.emerge-payment-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.emerge-payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    background: #ffffff;
    color: #1a00ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.emerge-newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 12px;
}

.emerge-newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.emerge-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.emerge-newsletter-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #4cd600;
    color: #161c2d !important;
    font-size: 16px;
}

.emerge-newsletter-note {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.6;
}

.emerge-social-heading {
    margin-top: 28px;
}

.emerge-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.emerge-social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #ffffff;
    color: #1a00ff !important;
    font-size: 15px;
}

.emerge-social-row a:hover,
.emerge-social-row a:focus {
    background: #4cd600;
    color: #161c2d !important;
}

.emerge-footer-bottom {
    padding: 16px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #ffffff;
}

.emerge-footer-bottom-inner {
    justify-content: flex-start;
    align-items: flex-start;
}

.emerge-footer-bottom p {
    margin: 0;
    color: #190c88;
    font-size: 14px;
    text-align: left;
}

.emerge-footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
    text-align: right;
    margin-left: auto;
}

.emerge-footer-bottom-links a {
    color: #190c88;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .emerge-header-shell .navbar-toggle,
    .emerge-mobile-cta {
        display: none !important;
    }

    .emerge-navbar-menu > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1199px) {
    .emerge-navbar-menu .mega-menu,
    .emerge-navbar-menu .mega-menu-domains,
    .emerge-navbar-menu .mega-menu-hosting {
        width: 680px;
    }

    .emerge-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .emerge-topbar {
        margin-bottom: 14px;
    }

    .emerge-topbar-inner,
    .emerge-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .emerge-navbar-wrap {
        padding: 0 20px 18px;
    }

    .emerge-navbar-top {
        min-height: 78px;
        flex-wrap: wrap;
    }

    .emerge-navbar-cta {
        display: none;
    }

    .emerge-navbar-top #primary-nav {
        width: 100%;
        flex: 0 0 100%;
        order: 3;
    }

    .emerge-navbar-menu {
        display: block;
        margin-top: 8px;
    }

    .emerge-navbar-menu > li > a {
        display: flex;
        justify-content: space-between;
        padding: 14px 0 !important;
        border-radius: 0;
    }

    .emerge-navbar-menu .dropdown-menu,
    .emerge-navbar-menu .mega-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0 0 12px;
        box-shadow: none;
    }

    .mega-menu-domains .mega-menu-grid,
    .mega-menu-hosting .mega-menu-grid,
    .mega-card-list-two,
    .mega-price-strip {
        grid-template-columns: 1fr;
    }

    .emerge-mobile-cta {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: 16px;
    }

    .emerge-footer-bottom {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .emerge-footer-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    section#header.emerge-header-shell {
        padding-top: 16px;
    }

    .emerge-topbar {
        display: none;
    }

    .emerge-header-shell .logo img {
        max-width: 210px;
        max-height: 48px !important;
    }

    .emerge-footer-grid {
        padding: 38px 0 32px;
    }

    .emerge-footer-grid-inner {
        padding-left: 24px;
        padding-right: 24px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .emerge-footer-bottom {
        padding: 18px 24px 24px;
    }

    .emerge-footer-bottom > .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* ===== emerge2027: corrected to match the REAL current emerge.com.ph (floating card header, light-gray footer) ===== */

/* The real site has no promo strip — remove it to match reality */
.emerge-topbar {
    display: none !important;
}

/* Header becomes a floating white rounded card, exactly matching emerge.com.ph's real values */
section#header.emerge-header-shell {
    padding: 14px 10px 0;
    background: transparent;
}

.emerge-navbar-wrap {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 10px 10px;
}

.emerge-navbar-inner {
    padding: 0 50px;
}

@media (max-width: 767px) {
    section#header.emerge-header-shell {
        padding: 10px 10px 0;
    }

    .emerge-navbar-inner {
        padding: 0 16px;
    }
}

/* Footer: light gray background with navy headings, matching emerge.com.ph's real footer exactly */
.emerge-footer-shell {
    background: transparent;
}

.emerge-footer-main {
    background: #f2f3f5;
    box-shadow: none;
}

.emerge-footer-brand p,
.emerge-footer-column p {
    color: #444444;
}

.emerge-footer-column h4,
.emerge-footer-heading,
.emerge-footer-subtitle {
    color: #190c88;
    font-weight: 500;
}

.emerge-footer-links a {
    color: #444444;
}

.emerge-footer-links a:hover,
.emerge-footer-links a:focus {
    color: #190c88;
}

.emerge-payment-chip {
    background: #ffffff;
    border: 1px solid rgba(25, 12, 136, 0.15);
    color: #190c88;
}

.emerge-newsletter-form input {
    background: #ffffff;
    border: 1px solid rgba(25, 12, 136, 0.15);
    color: #1f2430;
}

.emerge-newsletter-form input::placeholder {
    color: #8b93a7;
}

.emerge-newsletter-note {
    color: #6b7280;
}

.emerge-social-row a {
    background: #ffffff;
    border: 1px solid rgba(25, 12, 136, 0.15);
    color: #190c88;
}

.emerge-social-row a:hover,
.emerge-social-row a:focus {
    background: #190c88;
    color: #ffffff;
}

.emerge-footer-bottom {
    background: #f2f3f5;
    border-top: 1px solid rgba(25, 12, 136, 0.08);
}

.emerge-footer-bottom p {
    color: #444444;
}

.emerge-footer-bottom-links a {
    color: #190c88;
}

/* Footer trimmed to 3 columns after removing the newsletter block */
.emerge-footer-grid-inner {
    grid-template-columns: 1.3fr 1fr 1fr;
}

.emerge-footer-brand .emerge-social-heading {
    margin-top: 22px;
}

/* Primary nav CTA becomes a real green pill, matching emerge.com.ph's "Let's Talk" button */
.emerge-primary-button,
.emerge-primary-button:hover,
.emerge-primary-button:focus {
    background: #4cd600;
    color: #161c2d !important;
    box-shadow: none;
    gap: 8px;
    font-weight: 700;
}

.emerge-primary-button:hover,
.emerge-primary-button:focus {
    background: #3fb300;
}

.emerge-primary-button i {
    font-size: 12px;
}

/* Footer "Let's Talk!" contact column, matching emerge.com.ph's footer pattern */
.emerge-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.emerge-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.emerge-footer-contact li i {
    color: #190c88;
    font-size: 16px;
    margin-top: 4px;
}

.emerge-footer-contact li strong {
    display: block;
    color: #1f2430;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
}

.emerge-footer-contact li span {
    display: block;
    color: #444444;
    font-size: 14px;
    line-height: 1.7;
}

/* Footer back to 4 columns now that "Let's Talk!" replaces the removed payment/social block */
.emerge-footer-grid-inner {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
}

/* Homepage hero, matching emerge.com.ph's web-hosting page hero treatment */
.emerge-hero {
    margin: 0 10px 40px;
    padding: 56px 50px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(76, 214, 0, 0.16), transparent 32%),
        radial-gradient(circle at bottom right, rgba(26, 0, 255, 0.14), transparent 36%),
        linear-gradient(135deg, #f7faff 0%, #eef3ff 48%, #f7fbff 100%);
}

.emerge-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.emerge-hero-title {
    margin: 0 0 18px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    color: #161c2d;
}

.emerge-hero-title span {
    background: linear-gradient(90deg, #1a00ff, #4cd600);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.emerge-hero-desc {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.6;
    color: #5b6677;
    max-width: 560px;
}

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

.emerge-hero-cta {
    min-height: 52px;
    padding: 0 28px;
    font-size: 15px;
}

.emerge-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 38, 63, 0.1);
    color: #190c88;
    font-size: 13px;
    font-weight: 700;
}

.emerge-hero-badge i {
    color: #4cd600;
}

.emerge-hero-stats {
    display: grid;
    gap: 16px;
}

.emerge-hero-stat {
    padding: 20px 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 38, 63, 0.08);
}

.emerge-hero-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #1a00ff;
    margin-bottom: 2px;
}

.emerge-hero-stat span {
    font-size: 13px;
    color: #5b6677;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 991px) {
    .emerge-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .emerge-hero-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .emerge-hero {
        margin: 0 10px 28px;
        padding: 32px 24px;
    }

    .emerge-hero-title {
        font-size: 28px;
    }

    .emerge-hero-desc {
        font-size: 16px;
    }

    .emerge-hero-stats {
        grid-template-columns: 1fr;
    }
}

/* Restore mobile stacking for the footer grid (the 4-column rule above must not override this) */
@media (max-width: 767px) {
    .emerge-footer-grid-inner {
        grid-template-columns: 1fr;
    }
}

/* Header precisely matched to emerge.com.ph's real measured values (73px bar, 17px/500 nav text, white pill CTA) */
.emerge-navbar-top {
    min-height: 56px;
}

.emerge-navbar-menu > li > a {
    padding: 12px 14px !important;
    font-size: 17px;
    font-weight: 500;
    color: #444444;
}

.emerge-navbar-menu > li > a:hover,
.emerge-navbar-menu > li > a:focus,
.emerge-navbar-menu > li.open > a {
    color: #190c88;
    background: #edf3ff;
}

section#header.emerge-header-shell .logo img {
    width: auto !important;
    max-height: 40px !important;
}

.emerge-primary-button,
.emerge-primary-button:hover,
.emerge-primary-button:focus {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
}

@media (max-width: 767px) {
    section#header.emerge-header-shell .logo img {
        width: auto !important;
        max-height: 34px !important;
    }
}

/* Header card matched exactly to emerge.com.ph's real Elementor CSS values (border/radius/padding/min-height, no shadow) */
.emerge-navbar-wrap {
    background: #ffffff;
    border: 1px solid #f2f3f5;
    border-radius: 20px;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0px 20px;
    margin-top: 20px;
    min-height: 73px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.emerge-navbar-inner {
    padding: 0;
    width: 100%;
}

.emerge-navbar-top {
    min-height: auto;
}

/* Header and footer inner content wrapped to 1360px max-width, per request */
.emerge-topbar > .container,
.emerge-navbar-wrap > .container,
.emerge-footer-grid > .container,
.emerge-footer-bottom > .container {
    max-width: 1360px !important;
}

/* "Get Support" dropdown, relocated next to the login button */
.emerge-support-menu-wrap {
    display: flex;
    margin: 0 4px 0 0;
}

.emerge-navbar-cta .emerge-support-menu-wrap {
    align-items: center;
}

.emerge-support-menu > a.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #444444;
}

.emerge-support-menu > a.dropdown-toggle:hover,
.emerge-support-menu > a.dropdown-toggle:focus {
    color: #190c88;
}

.emerge-support-menu.open > a.dropdown-toggle {
    color: #190c88;
}

/* Force-hide the legacy default-captcha widget wherever it appears */
.captcha-container,
.default-captcha,
.default-captcha-register-margin,
#captchaContainer {
    display: none !important;
}

/* Footer wrapper narrowed to 1200px, independent of the header's 1360px */
.emerge-footer-grid > .container,
.emerge-footer-bottom > .container {
    max-width: 1200px !important;
}

/* Header wrapper narrowed to 1200px to match the footer */
.emerge-topbar > .container,
.emerge-navbar-wrap > .container {
    max-width: 1200px !important;
}

/* Remove the base theme's gray page background */
body {
    background-color: #ffffff;
}

/* Remove inherited underline on hover/focus for nav CTA buttons */
.emerge-outline-button,
.emerge-outline-button:hover,
.emerge-outline-button:focus,
.emerge-primary-button,
.emerge-primary-button:hover,
.emerge-primary-button:focus {
    text-decoration: none !important;
}

/* Compact footer on mobile: tighter section padding, smaller gaps and headings */
@media (max-width: 767px) {
    .emerge-footer-grid {
        padding: 24px 0 20px;
    }

    .emerge-footer-grid-inner {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .emerge-footer-brand {
        margin-bottom: 4px;
    }

    .emerge-footer-logo {
        margin-bottom: 10px;
    }

    .emerge-footer-brand p,
    .emerge-footer-column p {
        margin-bottom: 8px;
    }

    .emerge-footer-column h4,
    .emerge-footer-heading,
    .emerge-footer-subtitle {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .emerge-footer-links li + li {
        margin-top: 4px;
    }

    .emerge-footer-links a {
        font-size: 13px;
    }

    .emerge-footer-contact li {
        margin-bottom: 10px;
    }

    .emerge-footer-bottom {
        padding: 14px 20px 18px;
    }
}

/* Dashboard/Login/View Cart CTAs always visible, compact on mobile so they fit beside the logo + toggle */
@media (max-width: 991px) {
    .emerge-navbar-top {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .emerge-navbar-cta {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        order: 2;
    }

    .navbar-toggle {
        order: 3;
        margin-left: 6px !important;
    }

    .collapse.navbar-collapse {
        order: 4;
        flex-basis: 100%;
    }
}

@media (max-width: 767px) {
    .emerge-navbar-cta .emerge-outline-button,
    .emerge-navbar-cta .emerge-primary-button {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .emerge-navbar-cta .emerge-outline-button span,
    .emerge-navbar-cta .emerge-primary-button span {
        white-space: nowrap;
    }

    .emerge-navbar-cta .emerge-primary-button i {
        display: none;
    }
}

/* Force consistent hamburger-menu behavior up to 991px, overriding Bootstrap's conflicting 768px/991px rules */
@media (max-width: 991px) {
    .emerge-header-shell .navbar-toggle {
        display: block !important;
    }

    .emerge-header-shell .collapse.navbar-collapse {
        display: none !important;
        width: 100%;
    }

    .emerge-header-shell .collapse.navbar-collapse.in,
    .emerge-header-shell .collapse.navbar-collapse.collapsing {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .emerge-header-shell .navbar-toggle {
        display: none !important;
    }

    .emerge-header-shell .collapse.navbar-collapse {
        display: block !important;
    }
}

/* Domain checker banner: flat neutral light green, no background image/gradient */
.domain-checker-container,
#order-standard_cart .domain-checker-container {
    background-color: #eaf9de !important;
    background: #eaf9de !important;
}
.domain-checker-bg,
#order-standard_cart .domain-checker-bg {
    background-image: none !important;
    background-color: transparent !important;
}

/* Remove the browser's default blue focus ring on all links/buttons */
a,
button,
.btn,
input[type="submit"],
input[type="button"] {
    outline: none !important;
}

a:focus,
a:active,
button:focus,
button:active,
.btn:focus,
.btn:active,
.btn.focus,
.btn:active:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ===================================================================
   Brand color consistency pass: replace legacy off-brand blue (#1e51e1)
   and green (#1cd554) with the established brand palette everywhere
   they still render (dead #header/#footer rules intentionally left
   alone since those IDs no longer exist in the markup).
   =================================================================== */

a {
    color: #1a00ff;
}

a:hover,
a:focus {
    color: #1200bc;
}

.btn-link {
    color: #1a00ff;
}

.btn-link:hover,
.btn-link:focus {
    color: #1200bc;
}

.btn-primary {
    background-color: #4cd600 !important;
    border-color: #4cd600 !important;
    color: #161c2d !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3fb300 !important;
    border-color: #3fb300 !important;
    color: #161c2d !important;
}

.btn-success {
    background-color: #4cd600;
    border-color: #4cd600;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #3fb300;
    border-color: #3fb300;
}

#order-standard_cart .view-cart-items-header,
#order-standard_cart .empty-cart .btn {
    background-color: #4cd600 !important;
    color: #161c2d !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #1a00ff !important;
}

#order-standard_cart .domain-checker-available {
    color: #3fb300 !important;
}

#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: #1a00ff !important;
}

#order-standard_cart .order-summary .text-right .btn-continue-shopping:hover {
    background: #1a00ff;
    color: #fff;
    border-color: transparent;
}

/* Accessible focus state for keyboard navigation: subtle brand ring instead of the harsh browser default */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(26, 0, 255, 0.25) !important;
}

/* Sidebar modernization: Actions / Choose Currency panels */
.sidebar .panel {
    background: #fff;
    border: 1px solid #f2f3f5;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(22, 28, 45, 0.05);
    overflow: hidden;
}

.sidebar .panel-heading {
    background: #fff;
    border-bottom: 1px solid #f2f3f5;
    padding: 16px 18px;
}

.sidebar .panel-title {
    font-size: 15px;
    font-weight: 600;
    color: #161c2d;
}

.sidebar .panel-title i {
    color: #1a00ff;
    font-size: 12px;
}

.sidebar .list-group {
    border-radius: 0;
}

.sidebar .list-group-item {
    border: none;
    border-bottom: 1px solid #f6f7f9;
    padding: 13px 18px;
    color: #40465a;
    font-size: 14px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.sidebar .list-group-item:last-child {
    border-bottom: none;
}

.sidebar .list-group-item i {
    color: #8b91a3;
    width: 18px;
    transition: color 0.15s ease;
}

.sidebar .list-group-item:hover,
.sidebar .list-group-item:focus {
    background-color: #f4f6ff;
    color: #1a00ff;
}

.sidebar .list-group-item:hover i,
.sidebar .list-group-item:focus i {
    color: #1a00ff;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:hover,
.sidebar .list-group-item.active:focus {
    background-color: #1a00ff;
    border-color: #1a00ff;
    color: #fff;
}

.sidebar .list-group-item.active i {
    color: #fff;
}

.sidebar .panel-body {
    padding: 16px 18px;
}

.sidebar .panel-body .form-control {
    border-radius: 8px;
    border: 1px solid #e2e4ea;
}

.sidebar .panel-body .form-control:focus {
    border-color: #1a00ff;
    box-shadow: 0 0 0 3px rgba(26, 0, 255, 0.12);
}

/* Domain search result: primary match card */
#order-standard_cart #primaryLookupResult {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(22, 28, 45, 0.05);
    padding: 24px 28px;
    margin-bottom: 24px;
}

#order-standard_cart .domain-checker-available {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

#order-standard_cart .domain-price {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 14px 0 0 0;
}

#order-standard_cart .domain-price .price {
    font-size: 1.8em !important;
    font-weight: 700;
    color: #161c2d;
}

#order-standard_cart .domain-price .btn-add-to-cart {
    border-radius: 10px;
    padding: 10px 26px;
    font-weight: 600;
}

/* TLD spotlight cards */
.spotlight-tld {
    border: 1px solid #eef0f4 !important;
    border-radius: 14px !important;
    padding: 22px 16px !important;
    height: auto !important;
    min-height: 150px;
    overflow: visible !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    box-shadow: 0 1px 4px rgba(22, 28, 45, 0.04);
}

.spotlight-tld-container {
    height: auto !important;
}

.spotlight-tlds {
    height: auto !important;
    padding-bottom: 20px;
}

.spotlight-tld:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(22, 28, 45, 0.08);
    border-color: #d6dcff !important;
}

.spotlight-tld .available.price {
    display: block;
    color: #40465a;
    font-size: 15px;
    margin: 6px 0 12px;
}

.spotlight-tld .btn-add-to-cart {
    border-radius: 8px !important;
    border: 1px solid #1a00ff !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #1a00ff !important;
    font-weight: 600;
    padding: 6px 20px !important;
    width: auto !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.spotlight-tld .btn-add-to-cart:hover {
    background: #1a00ff !important;
    background-color: #1a00ff !important;
    color: #fff !important;
}

/* Sitewide button/form modernization */
.btn {
    border-radius: 8px;
    font-weight: 600;
}

.form-control {
    border-radius: 8px;
}

.form-control:focus {
    border-color: #1a00ff;
    box-shadow: 0 0 0 3px rgba(26, 0, 255, 0.12);
}

/* Cart/checkout: card restructure (visual only, no field/behavior changes) */
#order-standard_cart .view-cart-items-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-left: 1px solid #eef0f4;
    border-right: 1px solid #eef0f4;
    border-top: 1px solid #eef0f4;
    padding: 14px 20px !important;
}

#order-standard_cart .view-cart-items {
    border-left: 1px solid #eef0f4;
    border-right: 1px solid #eef0f4;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0 2px 10px rgba(22, 28, 45, 0.05);
    padding: 4px 20px 14px;
}

#order-standard_cart .order-summary {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(22, 28, 45, 0.05);
    overflow: hidden;
}

#order-standard_cart .order-summary h2 {
    background: #190c88;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 16px 20px;
}

#order-standard_cart .order-summary .summary-container {
    padding: 18px 22px 22px;
}

#order-standard_cart .order-summary .btn-checkout {
    width: 100%;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #1a00ff;
}

/* Login & password-reset pages: modernized card */
.logincontainer {
    max-width: 460px;
    width: 100%;
    margin: 50px auto;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(22, 28, 45, 0.07);
    padding: 40px 36px;
}

.logincontainer.with-social {
    max-width: 460px;
}

.logincontainer .row {
    display: block;
    margin: 0;
}

.logincontainer .row > [class*="col-"] {
    width: 100%;
    float: none;
    padding: 0;
}

.logincontainer .col-sm-5 {
    margin-top: 4px;
}

.login-eyebrow {
    text-align: center;
    color: #8b91a3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 4px;
}

.logincontainer .header-lined {
    border: none;
    text-align: center;
    margin-bottom: 24px;
}

.logincontainer div.header-lined h1 {
    color: #161c2d;
    font-size: 30px;
    font-weight: 700;
}

.logincontainer div.header-lined h1 small {
    display: block;
    color: #8b91a3;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.logincontainer .alert-danger {
    background-color: #fde8e8;
    border-color: #fde8e8;
    color: #c0392b;
    border-radius: 10px;
}

.logincontainer .form-group label {
    font-weight: 600;
    color: #40465a;
    font-size: 14px;
}

.logincontainer .form-control {
    height: 46px;
}

.login-password-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.login-forgot-link {
    font-weight: 600;
    color: #1a00ff;
    font-size: 13px;
}

.logincontainer .login-form #login {
    width: 100%;
    padding: 12px;
    font-size: 15px;
}

.login-or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #8b91a3;
    font-size: 13px;
    margin: 16px 0;
}

.login-or-divider::before,
.login-or-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #eef0f4;
}

.login-or-divider span {
    padding: 0 12px;
}

.logincontainer .social-signin-btns a,
.logincontainer .social-signin-btns button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

/* Password reset page: description text + success/contact link */
.logincontainer > p {
    text-align: center;
    color: #40465a;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.logincontainer .form-group.text-center button[type="submit"] {
    width: 100%;
    padding: 12px;
    font-size: 15px;
}

.logincontainer .login-form {
    border-right: none !important;
    padding-right: 0 !important;
}

/* Mobile off-canvas navigation panel */
@media (max-width: 991px) {
    #primary-nav.navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        width: 300px;
        max-width: 85vw;
        background: #fff !important;
        z-index: 1050 !important;
        margin: 0;
        border: none;
        box-shadow: 8px 0 30px rgba(22, 28, 45, 0.15);
        overflow-y: auto;
        padding: 24px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    #primary-nav.navbar-collapse.in {
        transform: translateX(0);
    }

    body:has(#primary-nav.navbar-collapse.in)::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(22, 28, 45, 0.4);
        z-index: 900;
    }

    /* Hamburger morphs into an X while the off-canvas panel is open */
    .navbar-toggle .icon-bar {
        transition: transform 0.25s ease, opacity 0.2s ease;
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
        transform: translateY(6px) rotate(45deg);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
        opacity: 0;
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
        transform: translateY(-6px) rotate(-45deg);
    }

    #primary-nav .emerge-navbar-menu {
        display: flex !important;
        flex-direction: column !important;
        float: none;
        width: 100%;
        margin: 0;
    }

    #primary-nav .emerge-navbar-menu > li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #f2f3f5;
    }

    #primary-nav .emerge-navbar-menu > li > a {
        padding: 16px 4px !important;
        font-size: 16px;
        font-weight: 600;
        color: #161c2d;
    }

    #primary-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        background: #f9fafc;
        border-radius: 10px;
        margin: 0 0 12px;
        padding: 4px 0;
    }

    #primary-nav .dropdown-menu > li > a {
        padding: 10px 16px;
        font-size: 15px;
        color: #40465a;
    }
}

/* Footer: accordion columns on mobile (native <details>/<summary>, no JS needed) */
.emerge-footer-accordion summary {
    margin: 0 0 18px;
    color: #190c88;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    cursor: default;
    list-style: none;
}

.emerge-footer-accordion summary::-webkit-details-marker {
    display: none;
}

@media (max-width: 767px) {
    .emerge-footer-accordion summary {
        margin: 0;
        padding: 4px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .emerge-footer-accordion summary::after {
        content: "+";
        font-size: 20px;
        font-weight: 400;
        color: #8b91a3;
    }

    .emerge-footer-accordion details[open] summary::after {
        content: "\2212";
    }

    .emerge-footer-accordion details[open] summary {
        margin-bottom: 10px;
    }

    .emerge-footer-accordion .emerge-footer-links {
        padding-bottom: 6px;
    }
}

@media (min-width: 768px) {
    .emerge-footer-accordion .emerge-footer-links {
        display: block !important;
    }
}

/* Footer: center brand column + bottom bar on mobile */
@media (max-width: 767px) {
    .emerge-footer-brand {
        text-align: center;
    }

    .emerge-footer-brand .emerge-footer-logo {
        display: inline-block;
    }

    .emerge-footer-bottom-inner {
        align-items: center !important;
        text-align: center;
    }

    .emerge-footer-bottom-links {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .emerge-header-shell .navbar-toggle {
        margin-left: 6px !important;
    }
}

/* Brand-align Bootstrap's default cyan .btn-info (e.g. "Already Registered?" on checkout) */
.btn-info {
    background-color: #1a00ff;
    border-color: #1a00ff;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #1200bc;
    border-color: #1200bc;
    color: #fff;
}

/* ============================================================
   New lightweight nav (emerge.com.ph pattern), replaces the old
   Bootstrap collapse/dropdown-based #primary-nav + navbar-toggle
   ============================================================ */
.emerge-nav{--emg-blue:#1A00FF;--emg-green:#4CD600;--emg-text:#242424;--emg-muted:#6b7280;--emg-border:#e7e9ec;--emg-bg:#ffffff;position:relative;flex:1 1 auto;font-family:inherit;box-sizing:border-box;z-index:900}
.emerge-nav *{box-sizing:border-box}
.emerge-nav-inner{display:flex;align-items:center;justify-content:flex-end;gap:20px}
.emerge-nav-menu{list-style:none;display:flex;align-items:center;gap:2px;margin:0;padding:0;order:1}
.emerge-nav-bar-right{display:flex;align-items:center;gap:10px;flex:none;order:2}
.emerge-nav-menu>li{position:relative}
.emerge-nav-link{appearance:none!important;background:none!important;border:0!important;box-shadow:none!important;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:15.5px!important;font-weight:500!important;color:var(--emg-text)!important;padding:12px 14px!important;line-height:1.2;border-radius:8px!important;text-decoration:none!important;text-transform:none!important;font-family:inherit!important;white-space:nowrap;letter-spacing:normal!important}
a.emerge-nav-link{display:flex}
.emerge-nav-link:hover,.emerge-nav-link:focus-visible{color:var(--emg-blue)!important;background:#f5f6ff!important}
.emerge-nav-link:focus-visible{outline:2px solid var(--emg-blue);outline-offset:-2px}
.emerge-nav-chevron{width:10px;height:10px;flex:none;transition:transform .18s ease}
.emerge-nav-menu>li.is-open>.emerge-nav-link .emerge-nav-chevron{transform:rotate(180deg)}
.emerge-nav-cta{background:var(--emg-green)!important;color:#ffffff!important;font-weight:600!important;padding:11px 22px!important;border-radius:999px!important;border:0!important;box-shadow:none!important;text-decoration:none!important;text-transform:none!important;display:inline-flex;align-items:center;gap:8px;line-height:1.2;cursor:pointer;white-space:nowrap;font-size:15.5px!important}
.emerge-nav-cta:hover,.emerge-nav-cta:focus-visible{background:#3fb800!important;color:#ffffff!important}
.emerge-dropdown-panel{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:0;background:#fff!important;border:1px solid var(--emg-border)!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(20,20,43,.14)!important;opacity:0!important;transform:translateY(6px);padding:12px!important;z-index:901;min-width:240px}
.emerge-nav-menu>li.is-open>.emerge-dropdown-panel{display:block!important;opacity:1!important;transform:translateY(0)}
.emerge-dropdown-panel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.emerge-dropdown-panel a{display:block;padding:8px 10px;border-radius:8px;color:var(--emg-text);text-decoration:none;font-size:14.5px;line-height:1.35}
.emerge-dropdown-panel a:hover,.emerge-dropdown-panel a:focus-visible{background:#f5f6ff;color:var(--emg-blue)}
.emerge-nav-toggle{display:none;appearance:none!important;background:none!important;border:0!important;box-shadow:none!important;cursor:pointer;width:40px;height:40px;padding:8px!important;border-radius:8px!important;flex:none}
.emerge-nav-toggle:focus-visible{outline:2px solid var(--emg-blue)}
.emerge-nav-toggle span{display:block;width:100%;height:2px;background:var(--emg-text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.emerge-nav-toggle span+span{margin-top:6px}
.emerge-nav.is-mobile-open .emerge-nav-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.emerge-nav.is-mobile-open .emerge-nav-toggle span:nth-child(2){opacity:0}
.emerge-nav.is-mobile-open .emerge-nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media (max-width:991px){
.emerge-nav-toggle{display:block}
.emerge-nav-inner{justify-content:flex-end}
.emerge-nav-menu{position:fixed;top:var(--emg-header-h,64px);left:0;right:0;bottom:0;background:#fff;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:8px 12px 24px;overflow-y:auto;transform:translateX(100%);transition:transform .22s ease;gap:0}
.emerge-nav.is-mobile-open .emerge-nav-menu{transform:translateX(0)}
.emerge-nav-menu>li{width:100%}
.emerge-nav-link{width:100%;justify-content:space-between;padding:14px 10px;border-bottom:1px solid var(--emg-border);border-radius:0}
.emerge-dropdown-panel{position:static!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:4px 10px 10px 18px!important;max-width:none!important;width:100%;opacity:1!important;transform:none;z-index:auto}
.emerge-nav-menu>li.is-open>.emerge-dropdown-panel{display:block!important}
.emerge-nav-bar-right .emerge-nav-cta,
.emerge-nav-bar-right .emerge-outline-button{padding:9px 16px!important;font-size:14.5px;min-height:40px}
}
@media (max-width:400px){
.emerge-nav-bar-right .emerge-nav-cta,
.emerge-nav-bar-right .emerge-outline-button{padding:9px 12px!important;font-size:13.5px}
}

/* WHMCS list tables (Services, Domains, Invoices, Tickets, etc.): brand the header bar */
.dataTables_info {
    background-color: #190c88 !important;
    border-radius: 10px 10px 0 0;
}

.dataTables_filter input {
    border-radius: 8px;
}

.table-list.dataTable thead th {
    background-color: #f6f6f6;
}

.paginate_button.active a,
.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #190c88 !important;
    border-color: #190c88 !important;
    color: #fff !important;
}

/* Broaden the modernized panel-card treatment beyond the sidebar to all
   client-area content panels (Product Details, Dashboard widgets, etc.) */
.panel.panel-default {
    border: 1px solid #f2f3f5;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(22, 28, 45, 0.05);
    overflow: hidden;
}

.panel.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #f2f3f5;
    padding: 16px 18px;
}

.panel.panel-default .panel-title {
    font-size: 15px;
    font-weight: 600;
    color: #161c2d;
}

.panel.panel-default .panel-body {
    padding: 18px;
}

/* Dashboard stat tiles: hover lift to reinforce clickability */
.tile {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border-radius: 10px;
}

.tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 28, 45, 0.08);
}

/* List tables (Services, Domains, Invoices, Tickets): row hover feedback */
.table-list.dataTable tbody tr {
    transition: background-color 0.1s ease;
}

.table-list.dataTable tbody tr:hover {
    background-color: #f7f8fc !important;
}

/* Secondary buttons: cleaner border + brand hover state */
.btn-default {
    border-color: #e2e4ea;
    color: #40465a;
}

.btn-default:hover,
.btn-default:focus {
    border-color: #1a00ff;
    color: #1a00ff;
    background-color: #f4f6ff;
}

/* Section dividers reused outside the checkout flow (e.g. My Details) */
.sub-heading {
    position: relative;
    text-align: center;
    margin: 8px 0 24px;
    border-top: 1px solid #e2e4ea;
}

.sub-heading span {
    position: relative;
    top: -12px;
    background: #fff;
    padding: 0 16px;
    color: #190c88;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Dashboard stat tiles: turn zero-state into a growth CTA instead of a dead end */
.tile-cta {
    font-size: 11px;
    font-weight: 700;
    color: #1a00ff;
    margin-top: 4px;
    text-transform: none;
}

.tile:hover .tile-cta {
    text-decoration: underline;
}

/* Quick Shortcuts (cPanel-served raster icons): can't restyle the images
   themselves, so unify their visual weight instead of a full icon swap */
.panel-default img[src*="modules/servers/cpanel/img"] {
    filter: grayscale(45%) opacity(0.82);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.panel-default a:hover > img[src*="modules/servers/cpanel/img"] {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-2px);
}

/* Bootstrap-switch toggle (Security Settings SSO, etc.): brand-align */
.bootstrap-switch {
    border-radius: 999px !important;
    border-color: #e2e4ea !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #4cd600 !important;
    color: #161c2d !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #f4f6fa !important;
    color: #40465a !important;
}
