:root {
    --aymg-primary: #0a4f78;
    --aymg-primary-dark: #082f49;
    --aymg-accent: #b7d84b;
    --aymg-surface: #f4f8fb;
    --aymg-surface-dark: #0f2f41;
    --aymg-text: #173042;
    --aymg-muted: #5a7182;
    --aymg-border: rgba(10, 79, 120, 0.14);
    --aymg-shadow: 0 24px 60px rgba(7, 35, 53, 0.14);
    --aymg-radius: 24px;
    --aymg-container-max: 1320px;
    --aymg-container-padding: 24px;
}

/* Full-width sections with consistent content max-width */
.footer-section-2,
.contact-section,
.service-section-four,
.about-section-four,
.how-it-work-section,
.team-section-six,
.faq-section,
.aymg-cta-strip {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/* Override theme footer margin/radius/padding so footer uses full page width and no gap below */
.footer-section-2 {
    margin-top: 0;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main-content .auto-container,
#main-content .container,
.footer-section-2 .auto-container,
.contact-section .auto-container,
.service-section-four .auto-container,
.service-section-four .container,
.about-section-four .auto-container,
.how-it-work-section .auto-container,
.team-section-six .auto-container,
.faq-section .auto-container,
.aymg-cta-strip .auto-container {
    max-width: var(--aymg-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--aymg-container-padding);
    padding-right: var(--aymg-container-padding);
    width: 100%;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    color: var(--aymg-text);
    background: #fff;
}

a {
    transition: all 0.3s ease;
}

.aymg-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 0;
}

.aymg-inline-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.aymg-phone-icon,
.aymg-arrow-icon {
    width: 18px;
    height: 18px;
}

.aymg-menu-icon {
    width: 24px;
    height: 24px;
}

/* Tap highlight for better mobile feedback (iOS/Android) */
a,
button,
.theme-btn,
.aymg-header-phone,
.aymg-header-cta,
.mobile-cta-bar a {
    -webkit-tap-highlight-color: rgba(10, 79, 120, 0.15);
}

.page-wrapper {
    overflow-x: clip;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-content,
main {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Prevent theme/section defaults from adding left offset */
#main-content .service-section-four,
#main-content .about-section-four,
#main-content .how-it-work-section,
#main-content .team-section-six,
#main-content .faq-section,
#main-content .aymg-cta-strip,
#main-content .contact-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Home page: full-width hero, no outer padding */
#main-content .hero-section.hero-7.aymg-home-hero {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.preloader {
    background-color: #fff;
}

.main-header .logo img,
.sticky-header .logo img {
    max-width: 170px;
    width: auto;
    height: auto;
}

.sticky-header .logo img {
    max-width: 184px;
}

.main-header.header-7 .main-box {
    border-radius: 0;
    box-shadow: 0 18px 50px rgba(9, 42, 63, 0.12);
}

.sticky-header .inner-container {
    border-radius: 0;
    box-shadow: none;
}

.main-header.header-7 .header-lower {
    padding-top: 0;
}

.sticky-header {
    background: #fff;
}

.main-header.header-7 .main-box {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 44px 22px 38px;
    background: #fff;
}

.sticky-header .auto-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.sticky-header .inner-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px 0;
    background: #fff;
}

.main-header.header-7 .nav-outer {
    display: flex;
    align-items: center;
    gap: 26px;
}

.sticky-header .inner-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-header.header-7 .logo-box {
    flex: 0 0 auto;
    margin-right: 28px;
}

.sticky-header .logo {
    flex: 0 0 auto;
    margin-right: 18px;
}

.main-header.header-7 .main-menu,
.sticky-header .nav-outer .main-menu {
    flex: 1 1 auto;
}

.main-header.header-7 .main-menu .navigation,
.sticky-header .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    width: 100%;
}

.main-header.header-7 .main-menu .navigation > li:last-child,
.sticky-header .navigation > li:last-child {
    margin-right: 0;
}

.main-header .navigation > li > a,
.sticky-header .navigation > li > a {
    font-weight: 600;
    letter-spacing: 0.01em;
    padding-left: 0;
    padding-right: 0;
    font-size-adjust: 0.52;
}

.main-header .navigation > li.current > a,
.main-header .navigation > li > a:hover,
.sticky-header .navigation > li.current > a,
.sticky-header .navigation > li > a:hover {
    color: var(--aymg-primary);
}

.aymg-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--aymg-primary-dark);
    font-weight: 700;
    min-height: 48px;
    min-width: 170px;
    margin-right: 18px;
    box-sizing: border-box;
    line-height: 1.2;
    white-space: nowrap;
    font-size-adjust: 0.52;
}

.aymg-header-phone .aymg-inline-icon {
    color: var(--aymg-accent);
}

.aymg-header-phone:hover {
    color: var(--aymg-primary);
}

.main-header.header-7 .outer-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid rgba(10, 79, 120, 0.15);
}

