@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

:root {
    --e-global-color-32771fb: #3AA2DF;
    --e-global-color-fcfcdc4: #273266;
    --ic-primary: #1863DC;
    --ic-primary-hover: #0056A7;
    --ic-navy: #273266;
    --ic-bg-start: #0056A7;
    --ic-bg-end: #1863DC;

}

html {
    scroll-behavior: smooth;
}

:root {
    --ic-primary: #3AA2DF;
    /* refined IntegrityCap CTA blue */
    --ic-blue-300: #3AA2DF;
    /* hover/light */
    --ic-blue-200: #41B0F6;
    /* hover/light */
    --ic-navy: #273266;
    /* deep navy for headings/nav */
    --text: #0f172a;
    --muted: #4E4B66;
    --bg: #F8FAFC;
    --panel: #FFFFFF;
    --border: #E5E7EB;
    --shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
    --radius: 16px;
    --clr-def: #ff6b47;
    --clr-bg: #F0F0F5;
    --clr-white: #fff;
    --clr-heading-rgb: 10, 9, 9;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    color: var(--text);
    /* font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; */
}

a {
    color: var(--ic-primary);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */
.displayFlex {
    display: flex !important
}

.deskFlex_mobileBlock {
    display: flex
}

.alignItemcenter {
    align-items: center
}
.gap_16{
    gap: 16px;
}
.flex_wrap_Wrap {
    flex-wrap: wrap;
}
.justifyContent_spacebetween {
    justify-content: space-between
}

.mb16 {
    margin-bottom: 16px !important;
}

.font_Size12 {
    font-size: 12px;
}
.font_Size16 {
    font-size: 16px;
}
.font_Size18 {
    font-size: 18px;
}
.font_Size24 {
    font-size: 24px;
}
.font_Weight400 {
    font-weight: 400;
}
.font_Weight600 {
    font-weight: 600;
}
.steelWoolText {
    color: #777;
    line-height: 1.5;
    margin: 0
}
.margin_Bottom24 {
    margin-bottom: 24px !important;
}
.whiteColor_Text {
    color: #fff;
    line-height: 1.5;
    margin: 0px;
}
.whiteButton {
    padding: 0px 10px;
    height: 34px;
    border-radius: 10px;
    background: #5B3DFD;
    border: 1px solid #5B3DFD;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    outline: unset;
    color: #fff;
    text-decoration: unset;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: all;
    cursor: pointer;
    z-index: 0;
}

.Mainbutton {
    padding: 0px 20px;
    height: 44px;
    border-radius: 10px;
    background: #5B3DFD;
    border: 1px solid #5B3DFD;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    outline: unset;
    color: #fff;
    text-decoration: unset;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: all;
    cursor: pointer;
    z-index: 0;
}

/* NAV */
.nav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 16px;
}

.brand {
    font-weight: 800;
    color: var(--ic-navy);
    letter-spacing: .2px;
}

.cta {
    display: flex;
    gap: 10px;
    align-items: center;

}

.btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--ic-primary);
    font-weight: 700;
    transition: all .15s ease;
}

.btn:hover {
    border-color: var(--ic-blue-300);
    color: var(--ic-blue-200);
}

.btn.primary {
    background: var(--ic-primary);
    color: #fff;
    border-color: var(--ic-primary);
}

.btn.primary:hover {
    background: var(--ic-blue-200);
    border-color: var(--ic-blue-200);
}

.brand img {
    /* width: 160px; */
}

/* HERO */
.herobnr {
    /* min-height: 64vh; */
    /* display: flex;
    align-items: flex-end; */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/banner.jpg');
    position: relative;
    z-index: 0;
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.herobnr::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.0) 70%);
    /* centered focal point for subject visibility */
    background-repeat: no-repeat;
    filter: saturate(1.04) contrast(1.03);
}

/* .herobnr::after {
    content: "";
    position: absolute;
    inset: 0;
} */

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    /* padding: 60px 0 34px; */
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--ic-primary);
    font-weight: 700;
}

.hero-inner h1 {
    /* line-height: 1.06; */
    font-weight: bold;
    margin: 14px 0 10px;
    color: #fff;
    font-size: 40px;
    max-width: 600px;
}

.sub {
    color: #fff;
    font-size: clamp(16px, 1.3vw, 18px);
    max-width: 720px;
}

.hero-card {
    margin-top: 18px;
    max-width: 540px;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #06070b;
    /* border: 1px solid #06070b; */
    padding: 8px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    border: 1px solid #ffffff69;
}

