* {
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Fira Sans", sans-serif;
    color: #fff;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
}
.navbar {
    background: #0a0f2b;
    border-bottom: 1px solid rgb(255 255 255 / 0.05);
}
.navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.brand-logo {
    width: 40px;
    height: 40px;
    background: #ffd449;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0f2b;
    font-weight: 800;
}
.nav-item .nav-link {
    color: #d8dfff;
    font-weight: 600;
    border-radius: 12px;
    padding: 8px 14px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    background: rgb(255 255 255 / 0.1);
    color: #7c7c7c;
}
.btn-contact {
    background: #ffd449;
    color: #0a0f2b;
    border-radius: 26px;
    border: 1px solid #e6c23f;
    padding: 10px 22px;
    font-weight: 700;
}
.btn-contact:hover {
    background: #232f73;
    color: #fff;
    border: 0;
}
.hero {
    background: #0a0f2b;
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 16px;
}
.hero-sub {
    color: #c7d1ff;
    margin-bottom: 28px;
    max-width: 600px;
}
.btn-explore {
    background: #ffd449;
    color: #0a0f2b;
    border-radius: 26px;
    padding: 14px 26px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-explore:hover {
    background: #232f73;
    color: #fff;
}
.rating-chip {
    display: flex;
    align-items: center;
    gap: 10px;
}
.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.stars {
    color: #ffd449;
    font-size: 16px;
    line-height: 1;
}
.rating-text {
    color: #c7d1ff;
    font-size: 14px;
}
.hero-media {
    border-radius: 26px;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 42px;
    }
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.sol-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}
.sol-media {
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sol-title {
    font-size: 56px;
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin: 0 0 14px 0;
    color: #0a0a0a;
}
.sol-text {
    color: #444a57;
    max-width: 640px;
}
.sol-list {
    list-style: none;
    padding-left: 0;
    margin-top: 28px;
}
.sol-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.sol-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffd449;
    color: #fff;
    flex: 0 0 22px;
}
.sol-item span {
    color: #0b0f1a;
}
.srv-section {
    padding-top: 72px;
    padding-bottom: 90px;
    background: #0a0f2b;
    text-align: center;
}
.srv-title {
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 8px;
}
.srv-sub {
    color: #c7d1ff;
    max-width: 560px;
    margin: 0 auto 32px auto;
}
.srv-card {
    background: #151c45;
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 26px;
    height: 100%;
    padding: 26px;
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 0.04),
        0 12px 28px rgb(8 15 40 / 0.25);
    transition:
        transform 0.12s ease,
        box-shadow 0.2s ease;
}
.srv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(8 15 40 / 0.36);
}
.srv-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20285a;
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
}
.srv-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}
.srv-desc {
    color: #c7d1ff;
    line-height: 1.6;
}
.srv-row .col-lg-4 {
    margin-bottom: 30px;
}
.stats-section {
    position: relative;
    background: #13306f;
    color: #fff;
    padding: 80px 0;
}
.stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../assets/img/55834.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.18;
}
.stats-inner {
    position: relative;
    padding-top: 36px;
    padding-bottom: 36px;
}
.stat-col {
    text-align: center;
}
.stat-icon {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
}
.stat-value {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.stat-label {
    color: #fff;
    margin-top: 6px;
}
.stat-col {
    position: relative;
}
.stat-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -1px;
    height: 80%;
    width: 1px;
    background: rgb(255 255 255 / 0.3);
}
@media (max-width: 991.98px) {
    .stat-col:not(:last-child)::after {
        display: none;
    }
    .stats-inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .stat-value {
        font-size: 26px;
    }
}
.news-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
    color: #111;
}
.news-sub {
    color: #6b7381;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 28px auto;
}
.nav-tabs {
    border: none;
    justify-content: center;
    gap: 28px;
    margin-bottom: 10px;
}
.nav-tabs .nav-link {
    font-weight: 600;
    color: #1b2440;
    border: none;
    background: none;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}
