@font-face {
    font-family: "Avenir LT Pro";
    src: url("../font/AvenirLTPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: optional
}

@font-face {
    font-family: "Avenir LT Pro";
    src: url("../font/AvenirLTPro-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: optional
}

html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:65px;
    left:20px;   /* Left side */
    background-color:#25d366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    font-size:30px;
    box-shadow:2px 2px 8px rgba(0,0,0,.3);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

#zsiq_float {
    bottom: 65px !important;
}

.my-float{
	margin-top:16px;
}

:root {
    --red: #e82c4c;
    --red-dark: #c0121f;
    --gold: #d4a843;
    --gold-light: #f0c96b;
    --dark: #0d0d1a;
    --dark-navy: #111827;
    --dark-blue: #0f172a;
    --white: #ffffff;
    --light-gray: #e2ecf6;
    --text-muted: #6b7280;
    --text-dark: #1a1a2e;
    --border: #e5e7eb;
    --font-main: "Avenir LT Pro"
}

*,::after,::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Avenir LT Pro";
    color: var(--text-dark);
    background: #fff;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.6
}

a,body,button,input,p,textarea {
    font-family: "Avenir LT Pro"
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.section-padding {
    padding: 60px 0
}

.bg-dark-custom {
    background: var(--dark)
}

.bg-navy {
    background: var(--dark-navy)
}

.text-red {
    color: var(--red)
}

.text-gold {
    color: var(--gold)
}

.site-header {
    background: var(--red);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}

.site-header .navbar {
    padding: 0
}

.navbar-brand .logo-text {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}

.navbar-brand .logo-text span {
    color: var(--gold-light)
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none!important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50px;
    height: 40px;
    border: none;
    box-shadow: none;
    outline: 0
}

.site-header .nav-btn {
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-bottom-width: 4px!important;
    transition: all 0.25s;
    font-family: "Avenir LT Pro"
}

.btn-login {
    background: #1f2754;
    color: #ffffff;
    border: 2px solid rgb(255 255 255)!important;
    margin-right: 8px
}

.btn-login:hover {
    background: #ffffff;
    color: #1f2754;
    border-color: #1f2754!important
}

.btn-enquire {
    background: #fff;
    color: var(--red)
}

.btn-enquire:hover {
    background: var(--gold-light);
    color: var(--red-dark)
}

.announcement-bar {
    background: linear-gradient(135deg,#ff6b35,var(--red));
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px
}

.announcement-bar .badge-pill {
    background: #fff;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-right: 8px;
    display: inline-block
}

.announcement-bar a {
    color: #ffe57a;
    text-decoration: underline;
    font-weight: 600
}

.hero-section {
    background: linear-gradient(135deg,#fff5f5 0,#fff 60%,#fef2f2 100%);
    background-image: url(../img/banner-bg.webp);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle,rgba(232,25,44,0.07) 0,transparent 70%);
    border-radius: 50%;
    display: none
}

.hero-badge {
    display: inline-block;
    background: #e82c4c;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    z-index: 1
}

.hero-badge:after {
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    background-image: url(../img/banner-icon1.webp);
    position: absolute;
    right: -40px;
    top: -15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.hero-title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 25px
}

.hero-title .highlight {
    color: var(--red)
}

.hero-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.7
}

.hero-cta-btn {
    background: #fff;
    color: #000000;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 4px 15px rgb(255 255 255 / 30%);
    margin-top: 100px
}

.hero-cta-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(255 255 255 / 40%);
    color: #1f2754
}

.hero-award {
    text-align: center;
    padding: 15px
}

.award-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--red),#ff4d5e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 8px;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(232,25,44,0.35)
}

.award-circle .award-num {
    font-size: 20px;
    font-weight: 900
}

.hero-form-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
    min-height: auto;
    padding: 20px;
}

.hero-form-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    background: #e82c4c;
    text-align: center;
    padding: 15px 15px;
    font-size: 20px;
    border-radius: 10px
}

.hero-form-card .form-control {
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 16px;
    margin-bottom: 12px;
    transition: border-color 0.2s;
    background: #cccfdc;
    font-family: var(--font-main)
}

.hero-form-card .form-control:focus {
    border-color: #a8a9ac;
    box-shadow: 0 0 0 3px rgb(145 145 145 / 10%);
    outline: 0
}

.hero-form-card .form-control::placeholder {
    color: #000
}

.hero-form-card .btn-submit {
    background: var(--red);
    color: #fff;
    width: auto;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-main);
    font-size: 20px;
    margin: 0 auto;
    display: inline-block;
    min-width: 200px;
    margin-top: 20px
}

.hero-form-card .btn-submit:hover {
    background: #1d2952;
    transform: translateY(-1px)
}

.hero-form-card .privacy-note {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin-top: 10px
}

.hero-person-img {
    position: relative;
    bottom: 0
}

.hero-person-img img {
    border-radius: 12px 12px 0 0
}

.stats-bar {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 0
}

.stats-bar .stat-item {
    text-align: center;
    padding: 10px 5px;
    position: relative
}

.stats-bar .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 70%;
    width: 2px;
    background: #1d2951
}

.stat-number {
    font-size: 34px;
    font-weight: 800;
    color: #1d2951;
    display: block;
    line-height: 1.1
}

.stat-label {
    font-size: 18px;
    color: #1d2951;
    margin-top: 4px;
    line-height: 1.4
}

