:root {
    --bg: #0b1f3b;
    --bg-dark: #07152a;
    --primary: #2e8bff;
    --primary-strong: #0a74ff;
    --text: #fff;
    --text-dark: #000;
    --muted: #b9c3d7;
    --badge: #0f2344;
    --badge-border: #1d3a6b;
    --govswiftheadlight-text: #fff;
    --govswiftheadlight-muted: hsla(0,0%,100%,.7);
    --govswiftheadlight-shadow: 0 8px 24px rgba(0,0,0,.3);
    --govswiftheadlight-glass-bg: hsla(0,0%,100%,.08);
    --govswiftheadlight-glass-brd: hsla(0,0%,100%,.18);
    --govswifthead-border: #d1d5db;
    --govswifthead-muted: #6b7280;
    --govswifthead-text: #111827;
    --govswifthead-bg: #fff;
    --govswifthead-dropdown-bg: #fff;
    --govswifthead-shadow: 0 8px 24px rgba(0,0,0,.08);
    --a-darkcolor: #111827;
    --a-lightcolor: #fff;
    --card-border: #e5e7eb;
    --text-muted: #6b7280;
    --space-1: .5rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ Font Families with fallback stacks */
    --font-inter: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    --font-poppins: Poppins, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}


*,:after,:before {
    box-sizing: border-box
}
html, body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background: #fff;
    color: var(--text-dark);
}

/* Headings use Poppins */
h1, h2, h3, h4, h5 {
    font-family: Poppins, system-ui, -apple-system, Segoe UI,  Arial, sans-serif;
}

/* General text elements use Inter */
p, span, div {
    font-family: Inter, system-ui, -apple-system, Segoe UI,  Arial, sans-serif;
}

/* Links */
a {
    color: inherit;
    text-decoration: none !important;
}

.p-100 {
    padding: 100px 0
}

.p-50 {
    padding: 50px 0
}

/* ============== HEADER COMPONENTS ============== */
/* Shared header styles */
.govswifthead-hamburger{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.govswifthead-container,.govswiftheadlight-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px
}

.govswifthead-navbar,.govswiftheadlight-navbar {
    align-content: center;
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.govswiftheadlight-navbar {
    height: 80px
}

.govswifthead-navbar {
    height: 72px
}

.govswifthead-brand,.govswiftheadlight-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    white-space: nowrap
}

.govswiftheadlight-brand {
    color: #fff;
    text-decoration: none
}

.govswifthead-logo,.govswiftheadlight-logo {
    border: 2px solid;
    border-radius: 8px;
    display: grid;
    flex: 0 0 auto;
    height: 38px;
    place-items: center;
    width: 38px
}

.govswiftheadlight-logo {
    border-color: #fff
}

.govswifthead-brand .govswifthead-logo {
    border-color: #111
}

.govswifthead-logo svg,.govswiftheadlight-logo svg {
    height: 22px;
    width: 22px
}

.govswiftheadlight-logo svg {
    stroke: #fff
}

.govswifthead-title,.govswiftheadlight-title {
    line-height: 1
}

.govswifthead-name,.govswiftheadlight-name {
    font-size: 22px;
    font-weight: 700
}

.govswifthead-tag,.govswiftheadlight-tag {
    font-size: 11px
}

.govswiftheadlight-tag {
    color: var(--govswiftheadlight-muted)
}

.govswifthead-tag {
    color: var(--govswifthead-muted)
}

/* ============== TRANSPARENT HEADER ============== */

.govswiftheadlight-header {
    background: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}
/* Desktop nav center */

.govswiftheadlight-nav-center {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center
}

.govswiftheadlight-main-nav {
    display: flex;
    gap: 28px;
    list-style: none;
    margin-bottom: 0;
    position: relative
}

.govswiftheadlight-main-nav>li {
    position: relative
}

.govswiftheadlight-main-nav>li>a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    gap: 6px;
    line-height: normal;
    opacity: .9;
    padding: 8px 0;
    text-decoration: none
}

.govswiftheadlight-main-nav>li>a:hover {
    opacity: 1
}

.govswiftheadlight-has-dropdown>a:after {
    border-bottom: 1.7px solid;
    border-right: 1.7px solid;
    content: "";
    display: inline-block;
    height: 6px;
    margin-top: 2px;
    transform: rotate(45deg);
    width: 6px
}

/* Glass dropdowns */

.govswiftheadlight-dropdown {
   
   
    background: var(--govswiftheadlight-glass-bg);
    border: 1px solid var(--govswiftheadlight-glass-brd);
    border-radius: 10px;
    box-shadow: var(--govswiftheadlight-shadow);
    display: block;
    left: 50%;
    list-style: none;
    min-width: 220px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 100%;
    transform: translate(-50%,6px);
    transition: opacity .16s ease,visibility .16s ease,transform .18s ease;
    visibility: hidden;
    will-change: opacity,transform;
    z-index: 200
}

.govswiftheadlight-dropdown:before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -10px
}

.govswiftheadlight-dropdown .govswiftheadlight-dropdown {
    left: calc(100% + 10px);
    top: 0;
    transform: translateY(4px)
}

