html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans", sans-serif;
    color: #000;
    background: #f3f5fc;
}

/* Navbar */
.navbar {
    background: transparent;
    padding: 20px 0;
}

.navbar-container {
    background: #fff;
    padding: 10px 30px 10px;
    border-radius: 60px;
    box-shadow: 0px 5px 20px 0px #0000000a;
}

.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.navbar-nav .nav-link {
    color: #7a7a7a;
    font-weight: 500;
    margin: 0 12px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}

.btn-getstarted {
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #fff;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-getstarted:hover {
    background-color: #1a1a1a;
}

.navbar-expand-lg {
    position: relative;
}

.dropdown-menu[data-bs-popper] {
    top: 100px;
}

.mega-menu {
    width: 80%;
    right: 0;
    border-radius: 0 0 20px 20px;
    border: 0;
    padding: 30px 30px;
    margin: 0 auto;
    box-shadow: 1px 12px 10px 0px #00000012;
}

.mega-menu a {
    display: block;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    margin-bottom: 10px;
}

.mega-menu a:hover {
    color: #0d6efd;
}

.mega-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

/* Hero Section */
.hero {
    padding: 20px 0 80px;
    display: flex;
    align-items: center;
}
.hero-content h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 1px;
}

.hero-content h6 i {
    color: #361275;
    margin-right: 6px;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 18px 0;
    color: #111;
    line-height: 1.2;
}

.hero-content h1 span {
    color: #361275;
    font-weight: 800;
}
.hero-content p {
    color: #666;
    max-width: 500px;
    font-size: 16px;
    margin-bottom: 25px;
}

.btn-quote {
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 15px;
    border: none;
}

.btn-quote:hover {
    background-color: #333;
}

.hero-contact {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #000;
}

.hero-contact i {
    font-size: 20px;
    margin-right: 8px;
}

/* Hero Right Images */
.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
}

.stats-section {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(45deg, #073f88, #a332e7);
}

.stat-item {
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.stat-text {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 8px;
    color: #fff;
}

.hero-contact a {
    text-decoration: none;
    color: #111;
}

.about-section {
    padding: 80px 0;
}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content h6 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #555;
}

.about-content h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 15px 0;
}

.about-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.db-act-btn {
    margin-top: 35px;
}
.btn-prime {
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 15px;
    border: none;
    text-decoration: none;
}

.logos {
    padding: 50px 0 30px;
    text-align: center;
}

.logos .container {
    border-top: 1px solid #d7d7d7;
    padding-top: 50px;
}

.logos img {
    max-height: 60px;
    opacity: 0.7;
    transition: opacity 0.3s;
    margin: 0 20px;
    width: 160px;
}

.logos img:hover {
    opacity: 1;
}

.hm-abt-row {
    margin-bottom: 80px;
}

.hm-abt-row:last-child {
    margin-bottom: 0;
}

.services-section {
    padding: 60px 0;
    background: #fff;
}

.services-section small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    font-weight: 500;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.service-card {
    background-color: #efefef;
    border: none;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
}

.service-icon {
    width: 150px;
    height: 80px;
    border-radius: 8px;
    background: linear-gradient(45deg, #073f88, #a332e7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-right: 25px;
}
.service-icon img {
    width: 50px;
}
.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.service-text {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.see-all {
    color: #361275;
    text-decoration: none;
    font-weight: 500;
}

.see-all:hover {
    text-decoration: underline;
}

.why-choose-section {
    padding: 80px 0;
    background: #361275;
}

.why-choose-section small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aab4c5;
    font-weight: 600;
}

.why-choose-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 20px 0 50px;
    line-height: 1.2;
    color: #fff;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-right: 25px;
    flex-shrink: 0;
}
.feature-icon img {
    width: 40px;
}
.feature-title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.feature-text {
    color: #aab4c5;
    font-size: 0.95rem;
    line-height: 1.6;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
}

.process-section {
    padding: 80px 0;
    background: #fff;
}

.process-section small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    font-weight: 600;
}