.hero-card input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 16px;
    color: #fff;
    background: #06070b;

}

.hero-card .btn.primary {
    white-space: nowrap;
}

.unOrderList {
    margin: 0px;
    padding-left: 20px;
}

/* SECTIONS */
.section {
    padding: 46px 0;
}

#for-borrowers {
    padding: 46px 0;
}

#faq {
    padding: 46px 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.panel {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.pad {
    padding: 22px;
}

.tabularStructure_wrapper {
    width: 100%;
    overflow-x: auto;
    /* white-space: nowrap; */
    overflow-y: hidden;
}

/* width */
.tabularStructure_wrapper::-webkit-scrollbar {
    height: 8px;
}

/* Track */
.tabularStructure_wrapper::-webkit-scrollbar-track {
    background: #f6f6f6;
    /* border: 1px solid #b9b9b9; */
    border-top: unset;
}

/* Handle */
.tabularStructure_wrapper::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 0px;
}

/* Handle on hover */
.tabularStructure_wrapper::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
}


/* TABLE */
.table {
    overflow: auto;
    border-radius: 12px;
    border: 1px solid var(--border);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    font-size: 15px;
}

th {
    background: #EAF2FF;
    color: var(--ic-navy);
    font-weight: 800;
}

/* FORM */
.input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #fff;
    color: #fff;
    font-size: 15px;
}

.label {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

/* FOOTER */
.footer {
    padding: 30px 0 50px;
    color: #fff;
    font-size: 14px;
    /* background: #fff; */
    border-top: 1px solid var(--border);
    background-image: linear-gradient(90deg, var(--e-global-color-32771fb) 4.69%, var(--e-global-color-fcfcdc4) 79.69%);
}

.footer .row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.broughtSection .container>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legalpolicyList ul {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.legalpolicyList ul li a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

.tiny {
    font-size: 14px;
    color: #fff;
}




.faq-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

details {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 14px
}

summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

details[open] summary {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
}

details[open] summary img {
    transform: rotate(180deg);
}

summary::-webkit-details-marker {
    display: none
}

details[open] {
    background: #f8fafc
}



/* style="display:grid; grid-template-columns:1fr 1fr; gap:16px;" */



.de-padding {
    padding: 6rem 0;
}

.grid-2 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.why-intsight {
    width: 50%;
}

.why-intsight-arrow {
    position: absolute;
    width: 18%;
    bottom: 110px;
    left: 90px;
}

.why-intsight-man {
    width: 64%;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.section-about-us {
    display: flex;
    align-items: center;
    color: var(--clr-def);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    gap: 0.5rem;
}

.section-about-us::before {
    max-width: 40px;
}

.section-about-us::before,
.section-about-us::after {
    content: "";
    display: block;
    flex: 1;
    height: 2px;
    background: var(--clr-def);
}

.section-about-us::after {
    max-width: 40px;
}

.mb-20 {
    margin-bottom: 2rem;
}

.heading-2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.mb-40 {
    margin-bottom: 4rem;
}

/* .grid-2 {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
} */
.why-opt-element {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-opt-element .why-opt-desc h5 {
    margin-bottom: 5px;
}

.heading-5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.mb-0 {
    margin-bottom: 0;
}

.testimonial-section {
    background: var(--clr-bg);
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    top: -50px;
    left: -50px;
}

.testimonial-section::before,
.testimonial-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--clr-def);
    opacity: 0.15;
    z-index: 1;
}

.testimonial-section::after {
    bottom: -60px;
    right: -40px;
}

.testimonial-section h2 {
    color: var(--clr-heading);
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
}


.about-list-opt {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 0px;
    /* border-right: 1px solid #aaa; */
}

.about-list-opt li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-list-opt li span {
    font-weight: 500;
    /* color: #fff; */
}

.testimonial-section::after {
    bottom: -60px;
    right: -40px;
}

.testimonial-section::before,
.testimonial-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--clr-def);
    opacity: 0.15;
    z-index: 1;
}

.leadership-section {
    position: relative;
    overflow: hidden;
    /* background:linear-gradient(135deg, #1863DC 0%, #41B0F6 100%); */
    /* background-image: linear-gradient(90deg, var( --e-global-color-32771fb ) 4.69%, var( --e-global-color-fcfcdc4 ) 79.69%); */
    background-image: linear-gradient(135deg, var(--ic-bg-start) 0%, var(--ic-bg-end) 100%)
}

.leadership-section::before {
    top: 10%;
    left: -80px;
}

.leadership-section::before,
.leadership-section::after {
    /* content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(45deg); */
}