.govswiftheadlight-dropdown .govswiftheadlight-dropdown:before {
    bottom: 0;
    content: "";
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px
}

.govswiftheadlight-main-nav li:focus-within>.govswiftheadlight-dropdown,.govswiftheadlight-main-nav li:hover>.govswiftheadlight-dropdown {
    opacity: 1;
    transform: translate(-50%);
    visibility: visible
}

.govswiftheadlight-dropdown li:focus-within>.govswiftheadlight-dropdown,.govswiftheadlight-dropdown li:hover>.govswiftheadlight-dropdown {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.govswiftheadlight-dropdown li {
    position: relative
}

.govswiftheadlight-dropdown a {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    opacity: 1;
    padding: 10px 12px;
    text-decoration: none
}

.govswiftheadlight-dropdown a:hover {
    background: hsla(0,0%,100%,.08)
}

.govswiftheadlight-submenu-caret:after {
    border-right: 1.7px solid;
    border-top: 1.7px solid;
    content: "";
    height: 6px;
    transform: rotate(45deg);
    width: 6px
}

/* Right side */

.govswiftheadlight-nav-right {
    align-content: center;
    align-items: center;
    display: flex;
    gap: 4px;
    white-space: nowrap
}

.govswiftheadlight-help {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: .85;
    text-decoration: none
}

.govswiftheadlight-help:hover {
    opacity: 1
}

.govswiftheadlight-icon-btn {
    color: #fff;
    display: inline-grid;
    height: 28px;
    place-items: center;
    text-decoration: none;
    width: 28px
}

.govswiftheadlight-icon-btn svg {
    height: 18px;
    width: 18px;
    stroke: #fff
}


/* Hamburger */

#govswiftheadlight-nav-toggle {
    display: none
}

.govswiftheadlight-menu-toggle {
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 22px;
    justify-content: center;
    width: 28px
}

.govswiftheadlight-menu-toggle span {
    background: #fff;
    display: block;
    height: 2px;
    width: 100%
}

/* Mobile drawer */

.govswiftheadlight-mobile-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .25s ease,opacity .2s ease;
    visibility: hidden
}

#govswiftheadlight-nav-toggle:checked~.govswiftheadlight-mobile-menu {
    max-height: 80vh;
    opacity: 1;
    visibility: visible
}

.govswiftheadlight-mobile-wrapper {
   
    background: rgba(6,40,76,.95)
}

.govswiftheadlight-mobile-menu ul {
    list-style: none;
    padding: 10px 16px
}

.govswiftheadlight-mobile-menu li {
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

.govswiftheadlight-mobile-menu li:last-child {
    border-bottom: none
}

.govswiftheadlight-mobile-menu a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 12px 4px;
    text-decoration: none
}

/* Mobile accordion */
.govswiftheadlight-mobile-menu details {
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

.govswiftheadlight-mobile-menu summary {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    justify-content: space-between;
    list-style: none;
    padding: 12px 4px;
    text-decoration: none
}

.govswiftheadlight-mobile-menu summary::-webkit-details-marker {
    display: none
}

.govswiftheadlight-mobile-menu summary:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    height: 8px;
    transform: rotate(-45deg);
    transition: transform .2s;
    width: 8px
}

.govswiftheadlight-mobile-menu details[open]>summary:after {
    transform: rotate(45deg)
}

.govswiftheadlight-submenu {
    padding-left: 14px
}

.govswiftheadlight-submenu a {
    color: #fff;
    font-weight: 400;
    opacity: .9;
    padding: 10px 4px;
    text-decoration: none
}

.govswiftheadlight-submenu a:hover {
    opacity: 1
}

/* ============== NORMAL HEADER ============== */

.govswifthead-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  
}

.govswifthead-navbar a {
    color: var(--a-darkcolor)
}

/* Desktop center nav */

.govswifthead-nav-center {
    display: flex;
    flex: 1;
    justify-content: center
}

.govswifthead-main-nav {
    display: flex;
    gap: 28px;
    list-style: none;
    margin-bottom: 0;
    position: relative
}

.govswifthead-main-nav>li {
    position: relative
}

.govswifthead-main-nav>li>a {
    align-items: center;
color: #282828;
    display: inline-flex;
    gap: 6px;
    padding: 8px 0;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.govswifthead-main-nav>li>a:hover {
    opacity: 1
}

.govswifthead-has-dropdown>a:after {
    border-bottom: 1.7px solid;
    border-right: 1.7px solid;
    content: "";
    display: inline-block;
    height: 6px;
    margin-top: 2px;
    transform: rotate(45deg);
    width: 6px
}

/* Desktop dropdowns */

.govswifthead-dropdown {
    background: var(--govswifthead-dropdown-bg);
    border: 1px solid var(--govswifthead-border);
    border-radius: 10px;
    box-shadow: var(--govswifthead-shadow);
    display: block;
    left: 50%;
    list-style: none;
    min-width: 220px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 100%;
    transform: translate(-50%,6px);
    transition: opacity .16s ease,visibility .16s ease,transform .18s ease;
    visibility: hidden;
    will-change: opacity,transform;
    z-index: 200
}

/* Invisible hover bridge above dropdown */
.govswifthead-dropdown:before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -10px
}