.nav-tabs .nav-link.active {
    color: #0d1b4c;
}
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 4px;
    border-radius: 2px;
    background: #0a0f2b;
}
.filter-rule {
    height: 1px;
    background: #e7ebf3;
    margin-bottom: 24px;
}
.post {
    border-bottom: 1px solid #eaeef6;
}
.card-plain {
    border: none;
    border-radius: 0;
    background: #fff;
}
.post-title {
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.post-title.large {
    font-size: 32px;
    color: #111;
}
.post-title.small {
    font-size: 18px;
    color: #111;
}
.post-meta {
    color: #6f788a;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 6px;
}
.post-text {
    color: #4e5566;
}
.post img {
    border-radius: 15px;
    width: 100%;
}
.row-gap-24 {
    row-gap: 24px;
}
.faq-section {
    background: #122664;
    padding: 60px 0;
}
.eyebrow {
    color: #c7d1ff;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #c7d1ff;
    display: inline-block;
}
.faq-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 14px;
}
.faq-text {
    color: #b4c1ff;
    max-width: 520px;
}
.faq-accordion {
    background: #fff0;
    border-radius: 8px;
}
.accordion-item {
    background: #fff0;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}
.accordion-item:first-child {
    border-top: 1px solid rgb(255 255 255 / 0.2);
}
.accordion-button {
    background: #fff0;
    color: #eaf0ff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    font-weight: 700;
}
.accordion-button::after {
    display: none;
}
.q-icon {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.accordion-button .icon-plus {
    display: none;
}
.accordion-button.collapsed .icon-plus {
    display: inline-flex;
}
.accordion-button.collapsed .icon-minus {
    display: none;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    color: #cfd8ff;
    max-width: 720px;
}
@media (max-width: 991.98px) {
    .faq-title {
        font-size: 32px;
    }
    .faq-space {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fff0;
}
.contact-section {
    background: #fff;
    padding: 80px 0;
}
.form-row {
    display: flex;
    gap: 18px;
}
.form-row + .form-row {
    margin-top: 16px;
}
.form-full {
    width: 100%;
    margin-top: 16px;
}
.form-control-custom {
    background: #e7f0ff;
    border: 1px solid #d8e6ff;
    border-radius: 6px;
    height: 52px;
    padding: 0 16px;
    width: 100%;
    color: #0f2148;
}
.form-control-custom::placeholder {
    color: #6f7d99;
}
.form-textarea {
    height: 250px;
    padding: 12px 16px;
    resize: vertical;
}
.contact-title {
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #111;
}
.contact-sub {
    color: #6a768f;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 22px;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    padding: 14px 16px;
    color: #535353;
}
.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #ffcf21;
    color: #0f2148;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
@media (max-width: 991.98px) {
    .contact-title {
        font-size: 32px;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
}
.site-footer {
    background: #0f2254;
    color: #e6edff;
    padding: 80px 0 20px;
}
.footer-space {
    padding-top: 44px;
    padding-bottom: 22px;
}
.brand-row {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.brand-text {
    color: #cbd5ff;
    margin-top: 8px;
    max-width: 320px;
}
.socials {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}
.socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffd449;
    color: #0f2254;
    border: 1px solid #e6c23f;
    transition: transform 0.12s ease;
}
.socials a:hover {
    transform: translateY(-2px);
}
.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
.footer-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
}
.footer-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd449;
    position: absolute;
    left: 0;
    top: 9px;
}
.footer-list a {
    color: #d7e1ff;
    text-decoration: none;
}
.footer-list a:hover {
    color: #fff;
}
.office p {
    color: #d7e1ff;
    margin-bottom: 8px;
}
.office .label {
    color: #fff;
    font-weight: 700;
}
.footer-rule {
    border: none;
    height: 1px;
    background: rgb(255 255 255 / 0.2);
    margin-top: 24px;
    margin-bottom: 14px;
}
.copy {
    text-align: center;
    color: #e6edff;
    font-size: 14px;
}
@media (max-width: 991.98px) {
    .footer-space {
        padding-top: 36px;
        padding-bottom: 18px;
    }
    .brand-text {
        max-width: none;
    }
}
.inn-hero-wrap {
    margin: 70px 0;
}
.inn-hero-wrap .container {
    background-image: url(../assets/img/55834.jpg);
    padding: 300px 50px 50px;
    border-radius: 15px;
}
.inn-hero-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.12);
    padding: 28px;
}
.inn-hero-title {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: #111;
    margin: 0 0 8px 0;
}
.inn-hero-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 18px 0;
}
.inn-btn-orange {
    background: #ffd449;
    border: none;
    padding: 14px 22px;
    font-weight: 700;
    border-radius: 10px;
}
.inn-btn-orange:hover {
    background: #232f73;
    color: #fff;
}
.inn-card-left {
    padding-right: 16px;
}
.inn-card-right {
    padding-left: 16px;
}
@media (max-width: 991.98px) {
    .inn-hero-img {
        height: 520px;
    }
    .inn-card-left,
    .inn-card-right {
        padding-right: 0;
        padding-left: 0;
    }
}
.about-wrap {
    background: #0a0f2b;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-title {
    margin-top: 18px;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    color: #fff;
}
.about-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    max-width: 520px;
}
.about-left {
    margin-bottom: 20px;
}
.accordion.about-acc {
    margin-top: 20px;
}
.abt-cta-btn {
    display: inline-block;
    margin-top: 26px;
    padding: 14px 22px;
    background: #ffd449;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}
.abt-cta-btn:hover {
    background: #232f73;
    color: #fff;
}
.media-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.08);
    background: #fff;
}
.media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
}
.about-acc .accordion-item {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgb(0 0 0 / 0.06);
    background: #fff;
}
.about-acc .accordion-item + .accordion-item {
    margin-top: 18px;
    box-shadow: 0 14px 30px rgb(0 0 0 / 0.06);
}
.about-acc .accordion-button {
    padding: 18px 22px;
    font-weight: 700;
    font-size: 20px;
    color: #272727;
    background: #fff;
    box-shadow: none;
}
.about-acc .accordion-button:not(.collapsed) {
    color: #111;
    background: #ffd449;
}
.about-acc .accordion-body {
    padding: 16px 22px 18px 22px;
    color: #111;
    background: #ffd449;
    font-size: 15px;
    line-height: 1.7;
}
.about-acc .accordion-button::after {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transform: none;
}
.about-acc .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23ff4d18'/%3E%3Cpath d='M12 14l6 6 6-6' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.about-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23ffffff'/%3E%3Cpath d='M24 22l-6-6-6 6' stroke='%23ff4d18' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.about-sec-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}
.about-sec-2 .abt-about-row-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-sec-2 .abt-media-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.about-sec-2 .abt-media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-sec-2 .abt-media-aspect {
    aspect-ratio: 16/11;
}
.about-sec-2 .abt-checklist {
    position: absolute;
    left: 28px;
    top: 38px;
    background: #ffc51c;
    padding: 22px 26px;
    border-radius: 15px;
    max-width: 360px;
}
.about-sec-2 .abt-checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-sec-2 .abt-checklist li {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #111;
    font-size: 18px;
}
.about-sec-2 .abt-checklist li + li {
    margin-top: 14px;
}
.about-sec-2 .check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex: 0 0 20px;
    background: #111;
    border-radius: 50%;
    position: relative;
}
.about-sec-2 .check-icon:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 7px;
    height: 12px;
    border-right: 3px solid #ffc51c;
    border-bottom: 3px solid #ffc51c;
    transform: rotate(45deg);
}
.about-sec-2 .eyebrow {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 18px;
}
.about-sec-2 .abt-u-line {
    width: 78px;
    height: 3px;
    background: #ffc51c;
    margin-top: 8px;
}
.about-sec-2 .abt2-title {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
    color: #1f1f1f;
    letter-spacing: 0.2px;
}
.about-sec-2 .abt2-tagline {
    font-style: italic;
    color: #e7b622;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}
.about-sec-2 .abt2-desc {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.8;
}
.about-sec-2 .abt2-desc + .desc {
    margin-top: 14px;
}
@media (max-width: 991.98px) {
    .about-sec-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-sec-2 .abt-checklist {
        left: 18px;
        top: 22px;
        padding: 18px 20px;
    }
}
@media (max-width: 575.98px) {
    .about-sec-2 .abt-media-aspect {
        aspect-ratio: 4/3;
    }
}
.blog-page-wrap {
    padding: 80px 0;
}
.blog-header {
    text-align: center;
    margin-bottom: 50px;
}
.blog-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #222;
}
.blog-header p {
    color: #777;
    margin-top: 10px;
}
.featured-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
}
.blog-content {
    line-height: 1.8;
    font-size: 1.05rem;
}
.blog-content h2 {
    margin-top: 40px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
}
.author-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.08);
    margin-top: 60px;
}
.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}
.author-box h5 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #111;
}
.author-box p {
    color: #111;
}
.blog-sidebar {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .blog-sidebar {
        margin-top: 0;
    }
}
.widget {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 0.06);
    padding: 22px;
    margin-bottom: 22px;
}
.widget-title {
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.widget-title i {
    font-size: 1.1rem;
}
.search-box .form-control {
    border-radius: 10px 0 0 10px;
    border-color: #ddd;
    height: 46px;
}
.search-box .btn {
    border-radius: 0 10px 10px 0;
    height: 46px;
    background: #ffd449;
    border: 0;
    color: #111;
}
.recent-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.recent-item:last-child {
    border-bottom: none;
}
.recent-thumb {
    width: 68px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 68px;
}
.recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recent-meta {
    line-height: 1.3;
}
.recent-meta a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
}
.recent-meta span {
    display: block;
    font-size: 0.85rem;
    color: #777;
    margin-top: 4px;
}
.cat-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.cat-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.cat-list li:last-child {
    border-bottom: none;
}
.cat-list a {
    text-decoration: none;
    color: #333;
}
.cat-count {
    background: #ffd449;
    color: #111;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
}
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-item {
    display: inline-block;
    text-decoration: none;
    color: #111;
    background: #ffd449;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    transition: transform 0.2s ease;
}
.tag-item:hover {
    transform: translateY(-2px);
}
.share-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #f6f6f6;
    color: #222;
    padding: 10px 14px;
    border-radius: 10px;
    transition: transform 0.2s ease;
}
.share-btn:hover {
    transform: translateY(-2px);
}
.copy-ok {
    color: #1a7f37;
    font-size: 0.92rem;
    margin-top: 10px;
    display: none;
}
.blog-content p {
    color: #111;
}
.cc-pg-contact {
    padding: 80px 0;
}
.cc-pg-contact .form-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgb(0 0 0 / 0.05);
    padding: 40px;
}
.cc-pg-contact h2 {
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.cc-pg-contact p {
    color: #666;
    margin-bottom: 30px;
    max-width: 520px;
}
.form-control {
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    height: 48px;
    font-size: 0.95rem;
}
textarea.form-control {
    height: 120px;
    resize: none;
}
.form-label {
    font-weight: 500;
    font-size: 0.95rem;
    color: #111;
}
.btn-submit {
    background: #0a0f2b;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 0;
    transition: background 0.3s ease;
    width: 100%;
}
.btn-submit:hover {
    background: #4338ca;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info-box {
    background: #f6f8ff;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
}
.info-box:hover {
    background: #edf1ff;
}
.info-box:first-child {
    background: #0a0f2b;
}
.info-box:first-child h5 {
    color: #fff;
}
.info-box .icon {
    font-size: 1.5rem;
    color: #0a0f2b;
    background: #eef2ff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-box:first-child .icon {
    background: rgb(255 255 255 / 0.2);
    color: #fff;
}
.info-box h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111;
}
.info-box p {
    margin-bottom: 0;
    color: #555;
    font-size: 0.95rem;
}
.info-box:first-child p {
    color: #e5e7ff;
}
.fm-sub-btn {
    margin-top: 15px;
    background: #ffd449;
    color: #0a0f2b;
    border: 1px solid #e6c23f;
    border-radius: 26px;
    padding: 14px 26px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
}