.aymg-header-cta {
    min-width: 214px;
    justify-content: center;
    background: linear-gradient(135deg, #d6ef73 0%, #b7d84b 100%) !important;
    color: var(--aymg-primary-dark) !important;
    box-shadow: 0 18px 28px rgba(183, 216, 75, 0.28);
}

.aymg-header-cta .icon {
    color: currentColor !important;
}

.aymg-header-cta:hover {
    background: linear-gradient(135deg, #def48b 0%, #c3e15a 100%) !important;
    color: var(--aymg-primary-dark) !important;
}

.mobile-menu .social-links li a:hover,
.mobile-menu .contact-list-one li a:hover {
    color: var(--aymg-accent);
}

.mobile-menu .nav-logo img {
    max-height: 54px;
    max-width: 172px;
}

.mobile-menu .navigation li > a {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.45;
}

.mobile-menu .contact-list-one {
    padding: 20px 24px 14px;
}

.mobile-menu .contact-list-one li {
    margin-bottom: 12px;
}

.mobile-menu .aymg-mobile-contact-box {
    display: block;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(10, 79, 120, 0.06);
}

.mobile-menu .aymg-mobile-contact-box .icon {
    display: inline-block;
    margin-bottom: 6px;
}

.mobile-menu .aymg-mobile-contact-box .title {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--aymg-muted);
}

.mobile-menu .aymg-mobile-contact-box .value {
    display: block;
    font-weight: 600;
    color: var(--aymg-text);
}

.theme-btn.btn-style-one,
.theme-btn.btn-style-two {
    border-radius: 999px;
    min-height: 60px;
    box-sizing: border-box;
    align-items: center;
    font-size-adjust: 0.52;
}

.theme-btn.btn-style-one {
    background: linear-gradient(135deg, var(--aymg-primary) 0%, #1b6999 100%);
    gap: 10px;
}

.theme-btn.btn-style-two {
    background: linear-gradient(135deg, var(--aymg-accent) 0%, #d9ee7a 100%);
    color: var(--aymg-primary-dark);
}

.theme-btn.btn-style-one .icon.aymg-inline-icon {
    width: 18px;
    height: 18px;
}

.theme-btn.btn-style-two .icon.aymg-inline-icon {
    width: 50px;
    height: 50px;
}

.theme-btn.btn-style-two .icon.aymg-inline-icon svg {
    width: 18px;
    height: 18px;
}

.theme-btn.btn-style-two .icon,
.theme-btn.btn-style-two i {
    color: currentColor;
}

.theme-btn.btn-style-two:hover {
    background: linear-gradient(135deg, #d3eb69 0%, #edf8a7 100%);
    color: var(--aymg-primary-dark);
}

.theme-btn.btn-style-one:hover {
    background: linear-gradient(135deg, #0b628f 0%, #2579ac 100%);
}

.aymg-page-hero {
    position: relative;
    padding: 200px 0 115px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.aymg-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 37, 56, 0.48) 0%, rgba(8, 37, 56, 0.18) 100%);
}

.aymg-page-hero .auto-container {
    position: relative;
    z-index: 1;
}

.aymg-page-hero .title-outer {
    max-width: 700px;
}

.aymg-page-hero .page-breadcrumb li,
.aymg-page-hero .page-breadcrumb li a {
    color: rgba(255, 255, 255, 0.78);
}

.aymg-page-hero .title {
    color: #fff;
}

.aymg-page-hero-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
    margin-top: 18px;
    max-width: 560px;
}

.hero-section.hero-7.aymg-home-hero {
    min-height: 580px;
    max-height: 864px;
    overflow: hidden;
}

#main-content .aymg-home-hero .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.aymg-home-hero {
    position: relative;
}

.aymg-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
    pointer-events: none;
}

.aymg-home-hero .bg-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 55%, rgba(8, 39, 58, 0.06) 100%);
}

.aymg-home-hero .container-fluid {
    display: flex;
    align-items: center;
    min-height: inherit;
    padding-left: 18px;
    padding-right: 18px;
}

.aymg-home-hero .bg-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.aymg-home-hero .bg-layer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aymg-home-hero .banner-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: clamp(18px, 2vw, 28px) auto;
    margin-left: clamp(6%, 8vw, 12%);
    margin-right: auto;
    padding: clamp(20px, 2.2vw, 28px) clamp(28px, 3.5vw, 40px) clamp(18px, 1.8vw, 26px);
    border-radius: 30px;
    border: 0;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    box-shadow: 0 24px 65px rgba(8, 39, 58, 0.14);
}

.aymg-home-hero .banner-know-box {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px 4px 6px;
    padding-right: 18px;
    gap: 8px;
    margin-bottom: clamp(6px, 0.8vw, 10px);
    background: rgba(10, 79, 120, 0.08);
    border: 1px solid rgba(10, 79, 120, 0.12);
    color: var(--aymg-primary-dark);
    box-sizing: border-box;
    max-width: 100%;
    min-height: 40px;
}

.aymg-home-hero .banner-know-box .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    flex-shrink: 0;
    line-height: 28px;
}