/* Submenu dropdowns */
.govswifthead-dropdown .govswifthead-dropdown {
    left: calc(100% + 10px);
    transform: translateY(4px)
}

/* Invisible hover bridge for side submenus */
.govswifthead-dropdown .govswifthead-dropdown:before {
    bottom: 0;
    content: "";
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px
}

/* Hover states: show dropdown */
.govswifthead-main-nav li:focus-within>.govswifthead-dropdown,.govswifthead-main-nav li:hover>.govswifthead-dropdown {
    opacity: 1;
    transform: translate(-50%);
    visibility: visible
}

.govswifthead-dropdown li:focus-within>.govswifthead-dropdown,.govswifthead-dropdown li:hover>.govswifthead-dropdown {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.govswifthead-dropdown li {
    position: relative
}

.govswifthead-dropdown a {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    opacity: .95;
    padding: 10px 12px
}

.govswifthead-dropdown a:hover {
    background: #f4f5f7;
    opacity: 1
}

.govswifthead-submenu-caret:after {
    border-right: 1.7px solid;
    border-top: 1.7px solid;
    content: "";
    height: 6px;
    transform: rotate(45deg);
    width: 6px
}

.govswifthead-dropdown .govswifthead-dropdown {
    left: 100%;
    margin-left: 6px;
    top: 0;
    transform: none
}

.govswifthead-main-nav li:focus-within>.govswifthead-dropdown,.govswifthead-main-nav li:hover>.govswifthead-dropdown {
    display: block
}

/* Right side */
.govswifthead-nav-right {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap
}

.govswifthead-help {
    color: var(--a-darkcolor);
    font-weight: 500;
    opacity: .9
}

.govswifthead-icon-btn {
    display: inline-grid;
    height: 28px;
    place-items: center;
    width: 28px
}

.govswifthead-icon-btn svg {
    height: 20px;
    width: 20px
}

/* Hamburger (CSS only) */
#govswifthead-nav-toggle {
    display: none
}

.govswifthead-menu-toggle {
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 22px;
    justify-content: center;
    width: 28px
}

.govswifthead-menu-toggle span {
    background: #111;
    display: block;
    height: 2px;
    width: 100%
}

/* Mobile panel */
.govswifthead-mobile-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .25s ease,opacity .2s ease;
    visibility: hidden
}

#govswifthead-nav-toggle:checked~.govswifthead-mobile-menu {
    max-height: 80vh;
    opacity: 1;
    visibility: visible
}

.govswifthead-mobile-wrapper {
    background: #fff;
    border-top: 1px solid var(--govswifthead-border);
    box-shadow: var(--govswifthead-shadow)
}

.govswifthead-mobile-menu ul {
    list-style: none;
    padding: 10px 16px
}

.govswifthead-mobile-menu li {
    border-bottom: 1px solid var(--govswifthead-border)
}

.govswifthead-mobile-menu li:last-child {
    border-bottom: none
}

.govswifthead-mobile-menu a {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 12px 4px
}

/* Collapsible submenus with <details> */

.govswifthead-mobile-menu details {
    border-bottom: 1px solid var(--govswifthead-border)
}

.govswifthead-mobile-menu details:last-child {
    border-bottom: none
}

.govswifthead-mobile-menu summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    list-style: none;
    padding: 12px 4px
}

.govswifthead-mobile-menu summary::-webkit-details-marker {
    display: none
}

.govswifthead-mobile-menu summary:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    height: 8px;
    transform: rotate(-45deg);
    transition: transform .2s;
    width: 8px
}

.govswifthead-mobile-menu details[open]>summary:after {
    transform: rotate(45deg)
}

.govswifthead-submenu {
    padding-left: 14px
}

.govswifthead-submenu a {
    font-weight: 400;
    padding: 10px 4px
}

/* ============== HERO SECTION ============== */
.hero {
    background: var(--bg);
    position: relative
}

.hero-gap{
    gap:var(--space-3)
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    min-width: 0
}

/* Text styles with fluid sizes */
.eyebrow {
    font-size: clamp(14px,2.7vw,20px);
    letter-spacing: .2px;
    margin: 0 0 .25rem;
	 color: #fff;
	 font-weight: 600;
}

.display-title {
	 color: #0C2240;
	 font-size: clamp(28px,6vw,32px);
	 letter-spacing: -.5px;
	 line-height: 1.15;
	 font-weight: 600;
	 margin: 0;
}

.subtext {color: #484848;font-family: var(--font-inter);font-size: clamp(16px,3.8vw,18px);font-weight: 400;letter-spacing: -.2px;line-height: 1.6;margin: 0;max-width: 698px;opacity: .95}

/* Actions */
.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3)
}

/* Support badges */
.support-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem .75rem;
    margin-top: var(--space-3)
}

.badge-pill {
    align-items: center;
    background: #063b5f;
    border: 1px solid var(--badge-border);
    border-radius: 25px;
    border-radius: 999px;
    color: #dfe7f7;
    display: flex;
    font-size: clamp(12px,3.4vw,15px);
    font-weight: 500;
    gap: .5rem;
    line-height: 1;
    padding: .5rem .75rem;
    white-space: nowrap
}

