/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.18.1766436797
Updated: 2025-12-22 20:53:17

*/

.post-navigation{
    display: none !important;
}

.my-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 24px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 240px;
    margin: 16px auto;
}

.my-icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.my-icon {
    position: absolute;
    top: -90px; /* Pull it above the box */
    transform: translateX(50%); /* Push it to the right */
}

.my-content p {
    font-size: 1.5rem;           /* Adjust font size */
    font-weight: 600;            /* Make it bold-ish */
   color:#124D45;            /* Dark text color */
    font-family: 'Inter', sans-serif;  /* Modern font */
    margin: 0;
	 margin-bottom: -15px;
    line-height: 1.4;
    text-align: center;
}

.image-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.image-box {
    width: calc(33.33% - 10px); /* Adjust width to fit 3 images per row with spacing */
    margin-bottom: 20px; /* Adjust spacing between images */
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* Global header */
.hg-site-header{
    background: #fff;
    border-bottom: 3px solid #0170B9;
    position: sticky;
    top: 0;
    z-index: 999;
}

.hg-site-header__inner{
    width: 100%;
    margin: 0;
    padding: 0 28px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.hg-site-header__left,
.hg-site-header__right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.hg-site-header__right-group{
    display: flex;
    align-items: center;
    gap: 18px;
}

.hg-site-header__menu{
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}

.hg-site-header__menu.is-open{
    opacity: 1;
    pointer-events: auto;
}

.hg-site-header__menu-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hg-site-header__menu-panel{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100dvh;
    width: min(320px, 85vw);
    background: #fff;
    box-shadow: 20px 0 40px rgba(0, 0, 0, 0.12);
    padding: 20px 18px 16px;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.hg-site-header__menu.is-open .hg-site-header__menu-panel{
    transform: translateX(0);
}

.hg-site-header__menu-close{
    position: absolute;
    top: 6px;
    right: 10px;
    border: none;
    background: transparent;
    color: #111;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 34px;
    font-weight: 300;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: none;
    transition: opacity 0.2s ease;
}

.hg-site-header__menu-close:hover,
.hg-site-header__menu-close:focus{
    opacity: 0.7;
    outline: none;
}

.hg-site-header__menu-user{
    padding: 26px 0 0;
    margin-bottom: 34px;
}

.hg-site-header__menu-user-link{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.hg-site-header__menu-user-link img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.hg-site-header__menu-user-meta{
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hg-site-header__menu-user-name{
    color: #111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hg-site-header__menu-user-email{
    color: #8a8a8a;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hg-site-header__menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hg-site-header__menu-link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #102036;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hg-site-header__menu-link:hover,
.hg-site-header__menu-link:focus{
    background: rgba(1, 112, 185, 0.08);
    outline: none;
}

.hg-site-header__menu-icon{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.hg-site-header__menu-bottom{
    margin-top: auto;
    border-top: 1px solid #e2e2e2;
    padding-top: 14px;
}

.hg-site-header__menu-bottom-link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #102036;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hg-site-header__menu-bottom-link:hover,
.hg-site-header__menu-bottom-link:focus{
    background: rgba(1, 112, 185, 0.08);
    outline: none;
}

.hg-site-header__menu-bottom-icon{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.hg-site-header__center{
    flex: 1;
}

.hg-site-header__logo img{
    height: 42px;
    width: auto;
    display: block;
}

.hg-site-header__user{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hg-site-header__user-link{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
}

.hg-site-header__user-link img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.hg-site-header__username{
    color: #3a3a3a;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.hg-site-header__icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #102036;
    text-decoration: none;
}

.hg-site-header__account{
    display: flex;
    align-items: center;
    gap: 18px;
}

.hg-site-header__icon img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.hg-site-header__burger{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: transparent;
    border: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.hg-site-header__burger:hover,
.hg-site-header__burger:focus,
.hg-site-header__burger:active{
    background: transparent;
    box-shadow: none;
    outline: none;
    filter: none;
}

.hg-site-header__burger img{
    width: 30px !important;
    height: 30px !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    display: block;
}

.hg-site-header__burger span{
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 2px;
}

@media (max-width: 768px){
    .hg-site-header__inner{ padding: 0 18px; }
    .hg-site-header__logo img{ height: 36px; }
    .hg-site-header__icon{ font-size: 11px; }
}

/* Login page */
.hg-login-page{
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 20px 60px;
    background: #f2f5f7;
    width: 100%;
}

.hg-login-page__content{
    text-align: center;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.page-template-page-login .site-content .ast-container{
    max-width: none;
    padding: 0;
}

.page-template-page-login .entry-content{
    margin: 0;
    display: flex;
    justify-content: center;
}

.hg-login-page__message{
    font-size: 22px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 34px;
}

.hg-login-page__choices{
    display: flex;
    gap: 48px;
    justify-content: center;
    flex-wrap: wrap;
}

.hg-login-page__choice{
    background: #fff;
    border: 1px solid rgba(1, 112, 185, 0.15);
    border-radius: 18px;
    padding: 24px 30px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #3a3a3a;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hg-login-page__choice img{
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.hg-login-page__choice:hover,
.hg-login-page__choice:focus{
    transform: translateY(-4px);
    border-color: rgba(1, 112, 185, 0.4);
    box-shadow: 0 14px 26px rgba(1, 112, 185, 0.12);
    outline: none;
}

/* Modal */
.hg-modal{
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.hg-modal.is-open{
    display: flex;
}

.hg-modal__overlay{
    position: absolute;
    inset: 0;
    background: rgba(58, 58, 58, 0.6);
}

.hg-modal__dialog{
    position: relative;
    background: #fff;
    width: min(92vw, 520px);
    border-radius: 22px;
    padding: 32px 32px 26px;
    z-index: 1;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    max-height: 90vh;
    overflow: hidden;
}

.hg-modal__title{
    text-align: center;
    font-size: 26px;
    color: #0170B9;
    font-weight: 700;
    margin-bottom: 22px;
}

.hg-modal__close{
    position: absolute;
    right: 14px;
    top: 12px;
    border: none;
    background: #f2f5f7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #3a3a3a;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hg-modal__body{
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: calc(90vh - 140px);
    overflow-y: auto;
}

.hg-modal__link{
    color: #0170B9;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.hg-modal__notice{
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
}

.hg-modal__notice--success{
    background: rgba(1, 112, 185, 0.08);
    color: #0170B9;
    text-align: center;
}

.hg-modal__notice--error{
    background: rgba(220, 53, 69, 0.08);
    color: #b02a37;
}

/* Forms */
.hg-form,
#hg-login-form{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hg-form.is-hidden{
    display: none;
}

.hg-form__error{
    background: rgba(220, 53, 69, 0.12);
    color: #b02a37;
    border-left: 4px solid #b02a37;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    display: none;
}

.hg-form__error.is-visible{
    display: block;
}

.hg-form__field-error{
    display: block;
    margin-top: 6px;
    color: #b02a37;
    font-size: 12px;
    min-height: 16px;
}

.hg-form__field-error.is-visible{
    min-height: 16px;
}

.hg-form label,
#hg-login-form label{
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 6px;
    display: inline-block;
}

.hg-form input[type="text"],
.hg-form input[type="email"],
.hg-form input[type="password"],
#hg-login-form input[type="text"],
#hg-login-form input[type="password"]{
    width: 100%;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 112, 185, 0.25);
    background: #f7f9fb;
    font-size: 14px;
}

.hg-form input:focus,
#hg-login-form input:focus{
    outline: none;
    border-color: #0170B9;
    box-shadow: 0 0 0 3px rgba(1, 112, 185, 0.15);
}

.hg-form__checkbox{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: #3a3a3a;
}

.hg-form__checkbox input{
    margin-top: 3px;
}

.hg-form__captcha{
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    padding: 12px;
    background: #f9fbfd;
    font-size: 12px;
    color: #3a3a3a;
}

.hg-captcha-box{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    cursor: pointer;
}

.hg-captcha-box input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.hg-captcha-box__label{
    font-size: 13px;
    color: #3a3a3a;
}

.hg-captcha-box__logo{
    margin-left: auto;
    font-weight: 700;
    font-size: 11px;
    color: #3a3a3a;
}

.hg-form__actions{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

#hg-login-form p{
    margin: 0;
}

#hg-login-form .login-username,
#hg-login-form .login-password{
    display: flex;
    flex-direction: column;
}

#hg-login-form .login-remember{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3a3a3a;
}

#hg-login-submit{
    background: #0170B9;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    align-self: center;
    max-width: 280px;
}

.hg-woocommerce-login .woocommerce-form-login{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hg-woocommerce-login .woocommerce-form-login label{
    font-weight: 600;
    color: #3a3a3a;
}

.hg-woocommerce-login .woocommerce-form-login input[type="text"],
.hg-woocommerce-login .woocommerce-form-login input[type="password"],
.hg-woocommerce-login .woocommerce-form-login input[type="email"]{
    width: 100%;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(1, 112, 185, 0.25);
    background: #f7f9fb;
    font-size: 14px;
}

.hg-woocommerce-login .woocommerce-form-login input:focus{
    outline: none;
    border-color: #0170B9;
    box-shadow: 0 0 0 3px rgba(1, 112, 185, 0.15);
}

.hg-woocommerce-login .woocommerce-form-login .form-row{
    margin: 0;
}

.hg-register-social-login{
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.hg-register-social-login .nsl-container,
.hg-register-social-login .nsl-container-block{
    width: auto;
    margin: 0 auto;
}

.hg-woocommerce-login .nsl-container,
.hg-woocommerce-login .nsl-container-block{
    width: auto;
    margin: 0 auto 14px;
}

.hg-woocommerce-login .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3a3a3a;
}

.hg-woocommerce-login .woocommerce-form-login button{
    background: #0170B9;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    align-self: center;
}

.hg-woocommerce-login .woocommerce-error,
.hg-woocommerce-login .woocommerce-message,
.hg-woocommerce-login .woocommerce-info{
    margin: 0 0 10px;
    border-radius: 10px;
}

.hg-form__actions{
    justify-content: center;
}

.hg-button{
    background: #0170B9;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

.hg-button--ghost{
    background: #fff;
    color: #0170B9;
    border: 1px solid rgba(1, 112, 185, 0.4);
}

@media (max-width: 640px){
    .hg-login-page__choices{ gap: 20px; }
    .hg-modal__dialog{ padding: 26px 22px 20px; }
}

/* My Account page refinements */
.woocommerce-account .entry-title,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content h4{
    margin-top: 36px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    border: 1px solid rgba(16, 32, 54, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
    border-bottom: 1px solid rgba(16, 32, 54, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
    padding: 12px 16px;
    display: block;
    font-weight: 600;
    color: #102036;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
    background: rgba(1, 112, 185, 0.06);
    color: #0170B9;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a{
    background: rgba(1, 112, 185, 0.08);
    color: #0170B9;
}

.woocommerce-account .woocommerce-MyAccount-content{
    background: #fff;
    border: 1px solid rgba(16, 32, 54, 0.08);
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 10px 24px rgba(16, 32, 54, 0.06);
}

.woocommerce-account table.shop_table{
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(16, 32, 54, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td{
    padding: 12px 14px;
    border-bottom: 1px solid rgba(16, 32, 54, 0.06);
    vertical-align: middle;
}

.woocommerce-account table.shop_table thead th{
    background: #f2f5f7;
    color: #102036;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
}

.woocommerce-account table.shop_table tr:nth-child(even) td{
    background: #fbfcfd;
}

.woocommerce-account table.shop_table tr:hover td{
    background: rgba(1, 112, 185, 0.05);
}

.woocommerce-account table.shop_table td:last-child,
.woocommerce-account table.shop_table th:last-child{
    text-align: right;
}

.woocommerce-account table.shop_table a{
    color: #0170B9;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-account table.shop_table a:hover{
    text-decoration: underline;
}

.woocommerce-account table.shop_table tbody tr:last-child td{
    border-bottom: none;
}

/* Home gateway cards */
#home-gateway {
    padding: 10px 0 34px;
}

#home-gateway > .e-con-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

#home-gateway > .e-con-inner > .e-con:first-child {
    display: flex;
    justify-content: center;
}

#home-gateway > .e-con-inner > .e-con:first-child .elementor-heading-title {
    margin: 0;
    text-align: center;
    color: #2d6cb0;
    font-size: clamp(40px, 4.8vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-weight: 700;
}

#home-gateway-cards {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    gap: 34px;
}

#home-gateway-cards > .home-gateway-card {
    flex: 1 1 0;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
}

.home-gateway-card {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e4e8ef;
    box-shadow: 0 8px 22px rgba(16, 32, 54, 0.08);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-gateway-card:hover,
.home-gateway-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(16, 32, 54, 0.12);
}

.home-gateway-card [id="home-gateway-card__visual"] {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.home-gateway-card--experiences [id="home-gateway-card__visual"] {
    background: #d6e3f0;
}

.home-gateway-card--partner [id="home-gateway-card__visual"] {
    background: #efe2bd;
}

.home-gateway-card [id="home-gateway-card__visual"] .elementor-widget-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-gateway-card [id="home-gateway-card__visual"] .elementor-widget-image img {
    width: auto;
    max-width: min(240px, 76%);
    height: auto;
    max-height: 160px;
    object-fit: contain;
}

.home-gateway-card [id="home-gateway-card__content"] {
    flex: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 30px 22px;
    gap: 18px;
}

.home-gateway-card [id="home-gateway-card__content"] .elementor-heading-title {
    margin: 0;
    color: #2d6cb0;
    font-size: clamp(22px, 2.2vw, 26px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.home-gateway-card [id="home-gateway-card__content"] .elementor-widget-text-editor p {
    margin: 10px 0 0;
    color: #334e75;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.55;
    font-weight: 400;
}

.home-gateway-card [id="home-gateway-card__content"] > .e-con:last-child {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.home-gateway-card .elementor-widget-icon .elementor-icon {
    color: #2d6cb0;
    font-size: 34px;
    line-height: 1;
}

@media (max-width: 980px) {
    #home-gateway-cards {
        flex-direction: column;
        gap: 20px;
    }

    #home-gateway-cards > .home-gateway-card {
        width: 100% !important;
    }

    .home-gateway-card [id="home-gateway-card__visual"] {
        min-height: 190px;
    }

    .home-gateway-card [id="home-gateway-card__content"] {
        padding: 24px 24px 20px;
    }

    .home-gateway-card [id="home-gateway-card__content"] .elementor-heading-title {
        font-size: clamp(21px, 5.4vw, 26px);
    }

    .home-gateway-card [id="home-gateway-card__content"] .elementor-widget-text-editor p {
        font-size: clamp(16px, 4.1vw, 18px);
    }
}

/* Native notify form */
.hg-notify-form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.hg-notify-form .ml-form-embedWrapper {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hg-notify-form .ml-form-horizontalRow {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    align-items: stretch;
    background: rgba(224, 236, 250, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 40px;
    box-shadow: 0 10px 28px rgba(16, 32, 54, 0.16);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}

.hg-notify-form .ml-form-horizontalRow:focus-within {
    box-shadow: 0 12px 32px rgba(16, 32, 54, 0.22);
}

.hg-notify-form input[type="email"] {
    background: transparent;
    color: #17365c;
    font-size: 24px;
    border: none;
    padding: 20px 28px;
    border-radius: 36px 0 0 36px;
    width: 100%;
    max-width: none;
    box-shadow: none;
    height: 72px;
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
}

.hg-notify-form input[type="email"]::placeholder {
    color: #5f7d9f;
    font-size: 24px;
}

.hg-notify-form input[type="email"]:focus {
    outline: none;
}

.hg-notify-form button.primary {
    background: linear-gradient(180deg, #d98a34 0%, #c67623 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0 36px;
    border: none;
    border-radius: 0 36px 36px 0;
    transition: background-color 0.3s ease, opacity 0.2s ease;
    height: 72px;
}

.hg-notify-form button.primary:hover,
.hg-notify-form button.primary:focus-visible {
    background: linear-gradient(180deg, #ca7a25 0%, #b96919 100%);
}

.hg-notify-form button.primary:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.hg-notify-thankyou {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
}

.hg-notify-thankyou[hidden] {
    display: none;
}

.hg-notify-thankyou.is-fading {
    opacity: 0;
}

.hg-notify-thankyou__card {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 28px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    text-align: center;
}

.hg-notify-thankyou__card h4 {
    color: #d8842b;
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
}

.hg-notify-thankyou__card p {
    font-size: 14px;
    color: #333;
    margin: 8px 0 0;
}

/* Home notify section overlay layout */
#home-notify-me {
    --hg-notify-overlay-bottom: clamp(110px, 17vw, 170px);
    --hg-notify-overlay-width: min(560px, calc(100% - 40px));
    --hg-notify-form-height: 72px;
    --hg-notify-heading-gap: 20px;
}

#home-notify-me > .e-con-inner {
    position: relative;
}

#home-notifyme-img {
    position: relative;
}

#home-notifyme-img > .elementor-widget-image {
    width: 100%;
}

#home-notifyme-img .elementor-widget-image img {
    width: 100%;
    height: auto;
    display: block;
}

#home-notifyme-img > .elementor-widget-shortcode {
    position: absolute;
    left: 50%;
    bottom: var(--hg-notify-overlay-bottom);
    transform: translateX(-50%);
    width: var(--hg-notify-overlay-width) !important;
    z-index: 4;
    margin: 0;
}

#home-notifyme-img > .elementor-widget-shortcode .elementor-widget-container,
#home-notifyme-img > .elementor-widget-shortcode .elementor-shortcode {
    width: 100%;
}

#home-notifyme-img > #notify-me-heading {
    position: absolute;
    left: 50%;
    bottom: calc(var(--hg-notify-overlay-bottom) + var(--hg-notify-form-height) + var(--hg-notify-heading-gap));
    transform: translateX(-50%);
    width: var(--hg-notify-overlay-width) !important;
    z-index: 5;
    margin: 0;
    text-align: center;
    pointer-events: none;
}

#notify-me-heading .elementor-heading-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: linear-gradient(180deg, rgba(10, 35, 62, 0.55) 0%, rgba(8, 30, 54, 0.38) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 8px 28px rgba(10, 26, 45, 0.34);
    text-shadow: 0 2px 14px rgba(6, 18, 34, 0.66);
}

@media (max-width: 600px) {
    #home-notify-me {
        --hg-notify-overlay-bottom: 22px;
        --hg-notify-overlay-width: min(520px, calc(100% - 28px));
        --hg-notify-form-height: 120px;
        --hg-notify-heading-gap: 14px;
    }

    #notify-me-heading .elementor-heading-title {
        font-size: clamp(22px, 6vw, 30px);
        padding: 8px 14px;
    }

    .hg-notify-form .ml-form-horizontalRow {
        flex-direction: column;
        border-radius: 32px;
    }

    .hg-notify-form input[type="email"] {
        border-radius: 36px 36px 0 0;
        height: 60px;
        font-size: 20px;
        padding: 18px;
    }

    .hg-notify-form input[type="email"]::placeholder {
        font-size: 20px;
    }

    .hg-notify-form button.primary {
        border-radius: 0 0 36px 36px;
        height: 60px;
        width: 100%;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #home-notify-me {
        --hg-notify-overlay-bottom: 16px;
        --hg-notify-overlay-width: calc(100% - 20px);
        --hg-notify-form-height: 74px;
        --hg-notify-heading-gap: 10px;
    }

    .hg-notify-form input[type="email"],
    .hg-notify-form button.primary {
        height: 35px;
        font-size: 12px;
        padding: 12px 16px;
    }

    .hg-notify-form input[type="email"]::placeholder {
        font-size: 12px;
    }

    .hg-notify-form input[type="email"] {
        border-radius: 20px 20px 0 0;
    }

    .hg-notify-form button.primary {
        border-radius: 0 0 20px 20px;
    }
}

/* Home how screens */
#home-how {
    width: 100%;
}

#home-how-imgs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

#home-how-imgs > .e-con {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: stretch;
}

#home-how-imgs .elementor-widget-image,
#home-how-imgs .elementor-widget-image .elementor-widget-container {
    width: 100%;
    height: 100%;
}

#home-how-imgs .elementor-widget-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1365 / 2048;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 980px) {
    #home-how-imgs {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #home-how-imgs .elementor-widget-image img {
        max-height: 640px;
        margin: 0 auto;
    }
}