.aymg-home-hero .banner-know-box .text {
    font-size: clamp(9px, 1.6vw, 12px);
    font-weight: 600;
    line-height: 1.25;
    font-size-adjust: 0.52;
}

.aymg-home-hero .title,
.aymg-home-hero .banner-text {
    color: var(--aymg-primary-dark);
}

.aymg-home-hero .title {
    max-width: 640px;
    font-size: clamp(22px, 1.6vw, 26px);
    line-height: 1.1;
    margin-bottom: clamp(6px, 0.6vw, 8px);
}

.aymg-home-hero .banner-text {
    max-width: 610px;
    font-size: clamp(11px, 0.95vw, 13px);
    line-height: 1.4;
    margin-bottom: clamp(8px, 0.8vw, 14px);
    color: var(--aymg-muted);
}

.aymg-home-hero .aymg-home-actions {
    margin-top: clamp(10px, 1vw, 16px);
}

.aymg-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.aymg-home-actions .theme-btn.btn-style-two {
    min-width: 286px;
}

.aymg-hero-cta-mobile {
    display: none;
}

/* Desktop: show only desktop badge; hide mobile badge so both don't show */
.aymg-home-hero .banner-know-box .text .aymg-badge-desktop {
    display: inline;
}
.aymg-home-hero .banner-know-box .text .aymg-badge-mobile {
    display: none;
}

.aymg-home-team-cta {
    min-width: 260px;
    justify-content: center;
}

.aymg-home-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    min-width: 206px;
    min-height: 60px;
    box-sizing: border-box;
    border-radius: 999px;
    border: 1px solid rgba(10, 79, 120, 0.16);
    color: var(--aymg-primary-dark);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    font-size-adjust: 0.52;
}

.aymg-home-outline:hover {
    background: rgba(255, 255, 255, 1);
    color: var(--aymg-primary);
}

.service-section-four.aymg-home-services {
    padding-top: 90px;
    padding-bottom: 90px;
}

.service-section-four.aymg-home-services .service-wrapper {
    margin-top: 0;
}

/* Home: compact steps (1,2,3,4) block */
.how-it-work-section .how-it-work-wrapper.border-none {
    margin-top: 0;
}

.how-it-work-section .how-it-work-items-style-3.style-2 {
    margin-bottom: 0;
    padding: 20px 16px 24px;
}

.how-it-work-section .how-it-work-items-style-3 .number {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.how-it-work-section .how-it-work-items-style-3 .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.how-it-work-section .how-it-work-items-style-3 .text {
    font-size: 14px;
    line-height: 1.5;
    color: var(--aymg-muted);
}

.how-it-work-section .sec-title {
    margin-bottom: 36px;
}

.how-it-work-section .how-sec-text {
    font-size: 17px;
    margin-top: 28px;
}

.how-it-work-section .how-it-work-wrapper .row {
    gap: 0;
}

.aymg-section-copy,
.aymg-muted-copy,
.service-block-four .text,
.aymg-feature-card p,
.aymg-side-callout p,
.aymg-team-card .text,
.aymg-contact-panel p,
.aymg-faq-summary,
.aymg-sidebar-callout p {
    color: var(--aymg-muted);
}

.service-section-four {
    position: relative;
}

.aymg-intro-card {
    background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    border-radius: var(--aymg-radius);
    border: 1px solid var(--aymg-border);
    padding: 34px 30px;
    box-shadow: var(--aymg-shadow);
    height: 100%;
}

.service-block-four,
.aymg-feature-card,
.aymg-service-panel,
.aymg-team-card,
.aymg-faq-card,
.aymg-highlight-card,
.aymg-sidebar-callout,
.aymg-contact-panel,
.aymg-contact-detail-card,
.aymg-story-card {
    border-radius: var(--aymg-radius);
    border: 1px solid var(--aymg-border);
    box-shadow: var(--aymg-shadow);
    background: #fff;
}

.aymg-team-card {
    cursor: pointer;
}

.service-block-four {
    height: calc(100% - 10px);
}

.service-block-four .icon {
    background: linear-gradient(135deg, rgba(10, 79, 120, 0.14) 0%, rgba(183, 216, 75, 0.2) 100%);
}

.service-block-four .title a:hover,
.service-sidebar .sidebar-service-list ul li a:hover,
.service-sidebar .sidebar-service-list ul li.current a,
.faq-content-1 .accordion-box .block .acc-btn.active,
.faq-content-1 .accordion-box .block .acc-btn:hover {
    color: var(--aymg-primary);
}

.aymg-feature-card,
.aymg-story-card,
.aymg-contact-panel {
    padding: 34px 30px;
}

.aymg-feature-grid,
.aymg-highlight-grid,
.aymg-story-grid {
    display: grid;
    gap: 24px;
}

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

.aymg-highlight-grid,
.aymg-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aymg-feature-card h4,
.aymg-highlight-card h4,
.aymg-story-card h4 {
    margin-bottom: 12px;
}

.aymg-highlight-card {
    padding: 28px 24px;
}

.aymg-image-frame,
.aymg-collage-grid img,
.aymg-team-card .member-image,
.aymg-map-frame iframe {
    border-radius: 26px;
}

.aymg-image-frame {
    overflow: hidden;
    box-shadow: var(--aymg-shadow);
}

.aymg-image-frame img,
.aymg-team-card .member-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.aymg-team-card .member-image {
    aspect-ratio: 3 / 3.3;
}

.team-section-six .team-block-six .content-box,
.aymg-team-card .content-box {
    padding: 24px;
}

.aymg-team-card .designation {
    color: var(--aymg-primary);
    font-weight: 600;
}

.aymg-team-card .text {
    margin-top: 14px;
}

.aymg-collage-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aymg-collage-grid img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.service-sidebar .sidebar-service-list {
    background: #fff;
    border-radius: var(--aymg-radius);
    border: 1px solid var(--aymg-border);
    padding: 28px 24px;
}

.service-sidebar .sidebar-service-list ul.address li,
.service-sidebar .sidebar-service-list ul li a {
    color: var(--aymg-text);
}

.service-sidebar .sidebar-service-list ul {
    display: grid;
    gap: 10px;
}

.service-sidebar .sidebar-service-list ul li {
    margin: 0;
    border: 0;
}

.service-sidebar .sidebar-service-list ul li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    line-height: 1.5;
    background: rgba(10, 79, 120, 0.04);
}