.process-section h2 {
    font-size: 30px;
    font-weight: 700;
}

.process-step {
    margin-bottom: 80px;
}

.process-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, #073f88, #a332e7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
    line-height: 1;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
}

.sub-step {
    margin-top: 25px;
}

.sub-step h6 {
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    font-size: 14px;
}

.sub-step p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 10px;
}


.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.testimonial-header h5 {
    color: #7b7b7b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.testimonial-header h2 {
    font-size: 38px;
    font-weight: 700;
}

.testimonial-header a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.testimonial-header a:hover {
    text-decoration: underline;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.stars {
    color: #ffb400;
    font-size: 16px;
    margin-bottom: 5px;
}

.testimonial-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.testimonial-info span {
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.testimonial-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-style: italic;
}

.testimonial-wrap {
    padding: 90px 0;
}

.contact-wrap {
    padding: 100px 0;
    background: #fff;
}

.col-cont-desc h5 {
    color: #7a7a7a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.col-cont-desc h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.col-cont-desc h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
}

.col-cont-desc h2 {
    font-size: 40px;
    font-weight: 600;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #361275;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 1.8;
    fill: none;
}

.contact-text strong {
    font-size: 15px;
    font-weight: 600;
}

.contact-text span {
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 4px;
    display: block;
}
.contact-text span a {
    text-decoration: none;
    color: #361275;
}
.contact-form {
    background-color: #f5f3f8;
    border-radius: 14px;
    padding: 40px 35px;
}

.form-group {
    margin-bottom: 25px;
}

label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

input,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    outline: none;
    box-shadow: 0 0 0 1px #e0e0e0;
    transition: all 0.3s ease;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #007bff;
}

textarea {
    height: 120px;
    resize: none;
}

.sub-btn {
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 36px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.sub-btn:hover {
    background-color: #222;
}

footer {
    background-color: #361275;
    color: #d5e2f1;
    padding: 80px 0 30px;
    font-size: 15px;
}

footer .logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer .logo-icon {
    font-size: 24px;
    margin-right: 8px;
    color: #89c1ff;
}

footer .logo-text {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}

footer p {
    color: #c0d1e8;
    margin-bottom: 10px;
    font-size: 14px;
}

footer a {
    color: #c0d1e8;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 8px;
}

footer a:hover {
    color: #ffffff;
}

.footer-heading {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-item svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    stroke-width: 1.8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 50px;
    padding-top: 20px;
    font-size: 14px;
    color: #a9c3e3;
}

.footer-bottom a {
    color: #a9c3e3;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


/* DB */
.db-hero {
    padding: 48px 0;

}


/* Breadcrumb */
.breadcrumbs {
    color: #6b7785;
    font-size: 14px;
    margin-bottom: 18px
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
    opacity: .85
}


/* Left column */
.db-hero .title {
    font-size: 48px;
    line-height: 1.05;
    margin: 6px 0 14px;
    font-weight: 800;
    color: #0b2130
}

.db-hero .sub {
    font-size: 18px;
    color: #55626b;
    margin-bottom: 12px
}

.db-hero p {
    font-size: 16px;
    color: #37454b;
    line-height: 1.65
}

.db-hero p span {
    background: #eaf3ff;
    color: #0b66ff;
    padding: 2px 6px;
    border-radius: 6px;
    text-decoration: none
}


/* badges / footer row */
.db-meta {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 22px
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px
}

.stars {
    display: inline-flex;
    gap: 4px
}

.stars svg {
    width: 16px;
    height: 16px
}

.pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6eef6;
    padding: 6px 10px;
    border-radius: 18px;
    font-size: 13px;
    color: #0b2130
}


/* Right column card */
.sidebar-card {
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(45deg, #073f88, #a332e7);
    box-shadow: 0 8px 30px rgba(16, 38, 60, .08);
}
.sidebar-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 5px;
}
.sidebar-card h3 {
    font-size: 28px;
    margin: 6px 0 8px;
    color: #ffffff;
}

.sidebar-card p {
    margin: 0;
    color: #ffffff;
}

.sdbr-stat {
    font-weight: 700;
    font-size: 35px;
}

.meta-row {
    padding: 10px 0;
    border-top: 1px dashed rgba(11, 33, 48, .06);
    margin-top: 10px;
}

.meta-row .links a {
    background-color: #fff;
    color: #361275;
    border-radius: 50px;
    padding: 15px 24px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: #1669ff;
    border-color: #1669ff
}


/* Responsive tweaks */
@media (max-width:991px) {
    .db-hero {
        padding: 28px 0
    }

    .db-hero .title {
        font-size: 36px
    }

    .sidebar-card {
        margin-top: 18px
    }
}

.trusted {
    padding: 48px 0;
    background: #fff;
}

.trusted .heading {
    font-size: 26px;
    font-weight: 800;
    color: #0b2a33;
    line-height: 1.05
}

.trusted .heading small {
    display: block;
    font-weight: 600;
    color: #0b2a33
}


.logos-row {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: flex-start
}

.logo-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.logo {
    display: block;
    max-width: 130px;
    opacity: .65;
    filter: grayscale(100%);
}


/* spacing so logos spread across the area on large screens */
.logos-grid {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center
}


@media (max-width:991px) {
    .trusted {
        padding: 28px 0
    }

    .logo {
        max-width: 100px
    }
}

.feature-section {
    text-align: center;
    padding: 70px 0 80px;
    background: #fff;
}


.feature-row {
    margin-top: 36px;
    margin-bottom: 8px;
}

.feature {
    display: flex;
    gap: 18px;
    padding: 18px 12px;
    text-align: left;
}

.ftr-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.feature h5 {
    margin: 6px 0 6px 0;
    font-size: 18px;
    font-weight: 700;
}

.feature p {
    margin: 0;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
}

.db-ycs-row {
    color: #fff;
}

.db-field-wrapper {
    padding: 60px 15px;
}

.db-field-section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0d356f;
    line-height: 1.3;
    margin-bottom: 20px;
}