.badge-pill i {
    font-size: 1em;
    opacity: .9
}

.hero-right {
    min-width: 0
}
/* Hero image */
.hero-image {
    margin-inline:auto;max-width: min(560px,100%);
    position: relative;
    width: 100%
}

.hero-image img {
    display: block;
    height: auto;
    object-fit: contain;
    transform: scale(1.01) rotate(-.5deg);
    width: 100%;
    will-change: transform
}

/* ============== STEPS SECTION ============== */
.steps-section {
    background: #fff;
    padding: 100px 0
}

.steps-section-title {
 color: #0C2240;
text-align: center;
  font-family:var(--font-inter);
font-size: 32px;
font-style: normal;
font-weight: 600;
}

.steps-section-desc,.steps-section-title {
    color: #0C2240;
    font-style: normal;
    text-align: center
}

.steps-section-desc {
    font-family:var(--font-inter);
 color: #484848;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;

}

.step-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 18px;
    color: #000;
    height: 100%;
    padding: 28px 20px;
    text-align: center;
    transition: transform .2s ease,box-shadow .2s ease
}

.step-card img {
    display: block;
    height: 261px!important;
    margin: 0 auto 16px;
    max-width: 220px;
    object-fit: contain;
    width: 100%
}

.step-card h3 {
    display: flex;
    font-size: 1.125rem;
    font-weight: 600;
    gap: .6rem;
    line-height: 1.35;
    margin: 0 0 .5rem;
    padding: 0 .25rem;
    word-break: break-word
}

.step-card h3,.step-card h3 span {
    align-items: center;
    justify-content: center
}

.step-card h3 span {
    background: #244F74;
    border-radius: 25px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: .95rem;
    font-weight: 700;
    height: 30px;
    width: 30px
}

.step-card p {
    color: var(--text-muted);
    font-size: .95rem;
    margin: 0
}

/* ============== REVIEWS SECTION ============== */
.fl-review-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    padding: 1.5rem;
    text-align: left
}

.fl-rating {
    margin: 10px 0
}

.fl-rating-header {
    margin: 0 auto;
    text-align: center
}

.fl-star {
    align-items: center;
    background: linear-gradient(to right,#f43939 var(--fill,0),#ddd var(--fill,0));
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    margin-right: 3px;
    width: 24px
}

.fl-rating-text {
    color: #444;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 6px
}

/* Swiper styles */
.swiper-button-next,.swiper-button-prev {
    background: transparent;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    min-width: 40px;
    position: relative!important;
    top: 50%
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: "";
    display: none;
    font-size: 16px;
    font-weight: 700
}

.swiper-button-next svg,.swiper-button-prev svg {
    fill: #282828;
    height: 40px;
    width: 40px
}

.swiper-pagination {
    margin-top: 1rem;
    position: relative!important;
}

.swiper-pagination-bullet {
    background: #bbb;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #323232!important;
    border-radius: 25px!important;
    padding: 0 10px!important;
}

.fl-reviewer-details {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0
}

.fl-reviewer-info {
    align-content: center;
    align-items: center;
    display: flex;
    gap: 1rem
}

.fl-reviewer-info h3 {
    color: #595959;
    font-size: 20px;
    font-weight: 500;
    margin: 0
}

.fl-review-date {
    color: #9c9b9b;
    font-size: 16px;
    font-weight: 400
}

.fl-review-platform {
    margin-top: 0.5rem;
    text-align: center
}


.fl-review-text {
    color: #444;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-height: 150px;
    overflow-y: auto;   /* allow scrolling */
    overflow-x: hidden; /* prevent side scroll */
    scrollbar-width: none;  /* Firefox: hide scrollbar */
}

/* Chrome, Safari, Edge */
.fl-review-text::-webkit-scrollbar {
    display: none;
}


.fl-reviews-slider-wrapper {
    align-items: center;
    display: flex;
    gap:20px;
    height: 100%;
    position: relative!important;
    width: 100%
}

.fl-avatar-placeholder {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    color: #888;
    display: flex;
    font-size: 24px;
    height: 60px;
    justify-content: center;
    width: 60px
}

.swiper-section {
    background: #f2f2f2;
    border-radius: 0 0 25px 25px;
    margin: auto;
    width: 100%
}

.swiper-slide {
    height: auto!important;
}

.swiper-wrapper {
    align-items: stretch
}

.swiper-slide>.fl-review-card {
    height: 100%
}

/* ============== X-PANEL SECTION ============== */
.x-panel {
    background: #e2f1ff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    color: #000;
    overflow: hidden;
    position: relative
}

.x-panel__inner {
    margin: auto;
    padding-top: 80px;
    text-align: center
}

.x-panel__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px
}

.x-panel__lead {
    margin: 0 auto 20px;
    max-width: 760px;
    opacity: .8
}

.x-panel__trust {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 18px 0 32px
}

.x-panel__avatars {
    display: flex
}

.x-panel__avatars img {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 32px;
    margin-left: -8px;
    width: 32px
}