.service-sidebar .sidebar-service-list ul li.current a {
    background: rgba(10, 79, 120, 0.1);
}

.service-sidebar .sidebar-service-list ul li a i {
    margin-top: 4px;
}

.service-sidebar .sidebar-service-list ul.address li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(10, 79, 120, 0.04);
}

.service-sidebar .sidebar-service-list ul.address li a i {
    color: var(--aymg-primary);
    margin-top: 4px;
}

.service-sidebar .sidebar-service-list ul.address span {
    display: block;
}

.service-sidebar .sidebar-service-list .title {
    color: var(--aymg-primary-dark);
}

.service-sidebar .sidebar-service-list.aymg-sidebar-callout {
    background: linear-gradient(180deg, #0a2a42 0%, #0f4e73 100%) !important;
    border-color: rgba(255, 255, 255, 0.08);
}

.service-sidebar .sidebar-service-list.aymg-sidebar-callout .title {
    color: #ffffff;
}

.service-sidebar .sidebar-service-list.aymg-sidebar-callout p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.service-sidebar .sidebar-service-list.aymg-sidebar-callout .theme-btn {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, #d6ef73 0%, #b7d84b 100%);
    color: var(--aymg-primary-dark) !important;
}

.service-sidebar .sidebar-service-list.aymg-sidebar-callout .theme-btn .icon,
.service-sidebar .sidebar-service-list.aymg-sidebar-callout .theme-btn i {
    color: currentColor;
}

.aymg-service-grid,
.aymg-team-grid,
.aymg-detail-grid {
    display: grid;
    gap: 24px;
}

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

.aymg-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aymg-service-panel {
    padding: 30px 26px;
}

.aymg-service-panel h4 {
    margin-bottom: 12px;
}

.aymg-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(183, 216, 75, 0.16);
    color: var(--aymg-primary-dark);
    font-size: 14px;
    font-weight: 700;
}

.aymg-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.aymg-check-list li {
    position: relative;
    padding-left: 32px;
    color: var(--aymg-text);
}

.aymg-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--aymg-accent);
    box-shadow: 0 0 0 4px rgba(183, 216, 75, 0.18);
}

.aymg-faq-layout .faq-content-1 .accordion-box .block {
    border: 1px solid var(--aymg-border);
    border-radius: 20px;
    box-shadow: var(--aymg-shadow);
    overflow: hidden;
    margin-bottom: 16px;
}

.aymg-faq-layout .faq-content-1 .accordion-box .block .acc-btn {
    padding: 22px 58px 22px 24px;
    color: var(--aymg-text);
}

.aymg-faq-layout .faq-content-1 .accordion-box .block .acc-btn .icon {
    right: 24px;
}

.aymg-faq-layout .faq-content-1 .accordion-box .block .acc-content .content {
    padding: 0 24px 24px;
}

.aymg-contact-layout .row,
.aymg-contact-detail-grid,
.aymg-home-preview-grid {
    gap: 24px 0;
}

.aymg-contact-detail-card {
    padding: 28px 24px;
    height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--aymg-text);
}

.aymg-contact-detail-card i {
    color: var(--aymg-primary);
    font-size: 24px;
    margin-bottom: 16px;
}

.aymg-contact-detail-card:hover {
    transform: translateY(-4px);
}

.aymg-contact-detail-card p,
.aymg-contact-detail-card span {
    color: var(--aymg-muted);
}

.contact-section .alert {
    border-radius: 18px;
    border: none;
    box-shadow: var(--aymg-shadow);
}