.stats-carousel-wrap {
    display: none
}

.built-section {
    background: var(--light-gray)
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 8px
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 35px
}

.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    min-height: 190px;
    transition: all 0.3s;
    border: 1px solid #1c284f;
    border-bottom-width: 5px;
    margin-top: 40px
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1)
}

.feature-icon {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 22px;
    color: #fff;
    margin-top: -60px
}

.feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px
}

.feature-card p {
    line-height: 1.6;
    margin: 0
}

.faculty-card {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 20px
}

.faculty-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0
}

.faculty-info h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px
}

.faculty-info p {
    font-size: 13px;
    color: #666
}

.included-section {
    background: #fff
}

.included-card {
    border: 1.5px solid #eee;
    border-radius: 14px;
    padding: 22px 18px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s;
    height: 100%
}

.included-card:hover {
    border-color: var(--red);
    box-shadow: 0 4px 20px rgba(232,25,44,0.1)
}

.included-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg,#fff5f5,#ffe5e8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0
}

.included-info h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-dark)
}

.included-info p {
    font-size: 13px;
    color: #666;
    line-height: 1.6
}

.casa-section {
    background: linear-gradient(135deg,#1a1a2e 0,#0d0d1a 50%,#1a0a10 100%);
    color: #fff;
    position: relative;
    overflow: hidden
}

.casa-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 80% 50%,rgba(212,168,67,0.08) 0,transparent 60%)
}

.casa-badge {
    display: inline-block;
    background: rgba(212,168,67,0.2);
    border: 1px solid rgba(212,168,67,0.5);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.casa-section h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px
}

.casa-section h2 span {
    color: var(--gold-light)
}

.casa-section p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 20px
}

.casa-logo-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid rgba(212,168,67,0.5);
    object-fit: contain;
    padding: 10px;
    background: rgba(212,168,67,0.1)
}

.casa-stats {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.casa-stat {
    text-align: center
}

.casa-stat .num {
    font-size: 22px;
    font-weight: 800;
    color: var(--gold-light);
    display: block
}

.casa-stat .lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.7)
}

.btn-gold {
    background: linear-gradient(135deg,var(--gold),var(--gold-light));
    color: #1a1a2e;
    padding: 11px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,168,67,0.4);
    color: #1a1a2e
}

.btn-outline-gold {
    background: 0 0;
    color: var(--gold-light);
    border: 2px solid var(--gold);
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #1a1a2e
}

.fortune-section {
    position: relative;
    overflow: hidden;
    background-image: url(../img/section-bg.webp);
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #1d2951
}

.fortune-text h2 {
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 12px;
    text-align: left;
    color: #1d2951
}

.fortune-text p {
    text-align: left
}

.fortune-number {
    font-size: 72px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    position: relative
}

.fortune-number .plus {
    color: var(--red)
}

.fortune-label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 8px
}

.uscpa-section {
    background: #fff
}

.uscpa-section .lead-text {
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1.7
}

.uscpa-feature {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 22px;
    transition: all 0.25s;
    font-size: 20px
}

.uscpa-feature:hover {
    border-color: #1d2951;
    color: #1d2951;
    background: #1d295117
}

.btn-check-eligibility {
    background: var(--red);
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 18px
}

.btn-check-eligibility:hover {
    background: var(--red-dark);
    color: #fff;
    transform: translateY(-2px)
}

.ai-shift-section {
    background: linear-gradient(135deg,#0f0f1e 0,#1a1a2e 100%);
    color: #fff;
    position: relative
}

.ai-shift-section h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px
}

.ai-shift-section h2 em {
    color: var(--gold-light);
    font-style: normal
}

.ai-shift-section .lead-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 30px;
    line-height: 1.7
}

.ai-table {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1)
}

.ai-table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: rgba(255,255,255,0.08)
}

.ai-table-header .th {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    text-align: center;
    letter-spacing: 0.5px
}

.ai-table-header .th:first-child {
    text-align: left
}

.ai-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,0.06)
}

.ai-table-row:hover {
    background: rgba(255,255,255,0.03)
}

.ai-table-row .td {
    padding: 14px 16px;
    font-size: 12.5px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5
}

.ai-table-row .td:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.td-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(232,25,44,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0
}

.td-before {
    color: rgba(255,255,255,0.6)
}

.td-after {
    color: #7fff8f
}

.ai-table-footer {
    background: linear-gradient(135deg,var(--red),#ff4d5e);
    padding: 14px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.courses-section {
    background: var(--light-gray)
}

.course-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.07);
    transition: all 0.3s;
    height: 100%
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.13)
}

.course-img-wrap {
    position: relative;
    height: 160px;
    overflow: hidden
}

.course-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s
}

.course-card:hover .course-img-wrap img {
    transform: scale(1.05)
}

.course-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
    padding: 12px
}

.course-tag {
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.course-body {
    padding: 18px 16px
}

.course-body h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px
}

.course-body p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6
}

.btn-course {
    background: var(--red);
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    display: inline-block
}

.btn-course:hover {
    background: var(--red-dark);
    color: #fff
}

.testimonials-section {
    background: #fff
}

.testimonial-card {
    background: var(--light-gray);
    border-radius: 14px;
    padding: 22px 20px;
    position: relative;
    transition: all 0.3s;
    height: 100%
}

.testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px)
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 60px;
    color: rgba(232,25,44,0.15);
    line-height: 1
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--red)
}

.testimonial-info h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px
}

.testimonial-info .role {
    font-size: 12px;
    color: #888
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 13px;
    margin-bottom: 4px
}

.testimonial-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    font-style: italic
}

.score-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px
}

.score-badge {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px
}

.seen-on-section {
    background: var(--light-gray);
    padding: 40px 0
}

.seen-on-section h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.media-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s
}

.media-logo:hover {
    filter: grayscale(0);
    opacity: 1
}

.media-logo img {
    max-height: 35px;
    max-width: 100px;
    object-fit: contain
}

.media-logo-text {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    letter-spacing: 1px
}

.cta-section {
    background: linear-gradient(135deg,#0d0d1a 0,#1a1a2e 100%);
    color: #fff;
    position: relative;
    overflow: hidden
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 50%,rgba(232,25,44,0.12) 0,transparent 60%)
}

.cta-section h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3
}

.cta-section h2 span {
    color: var(--gold-light)
}

.cta-section p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 25px
}

.cta-person-img img {
    border-radius: 0 0 20px 20px
}

.faq-section {
    background: #fff
}

.faq-section .container {
    position: relative
}

.faq-section .section-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.faq-left h2 {
    text-align: left
}

.faq-cta-card {
    background: var(--light-gray);
    border-radius: 14px;
    padding: 22px 20px;
    margin-top: 25px
}

.faq-cta-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.faq-cta-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px
}

.accordion-item {
    border: 2px solid #000!important;
    border-radius: 10px!important;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff
}

.accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    background: #fff;
    padding: 16px 18px;
    font-family: var(--font-main)
}

.accordion-button:not(.collapsed) {
    background: #fff5f5;
    color: var(--red);
    box-shadow: none
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button::after {
    filter: none
}

.accordion-button:not(.collapsed)::after {
    filter: none
}

.accordion-body {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    padding: 0 18px 16px;
    background: #fff
}

.site-footer {
    background: #e5e5e5;
    padding: 20px 0;
    text-align: center;
    color: #000
}

.site-footer a {
    padding: 0 8px;
    border-right: 1px solid #000
}

.site-footer a:hover {
    color: #e82c4c
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 8px 0
}

.floating-cta {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--red);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 20px rgba(232,25,44,0.5);
    z-index: 999;
    transition: all 0.3s;
    cursor: pointer
}

.floating-cta:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(232,25,44,0.6);
    color: #fff
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red)
}

.owl-theme .owl-dots .owl-dot span {
    background: #ddd
}

.owl-theme .owl-nav button {
    background: var(--red)!important;
    color: #fff!important;
    border-radius: 50%!important;
    width: 38px;
    height: 38px;
    font-size: 18px!important;
    line-height: 38px!important;
    transition: all 0.25s
}

.owl-theme .owl-nav button:hover {
    background: var(--red-dark)!important
}

.navbar-brand img {
    max-width: 200px
}

.hero-form-card p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.checkbox {
    display: flex;
    gap: 10px
}

.hero-person-img img:first-child {
    margin-bottom: 20px
}

.checkbox .form-check-input {
    box-shadow: inset 0 0 10px #e82c4c45;
    height: 25px;
    width: 25px;
    border: 1px solid #e82c4c
}

.starts-img img {
    max-width: 60px;
    margin: 0 auto
}

.starts-img {
    margin-bottom: 30px;
    text-align: center
}

.builtsect-textimg {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1110px
}

.builtsect-textimg h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.builtsect-textimg p {
    color: #000;
    font-size: 18px
}

.builtsec-img {
    width: 390px
}

.desktopbanner {
    display: block
}

.mobile-banner {
    display: none
}

.bannersec-re a {
    display: inline-block;
    width: 100%
}