.x-panel__stat {
    font-weight: 300;
    opacity: .85
}

.x-panel__mockups {
    display: flex;
    gap: 24px;
    justify-content: center
}

.mock {
    margin: 0
}

.mock img {
    display: block;
    height: auto;
    width: 100%
}

/* ============== CTA SECTION ============== */


.cta-panel {
    background: #06284c;
    background-size: cover;
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 22px;
    color: var(--white);
    overflow: hidden;
    position: relative
}

.cta-inner {
    padding: 56px 18px;
    text-align: center
}

.cta-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.96px;
    line-height: 47px;
    margin: 0 0 10px
}

.cta-desc,.cta-title {
    color: #fff;
    font-style: normal
}

.cta-desc {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.48px;
    line-height: 26px;
    margin: 0 auto 22px;
    opacity: .92
}

.features {
    gap: 28px 48px;
    justify-content: center;
    margin-bottom: 26px
}

.feature {
    align-items: center;
    color: #e8f0fb;
    display: flex;
    gap: .75rem;
    min-width: 210px
}

.feature .icon {
    background: hsla(0,0%,100%,.08);
    border: 1px solid hsla(0,0%,100%,.18);
    border-radius: 10px;
    display: grid;
    height: 42px;
    place-items: center;
    width: 42px
}

.feature .icon i {
    font-size: 19px
}

.feature .txt {
    line-height: 1.1;
    text-align: left
}

.feature .t1 {
    color: #fff;
   
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.64px;
    line-height: 21px
}

.feature .t2 {
    color: var(--muted);
    font-size: .92rem
}


/* ============== SECURITY SECTION ============== */

.security-section {
    background: #fff;
}

.security-title {

    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.96px;
    line-height: 45px;
    margin-bottom: 12px
}

.security-desc,.security-title {
    color: #0c0c0c;
    font-style: normal;
    text-align: center
}

.security-desc {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.9px;
    line-height: 25px;
    margin: 0 auto 50px;
    max-width: 840px
}

.security-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    margin: auto;
    padding: 28px 20px;
    text-align: center;
    transition: transform .2s ease;
    width: 100%
}

.security-card:hover {
    transform: translateY(-5px)
}

.security-card img,.security-card svg {
    flex-shrink: 0;
    height: 78px;
    margin-bottom: 14px;
    width: 78px
}

.security-card-title {

    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 45px;
    margin-bottom: 6px
}

.security-card-desc,.security-card-title {
    color: #0c0c0c;
    font-style: normal;
    text-align: center
}

.security-card-desc {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.8px;
    line-height: 25px;
    margin: 0
}

/* ============== WHY CHOOSE SECTION ============== */
.whychoose-section {
    background: #fff;
}

.whychoose-panel {
    background: #e2f7ff;
    border-radius: 22px;
    padding: 100px 20px;
    text-align: center
}

.whychoose-title {
    color: #000;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.96px;
    line-height: 47px;
    margin-bottom: 18px
}

.whychoose-desc {
    color: #000;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.48px;
    line-height: 26px;
    margin: 0 auto 30px;
    max-width: 820px;
    text-align: center
}

.whychoose-btn,.whychoose-desc {
    font-family: var(--font-inter);
    font-size: 16px
}


/* ============== FAQ SECTION ============== */
.accordion-button:after {
    background-image: none!important;
    content: none!important
}

.icon-toggle {
    align-items: center;
    color: #244F74;
    display: flex;
    font-size: 1.5rem;
    height: 1.5rem;
	
    justify-content: center;
    line-height: 1;
    transition: transform .2s ease,color .2s ease
}

.accordion-button:not(.collapsed) .icon-toggle {
    color: #062546;
    font-size: 1.5rem;
    transform: rotate(180deg)
}

.accordion-button:not(.collapsed) {
    background-color: #cfe2ff00!important;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button i.bi-dot {
    color: #000;
    font-size: 1.25rem;
    margin-right: .5rem
}

.faq-dot {
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: .5rem;
    margin-top: .4rem;
    min-width: 6px
}
/* ============== FOOTER ============== */
.main-content {
    align-items: center;
    color: #666;
    display: flex;
    flex: 1;
    font-size: 1.2rem;
    justify-content: center
}

.footer {
    background: #141414;
    color: #fff;
    padding: 40px 0 30px
}

.footer-logo {
    margin-bottom: 20px
}

.footer-logo,.footer-logo-icon {
    align-items: center;
    display: flex
}

.footer-logo-icon {
    background-color: #fff;
    border-radius: 4px;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    margin-right: 12px;
    width: 40px
}

.footer-logo-icon i {
    color: #2c2c2c;
    font-size: 18px
}

.footer-logo-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0
}

.footer-logo-subtitle {
    color: #ccc;
    font-size: .75rem;
    line-height: 1;
    margin: 0
}

.footer-copyright {
  color: #F9FAFB;
font-family: var(--font-inter);
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 164.706% */
}

.footer-section h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

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

.footer-links li {
    margin-bottom: 12px
}

.footer-links ul li a,.footer-menu a {
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    transition: color .2s ease
}