.contact-section .contact-form-shell,
.contact-section .aymg-map-frame,
.contact-section .aymg-contact-copy {
    background: #fff;
    border: 1px solid var(--aymg-border);
    border-radius: 28px;
    box-shadow: var(--aymg-shadow);
}

.contact-section .aymg-contact-copy {
    padding: 34px 30px;
}

.contact-section .aymg-contact-copy--page {
    padding: 0 0 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.contact-section .contact-form-shell {
    padding: 34px 30px;
    height: 100%;
}

.contact-section .aymg-map-frame {
    padding: 12px;
    overflow: hidden;
    min-height: 420px;
}

.contact-section .aymg-map-frame iframe {
    min-height: 394px;
    border: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .contact-section .aymg-map-shell {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 24px;
    }

    .contact-section .aymg-map-frame {
        flex: 1 1 auto;
        min-height: 420px;
        display: flex;
        flex-direction: column;
    }

    .contact-section .aymg-map-frame iframe {
        flex: 1;
        min-height: 394px;
    }
}

.contact-section .aymg-map-shell--page {
    gap: 18px;
}

.contact-section .aymg-map-shell--page .aymg-map-frame {
    min-height: 460px;
}

.contact-section .aymg-map-shell--page .aymg-map-frame iframe {
    min-height: 434px;
}

.contact-section .gform_fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-section .gfield--width-full,
.contact-section #field_1_5.gfield--width-full,
.contact-section #field_1_6,
.contact-section #field_1_9 {
    grid-column: 1 / -1;
}

.contact-section input,
.contact-section select,
.contact-section textarea {
    width: 100%;
    border: 1px solid rgba(10, 79, 120, 0.14);
    border-radius: 16px;
    padding: 14px 18px;
    min-height: 56px;
    background: #f8fbfd;
    color: var(--aymg-text);
}

.contact-section textarea {
    min-height: 180px;
    resize: vertical;
}

.contact-section label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 16px 30px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--aymg-primary) 0%, #1c729d 100%);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(10, 79, 120, 0.26);
}

.contact-section .submit-btn:hover {
    transform: translateY(-2px);
}

.contact-section .submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.contact-section .is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.14) !important;
}

.contact-section .field-error {
    display: none;
    margin-top: 8px;
    color: #dc3545;
    font-size: 14px;
}

.aymg-mini-contact-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.aymg-mini-contact-list a,
.aymg-mini-contact-list span {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--aymg-text);
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(10, 79, 120, 0.05);
}

.aymg-mini-contact-list a:hover {
    color: var(--aymg-primary);
}

.aymg-contact-heading {
    max-width: 780px;
    margin: 0 auto 34px;
}

.aymg-contact-heading p {
    color: var(--aymg-muted);
}

.aymg-contact-heading .heading-sub-title {
    color: var(--aymg-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.aymg-contact-heading .heading-title {
    color: var(--aymg-primary-dark);
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.15;
    margin-bottom: 14px;
}

.aymg-map-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.contact-section .aymg-map-intro {
    padding: 18px 20px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    border: 0;
    box-shadow: none;
}

.contact-section .aymg-map-intro .sec-title .title {
    margin-bottom: 10px;
}

.contact-section .aymg-map-intro .aymg-muted-copy {
    margin-bottom: 8px;
}

/* Contact section: light text on dark background for readability */
.contact-section .aymg-map-intro .sub-title,
.contact-section .aymg-map-intro .title {
    color: #fff !important;
}

.contact-section .aymg-map-intro .sub-title {
    color: rgba(255, 255, 255, 0.92) !important;
}

.contact-section .aymg-map-intro .title {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.contact-section .aymg-map-intro .aymg-muted-copy,
.contact-section .aymg-map-intro .aymg-muted-copy.mb-0 {
    color: rgba(255, 255, 255, 0.88) !important;
}

/* Top contact heading (Prioritize What Matters Most) - light on dark */
.contact-section .aymg-contact-heading .heading-sub-title {
    color: rgba(255, 255, 255, 0.95) !important;
}

.contact-section .aymg-contact-heading .heading-title {
    color: #fff !important;
}

.contact-section .aymg-contact-heading p {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Form side stays dark text on white */
.contact-section .contact-form-shell .sec-title .sub-title,
.contact-section .contact-form-shell .sec-title .title,
.contact-section .contact-form-shell .aymg-muted-copy {
    color: #0f2d3d !important;
}

.contact-section .contact-form-shell .aymg-muted-copy {
    color: #1e4a5e !important;
}

.aymg-contact-next-steps .aymg-check-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 28px;
}

.aymg-contact-summary-panel {
    text-align: center;
    padding: 26px 28px;
}

.aymg-contact-summary-panel h3 {
    margin-bottom: 10px;
    color: var(--aymg-primary-dark);
}

.aymg-team-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 34px 20px;
    background: rgba(7, 22, 34, 0.72);
}

.aymg-team-modal.is-open {
    display: flex;
}

.aymg-team-modal .modal-backdrop {
    display: none;
}

.aymg-team-modal .modal-panel {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: calc(100vh - 80px);
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--aymg-shadow);
    overflow: auto;
}

.aymg-team-modal .modal-grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
}

