/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 730px;
    background: white;
    overflow: hidden;
}

.hero-container {
    position: relative;
    width: 1440px;
    height: 680px;
    max-width: 100%;
    margin: 0 auto;
}

/* Background Circles */
.hero-circle {
    position: absolute;
}

.hero-circle-1 {
    width: 414px;
    height: 414px;
    left: 1026px;
    top: 266px;
    border-radius: 490px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
    transform: rotate(180deg) scaleY(-1);
}

.hero-circle-2 {
    width: 414px;
    height: 414px;
    left: -22px;
    top: 311.96px;
    border-radius: 304.116px;
    border: 0.884px solid rgba(68, 68, 68, 0.25);
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
    position: relative;
}

/* Ellipses */
.hero-ellipse {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-ellipse-1 { width: 162px; height: 162px; }
.hero-ellipse-2 { width: 265px; height: 265px; }
.hero-ellipse-3 { width: 344px; height: 344px; }

.hero-circle-3 {
    width: 490px;
    height: 490px;
    left: -201px;
    top: 14px;
    border-radius: 490px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(240, 93, 73, 0.16) 0%, rgba(240, 93, 73, 0.00) 100%);
}

/* Dots */
.hero-dot {
    position: absolute;
    border-radius: 50%;
    background: #F05D49;
}

.hero-dot-1 {
    width: 22px;
    height: 22px;
    left: 52px;
    top: 386px;
    opacity: 0.6;
}

.hero-dot-2 {
    width: 42.84px;
    height: 42.84px;
    left: 248.57px;
    top: 623.05px;
    background: #A3A3A3;
}

/* Heading */
.hero-heading {
    position: absolute;
    left: 150px;
    top: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 491px;
}

.text-gradient {
    background: linear-gradient(191.06deg, #F05D49 0%, #501F18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Doctors Image */
.doctors-image-wrapper {
    position: absolute;
    left: 196px;
    top: 209px;
    width: 619px;
    height: 413px;
}

.doctors-circle-outer {
    position: absolute;
    width: 392px;
    height: 392px;
    left: -25px;
    top: 18px;
    border: 0.608px solid rgba(240, 93, 73, 0.3);
    border-radius: 50%;
}

.doctors-circle-inner {
    position: absolute;
    width: 392px;
    height: 392px;
    left: 3px;
    top: 21px;
    border-radius: 50%;
    overflow: hidden;
    background: #FDEAE7;
    border: 0.608px solid #F05D49;
}

.doctors-image {
    width: 419px;
    height: 360px;
    position: absolute;
    left: 11px;
    clip-path: circle(306px at 290.5px 218.5px);
    top: 30px;
}

/* Stat Cards */
.stat-card {
    position: absolute;
    background: #F5F5F4;
    border: 0.765px solid #F05D49;
    border-radius: 16px;
    box-shadow: 0px 18.36px 38.25px rgba(0, 0, 0, 0.15);
    padding: 18.36px;
    z-index: 3;
}

.stat-card-1 {
    left: 530px;
    top: 179px;
    width: 198.72px;
    height: 164px;
    text-align: center;
}

.stat-card-2 {

    left: 71px;
    top: 475px;
    width: 264px;
    height: 75px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 16px;
}

.stat-card-2 .stat-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stat-card-3 {
    left: 501px;
    top: 507px;
    width: 188px;
    height: 83px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 12px;
}

.stat-card-3 .stat-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stat-icon-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 12.24px;
}

.stat-icon-bg {
    position: absolute;
    width: 64px;
    height: 62px;
    background: #F05D49;
    border-radius: 6px;
    box-shadow: 0px 8px 40px rgba(66, 61, 207, 0.16);
}

.stat-icon-white {
        position: absolute;
    width: 42.2px;
    height: 42.6px;
    left: 11.19px;
    top: 9.19px;
    background: white;
    border-radius: 6px;
}

.stat-icon-img {
    position: absolute;
    width: 32px;
    height: 35px;
    left: 17.14px;
    top: 13.64px;
    z-index: 1;
    }

.stat-icon-wrapper-small {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.stat-icon-bg-small {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #F05D49;
    border-radius: 12.24px;
}

.stat-icon-img-small {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 10px;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #171717;
    margin: 0;
}

.stat-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
}

.stat-label-small {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
}

.stat-label-small-top {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 7px;
    color: #171717;
    opacity: 0.5;
    margin: 0;
    margin-bottom: 4px;
}

.stat-card-2 .stat-number,
.stat-card-3 .stat-number {
    margin: 0;
}

.stat-card-2 .stat-content,
.stat-card-3 .stat-content {
    display: flex;
    flex-direction: column;
}
/* ===== Quote / Motor Form Card ===== */
.quote-form-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    border-bottom: 4px solid #F05D49;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.quote-form-content {
    padding: 28px 26px;
}