.db-field-section-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
}

.db-field-section-text p {
    margin-bottom: 10px;
}

.db-field-section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-top: 30px;
    margin-bottom: 18px;
}

.data-fields-wrapper {
    background: linear-gradient(45deg, #073f88, #a332e7);
    border-radius: 18px;
    padding: 40px 25px 30px;
}

.data-pill {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 22px;
    border-radius: 999px;
    background-color: #ffffff78;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
    width: 100%;
    max-width: 320px;
}

.data-pill-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #fff8f0;
    font-size: 15px;
}

.data-pill span {
    color: #fff;
}

.job-section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.job-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d356f;
    line-height: 1.3;
    margin-bottom: 18px;
}

.job-section-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
}

.job-section-text p {
    margin-bottom: 10px;
}

.job-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 18px;
}

.job-table-wrapper {
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.job-table-wrapper .table {
    margin-bottom: 0;
    border-collapse: collapse;
}

.job-table-wrapper .table tbody tr td {
    border-color: #e4e4e4;
    font-size: 14px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.job-table-wrapper .table tbody tr:first-child td {
    border-top: none;
}


.section-features {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #162a3a;
}

.features-heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #112033;
    width: 80%;
    margin: 20px auto 30px;
}

.features-lead {
    font-size: 16px;
    line-height: 1.6;
    max-width: 850px;
    margin: auto;
    text-align: center;
    color: #3b4f5d;
    margin-bottom: 14px;
}

.features-sub {
    font-size: 15px;
    text-align: center;
    margin-bottom: 34px;
    color: #4b5f6b;
}

.feature-card {
    background: #fff;
    border: 1px solid #eef2f4;
    border-radius: 12px;
    padding: 26px 18px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 0 rgba(16, 24, 32, 0.02);
}

.ftr-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background: linear-gradient(45deg, #073f88, #a332e7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(255, 90, 120, 0.08);
    color: #fff;
    font-size: 24px;
}

.ftr-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #0f2230;
}