.aymg-team-modal .modal-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aymg-team-modal .modal-copy {
    padding: 34px 34px 30px;
}

.aymg-team-modal .modal-copy .role {
    color: var(--aymg-primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.aymg-team-modal .close-modal {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--aymg-primary-dark);
    font-size: 20px;
}

.aymg-cta-strip {
    padding: 90px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.aymg-cta-strip .inner {
    max-width: 720px;
}

.aymg-cta-strip p {
    color: rgba(255, 255, 255, 0.86);
}

.aymg-cta-strip .aymg-check-list li {
    color: rgba(255, 255, 255, 0.92);
}

.aymg-home-success-strip .title {
    color: #ffffff;
}

.aymg-home-success-strip .aymg-check-list li::before {
    background: #d6ef73;
    box-shadow: 0 0 0 4px rgba(214, 239, 115, 0.22);
}

.aymg-home-success-strip .inner {
    max-width: 780px;
}

.footer-section-2 .footer-top-wrapper {
    align-items: center;
}

.aymg-footer-top-divider {
    display: block;
    padding: 8px 0 0 !important;
    padding-bottom: 0 !important;
    min-height: 0;
}

.footer-section-2 .footer-logo img,
.aymg-footer-logo img {
    max-width: 160px;
    width: auto;
    height: auto;
}

.aymg-footer-column-logo {
    display: inline-block;
    margin-bottom: 8px;
}

.footer-section-2 .footer-widget-wrapper.style-2 {
    padding: 12px 0 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 32px;
}

.footer-section-2 .footer-widget-wrapper .footer-widget-items {
    height: 100%;
    margin-top: 12px;
}

.footer-section-2 .footer-widget-wrapper .widget-title {
    margin-bottom: 10px;
}

.footer-section-2 .footer-widget-wrapper .widget-title h3 {
    line-height: 1.3;
}

.footer-section-2 .footer-content,
.footer-section-2 .footer-content p {
    line-height: 1.4;
}

.aymg-footer-intro {
    margin-bottom: 10px;
}

.aymg-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.aymg-footer-contact-list li i {
    margin-top: 4px;
}

.aymg-footer-social {
    margin-top: 8px;
}

.aymg-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-section-2 .footer-content p a,
.footer-section-2 .contact-list-2 li a,
.footer-section-2 .user-links li a,
.footer-section-2 .social-icon a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-section-2 .user-links li {
    margin-bottom: 2px;
    line-height: 1.4;
}

.footer-section-2 .footer-text {
    margin-top: 0;
    padding-top: 24px;
    line-height: 1.4;
}

.footer-section-2 .footer-content p a:hover,
.footer-section-2 .contact-list-2 li a:hover,
.footer-section-2 .user-links li a:hover,
.footer-section-2 .social-icon a:hover {
    color: #fff;
}

.mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(8, 39, 58, 0.96);
    box-shadow: 0 -12px 32px rgba(8, 39, 58, 0.3);
}

.mobile-cta-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 62px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.mobile-cta-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-cta-bar i {
    color: var(--aymg-accent);
}

@media (max-width: 1199px) {
    .main-header.header-7 .main-box {
        padding: 18px 24px 18px 24px;
    }

    .main-header.header-7 .outer-box {
        gap: 10px;
        border-left: none;
        padding-left: 10px;
    }

    .main-header.header-7 .logo-box .logo img,
    .main-header.header-7 .aymg-site-logo img {
        max-height: 50px;
        width: auto;
    }

    .main-header.header-7 .logo-box {
        margin-right: 12px;
    }

    .aymg-header-phone {
        font-size: 14px;
        gap: 6px;
        white-space: nowrap;
    }

    .aymg-feature-grid,
    .aymg-detail-grid,
    .aymg-highlight-grid,
    .aymg-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    #main-content .auto-container,
    #main-content .container,
    .footer-section-2 .auto-container,
    .contact-section .auto-container,
    .service-section-four .auto-container,
    .service-section-four .container,
    .about-section-four .auto-container,
    .how-it-work-section .auto-container,
    .team-section-six .auto-container,
    .faq-section .auto-container,
    .aymg-cta-strip .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aymg-page-hero {
        padding: 170px 0 90px;
    }

    .main-header.header-7 .main-menu {
        display: none;
    }

    .main-header.header-7 .main-box {
        padding: 14px 16px 14px 16px;
    }

    .main-header.header-7 .logo-box .logo img,
    .main-header.header-7 .aymg-site-logo img {
        max-height: 44px;
    }

    .main-header.header-7 .logo-box {
        margin-right: 10px;
    }

    .main-header.header-7 .outer-box {
        gap: 8px;
        padding-left: 8px;
    }

    .aymg-header-phone {
        font-size: 13px;
        min-height: 44px;
        min-width: 0;
        padding: 8px 0;
    }

    .aymg-header-cta {
        min-width: auto;
        min-height: 44px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }

    .sticky-header .inner-container {
        padding: 12px 22px;
    }


    .aymg-service-grid,
    .aymg-feature-grid,
    .aymg-highlight-grid,
    .aymg-story-grid,
    .aymg-detail-grid,
    .contact-section .gform_fields,
    .aymg-team-modal .modal-grid {
        grid-template-columns: 1fr;
    }

    .contact-section .contact-form-shell,
    .contact-section .aymg-contact-copy {
        padding: 28px 22px;
    }

    .contact-section .aymg-contact-copy--page {
        padding: 0 0 6px;
    }

    .aymg-contact-next-steps .aymg-check-list {
        grid-template-columns: 1fr;
    }

    .contact-section .aymg-map-frame {
        min-height: 360px;
    }

    .mobile-cta-bar {
        display: grid;
    }

    body {
        padding-bottom: 62px;
    }
}

@media (max-width: 767px) {
    #main-content .auto-container,
    #main-content .container,
    .footer-section-2 .auto-container,
    .contact-section .auto-container,
    .service-section-four .auto-container,
    .service-section-four .container,
    .about-section-four .auto-container,
    .how-it-work-section .auto-container,
    .team-section-six .auto-container,
    .faq-section .auto-container,
    .aymg-cta-strip .auto-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-header.header-7 .main-box {
        padding: 12px 12px 12px 12px;
    }

    .main-header.header-7 .logo-box .logo img,
    .main-header.header-7 .aymg-site-logo img {
        max-height: 40px;
    }

    .main-header.header-7 .logo-box {
        margin-right: 8px;
    }

    .main-header.header-7 .nav-outer {
        gap: 12px;
    }

    .main-header.header-7 .outer-box {
        gap: 6px;
        padding-left: 6px;
    }

    .aymg-header-phone {
        font-size: 12px;
        min-height: 44px;
        min-width: 0;
        padding: 8px 0;
    }

    .aymg-header-cta {
        min-height: 44px;
        padding: 10px 10px;
        font-size: 13px;
    }

    .theme-btn.btn-style-one,
    .theme-btn.btn-style-two {
        min-height: 44px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .aymg-home-actions .theme-btn.btn-style-two,
    .aymg-home-outline {
        min-width: auto;
    }

    /* Home: compact blocks on mobile – smaller text and spacing */
    .aymg-intro-card {
        padding: 22px 20px;
    }

    .aymg-intro-card .sec-title.mb-25 {
        margin-bottom: 14px;
    }

    .aymg-intro-card .sec-title .sub-title {
        font-size: 13px;
        line-height: 1.35;
    }

    .aymg-intro-card .sec-title .title {
        font-size: 18px;
        line-height: 1.3;
    }

    .aymg-intro-card .aymg-section-copy {
        font-size: 14px;
        line-height: 1.45;
    }

    .aymg-intro-card .hero-button.mt-30 {
        margin-top: 18px;
    }

    .service-section-four.aymg-home-services .service-block-four .content .title {
        font-size: 17px;
    }

    .service-section-four.aymg-home-services .service-block-four .content .text {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-section-four .aymg-badge {
        font-size: 13px;
    }

    .about-section-four .sec-title.mb-30 {
        margin-bottom: 18px;
    }

    .about-section-four .sec-title .sub-title {
        font-size: 13px;
        line-height: 1.35;
    }

    .about-section-four .sec-title .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .about-section-four .about-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-section-four .aymg-feature-grid {
        gap: 14px;
        margin-top: 20px;
    }

    .about-section-four .aymg-feature-card h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .about-section-four .aymg-feature-card p {
        font-size: 13px;
        line-height: 1.45;
    }

    .about-section-four .theme-btn.mt-30 {
        margin-top: 20px;
    }

    .how-it-work-section .sec-title .sub-title {
        font-size: 13px;
        line-height: 1.35;
    }

    .how-it-work-section .sec-title .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .how-it-work-section .how-it-work-items-style-3.style-2 .text {
        font-size: 13px;
        line-height: 1.45;
    }

    .aymg-cta-strip.aymg-home-success-strip .sec-title .sub-title {
        font-size: 13px;
        line-height: 1.35;
    }

    .aymg-cta-strip.aymg-home-success-strip .sec-title .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .aymg-cta-strip.aymg-home-success-strip p {
        font-size: 14px;
        line-height: 1.45;
    }

    .aymg-cta-strip.aymg-home-success-strip .aymg-check-list {
        margin-top: 18px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.4;
    }

    .team-section-six .sec-title .sub-title {
        font-size: 13px;
        line-height: 1.35;
    }

    .team-section-six .sec-title .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .team-section-six .sec-title.mb-50 {
        margin-bottom: 28px;
    }

    .hero-section.hero-7.aymg-home-hero {
        min-height: auto;
        max-height: none;
    }

    .aymg-home-hero .banner-content {
        margin: 32px 16px 48px;
        margin-left: auto;
        margin-right: auto;
        padding: 28px 20px 36px;
        max-width: calc(100% - 32px);
    }

    .aymg-home-hero .banner-know-box {
        margin-bottom: 14px;
        padding: 10px 18px 10px 12px;
        gap: 10px;
        min-height: 0;
        flex-wrap: wrap;
        align-content: center;
    }

    .aymg-home-hero .banner-know-box .icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .aymg-home-hero .banner-know-box .icon svg {
        width: 12px;
        height: auto;
    }

    .aymg-home-hero .banner-know-box .text .aymg-badge-desktop {
        display: none;
    }

    .aymg-home-hero .banner-know-box .text .aymg-badge-mobile {
        display: inline;
    }

    .aymg-home-hero .banner-know-box .text {
        font-size: clamp(10px, 2.4vw, 12px);
        line-height: 1.2;
        white-space: nowrap;
    }

    .aymg-hero-cta-desktop {
        display: none;
    }

    .aymg-hero-cta-mobile {
        display: inline;
    }

    .aymg-home-hero .title {
        font-size: clamp(28px, 6vw, 36px);
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .aymg-home-hero .banner-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .aymg-home-hero .aymg-home-actions {
        margin-top: 22px;
    }


    .service-section-four,
    .team-section-six,
    .faq-section,
    .services-details,
    .contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .service-section-four.aymg-home-services {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .about-section-four.section-padding,
    .how-it-work-section.section-padding {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .how-it-work-section .how-it-work-items-style-3.style-2 {
        padding: 20px 12px 24px;
    }

    .how-it-work-section .how-it-work-items-style-3 .number {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .how-it-work-section .how-it-work-items-style-3 .title {
        font-size: 16px;
    }

    .how-it-work-section .sec-title {
        margin-bottom: 24px;
    }

    .how-it-work-section .sec-title.mb-60 {
        margin-bottom: 28px;
    }

    .team-section-six {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .aymg-cta-strip {
        padding: 56px 0;
    }

    .faq-section.section-padding {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .aymg-page-hero-text {
        font-size: 16px;
    }

    .aymg-home-actions,
    .contact-section .submit-btn {
        width: 100%;
    }

    .theme-btn.btn-style-one,
    .theme-btn.btn-style-two,
    .aymg-home-outline {
        justify-content: center;
        width: 100%;
    }

    .aymg-home-hero .title,
    .aymg-home-hero .banner-text,
    .aymg-home-actions {
        text-align: left;
        justify-content: flex-start;
    }

    .footer-section-2 .footer-widget-wrapper .row {
        justify-content: center;
    }

    .footer-section-2 .footer-widget-wrapper .footer-widget-items {
        text-align: center;
    }

    .footer-section-2 .footer-widget-wrapper .user-links-area {
        display: block;
        text-align: center;
    }

    .footer-section-2 .footer-widget-wrapper .user-links {
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .footer-section-2 .footer-widget-wrapper .user-links li {
        display: block;
        text-align: center;
    }

    .footer-section-2 .footer-widget-wrapper .footer-content {
        text-align: center;
    }

    .footer-section-2 .footer-widget-wrapper .footer-content p {
        max-width: none;
        text-align: center;
    }

    .footer-section-2 .aymg-footer-column-logo {
        display: block;
        text-align: center;
    }

    .footer-section-2 .aymg-footer-contact-list {
        justify-content: center;
    }

    .footer-section-2 .aymg-footer-social {
        display: flex;
        justify-content: center;
    }

    .footer-section-2 .footer-logo img,
    .aymg-footer-logo img {
        max-width: 146px;
    }

    .footer-section-2 .footer-widget-wrapper.style-2 {
        padding: 12px 0 28px;
    }

    .footer-section-2 .footer-widget-wrapper .footer-widget-items {
        margin-top: 12px;
    }

    .footer-section-2 .footer-widget-wrapper .widget-title {
        margin-bottom: 10px;
    }

    .footer-section-2 .footer-widget-wrapper .widget-title h3 {
        font-size: 18px;
        line-height: 1.25;
    }

    .footer-section-2 .footer-widget-wrapper .footer-content,
    .footer-section-2 .footer-widget-wrapper .footer-content p,
    .footer-section-2 .footer-widget-wrapper .user-links li {
        line-height: 1.25;
    }

    .aymg-footer-column-logo {
        margin-bottom: 8px;
    }

    .aymg-footer-contact-list li {
        margin-bottom: 4px;
        justify-content: center;
        line-height: 1.25;
    }

    .aymg-footer-social {
        margin-top: 8px;
    }

    .footer-section-2 .footer-text {
        margin-top: 16px;
        padding-top: 12px;
        text-align: center;
        line-height: 1.25;
    }

    .aymg-footer-tagline {
        display: none !important;
    }

    .contact-details.aymg-contact-layout {
        padding-top: 48px;
        padding-bottom: 28px;
    }

    .contact-details.aymg-contact-layout .aymg-contact-detail-card {
        padding: 18px 14px;
    }
}