.wh {
    color: var(--clr-white);
}

.site-title {
    /* margin-bottom: 6rem; */
}

.section-about-us {
    display: flex;
    align-items: center;
    color: var(--clr-def);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    gap: 0.5rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.site-title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--clr-heading);
}

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
    color: var(--clr-white);
}

label {
    color: #999;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
}

.input-style-2 {
    border: none;
    width: 100%;
    height: 45px;
    background: var(--clr-bg-2);
    font-size: 16px;
    color: #fff;
    padding-left: 1rem;
    margin-bottom: 15px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.contact-style-2 .input-style-2 {
    background: rgba(255, 255, 255, 0.3);
    ;
    color: #fff;
}

/* Specific styling for select dropdowns */
.contact-style-2 select.input-style-2 {
    cursor: pointer;
}

.contact-style-2 select.input-style-2 option {
    background: #ffffff;
    color: #333333;
    padding: 8px 12px;
    border: none;
}

.contact-style-2 select.input-style-2 option:hover,
.contact-style-2 select.input-style-2 option:focus {
    background: #f0f0f0;
    color: #333333;
}

.nowraptxt {
    white-space: nowrap;
}

.btn-h {
    background-color: var(--clr-def);
    padding: 14px 28px;
    color: var(--clr-white);
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.startApplicationFrame {
    background: #ffffff21;
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
    color: #fff;
}

.startApplicationFrame h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 1.5rem 0;
}


.tablesection {
    /* border: 1px solid #ccc; */
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tablesection table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tablesection th {
    background: #EAF2FF;
    color: var(--ic-navy);
    font-weight: 800;
    padding: 10px;
    margin-bottom: 20px;
}

.tablesection td {
    font-size: 14px;
    padding: 10px;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

.asFeaturedIn_sec {
    padding: 80px 0px;
    background: #fff;
}

.asFeaturedIn_sec .item img {
    /* width: 300px; */
    aspect-ratio: 3 / 1;
    object-fit: contain;

}

.asFeaturedIn_sec h2 {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    justify-content: center;
    /* text-transform: uppercase; */
    gap: 0.5rem;
    /* margin-bottom: 80px; */
}
.asFeaturedIn_sec p { margin-bottom: 50px; text-align: center;}


.asFeaturedIn_sec h2::before {
    max-width: 100px;
}

.asFeaturedIn_sec h2::after {
    max-width: 100px;
}

.asFeaturedIn_sec h2::before,
.asFeaturedIn_sec h2::after {
    content: "";
    display: block;
    flex: 1;
    height: 2px;
    background: #000;
}


.cookiesFrame {
    background: #000000db;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1034;
}

.whiteBtn_clr {
    border: 1px solid #080B36;
    color: #080B36 !important;
    background: #fff;
}

.whiteBtn_clr:hover {
    color: #fff !important;
    background: #5B3DFD;
    border: 1px solid #5B3DFD;
}

.cookiepreferencesModal {
    z-index: 99999;
}

.blackClrText {
    color: #000;
    line-height: 1.5;
    margin: 0px;
}

.customPopup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Modal Box */
.customPopup-content {
    background: linear-gradient(135deg, #ffffff, #f0f8ff);
    border-radius: 20px;
    padding: 25px;
    width: 700px;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.4s ease;
}
@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Container for cookie items */
.cookie-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 12px;
}

/* Toggle switch wrapper */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

/* Hide default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider background */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

/* The circle inside */
.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

/* Checked state */
.disableButton .switch input:checked+.slider {
    background-color: #ccc;
    cursor: default;
}



.switch input:checked+.slider {
    background-color: #5B3DFD;
}

.switch input:checked+.slider:before {
    transform: translateX(21px);
}

/* Rcounded style */
.switch .slider.round {
    border-radius: 24px;
}

.slider-container input {
    padding: 4px;
}

@media only screen and (max-width: 479px) {
    .hero-inner{    padding-top: 70px;}

  .hero-inner h1{
    /* max-width: 190px; */

}
.hero-inner p.sub {
    
    /* max-width: 240px; */
}


}



@media (max-width: 767px),
(min-width: 577px) and (max-width: 768px) {
        .herobnr {
                height: auto;
            }
    .heading-2 {
        font-size: 24px;
    }
        .heading-5 {
            font-size: 18px;
        }

    .mb-20 {
        margin-bottom: 12px;
    }

    .footer {
        padding: 40px 0 40px;
    }

    img.footerlogo {
        width: 180px;
    }

    .tablesection {
        padding: 16px;
    }

    .broughtSection .container>div {
        display: block;

    }

    .glass-card {
        height: auto !important;
    }

    .mb-40 {
        margin-bottom: 2rem;
    }

    .de-padding {
        padding: 2rem 0;
    }

    .testimonial-section h2 {
        font-size: 24px;
    }

    .site-title h2 {
        font-size: 24px;
    }

    .glass-card {
        padding: 24px !important;
    }

    .glass-card h2 {
        font-size: 24px;
    }

    .why-opt-icon img {
        width: 44px !important;
        max-width: unset !important;
    }

    .pad h2 {
        font-size: 24px;
    }

    .hero-inner h1 {
        font-size: 30px;
    }

    .btn {
        font-size: 12px;
        padding: 10px 10px;
    }

    .why-opt-element {
        margin-bottom: 24px;
    }

    /* .why-intsight-arrow{
        display:none;
    } */
    .why-intsight {
      width: 100%;
    }

    .why-intsight-arrow {
        /* position: inherit !important; */
        display: none;
    }
.why-pics-2{
    text-align: center;
}
    .why-intsight-man {
        display: none;
        /* position: inherit !important; */
    }

    .leadership-section::before,
    .leadership-section::after {
        width: 40px;
        height: 40px;
    }


    .startApplicationFrame {
        margin: 20px 0px 0px;
    }

    .asFeaturedIn_sec .item img {
        /* width: 300px; */
        /* aspect-ratio: 4 / 1; */
        object-fit: contain;

    }

    .asFeaturedIn_sec h2 {
        margin-bottom: 40px;
        font-size: 24px;
    }
.asFeaturedIn_sec h2::before{
    max-width: 60px;
}
.asFeaturedIn_sec h2::after {
    max-width: 60px;
}
    .asFeaturedIn_sec {
        padding: 40px 0px;
        background: #fff;
    }

    .nav-inner {
        display: block;
    }

    .brand {
        margin-bottom: 24px;
    }

    .grid-2 {
        display: block;
    }

    .mobSpaceMb_24 {
        margin-bottom: 24px;
    }

    .mobSpaceMb_16 {
        margin-bottom: 16px;
    }

    .hero-card {
        max-width: 100%;
    }

    .hero-card input {
        width: 100%;
    }

    .brand img {
        width: 160px;
    }

    #for-borrowers {
        padding: 34px 0;
    }

    #faq {
        padding: 34px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {


    .glass-card {
        height: auto !important;
        margin-bottom: 24px;
    }
        .de-padding {
            padding: 4rem 0;
        }
                .asFeaturedIn_sec {
                    padding: 40px 0px;
                }
.why-opt-icon img{
width: 54px !important;
}
.hero-inner h1 {
    font-size: 44px;
    /* max-width: 450px; */

}
.hero-inner p.sub{
    max-width: 410px;
}
.mb-20 {
    margin-bottom: 1rem;
}
.grid-2 {
    grid-gap: 2rem;
}
.mb-40 {
    margin-bottom: 2rem;
}
    .herobnr {
        height: 450px;
    }

    .why-intsight-man {
        width: 50%;
        right: 0px;
    }

    .why-intsight-arrow {
        /* width: 64px;
        top: -90px;
        left: -50px;
        bottom: 0px; */
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .herobnr {
        height: 600px !important;
    }

    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-intsight-arrow {
        width: 8%;
        top: -90px;
        left: -40px;
        bottom: 0px;
    }

    .why-intsight-man {
        width: 44%;
        bottom: 0;
        right: 0px;
        top: 0px;
    }
}

/* Responsive */
@media (max-width: 1000px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }

    /* .herobnr::before {
        background-position: center top;
    }

    .herobnr {
        height: auto;
    } */
}

input::placeholder {
    color: #fff;
    opacity: 0.6;

}

.glass-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 32px;
    /* max-width: 800px; */
    width: 100%;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    height: 100%;
}

.whiteTxt {
    color: #fff;
}

.broughtSection {
    background: #000;
    color: #fff;
    padding: 12px 0px;
    font-size: 14px;

}

/* Form Validation Styles */
.input-error {
    border: 1px solid #dc3545 !important;
    background: rgba(220, 53, 69, 0.1) !important;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.form-message {
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.form-message.success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.form-message.error {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid #28a745;
    border-radius: 4px;
}

.form-loading {
    opacity: 0.6;
    pointer-events: none;
}

.btn-loading {
    position: relative;
    color: transparent !important;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

#submitBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}