.shift-section {
    background: #000c20;
    padding: 60px 20px;
    background-image: url(../img/sec-bg2.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.shift-section .shift-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    position: relative
}

.shift-section .shift-heading {
    font-weight: 600;
    font-size: 54px;
    color: #fff;
    line-height: 1.25;
    max-width: 1060px;
    position: relative
}

.shift-section .shift-heading .highlight {
    background: -webkit-linear-gradient(#479fff,#a88bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.shift-section .shift-sub {
    font-size: 24px;
    color: #fff;
    margin-top: 14px;
    line-height: 1.6;
    max-width: 780px;
    font-weight: 700
}

.casa-badge {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg,#2a2a5a 0,#3d2a00 100%);
    border: 2px solid #e8a020;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #e8a020;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 1px
}

.casa-badge .casa-sub {
    font-size: 8px;
    font-weight: 500;
    color: #d1a040;
    text-align: center;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.shift-table-wrap {
    background: #13143a;
    border-radius: 16px;
    overflow: hidden;
    background: #6618cd;
    background: linear-gradient(83deg,#6618cd 16%,#2970fa 93%);
    padding: 2px
}

.shift-table-head {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    background: #1a1b45;
    border-radius: 6px;
    overflow: hidden
}

.shift-table-head .th {
    padding: 14px 20px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    border-right: 1px solid #2d2f6a;
    background: #012248;
    text-align: center
}

.shift-table-head .th:nth-child(2) {
    background: #0c4596
}

.shift-table-head .th:nth-child(3) {
    background: #492199
}

.shift-table-head .th:last-child {
    border-right: none
}

.shift-row {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    border-top: 1px solid #222453
}

.shift-row .cell {
    padding: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 1.55;
    border-right: 1px solid #222453;
    display: flex;
    align-items: center
}

.shift-row .cell.func-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center
}

.func-icon {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.func-icon.audit {
    background: #1e3a8a;
    color: #60a5fa
}

.func-icon.fpa {
    background: #4c1d95;
    color: #a78bfa
}

.func-icon.tax {
    background: #7f1d1d;
    color: #f87171
}

.func-label {
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.shift-footer-note {
    padding: 14px 24px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 767px) {
    .shift-section .shift-top {
        flex-direction:column;
        align-items: flex-start;
        margin-bottom: 10px
    }

    .casa-badge {
        display: none
    }

    .shift-table-head {
        grid-template-columns: 1fr 1fr 1fr;
        width: 500px
    }

    .shift-row {
        grid-template-columns: 1fr 1fr 1fr;
        width: 500px
    }

    .shift-table-head .th {
        font-size: 16px;
        padding: 12px 14px;
        width: 100%
    }

    .shift-row .cell {
        font-size: 14px;
        padding: 14px 14px;
        width: 100%;
        line-height: 24px
    }
}

.cards-section {
    padding: 60px 20px
}

.card-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.card-item .card-bg {
    position: absolute;
    inset: 0;
    background: #1a2040;
    background-image: url("https://placehold.co/600x400/1a2040/ffffff?text=placeholder");
    background-size: cover;
    background-position: center
}

.card-item .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(10,10,40,0.92) 0,rgba(10,10,40,0.45) 60%,transparent 100%)
}

.card-item .card-body-inner {
    position: relative;
    z-index: 2;
    padding: 20px 18px 18px
}

.card-item .card-title-text {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3
}

.card-item .card-desc {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px
}

.btn-card-cta {
    display: inline-block;
    background: #fff;
    border: 1.5px solid #fff;
    color: #000;
    border-radius: 6px;
    padding: 7px 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s,color 0.2s
}

.btn-card-cta:hover {
    background: #fff;
    color: #0c0d2b
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

@media (max-width: 767px) {
    .cards-grid {
        display:none
    }

    .cards-carousel-wrap {
        display: block;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .cards-carousel-wrap {
        display:none
    }
}

.cards-carousel-wrap .owl-carousel .card-item {
    margin: 0 8px;
    min-height: 280px
}

.faq-section {
    background: #fff;
    padding: 60px 20px 40px;
    position: relative
}

.faq-section .faq-title {
    font-weight: 800;
    font-size: clamp(24px,3.5vw,36px);
    color: #111827;
    margin-bottom: 32px
}

.faq-left {
    padding-right: 20px
}

.book-call-box {
    border: 2px solid #000;
    border-radius: 16px;
    padding: 24px 22px;
    margin-bottom: 24px;
    text-align: left;
    margin-top: 20px;
    background: #fff
}

.book-call-box .advisor-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    margin-bottom: 20px
}

.book-call-box .book-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 30px
}

.book-call-box .book-sub {
    color: #000;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 14px
}

.btn-free-call {
    width: 100%;
    background: #e82c4c;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 38px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s
}

.btn-free-call:hover {
    background: #1d2951
}

.faq-accordion .accordion-item {
    border: 2px solid #000;
    border-radius: 10px!important;
    margin-bottom: 10px;
    overflow: hidden
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: #111827;
    background: #fff;
    padding: 16px 20px;
    font-size: 20px
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #0c0d2b;
    box-shadow: none
}

.faq-accordion .accordion-button::after {
    content: "+";
    background-image: none!important;
    font-size: 24px;
    font-weight: 600;
    color: #0c0d2b;
    width: auto;
    height: auto;
    transform: none!important;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "x";
    color: #0c0d2b
}

.faq-accordion .accordion-body {
    color: #000;
    line-height: 1.65;
    padding: 16px 20px;
    padding-top: 0;
    background: #fff
}

.hero-radial {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%,#e9afb9 0,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(212,160,23,0.06) 0,transparent 60%);
    pointer-events: none;
    top: -30px;
    height: 600px
}

.bgblue {
    background: #1d2951
}

.bgblue:hover {
    background: #e82c4c
}

.tablearea {
    background: #000c20;
    border-radius: 15px;
    overflow: hidden;
    padding: 6px
}

.score-badge strong {
    background: #040304;
    background: linear-gradient(178deg,#040304 16%,#3e3d3e 93%);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 5px 5px
}

.color1 {
    background: linear-gradient(to right,#63e9c9,#c3f6b2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.color2 {
    background: linear-gradient(to right,#f8c570,#fbad7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.color3 {
    background: linear-gradient(to right,#fff,#e240a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.color4 {
    background: linear-gradient(to right,#b6d6fb,#b8bdea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.tesibottomsec {
    background: #030303;
    background: linear-gradient(178deg,#030303 16%,#3f3f40 93%);
    padding: 18px 18px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 14px;
    margin-top: 40px
}

.testitext {
    color: #fff;
    position: relative
}

.testiname {
    color: #ffd800;
    text-align: right
}

.item-textisec {
    padding: 20px 110px
}

.testitext:before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(../img/comma-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -10px
}

.testitext:after {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(../img/comma-icon2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.item-textisec:first-child {
    border-right: 2px solid #fff
}

.bgdesign {
    padding: 10px;
    background: #1d2951;
    margin-top: 40px;
    position: relative;
    transform: skewY(-1deg)
}

.logo-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-box img {
    width: auto!important
}

.bgdesign .container {
    max-width: 1000px
}

.bgdesign:after {
    content: "";
    background: #e82c4c;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 0
}

.bgdesign:before {
    content: "";
    background: #1d2951;
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: skewY(-1.1deg)
}

.pulse-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pulse-dot {
    width: 14px;
    height: 14px;
    background: #e84b6a;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.pulse-ring {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 2px solid #f3a5b3;
    border-radius: 50%;
    animation: pulse 1.8s infinite ease-out
}

@keyframes pulse {
    0% {
        transform: scale(0.7);
        opacity: 1
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.also-seen-section .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.showonmobile {
    display: none
}

.subtit {
    font-weight: 600
}

.site-footer a:last-child {
    border: none
}

.mobileimg {
    display: none
}

.desktop-img {
    display: block
}

.showdesktop {
    display: block
}

.showonmobile {
    display: none
}

.shift-section .shift-heading:before {
    background: linear-gradient(178deg,#2b6df8 16%,#6619ce 93%);
    height: 84%;
    width: 8px;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
    content: "";
    border-radius: 20px
}

.custom-form-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none
}

.custom-form-popup.active {
    display: block
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7)
}

.popup-content {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 50px auto;
    z-index: 2;
    animation: popupFade 0.3s ease;
    overflow: visible;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 5
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.thankyou {
    text-align: center;
    padding: 40px 0
}

.testi-card {
    border-radius: 14px;
    margin-top: 20px;
    overflow: hidden
}

.testi-card .testi-top {
    padding: 18px 18px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #030303;
    background: linear-gradient(178deg,#030303 16%,#3f3f40 93%)
}

.testi-avatar {
    width: 35%;
    background: #e5e7eb;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden
}

.testi-name {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    font-weight: 100
}

.testi-location {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px
}

.score-badges {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    flex-wrap: wrap
}

.score-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 1px;
    min-width: 48px;
    background: #0bcbfb;
    background: linear-gradient(178deg,#0bcbfb 16%,#8efca1 93%)
}

.score-badge .score-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block
}

.score-badge .score-val {
    font-weight: 400;
    color: #fff;
    font-size: 24px
}

.testi-quote {
    border-top: 1px solid #f3f4f6;
    padding: 16px 18px;
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    background: #f9fafb
}

.testi-quote .quote-mark {
    font-size: 28px;
    color: #e8a020;
    line-height: 0.8;
    display: inline-block;
    margin-right: 4px
}

.testi-quote .quote-author {
    margin-top: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #374151;
    font-style: italic
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

@media (max-width: 767px) {
    .testi-grid {
        display:none
    }

    .testi-carousel-wrap {
        display: block
    }
}

.testi-carousel-wrap .owl-carousel .testi-card {
    margin: 0 8px
}

.also-seen-section {
    background: #fff;
    padding: 60px 0 60px;
    position: relative;
    z-index: 1
}

.also-seen-heading {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.also-seen-heading span {
    margin-right: 6px;
    color: #e8a020;
    font-size: 16px
}

.logos-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.logo-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 48px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    color: #374151;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.logo-pill.red {
    color: #dc2626
}

.logo-pill.blue {
    color: #1d4ed8
}

.logo-pill.orange {
    color: #ea580c
}

.logo-pill.purple {
    color: #7c3aed
}

.cta-banner-section {
    padding: 60px 0 60px
}

.cta-banner {
    background: #0c0d2b;
    background-image: url(../img/banner-bg2.webp);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-height: 280px;
    background-size: cover;
    background-position: top
}

.cta-banner .cta-content {
    flex: 1;
    padding: 130px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px
}

.cta-banner .cta-heading {
    font-weight: 800;
    font-size: clamp(20px,2.5vw,32px);
    color: #fff;
    line-height: 1.25;
    margin-bottom: 10px
}

.cta-banner .cta-sub {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.6
}

.cta-banner .cta-stat {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 24px
}

.cta-banner .cta-stat strong {
    color: #e8a020
}

.cta-banner .cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.btn-cta-primary {
    background: #e82c4c;
    color: #fff;
    border: none;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s
}

.btn-cta-primary:hover {
    background: #fff;
    color: #000
}

.btn-cta-secondary {
    background: #fff;
    color: #000;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: #ffdead
}

.btn-cta-secondary:hover {
    background: #e82c4c;
    color: #fff
}

.cta-banner .cta-image-col {
    width: 280px;
    flex-shrink: 0;
    background: #1a1b45;
    background-image: url("https://placehold.co/560x560/1a1b45/9ca3af?text=placeholder");
    background-size: cover;
    background-position: center top
}

@media (max-width: 767px) {
    .cta-banner {
        flex-direction:column
    }

    .cta-banner .cta-image-col {
        width: 100%;
        height: 200px
    }

    .cta-banner .cta-content {
        padding: 28px 22px;
        padding-bottom: 200px
    }
}

.faq-section {
    background: #fff;
    padding: 60px 20px 40px;
    position: relative
}

.faq-section .faq-title {
    font-weight: 800;
    font-size: clamp(24px,3.5vw,36px);
    color: #111827;
    margin-bottom: 32px
}

.faq-left {
    padding-right: 20px
}

.book-call-box {
    border: 2px solid #000;
    border-radius: 16px;
    padding: 24px 22px;
    margin-bottom: 24px;
    text-align: left;
    margin-top: 20px;
    background: #fff
}

.book-call-box .advisor-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    margin-bottom: 20px
}

.book-call-box .book-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 30px
}

.book-call-box .book-sub {
    color: #000;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 14px
}

.btn-free-call {
    width: 100%;
    background: #1f2754;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 38px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s
}

.btn-free-call:hover {
    background: #e82c4c
}

.casa-section {
    background: radial-gradient(circle at left,rgba(255,140,0,.25),transparent 35%),linear-gradient(90deg,#120701 0%,#221003 35%,#0c0602 100%);
    border-radius: 32px;
    padding: 70px 60px;
    overflow: hidden;
    position: relative;
    font-family: 'Poppins',sans-serif
}

.casa-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,170,60,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,170,60,.08) 1px,transparent 1px);
    background-size: 70px 70px;
    opacity: .25;
    pointer-events: none
}

.casa-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 2;
    background-image: url(../img/bg-bannera-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 60px 40px;
    background-position: right center
}

.casa-content {
    max-width: 700px
}

.casa-content h2 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 800
}

.casa-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 560px
}

.discover-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 35px
}

.discover-wrap a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline
}

.down-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #FBAA80;
    background: linear-gradient(178deg,rgba(251,170,128,1) 16%,rgba(247,202,107,1) 93%)
}

.tone {
    background: #FBAA80;
    background: linear-gradient(178deg,rgba(251,170,128,1) 16%,rgba(247,202,107,1) 93%);
    border-radius: 40px;
    padding: 3px 15px;
    font-size: 19px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px
}

.goldenbg {
    background: #FBAA80;
    background: linear-gradient(178deg,rgba(251,170,128,1) 16%,rgba(247,202,107,1) 93%);
    color: #000
}

.goldenbg:hover {
    background: #fff;
    color: #000
}

.btombtm-ctabnr a {
    padding: 15px 30px;
    font-size: 22px
}

.testi-location img {
    width: 14px!important
}

.arrowmiddle {
    position: relative
}

.arrowmiddle .owl-nav button {
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    outline: none
}

.arrowmiddle .owl-nav button.owl-next {
    left: auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: -25px;
    border: none
}

.arrowmiddle .owl-nav button img {
    width: 15px!important
}

.colorboxarrow .owl-nav button {
    background: #e82c4c!important;
    border-radius: 100%;
    padding: 10px;
    height: 40px;
    width: 40px
}

.colorboxarrow .owl-nav button img {
    width: 12px!important;
    filter: brightness(0) invert(1)
}

.mobilebtmsticky {
    display: none
}

.testimonial-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 260px
}

.tesibottomsec {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.8s ease
}

.tesibottomsec.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.logo-flsider .logo-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px
}

.custom-form-popup .hero-form-card {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    overflow: visible
}

.custom-form-popup .hero-form-card iframe.lazy-iframe {
    background: #fff
}

.builtsec-img img {
    width: 100%
}

.navbar-toggler-icon::after,.navbar-toggler-icon::before {
    display: none
}

@media only screen and (min-width: 981px) and (max-width:1024px) {
    .uscpa-section .col-lg-8 {
        width:100%
    }

    .testi-avatar {
        width: 100%
    }

    .testi-card .testi-top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .testi-avatar img {
        width: 100%
    }

    .testi-location {
        justify-content: center
    }

    .item-textisec {
        padding: 20px 40px
    }

    .book-call-box .book-title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size:22px
    }

    .section-title {
        font-size: 21px
    }

    .fortune-number {
        font-size: 54px
    }

    .ai-shift-section h2 {
        font-size: 21px
    }

    .navbar-collapse .d-flex {
        justify-content: center
    }

    .hero-form-card {
        display: block;
        margin-bottom: 40px
    }

    .hero-person-img img:first-child {
        margin: 0 auto 20px
    }

    .stat-number {
        font-size: 20px
    }

    .starts-img img {
        max-width: 50px
    }

    .feature-card {
        min-height: auto
    }

    .uscpa-section .col-lg-8 {
        width: 100%
    }

    .testi-avatar {
        width: 100%
    }

    .testi-card .testi-top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .testi-avatar img {
        width: 100%
    }

    .testi-location {
        justify-content: center
    }

    .item-textisec {
        padding: 20px 40px
    }

    .book-call-box .book-title {
        font-size: 22px
    }

    .arrowmiddle {
        position: relative
    }

    .arrowmiddle .owl-nav button {
        position: absolute;
        top: 50%;
        left: -5px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .arrowmiddle .owl-nav button.owl-next {
        left: auto;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: -5px
    }

    .arrowmiddle .owl-nav button img {
        width: 15px!important
    }

    .colorboxarrow .owl-nav button {
        background: #e82c4c!important;
        border-radius: 100%;
        padding: 10px;
        height: 40px;
        width: 40px
    }

    .colorboxarrow .owl-nav button img {
        width: 12px!important;
        filter: brightness(0) invert(1)
    }

    .feature-card {
        max-width: 90%;
        margin: 40px auto 0
    }

    .feature-card h4 {
        font-size: 16px
    }

    .feature-card p {
        font-size: 14px;
        line-height: 14px
    }

    .mobilesldbox.arrowmiddle .owl-nav button {
        -webkit-transform: translate(0,6%)!important;
        -ms-transform: translate(0,6%)!important;
        transform: translate(0,6%)!important;
        height: 35px;
        width: 35px
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding:45px 0
    }

    .hero-section {
        padding: 30px 0 0
    }

    .hero-title {
        font-size: 20px
    }

    .hero-form-card {
        margin-top: 25px
    }

    .stats-bar {
        display: none
    }

    .stats-carousel-wrap {
        display: block;
        background: #fff;
        padding: 15px 0;
        border-bottom: 1px solid var(--border)
    }

    .stat-item-mobile {
        text-align: center;
        padding: 8px;
        position: relative
    }

    .ai-table {
        overflow-x: auto
    }

    .ai-table-header,.ai-table-row {
        grid-template-columns: 100px 1fr 1fr;
        font-size: 11px
    }

    .fortune-number {
        font-size: 48px
    }

    .fortune-label {
        letter-spacing: 4px;
        font-size: 16px
    }

    .cta-section h2 {
        font-size: 22px
    }

    .faq-left h2 {
        font-size: 22px
    }

    .course-img-wrap {
        height: 140px
    }

    .desktopbanner {
        display: none
    }

    .mobile-banner {
        display: block
    }

    .mobileimg {
        display: block
    }

    .desktop-img {
        display: none
    }

    .hero-badge {
        font-size: 12px;
        margin-bottom: 5px
    }

    .hero-badge:after {
        height: 30px;
        width: 30px;
        right: -30px
    }

    .hero-cta-btn {
        margin-top: 10px;
        font-size: 13px;
        padding: 12px 18px
    }

    .hero-person-img img.mobileimg {
        width: 100%
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size:21px;
        line-height: 33px;
        margin-top: 10px;
        margin-bottom: 8px
    }

    .section-title {
        font-size: 26px
    }

    .announcement-bar {
        font-size: 11px
    }

    .casa-section h2 {
        font-size: 20px
    }

    .casa-logo-img {
        width: 120px;
        height: 120px
    }

    .btnboxbannerarea {
        display: flex;
        align-items: flex-end;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .btnboxbannerarea img {
        max-width: 110px
    }

    .navbar-brand img {
        max-width: 150px
    }

    .navbar-toggler-icon {
        width: 40px;
        height: 40px;
        background: #e82c4c;
        border: none
    }

    .hero-content img.mobileimg {
        width: 100%
    }

    .stat-label {
        font-size: 12px
    }

    .starts-img {
        margin-bottom: 10px
    }

    .starts-img img {
        margin: 0 auto;
        max-width: 35px
    }

    .stats-owl .owl-item.center-active .stat-item {
        border-left: 1px solid #2d3559;
        border-right: 1px solid #2d3559
    }

    .arrowmiddle {
        position: relative
    }

    .arrowmiddle .owl-nav button {
        position: absolute;
        top: 50%;
        left: -5px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: 0 0
    }

    .arrowmiddle .owl-nav button.owl-next {
        left: auto;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: -5px
    }

    .arrowmiddle .owl-nav button img {
        width: 9px!important
    }

    .builtsect-textimg h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .builtsect-textimg p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0
    }

    .builtsect-textimg {
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .builtsec-img {
        width: 40%
    }

    .faculty-info {
        width: 57%
    }

    body {
        font-size: 14px;
        line-height: 24px
    }

    .single-img {
        max-width: 230px;
        margin: 0 auto
    }

    .fortune-section .col-lg-5.text-center {
        margin: 0
    }

    .uscpa-section .col-lg-12 .col-lg-4 .uscpa-feature {
        max-width: 240px;
        margin: 0 auto 20px
    }

    .uscpa-section .col-lg-12 .uscpa-feature {
        margin-bottom: 0
    }

    .shift-section .shift-heading {
        font-size: 20px
    }

    .shift-section .shift-sub {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px
    }

    .shift-section {
        background-image: none;
        background-color: #000c20
    }

    .tablearea {
        overflow-x: scroll
    }

    .tablearea::-webkit-scrollbar {
        width: 12px;
        height: 12px
    }

    .tablearea::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 30px;
        border: 2px solid #5b00ff
    }

    .tablearea::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg,#00d9ff,#7a00ff);
        border-radius: 30px;
        border: 2px solid #fff
    }

    .tablearea::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg,#00c3ff,#9d00ff)
    }

    .tablearea::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg,#00d9ff,#7a00ff);
        border-radius: 30px;
        box-shadow: 0 0 10px #7a00ff
    }

    .shift-row img {
        width: 100px
    }

    .shift-row img {
        width: 100px
    }

    .cards-carousel-wrap .cards-owl .owl-stage-outer {
        overflow: visible;
        padding: 40px 0
    }

    .cards-carousel-wrap .cards-owl .owl-stage {
        display: flex;
        align-items: center
    }

    .cards-carousel-wrap .cards-owl .owl-item {
        transition: all 0.45s ease;
        transform: scale(0.78);
        opacity: 0.25;
        z-index: 1;
        margin-top: 25px
    }

    .cards-carousel-wrap .cards-owl .owl-item.active {
        transform: scale(0.86);
        opacity: 0.45
    }

    .cards-carousel-wrap .cards-owl .owl-item.center {
        transform: scale(1.08);
        opacity: 1;
        z-index: 99;
        margin-left: -35px;
        margin-right: -35px;
        margin-top: 0
    }

    .cards-carousel-wrap .card-item {
        border-radius: 24px;
        overflow: hidden;
        position: relative;
        min-height: 420px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.25);
        width: 300px
    }

    .cards-carousel-wrap .card-bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center
    }

    .cards-carousel-wrap .card-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,rgba(0,0,0,0.92),rgba(0,0,0,0.2))
    }

    .cards-carousel-wrap .card-body-inner {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 24px;
        width: 300px
    }

    .cards-carousel-wrap .card-title-text {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 14px
    }

    .cards-carousel-wrap .card-desc {
        color: #d5d5d5;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px
    }

    .cards-carousel-wrap .btn-card-cta {
        display: inline-flex;
        width: fit-content;
        padding: 12px 22px;
        background: #fff;
        color: #000;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 600
    }

    .cards-carousel-wrap .cards-owl .owl-item {
        transform: scale(0.82);
        opacity: 0.25
    }

    .cards-carousel-wrap .cards-owl .owl-item.active {
        transform: scale(0.88);
        opacity: 0.45
    }

    .cards-carousel-wrap .cards-owl .owl-item.center {
        transform: scale(1);
        opacity: 1;
        margin-left: -18px;
        margin-right: -18px;
        z-index: 99
    }

    .cards-carousel-wrap .card-item {
        min-height: 380px
    }

    .cards-carousel-wrap .card-title-text {
        font-size: 22px
    }

    .cards-carousel-wrap .card-desc {
        font-size: 14px
    }

    .cards-carousel-wrap {
        overflow: hidden;
        padding: 0;
        padding-bottom: 60px
    }

    .cards-carousel-wrap .cards-owl .owl-stage-outer {
        overflow: visible;
        padding: 0
    }

    .cards-carousel-wrap .cards-owl .owl-stage {
        display: flex;
        align-items: center
    }

    .cards-carousel-wrap .cards-owl .owl-item {
        transform: scale(0.82);
        opacity: 0.25;
        transition: all 0.4s ease
    }

    .cards-carousel-wrap .cards-owl .owl-item.active.center {
        transform: scale(1);
        opacity: 1;
        z-index: 99
    }

    .cards-carousel-wrap .cards-owl .owl-item.active.center .card-item {
        margin-left: -10px;
        margin-right: -10px
    }

    .cards-carousel-wrap .cards-owl .owl-item:not(.center) {
        opacity: 0.35
    }

    .cards-carousel-wrap .card-item {
        min-height: 360px
    }

    .cards-section {
        padding: 60px 0;
        padding-bottom: 0
    }

    .cards-carousel-wrap .owl-carousel .card-item {
        min-height: 420px
    }

    .testimonials-section {
        padding: 0 0 60px
    }

    .testi-avatar {
        width: 30%
    }

    .testi-card .testi-top {
        flex-wrap: nowrap
    }

    .testi-location img {
        width: 14px!important
    }

    .testi-location {
        justify-content: left
    }

    .testi-name {
        text-align: left
    }

    .score-badge {
        min-width: 30px
    }

    .testi-carousel-wrap .owl-carousel .testi-card {
        margin-top: 15px
    }

    .tesibottomsec {
        flex-wrap: wrap
    }

    .item-textisec:first-child {
        border: none
    }

    .item-textisec {
        padding: 10px 30px
    }

    .logo-box {
        height: 70px
    }

    .bgdesign:before {
        height: 90px
    }

    .bgdesign:after {
        height: 102px;
        top: -7px
    }

    .bgdesign {
        margin-top: 20px
    }

    .cta-banner-section {
        padding-top: 0
    }

    .cta-banner {
        background-image: url(../img/banner-bg2mb.webp)
    }

    .cta-banner .cta-sub {
        margin-bottom: 20px
    }

    .showdesktop {
        display: none
    }

    .showonmobile {
        display: block
    }

    .faq-section {
        padding-top: 0
    }

    .book-call-box {
        display: block;
        margin-bottom: 0pp
    }

    .faq-accordion .accordion-button {
        font-size: 16px
    }

    .faq-accordion .accordion-body {
        font-size: 14px;
        line-height: 24px
    }

    .shift-section .shift-heading:before {
        left: -16px;
        width: 5px;
        top: 0;
        height: 94%
    }

    .popup-content {
        width: calc(90% - 20px);
        margin: 30px auto
    }

    .popup-content .hero-form-card {
        display: block;
        padding: 10px
    }

    .also-seen-section {
        padding-top: 0
    }

    .site-header .nav-btn {
        padding: 10px 18px;
        font-size: 16px
    }

    .mobilebtmsticky {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #e82c4c;
        padding: 10px;
        z-index: 9999
    }

    .d-flemai {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

    .d-flemai a {
        padding: 5px 10px;
        width: 50%;
        text-align: center;
        border-radius: 5px
    }

    .site-footer {
        margin-bottom: 50px
    }

    .floating-cta {
        bottom: 70px
    }

    .testimonial-wrapper {
        min-height: 420px
    }

    .logo-flsider .logo-box {
        height: auto
    }

    .logo-flsider .logo-box img {
        max-width: 180px!important
    }
}