.quote-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 8px;
}

.quote-description {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 20px;
}

/* ===== Form Fields ===== */
.quote-form {
    display: flex;
    flex-direction: column;
}

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

.form-field {
    position: relative;
    height: 48px;
    border: 1px solid #757575;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #fff;
}

.field-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.form-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #111;
    background: transparent;
}

.form-input::placeholder {
    color: #757575;
}

/* ===== Button ===== */
.btn-view-quote {
    height: 48px;
    width: 100%;
    border-radius: 12px;
    background: #F05D49;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin-top: 6px;
}

.btn-view-quote:hover {
    background: #E04A39;
}

/* ===== Certified RM Box ===== */
.certified-rm {
    margin: 14px auto 10px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #ffffff, #FDEEEC);
    border-radius: 8px;
    width: fit-content;
}

.cert-small-icon {
    width: 22px;
    height: 22px;
}

.certified-rm span {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #000;
}

/* ===== Disclaimer ===== */
.quote-disclaimer-wrapper {
    margin-top: -5px;
}

.quote-disclaimer {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #000;
}

.link-blue {
    color: blue;
    text-decoration: none;
}

.link-blue:hover {
    text-decoration: underline;
}
.quote-form-card {
    width: 466px;
    height: 402px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border-bottom: 4px solid #F05D49;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}


/* Gradient */
.quote-form-gradient {
    position: absolute;
    top: -40px;
    right: -20px;
    width: 200px;
    height: 180px;
    z-index: 0;
}

.quote-form-gradient img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Content above gradient */
.quote-form-content {
    height: 100%;
    box-sizing: border-box;
}



@media (max-width: 575px) {
    .quote-form-card {
        width: 100%;
        height: auto;
    }
}
.quote-form-card {
    position: relative;
}


.quote-form-gradient {
    position: absolute;
    top: 0;
    left: 292px;
    z-index: 1;
}


.quote-form-content {
    position: relative;
    z-index: 2;
}


.quote-title {
    position: relative;
    z-index: 3;
    margin-top: 0;
}
.hero-with-form {
    padding: 80px 0;
}

.quote-form-card {
    margin-left: auto;
    margin-top: -246px;
    margin-right: 65px;
    height: 381px;
}
.form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    display: block;
}
/* ===============================
   TABLET (<=1024px)

=================================*/
@media (max-width: 1024px) {

    .hero-container {
        display: flex;
        flex-direction: column;
    }

    .quote-form-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: 40px;
    }


    .stat-card {
        position: relative !important;
    }
}


/* ===============================
   MOBILE (<=767px)

=================================*/
@media (max-width: 767px) {


    .hero-heading,
    .hero-visual,
    .hero-circle,
    .hero-dot {
        display: none !important;
    }

    .hero-container {
        display: block;
    }

    .quote-form-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: 20px;
    }
}

.stat-icon-img {
    filter: invert(43%) sepia(82%) saturate(1326%) hue-rotate(330deg) brightness(95%) contrast(95%);
}