.footer-links a:hover {
    color: #fff
}
.footer-dis{
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 8px;
    font-weight: 200;
}
.contact-info {
   color: #F9FAFB;
font-family: var(--font-inter);
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 164.706% */
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px
}

.social-icon {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: all .2s ease;
    width: 36px
}

.social-icon:hover {
    background-color: #555;
    color: #fff;
    transform: translateY(-2px)
}

.social-icon.instagram:hover {
    background-color: #e4405f
}

.social-icon.pinterest:hover {
    background-color: #bd081c
}

.social-icon.tiktok:hover {
    background-color: #000
}

.social-icon.discord:hover {
    background-color: #5865f2
}

.social-icon.facebook:hover {
    background-color: #1877f2
}

.social-icon.twitter:hover {
    background-color: #1da1f2
}

#menu-compnay,#menu-links {
    list-style: none;
    padding: 0;
    
}

#menu-compnay a,#menu-links a {
   color: #F9FAFB;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
    font-family: var(--font-inter);
}
/* ============== COOKIE POPUP ============== */
.cookie-popup-overlay {
    backdrop-filter: blur(3px);
    background: rgba(6,40,76,.79);
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    color: #fff;
    display: none;
    max-width: 320px;
    padding: 1.5rem;
    position: fixed;
    right: 20px;
    z-index: 9999
}

.cookie-popup h2 {
    font-size: 1.2rem;
    margin: 0 0 .5rem
}

.cookie-popup p {
    font-size: .9rem;
    margin-bottom: 1rem
}

.cookie-popup button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    margin-right: .5rem;
    padding: .5rem 1rem
}

.btn-accept {
    background: #d8e9a8;
    color: #333
}

.btn-decline {
    background: #eee;
    color: #333
}