@media (max-width: 575px) {
    .features-heading {
        font-size: 26px;
    }

    .ftr-title {
        font-size: 18px;
    }

    .ftr-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

.faq-wrap {
    padding: 36px 20px;
    background: #ffffff;
}

.faq-card {
    background: #ffffff;
    padding: 42px 56px;
}

.faq-heading {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

/* FAQ list base */
.faq-list {
    border-top: 1px solid #e6e6e6;
}

.faq-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: transparent;
    padding: 18px 0;
    cursor: pointer;
    text-align: left;
}

.faq-item-inner {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq-chevron {
    font-size: 18px;
    transition: transform 0.25s ease;
    color: #333;
}

.faq-item.open .faq-chevron {
    transform: rotate(90deg);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #0b1622;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 10px;
    transition: max-height 0.28s ease, opacity 0.28s ease;
}

.faq-answer.open {
    opacity: 1;
    padding: 12px 0 12px 34px;
}

.faq-answer p {
    margin: 0;
    color: #58666f;
    line-height: 1.55;
    font-size: 15px;
}

@media (max-width: 575px) {
    .faq-card {
        padding: 28px 20px;
    }

    .faq-heading {
        font-size: 24px;
    }
}

.related-products-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.related-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #0b0b0b;
}

.related-list a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #0a66c2;
    padding-bottom: 12px;
}

.related-divider {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 12px;
}

/* Hero */
.bdc-hero {
    background: linear-gradient(45deg, #073f88, #a332e7);
    padding-top: 100px;
    padding-bottom: 100px;
}

.bdc-hero .bdc-lead-heading {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.bdc-hero .bdc-subtext {
    margin-bottom: 1.5rem;
    color: #fff;

}

.bdc-search-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 30px 30px 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 18px rgba(12, 15, 30, 0.08);
}

.bdc-search-input {
    background: #ffffff69;
    border: none;
    color: white;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
    height: 50px;
}

.bdc-search-input::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.nav-tabs .nav-link {
    border: none;
    font-weight: 600;
    padding: 20px 30px 20px;
    background: #fff;
    color: rgb(65 65 65);
    margin-right: 15px;
}

.nav-tabs .nav-link.active {
    color: #1f2430;
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #fff;
}

.bdc-table-row table tr {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 0;
}

.bdc-table-row .table> :not(caption)>*>* {
    padding: 20px 10px;
}

.bdc-search-btn {
    height: 50px;
    text-align: center;
    padding: 0 15px 0;
    border: 0;
    border-radius: 5px;
    color: #333;
}

.bdc-table-wrap {
    background: #fff;
    padding: 80px 0 80px;
}

.bdc-table-row {
    padding: 30px;
    background: #f1f1f1;
}

.nav-tabs {
    display: block;
}

.nav-tabs .nav-item {
    margin-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: left;
}

.contact-wrapper {
    padding: 60px 0;
}

.cc-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 50px auto;
}

.cc-section-head h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cc-section-head h2 span {
    border-bottom: 3px solid #1f3d97;
    padding-bottom: 2px;
}

.cc-section-head p {
    font-size: 15px;
    color: #6f6f6f;
    line-height: 1.6;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.contact-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 12px 14px;
}

.form-control::placeholder {
    color: #9a9a9a;
}

.btn-send {
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 22px;
    border: none;
}

.details-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.details-card p {
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 24px;
    line-height: 1.6;
}

.info-box {
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
    background: #fff;
}

.info-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(45deg, #073f88, #a332e7);
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 14px;
}

.info-text h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.info-text span {
    font-size: 13px;
    color: #6f6f6f;
}

.social-area {
    margin-top: 30px;
}

.social-area h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.social-icons a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #1f1f1f;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
}
.sdbr-sub-row ul {
    padding-left: 0;
}
.sdbr-sub-row ul li {
    list-style: none;
}
.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(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.cp-form .form-label {
    display: inline-block;
}
.cp-form p {
    margin-bottom: 0;
}