.blog-card-image {
    height: 200px!important;
    object-fit: cover;
    width: 100%
}
/* ==============  BUTTON ANIMATIONS ============== */
/* Blue Gradient Button */
.btn-gradient-blue {
    background: linear-gradient(135deg,#244F74,#244F74);
    overflow: hidden;
    border-radius: 35px;
    display:inline-flex;
    height: 47px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding:0px 10px;
    font-family: var(--font-inter);
   font-size: 15px;
    font-style: normal;
    font-weight: 400;
    gap:10px;
    line-height: normal;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}
.btn-gradient-blue i {
    font-size: 28px;
}

.btn-gradient-blue:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-blue:hover {
    background: linear-gradient(135deg,#0c2240,#0c2240);
   
    transform: translateY(-2px)
}

.btn-gradient-blue:hover:before {
    left: 100%
}

.btn-gradient-blue * {
    position: relative;
    z-index: 2
}

.btn-gradient-green {
    background: linear-gradient(135deg,#10b981,#059669);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-green:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-green:hover {
    background: linear-gradient(135deg,#059669,#047857);
    box-shadow: 0 8px 25px rgba(16,185,129,.3);
    transform: translateY(-2px)
}

.btn-gradient-green:hover:before {
    left: 100%
}

.btn-gradient-green * {
    position: relative;
    z-index: 2
}

.btn-gradient-purple {
    background: linear-gradient(135deg,#8b5cf6,#7c3aed);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-purple:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-purple:hover {
    background: linear-gradient(135deg,#7c3aed,#6d28d9);
    box-shadow: 0 8px 25px rgba(139,92,246,.3);
    transform: translateY(-2px)
}

.btn-gradient-purple:hover:before {
    left: 100%
}

.btn-gradient-purple * {
    position: relative;
    z-index: 2
}

.btn-gradient-orange {
    background: linear-gradient(135deg,#f97316,#ea580c);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-orange:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-orange:hover {
    background: linear-gradient(135deg,#ea580c,#c2410c);
    box-shadow: 0 8px 25px rgba(249,115,22,.3);
    transform: translateY(-2px)
}

.btn-gradient-orange:hover:before {
    left: 100%
}

.btn-gradient-orange * {
    position: relative;
    z-index: 2
}

.btn-gradient-red {
    background: linear-gradient(135deg,#ef4444,#dc2626);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-red:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-red:hover {
    background: linear-gradient(135deg,#dc2626,#b91c1c);
    box-shadow: 0 8px 25px rgba(239,68,68,.3);
    transform: translateY(-2px)
}

.btn-gradient-red:hover:before {
    left: 100%
}

.btn-gradient-red * {
    position: relative;
    z-index: 2
}

.btn-gradient-pink {
    background: linear-gradient(135deg,#ec4899,#db2777);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-pink:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-pink:hover {
    background: linear-gradient(135deg,#db2777,#be185d);
    box-shadow: 0 8px 25px rgba(236,72,153,.3);
    transform: translateY(-2px)
}

.btn-gradient-pink:hover:before {
    left: 100%
}

.btn-gradient-pink * {
    position: relative;
    z-index: 2
}

.btn-gradient-teal {
    background: linear-gradient(135deg,#14b8a6,#0d9488);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-teal:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-teal:hover {
    background: linear-gradient(135deg,#0d9488,#0f766e);
    box-shadow: 0 8px 25px rgba(20,184,166,.3);
    transform: translateY(-2px)
}

.btn-gradient-teal:hover:before {
    left: 100%
}

.btn-gradient-teal * {
    position: relative;
    z-index: 2
}

.btn-gradient-dark {
    background: linear-gradient(135deg,#374151,#1f2937);
    overflow: hidden;
    position: relative;
    transition: transform .3s ease,box-shadow .3s ease,background .3s ease
}

.btn-gradient-dark:before {
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
    z-index: 1
}

.btn-gradient-dark:hover {
    background: linear-gradient(135deg,#1f2937,#111827);
    box-shadow: 0 8px 25px rgba(55,65,81,.3);
    transform: translateY(-2px)
}

.btn-gradient-dark:hover:before {
    left: 100%
}

.btn-gradient-dark * {
    position: relative;
    z-index: 2
}

/* ============== END OF BUTTON ANIMATIONS ==============*/


/* ============== Contact Page Support Card ==============*/
.support-card {
  border-radius: 15px;
  overflow: hidden;
 
}
.support-header {
  background-color: #E2F1FF;
  text-align: center;
  padding: 40px 25px;
}
.support-header h4 {
  color: #282828;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.support-header p,
.support-header .support-description {
  color: #282828;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin: 10px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.support-header a {
  color: #282828;
  text-decoration: underline!important;
  font-weight: 500;
  word-break: break-all; /* ensures long emails break if needed */
}
.support-img img {
  width: 100%;
  display: block;
}


/* ============== END Contact Page Support Card ==============*/





/* ============== GUIDE STEP SECTION ============== */
.guidestep-list {
    margin-left: 0;
    padding-left: 0;
    position: relative
}

.guidestep-list>li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    padding-left: 0!important;
    position: relative
}

.guidestep-number {
    align-items: center;
    background-color: #0d6efd;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    width: 32px;
    z-index: 1
}

.guidestep-list>li:after {
    background: #ddd;
    content: "";
    height: calc(100% - 10px);
    left: 16px;
    position: absolute;
    top: 32px;
    width: 2px
}

.guidestep-list>li:last-child:after {
    display: none
}

.guidestep-content a {
    color: #0d6efd;
    text-decoration: none
}

.guidestep-content a:hover {
    text-decoration: underline
}

.sub-guidestep-list {
    list-style: none;
    margin-top: 8px;
    padding-left: 0
}

.sub-guidestep-list li {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative
}

.sub-guidestep-list li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px
}

.guide-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px
}

/* ============== SERVICE CARD CSS ============== */
.cta-card {
                border-radius: 15px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
                border: #f4f4f4;
                width: 100%;
                display: flex;
                flex-direction: column;
            }
            .cta-card img {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                height: 375px;
                object-fit: cover;
                padding: 16px;
            }
            .cta-card .card-body {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                padding: 16px;
                padding-top: 0px;
            }
            .cta-card .card-body .btn-wrap {
                margin-top: auto;
                display: flex;
                justify-content: center;
            }
            .card-title{
                margin-bottom: 16px;
                font-size: 24px;
            }

/* ============== SERVICE CARD CSS END ============== */

/* ============== MEDIA QUERIES ============== */
/* ========================================
   Accessibility
======================================== */
@media (prefers-reduced-motion: reduce) {
    .cta-btn,
    .hero-image img {
        transform: none !important;
        transition: none !important;
    }
}

/* ========================================
   Extra Small Devices (max-width: 399px)
======================================== */
@media (max-width: 399px) {
    .whychoose-section {
        padding: 0;
    }
    .whychoose-btn {
        padding: 10px;
    }
    .x-panel__cta {
        padding: 10px 10px;
    }
    .cta-cta-btn {
        padding: 10px 10px 10px 10px;
    }
    .cta-title {
        font-size: 26px;
    }
    .hero:before {
        opacity: .12;
    }
    .hero:after {
        opacity: .08;
    }
}

/* ========================================
   Small Devices (max-width: 576px)
======================================== */
@media (max-width: 576px) {
    .cta-btn {
        padding-inline: 2rem;
        width: auto;
    }
    .hero-image {
        margin-top: .25rem;
    }
    .cta-inner {
        padding: 40px 16px;
    }
    .feature {
        min-width: unset;
    }
    .step-card {
        padding: 34px 24px;
    }
    .step-card img {
        margin-bottom: 18px;
        max-width: 260px;
    }
    .step-card h3 {
        font-size: 1.2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none!important;
    }
    .fl-reviews-slider-wrapper {
        gap: 0;
    }
    .footer {
        padding: 30px 0 20px;
        text-align:center;
    }
    .footer-section {
        margin-bottom: 30px;
    }
    .footer-section:last-child {
        margin-bottom: 0;
    }
    .social-icons {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
    .footer-logo-text {
        font-size: 1.3rem;
    }
    .social-icon {
        font-size: 15px;
        height: 34px;
        width: 34px;
    }
    .cookie-popup-overlay {
        backdrop-filter: blur(3px);
        background: rgba(6, 40, 76, .79);
        border-radius: 0;
        bottom: 0;
        max-width: 100%;
        padding: .5rem;
        position: fixed;
        right: 0;
        text-align: center;
    }
    .cookie-popup h2 {
        font-size: .8rem;
    }
    .cookie-popup p {
        font-size: .7rem;
    }
    .cookie-popup button {
        font-size: .8rem;
        font-weight: 600;
        padding: .1rem .5rem;
    }
    .mobile-none {
        display: none !important;
    }
}

/* ========================================
   Medium Devices (max-width: 640px)
======================================== */
@media (max-width: 640px) {
    .x-panel__mockups {
        align-items: center;
        flex-direction: column;
    }
    .mock {
        max-width: 420px;
        width: 100%;
    }
}

/* ========================================
   Tablets (max-width: 768px)
======================================== */
@media (max-width: 768px) {
    .govswifthead-nav-center,
    .govswiftheadlight-nav-center {
        display: none;
    }
    .x-panel__trust {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 18px 0 32px;
    }
    .btn-gradient-blue {
        height: 55px;
        width: 100%;
        max-width: 100%;
        font-size: 17px;
        font-weight: 500;
    }
    .govswifthead-menu-toggle,
    .govswiftheadlight-menu-toggle {
        display: flex;
        margin-left: auto;
        position: relative;
        z-index: 110;
    }
    .govswifthead-help,
    .govswiftheadlight-help {
        display: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        border-radius: 50%;
        box-shadow: none;
        color: #fff;
        min-width: 20px;
        position: relative!important;
        top: 50%;
    }
    .fl-reviews-slider-wrapper {
        gap: 10px;
    }
    .footer {
        padding: 30px 0 20px;
    }
}

/* ========================================
   Medium-Large Devices (max-width: 900px)
======================================== */
@media (max-width: 900px) {
    .govswifthead-main-nav,
    .govswiftheadlight-main-nav {
        gap: 18px;
    }
    .x-panel__title {
        font-size: 28px;
    }
    .x-panel__mockups {
        gap: 12px;
    }
    .mock {
        max-width: 80%;
    }
}

/* ========================================
   Large Devices (max-width: 992px)
======================================== */
@media (max-width: 992px) {
    .govswifthead-nav-center,
    .govswiftheadlight-nav-center {
        display: none;
    }
    .btn-gradient-blue {
        height: 55px;
        width: auto;
        padding: 0px 20px;
        max-width: 100%;
    }
    .govswifthead-menu-toggle,
    .govswiftheadlight-menu-toggle {
        display: flex;
        margin-left: 0;
        position: relative;
        z-index: 110;
    }
    .govswifthead-help,
    .govswiftheadlight-help {
        display: none;
    }
    .hero-inner {
        text-align: center;
    }
    .support-badges {
        display: flex;
        flex-wrap: wrap;
        gap: .6rem .75rem;
        justify-content: center;
    }
    .step-card {
        padding: 40px 26px;
    }
    .step-card img {
        margin-bottom: 20px;
        max-width: 300px;
    }
    .step-card h3 {
        font-size: 1.25rem;
    }
}

/* ========================================
   Extra Large Devices (max-width: 1200px)
======================================== */
@media (max-width: 1200px) {
    .hero-inner {
        padding-bottom: 44px;
        padding-top: 44px;
    }
}

/* ========================================
   Extra Large Devices (min-width: 1200px)
======================================== */
@media (min-width: 1200px) {
    .cta-btn {
        max-width: 360px;
        padding-inline: 2rem;
    }
    .display-title {
        letter-spacing: -1px;
    }
	
	
}

/* ========================================
   Desktop Only (min-width: 992px)
======================================== */
@media (min-width: 992px) {
    .dekstop-none {
        display: none !important;
    }
	
}

/* ========================================
   D-bootstrap (min-width: 992px)
======================================== */

/* Default (extra small: <576px) */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* Small (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥576px) */
@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
}

/* Medium (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥768px) */
@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
}

/* Large (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥992px) */
@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
}

/* Extra Large (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥1200px) */
@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; }
}

/* Extra Extra Large (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥1400px) */
@media (min-width: 1400px) {
  .d-xxl-none { display: none !important; }
  .d-xxl-inline { display: inline !important; }
  .d-xxl-inline-block { display: inline-block !important; }
  .d-xxl-block { display: block !important; }
  .d-xxl-flex { display: flex !important; }
  .d-xxl-inline-flex { display: inline-flex !important; }
}
/* .some-element-to-show{
    display: none;
} */

.apply-logo{
	width:100%;
	height:auto;
}





.need-help {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.phone-icon {
    width: 40px;
    height: 40px;
    background: #1e3a5f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.phone-icon:hover {
    background: #2d4a6f;
}

.phone-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Desktop: remove extra border on language selector */
.language-selector {
    border: none;
}

@media (min-width: 768px) {
.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    background: white;
    transition: border-color 0.3s;
}
}
@media (max-width: 768px) {

#current-language  {
   display: none;
}

#current-flag{
    font-size: 20px;
}
.language-selector{
    background: none;
}
.need-help span {
    display: none;
}

}


.govsoft-section-title{
color: #0C2240;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 600;
}
.govsoft-section-description{
color: #484848;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.yelp-box{
    padding-bottom: 10px;
}