﻿{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3.12px;
    color: #FFFFFF;
    font-size: 62px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1.08px;
    color: #0a2f66;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    font-weight: 800;
}

select, input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    background-color: white;
    box-sizing: border-box;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.mainImg p {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: -1.14px;
    color: #FFFFFF;
    font-size: 25px;
}

.text-center {
    text-align: center;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; /* center container */
    padding: 0 20px; /* optional side padding */
}

.page-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background-color: #fff;
    color: #333;
    position: relative;
    width: 100%;
}

    header .page-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
        position: relative;
    }

.logo img {
    width: 100px;
}

/* .logo img {
  height: 80px;
} */

/* Menu */
nav ul {
    display: flex;
    list-style: none;
    gap: 5px;
    margin-bottom: 0rem;
}

    nav ul li a {
        font-family: 'Poppins', sans-serif;
        color: #676767 !important;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 50px;
        transition: background 0.3s;
    }

        nav ul li a:hover {
            background-color: #fc2339;
            color: #fff !important;
            border-radius: 50px;
        }

/* Header button */
.header-btn {
    border: none;
    padding: 10px;
    border-radius: 4px;
    background: none;
    cursor: pointer;
}

    .header-btn img {
        height: 50px;
    }

/* Mobile burger */
.burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

    .burger span {
        width: 25px;
        height: 3px;
        background-color: #fff;
        display: block;
        border-radius: 2px;
    }
/* Main content */
main {
    flex: 1;
    background-color: #ffffff;
}

/* Footer */
footer .page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

footer .left,
footer .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer a {
    display: flex;
    align-items: center;
}

    footer a img {
        height: 35px;
    }

.footerRow2 {
    background-color: #252525;
    color: #fff;
    padding: 20px 0;
}

    .footerRow2 .left {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }

.footer-columns {
    background: #FFFFFF;
    padding: 2em 0em;
}

.footer-column {
    display: flex;
    align-items: center;
}

    .footer-column a {
        letter-spacing: -0.08px;
        color: #767676 !important;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        line-height: 25px;
        font-family: 'Montserrat', sans-serif;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column:first-child {
        width: 36%;
    }


/* Forms */
.form {
    background: #0a2f66;
    width: 70%;
    padding: 20px;
    margin: -15em auto 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    z-index: 4;
    text-align: center;
    position: relative;
}

input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

/* Main Image */
.mainImg {
    background-image: url('/img/SYDC_Header_Slider.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 620px;
}

.Thank {
    height: 400px;
}

.mainImg h1,
.mainImg p,
.mainImg .form {
    position: relative;
    z-index: 2;
}

.icon3 {
    position: absolute;
    right: -105px;
    top: -114px;
}

/* Section Background */
.itvideo-black {
    background-color: #EAF3FA;
    padding: 60px 0;
}

    .itvideo-black .page-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

/* Flex Layout */
.itvideo-content {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap; /* responsive wrap */
}

/* Columns */
.video-column,
.text-column {
    flex: 1 1 48%; /* two columns with space */
    position: relative;
}

    /* Text Column Styling */
    .text-column h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .text-column p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .text-column .btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #000; /* black button */
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        transition: background 0.3s;
    }

        .text-column .btn:hover {
            background-color: #333;
        }

.itvideo-content {
    display: flex;
    gap: 40px;
    align-items: center; /* vertically center */
    justify-content: space-between; /* optional, spreads columns */
    flex-wrap: wrap; /* responsive wrap */
}

.info-black {
    margin: 3EM 0EM;
}

    .info-black h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.08px;
        color: #0a2f66;
        font-family: 'Poppins', sans-serif;
        margin-right: 120px;
    }

    .info-black p, .info-black li {
        font-size: 18px;
        letter-spacing: -0.52px;
        color: #767676;
        font-family: 'Poppins', sans-serif;
    }

    .info-black .btn {
        width: 100%;
        height: 65px;
        background: #fc2339 0% 0% no-repeat padding-box;
        border-radius: 53px;
        font-family: 'Poppins', sans-serif;
        line-height: 41px;
        font-weight: bold;
        text-align: center;
        font-size: 25px;
    }

    .info-black .small-text {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        margin-right: 0px;
    }

.itvideo-black .small-text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.itvideo-black h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.08px;
    color: #0a2f66;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
}

.itvideo-black p {
    font-size: 18px;
    letter-spacing: -0.52px;
    color: #767676;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
}

.itvideo-black .btn {
    width: 100%;
    height: 65px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

/* Video/Image Column */
.video-column img,
.video-column video {
    width: 100%; /* fills the column */
    height: auto; /* keeps aspect ratio */
    display: block; /* removes extra space under image */
}

.flag {
    display: block; /* ensures margin works correctly */
    margin-left: auto; /* push it to the right */
    margin-right: 0; /* optional, keeps it flush */
    max-width: 100%; /* responsive */
    height: auto;
    margin-bottom: 10px;
    width: 100px;
}

.steps-con {
    padding: 60px 0;
    background: #f8f8f8;
    text-align: center;
}

    .steps-con h2 {
        margin-bottom: 40px;
        font-size: 40px;
    }

.steps-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.steps-con {
    background: #EAF3FA;
}

    .steps-con h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.08px;
        color: #0a2f66;
        font-family: 'Poppins', sans-serif;
    }

    .steps-con h3 {
        font-size: 30px;
        line-height: 22px;
        letter-spacing: -1.08px;
        color: #0a2f66;
        font-family: 'Poppins', sans-serif;
    }

    .steps-con p {
        font-size: 18px;
        letter-spacing: -0.52px;
        color: #767676;
        font-family: 'Poppins', sans-serif;
        margin-right: 20px;
    }

.step-col {
    padding: 25px;
    flex: 1 1 220px; /* flexible width, min 220px */
    max-width: 308px;
    border-radius: 12px;
    transition: transform 0.3s;
}

    .step-col:hover {
        transform: translateY(-5px);
    }

    .step-col img {
        width: 100%;
        margin-bottom: 15px;
    }

    .step-col h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .step-col p {
        font-size: 16px;
        color: #555;
    }

.sliderConditions {
    overflow: hidden;
    margin: 3EM 0EM;
}

    .sliderConditions h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.08px;
        color: #0a2f66;
        font-family: 'Poppins', sans-serif;
        margin-top: 1em;
    }

    .sliderConditions .page-container {
        text-align: center;
    }

    .sliderConditions .btn {
        width: 45%;
        height: 65px;
        background: #fc2339 0% 0% no-repeat padding-box;
        border-radius: 53px;
        font-family: 'Poppins', sans-serif;
        line-height: 53px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin: 0 auto;
        color: #fff;
        text-decoration: none;
        margin-top: 4em;
        font-size: 25px;
    }

    .sliderConditions .small-text {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        margin-right: 0px;
    }

.whySell {
    background-image: url('/img/bg.webp');
    background-size: cover; /* cover the whole section */
    background-position: center; /* center the image */
    background-repeat: no-repeat; /* don't repeat */
}

    .whySell img {
        margin-top: -134px;
    }

    .whySell h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.08px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        margin-top: 1em;
    }

    .whySell p {
        font-size: 18px;
        letter-spacing: -0.52px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        margin-right: 120px;
    }

    .whySell .small-text {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: -0.29px;
        color: #FFFFFF;
        opacity: 0.65;
        margin-right: 0px;
    }

    .whySell .btn {
        width: 100%;
        height: 65px;
        background: #fc2339 0% 0% no-repeat padding-box;
        border-radius: 53px;
        font-family: 'Poppins', sans-serif;
        line-height: 41px;
        font-weight: bold;
        text-align: center;
        margin-top: 1em;
        font-size: 25px;
    }

.sliderConditionsCustomers {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EAF3FA 100%) 0% 0% no-repeat padding-box;
}

.sliderConditionsCustomers {
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 11em;
}

.ThankChange {
    overflow: hidden;
    padding-top: 3em;
    padding-bottom: 11em;
}

.sliderConditionsCustomers h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.08px;
    color: #0a2f66;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1em;
}

.sliderConditionsCustomers .btn {
    width: 35%;
    height: 65px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 61px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    margin-top: 2em;
    font-size: 20px;
}

.sliderConditionsCustomers .three-cols {
    display: grid;
    grid-template-columns: 52% 24% 24%;
    align-items: center;
    gap: 20px;
    margin-bottom: 4em;
}

.sliderConditionsCustomers .col-text h2 {
    margin: 0;
}

.sliderConditionsCustomers .col-img {
    text-align: center;
}

    .sliderConditionsCustomers .col-img img {
        max-width: 100%;
        height: auto;
    }

.sliderConditionsCustomers p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.29px;
    color: #5C6064;
    font-size: 16px;
}

.sliderConditionsCustomers .stars {
    margin-top: 1em;
}

.class2, .class3 {
    list-style: none; /* remove default bullets */
    padding-left: 0; /* optional, remove default padding */
}

    .class2 li {
        position: relative;
        padding-left: 40px; /* more space for bigger dot */
        margin-bottom: 20px; /* extra spacing between items */
        font-family: 'Poppins', sans-serif;
        letter-spacing: -0.4px;
        color: #FFFFFF;
        opacity: 0.65;
        font-size: 18px;
    }

        .class2 li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 30px; /* bigger dot width */
            height: 30px; /* bigger dot height */
            background-image: url('/img/arrow-1.webp'); /* replace with your image URL */
            background-size: contain;
            background-repeat: no-repeat;
        }

    /* Make the <li> a relative container */
    .class3 li {
        position: relative;
        padding-left: 60px; /* space for the icon */
        margin-bottom: 20px;
    }

        /* Use ::before for the icon */
        .class3 li::before {
            content: "";
            position: absolute;
            left: 0; /* position icon inside padding */
            top: 50%;
            transform: translateY(-50%);
            width: 50px; /* icon width */
            height: 50px; /* icon height */
            background-image: url('/img/arrow2.webp');
            background-size: contain;
            background-repeat: no-repeat;
        }

/* Slide wrapper spacing */
.sliderConditions .slide-wrapper {
    padding: 80px 15px 10px 15px;
    box-sizing: border-box;
    position: relative; /* ensure z-index works */
}

/* Slide fills wrapper */
.sliderConditions .slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    border-radius: 15px;
    overflow: visible; /* IMPORTANT: allows icon to overflow */
    z-index: 1;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}

.sliderConditions .slide-title {
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.78px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    /* text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); */
    line-height: 26px;
    z-index: 2;
}

/* Icon on top, overlapping slide */
.sliderConditions .slide .carIcon {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 220px;
    height: auto;
    pointer-events: none;
}



.sliderConditions .slick-prev, .sliderConditions .slick-next {
    font-size: 63px;
    z-index: 999999999;
    width: 65px;
    height: 45px;
}

.sliderConditions .slick-next {
    right: 0;
    top: 50%;
}

.sliderConditions .slick-prev {
    left: 0;
}

    .sliderConditions .slick-prev:before, .sliderConditions .slick-next:before {
        font-size: 50px;
    }

/* Container for stars */
.custer-stars {
    display: inline-block;
    font-size: 0; /* remove extra space */
    position: relative;
    width: 125px; /* 5 stars x 25px each */
    height: 25px;
    background: url('/img/star.webp') repeat-x;
    background-size: 25px 25px;
}

    /* Filled portion based on rating */
    .custer-stars::after {
        content: '';
        display: block;
        height: 100%;
        background: url('/img/star.webp') repeat-x;
        background-size: 25px 25px;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.customer {
    transform: scale(0.93);
    transition: transform 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
}

.hm-reviews .customer {
    transform: scale(0.93);
    transition: transform 0.3s ease;
    border: none;
    border-radius: inherit;
    overflow: hidden;
    padding: 10px !important;
}

.sliderConditionsCustomers .slick-center {
    transform: scale(1);
}

.customer h5 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.08px;
    color: #0a2f66;
    font-family: 'Poppins', sans-serif;
}

.custHeading {
    background: #EFF3F7;
    border-top-left-radius: 15px; /* adjust value as needed */
    border-top-right-radius: 15px;
    padding: 1em;
}

    .custHeading .tag {
        background: #fc2339;
        color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

.custCont {
    background: #fff;
    padding: 2em 2em 0em 2em;
    border-bottom-left-radius: 15px; /* adjust value as needed */
    border-bottom-right-radius: 15px;
    letter-spacing: 0px;
    color: #717171;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.custfooter {
    background: #fff;
    padding: 0em 2em;
    border-bottom-left-radius: 15px; /* adjust value as needed */
    border-bottom-right-radius: 15px;
    height: 101px;
    display: flex;
    justify-content: center;
    color: #AAAAAA;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
}

    .custfooter b {
        color: #000;
    }

.custImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: -60px;
}


.sliderConditionsCustomers .customer {
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    position: relative; /* ensure z-index works */
}

/* Step progress bar */
.step-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

    .step-progress::before {
        content: '';
        position: absolute;
        top: 35%;
        left: 20%;
        right: 20%;
        height: 1px;
        background-color: #fff;
        z-index: 0;
        transform: translateY(-50%);
    }

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    width: 33%;
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0a2f66;
    border: 2px solid #00C5FF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.step.active .step-number {
    background-color: #00C5FF;
}

.step-title {
    font-size: 14px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #00C5FF;
    font-weight: 600;
}

/* Form styles */
.form-step {
    display: none;
    margin-bottom: 20px;
}

    .form-step.active {
        display: block;
    }

.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .form-row select {
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }

.formcontent button {
    width: 45%;
    height: 65px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    color: #fff;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
}

    .formcontent button:hover {
        background-color: #333;
    }

.formcontent h4 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    font-size: 20px;
}

.formcontent {
    padding: 2em 6em;
}

    .formcontent .small-text {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: -0.25px;
        color: #FFFFFF;
        font-weight: normal;
    }

    .formcontent select {
        color: #767676;
        height: 50px;
        padding: 0 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .formcontent input[type="text"],
    .formcontent input[type="email"],
    .formcontent input[type="tel"],
    .formcontent input[type="number"],
    .formcontent input[type="file"],
    .formcontent input[type="radio"],
    .formcontent input[type="checkbox"],
    .formcontent select,
    .formcontent textarea,
    .formcontent option,
    .option-item,
    label {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }

        /* Placeholder text */
        .formcontent input::placeholder,
        .formcontent textarea::placeholder {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

.accordion-item {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    border-radius: 4px;
}

.accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 16px;
    transition: background 0.3s;
}

    .accordion-header.active {
        /* background-color: #007BFF;
   color: #fff; */
    }

    .accordion-header .step-number {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ccc;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        margin-right: 12px;
    }

    .accordion-header.active .step-number {
        background-color: #00C5FF;
        color: #fff;
    }

.accordion-content {
    padding: 16px;
    display: none;
}

.footerImg1 {
    box-shadow: none;
    border-radius: 15px;
    margin-right: 15px;
    width: 106px;
}

.steps-con .btn {
    width: 35%;
    height: 65px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
    font-size: 25px;
}

.steps-con .small-text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    margin-right: 0px;
}


.form-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}


    .form-container .column {
        flex: 1;
        min-width: 300px;
    }

/* Group Styling */
.input-group {
    margin-bottom: 25px;
}

label.main-label {
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: left;
}

/* Radio & Checkbox Styling */
.options-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.option-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

input[type="radio"], input[type="checkbox"] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    display: grid;
    place-content: center;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="checkbox"] {
    border-radius: 3px;
}

input[type="radio"]:checked {
    border-color: #fff;
}

  

input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
}

    input[type="checkbox"]:checked::before {
        content: "✔";
        color: black;
        font-size: 12px;
    }

/* Dropdowns and Text Inputs */
select, input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    background-color: white;
    box-sizing: border-box;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

/* Damage Picklist Box */
.damage-box {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 15px;
}

.damage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}


.price-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.currency-symbol {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #333;
    pointer-events: none; /* ensures you can still type in input */
}

.price-wrapper input {
    padding-left: 25px; /* space for the currency symbol */
    width: 100%;
    box-sizing: border-box;
}

.input-group p {
    letter-spacing: 0px;
}

.bg-lightblue {
    background: #EAF3FA;
}

.bg-light-red {
    background: #FCF0F1;
}

.bg-light-blue {
    background: #EBF3FA;
}

.bg-white {
    background: #ffffff;
}

.w-40 {
    width: 40%;
}

.w-70 {
    width: 70%;
}

p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #717171;
}

.text-red {
    color: #fc2339;
}

.text-black {
    color: #4A4A4A;
}

.overflow-con {
    margin-top: -300px;
}

.mb-300 {
    margin-bottom: 300px;
}

h5 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1.08px;
    color: #0a2f66;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    font-weight: 800;
}

h6 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1.08px;
    color: #0a2f66 !important;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    font-weight: 800;
}

.pr-100 {
    padding-right: 100px !important;
}

a.btn.btn-primary {
    background: #ffffff;
    border-radius: 50px;
    border: solid 1px #707070;
    color: #252525 !important;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 30px;
}

    a.btn.btn-primary:focus, a.btn.btn-primary:active {
        background: #0a2f66;
        color: #ffffff !important;
    }

.card-body {
    padding: 30px;
}

.form-control {
    border: solid 1px #cecece !important;
    padding: 15px 20px !important;
    height: auto !important;
    margin-top: 10px;
}

button.btn.btn-submit {
    width: 45%;
    height: auto;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-color: #fc2339;
    font-size: 18px;
    margin: 40px auto 0 auto;
    display: block;
}

.blog-heading h1 {
    margin-top: 45px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1.08px;
    color: #0a2f66 !important;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px;
    font-weight: 800;
}

.blog-date {
    font-size: 12px;
    margin-top: 5px;
}

ul.latest-news {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

    ul.latest-news li {
        margin-bottom: 26px;
        border-left: solid 2px #0a2f66;
        padding-left: 30px;
    }

    ul.latest-news h6 {
        font-size: 15px;
    }

    ul.latest-news p {
        font-size: 12px;
    }

.searchfield {
    background-image: url('../img/magnifying-glass-solid.webp');
    background-position: 95% center;
    background-size: 7%;
    background-repeat: no-repeat;
}

.termslist {
    color: #717171;
    padding-left: 30px;
}

.noformat {
    text-decoration: none;
    color: #717171;
}

/** ############# There might be some inconsistencies as there were two developets on this ############### **/
/** Sub Pages - Edit: Lou **/
.header-banner {
    background-image: url(../img/Header-Banner.webp);
    background-size: cover;
    background-position: bottom;
    background-color: #2768c1;
    padding: 130px 0 130px 0;
}

    .header-banner h1 {
        font-size: 40px;
        font-weight: 600;
    }

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}

.accordion-button:focus {
    box-shadow: none !important
}

.accordion-button {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #4A4A4A;
}

.accordion-body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #717171;
    padding: 20px 30px 30px 30px;
}

/** ###################################################################################################### **/
@media (min-width: 769px) and (max-width: 1200px) {
    nav ul {
        flex-direction: column;
        display: none;
        width: 100%;
        gap: 0;
    }

        nav ul li {
            width: 100%;
        }

            nav ul li a {
                display: block;
                padding: 12px 0;
                border-bottom: 1px solid #ccc;
            }

    header .page-container {
        display: block;
        position: relative;
        padding: 0px;
    }

    .burger {
        display: flex;
        order: 2;
        margin-left: auto;
        position: absolute;
        right: 19px;
        top: 31px;
    }

    #nav-menu {
        padding: 20px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 3px 25px #026BD639;
    }



    /* Remove header button */
    .header-btn {
        display: none;
    }

    .burger span {
        background-color: #ffffff;
    }

    nav ul li a {
        border-radius: 0;
        padding: 12px 5px;
    }

        nav ul li a:hover {
            border-radius: 0;
        }
}

/* Responsive */
@media (max-width: 1262px) {
    .itvideo-content {
        flex-direction: column;
        gap: 25px;
    }

    .video-column,
    .text-column {
        flex: 1 1 100%;
    }


    .sliderConditionsCustomers .three-cols {
        grid-template-columns: 1fr;
        text-align: center;
    }

    nav ul {
        flex-direction: column;
        display: none;
        width: 100%;
        gap: 0;
    }

        nav ul li {
            width: 100%;
        }

            nav ul li a {
                display: block;
                padding: 12px 0;
                border-bottom: 1px solid #ccc;
            }

    header .page-container {
        display: block;
        position: relative;
        padding: 10px;
    }
    input[type="radio"]:checked::before {
        background: #0a2f66;
    }

    .burger {
        display: flex;
        order: 2;
        margin-left: auto;
        position: absolute;
        right: 19px;
        top: 23px;
    }

    #nav-menu {
        padding: 20px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 3px 25px #026BD639;
    }

    header {
        background: transparent;
        position: absolute;
        top: 0;
        z-index: 9;
    }



    /* Remove header button */
    .header-btn {
        display: none;
    }

    .steps-row {
        flex-direction: column;
        align-items: center;
    }


    .mainImg {
        background-color: #0a2f66; /* fallback & repeated color */
        background-image: url('/img/mobilebg.webp');
        background-size: contain; /* keeps image fully visible */
        background-position: top center; /* image at the top */
        background-repeat: no-repeat; /* image does not repeat */
        padding: 120px 20px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .formcontent button {
        width: 90%;
        font-size: 16px;
    }


    /* First footer column */
    .footer-column:first-child {
        width: 100%;
    }

    /* Second footer column */
    .footer-column:nth-child(2) {
        width: 50%;
        padding-top: 20px;
    }

    /* Third footer column */
    .footer-column:nth-child(3) {
        width: 46%;
        padding-top: 20px;
    }

    /* Last footer column */
    .footer-column:last-child {
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-columns, .footerRow2 {
        padding: 1em;
    }

    footer .left,
    footer .right {
        width: 100%;
        justify-content: center; /* centers the flex items horizontally */
        text-align: center;
        flex-wrap: wrap; /* optional, wraps items if too wide */
    }

    .footerRow2 .left {
        font-size: 12px;
    }




    footer .page-container .right {
        order: 1; /* show first */
    }

    footer .page-container .left {
        order: 2; /* show second */
    }


    .info-black .itvideo-content .text-column {
        order: 2; /* show second */
    }

    .info-black .itvideo-content .video-column {
        order: 1; /* show first */
    }

    .whySell .itvideo-content .video-column {
        order: 2; /* show second */
    }

    .whySell .itvideo-content .text-column {
        order: 1; /* show first */
    }

    .whySell h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .class2 li {
        font-size: 17px;
    }

    .footer-column a {
        font-size: 13px;
        line-height: 21px;
    }

    .footerImg1 {
        width: 80px;
        margin-right: 55px;
        margin-left: 20px;
    }

    .footerImg2 {
        width: 120px;
    }

    .itvideo-black {
        padding: 1em 0em;
    }

        .itvideo-black h2 {
            font-size: 26px;
            line-height: 36px;
            text-align: center;
            margin-right: 0;
            margin-top: 1em;
        }

        .itvideo-black p {
            font-size: 15px;
            margin-right: 0;
            text-align: center;
        }

    .flag {
        position: absolute;
        top: -70px;
        left: 50%;
        width: 86px;
        transform: translateX(-50%);
    }

    .info-black h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-right: 0;
    }

    .text-column p {
        font-size: 15px !important;
        text-align: center;
    }

    .info-black li {
        font-size: 15px !important;
    }

    .steps-con h2 {
        font-size: 26px;
        text-align: center;
    }

    .steps-con {
        padding: 20px 0;
    }

    .sliderConditions h2 {
        font-size: 26px;
    }

    .sliderConditions .slide {
        height: 250px;
    }

        .sliderConditions .slide .carIcon {
            top: -46px;
            width: 100px;
        }

    .sliderConditions .slide-title {
        font-size: 17px;
        line-height: 19px;
    }

    .sliderConditions .slide-wrapper {
        padding: 38px 10px 10px 10px;
    }

    .whySell img {
        margin-top: 0;
    }

    .sliderConditionsCustomers .customer {
        padding: 10px 10px 10px 10px;
    }



    .sliderConditionsCustomers .btn {
        width: 90%;
    }

    .sliderConditionsCustomers {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .custHeading .tag {
        font-size: 11px;
    }

    .custImg {
        width: 80px;
        height: 80px;
    }

    .custCont {
        font-size: 15px;
    }

    .sliderConditionsCustomers h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .sliderConditionsCustomers .three-cols {
        margin-bottom: 2em;
    }



    .icon3 {
        display: none;
    }

    .mainImg {
        height: auto;
        padding: 35px 20px;
        padding-top: 8em;
        background-size: cover;
    }

    .Thank {
        background-size: cover;
    }

    .form {
        width: 100%;
        margin: 0em auto 0 auto;
        padding: 20px;
        background: #fff;
    }

    .formcontent {
        padding: 0em;
    }

    nav ul li a {
        border-radius: 0;
        padding: 12px 5px;
    }

        nav ul li a:hover {
            border-radius: 0;
        }

    .formcontent h4 {
        color: #0a2f66;
        font-size: 15px;
    }

    .step-progress::before {
        background-color: #BCBCBC;
    }

    .sliderConditions .btn, .steps-con .btn {
        width: 100%;
    }

    .formcontent input[type="text"],
    .formcontent input[type="email"],
    .formcontent input[type="tel"],
    .formcontent input[type="number"],
    .formcontent input[type="file"],
    .formcontent input[type="radio"],
    .formcontent input[type="checkbox"],
    .formcontent select,
    .formcontent textarea,
    .formcontent option,
    .option-item,
    label {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }

        /* Placeholder text */
        .formcontent input::placeholder,
        .formcontent textarea::placeholder {
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
        }

    input[type="radio"], input[type="checkbox"] {
        border: 2px solid #ccc;
    }

    label, .option-item {
        color: #767676;
    }

    select, input[type="text"] {
        border: 1px solid #ccc;
    }

    select, input[type="number"] {
        border: 1px solid #ccc;
    }
    input[type="checkbox"]:checked {
        background-color: #fff;
        border-color: #0a2f66;
    }

    input[type="radio"]:checked {
        border-color: #0a2f66;
    }

    .step-title {
        font-size: 9px;
    }

    .options-row {
        gap: 5px;
    }

    .logo img {
        box-shadow: 0px 3px 25px #026BD639;
        background: #fff;
        padding: 7px;
        border-radius: 8px;
        width: 92px;
    }

    .page-container.three-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

        .page-container.three-cols .col-text {
            grid-column: 1 / -1; /* full width on top */
            text-align: center;
        }

    .sliderConditionsCustomers p {
        font-size: 12px;
    }

    .steps-con h2 {
        margin-bottom: 0;
    }
}

@media(max-width: 577px) {

    .sliderConditionsCustomers .btn {
        font-size: 18px;
        margin-top: 70px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .py-sm-0 {
        padding-top: 0 !important;
    }

    .py-sm-1 {
        padding-top: 10px !important;
    }

    .py-sm-2 {
        padding-top: 20px !important;
    }

    .justify-content-sl-start {
        justify-content: flex-start !important;
    }

    .text-sl-center {
        text-align: center !important;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 25%;
    }

    .col-sm-8 {
        width: 75%;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .px-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    input[type="radio"]:checked::before {
        background: #0a2f66;
    }

    .items-align-sm-center {
        justify-content: center !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .fw-medium {
        font-weight: 500 !important;
        font-size: 16px;
    }

    .mb-300 {
        margin-bottom: 200px;
    }

    .pr-100 {
        padding-right: 0 !important;
    }


    .hd-mobile {
        display: none !important;
    }

    .custImg.rating-mb {
        margin-bottom: 0;
    }

    section.bg-white {
        padding: 0 20px;
    }

    .form-row {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .formcontent select {
        color: #767676;
        height: 50px;
        padding: 10px 12px;
    }

    .sliderConditionsCustomers .btn {
        font-size: 18px;
        margin-top: 70px;
    }

    .whySell .btn, .sliderConditions .btn, .steps-con .btn, .info-black .btn, .itvideo-black .btn {
        font-size: 22px;
    }

    section.p-5 {
        padding: 20px 10px !important;
    }

    button.accordion-button {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: normal;
        padding: 1px;
    }

    .header-banner h1 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: normal;
    }

    section.text-center.blog-heading {
        margin-top: 100px;
        padding: 0 10px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -1.08px;
        color: #0a2f66;
        font-family: 'Poppins', sans-serif;
        margin-right: 20px;
        font-weight: 800;
    }
    button.btn.btn-submit {
        width: 100%;
    }

    img.w-40.h-auto.mb-5 {
        margin-top: 35px;
        width: 65%;
    }

    .video-sm-con {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 45px;
    }

        .video-sm-con .m-auto {
            width: 100%;
        }
}

.btn:hover {
    background-color: #333;
}

/* blueforce code text */
.preview-area {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.preview-card img {
    width: 141px;
    height: auto;
    max-height: 120px;
    object-fit: cover;
}

.preview-card {
    width: 110px;
    position: relative;
    font-family: Arial, sans-serif;
}

    .preview-card img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #e2e8f0;
    }
.removeimage button {
    width: 25%;
    height: 28px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-color: #fc2339;
    font-size: 20px;
    right: -10px;
    top: -13px;
}
.preview-remove {
    position: absolute;
    top: -14px;
    right: 0px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    border: none;
    background: #dc3545 !important;
    color: white !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0;
}

.preview-name {
    font-size: 11px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-item.disabled {
    color: lightgray;
}
label.main-label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
}

select, input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    background-color: white;
    box-sizing: border-box;
}
select, input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    background-color: white;
    box-sizing: border-box;
}
.sliderConditionsCustomers .btn {
    width: 35%;
    height: 65px;
    background: #fc2339 0% 0% no-repeat padding-box;
    border-radius: 53px;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    margin-top: 2em;
    font-size: 20px;
}
#location-picker {
    width: 100%;
    position: relative;
}
#location-picker {
    width: 100%;
    position: relative;
}
/* ===== FINAL OVERRIDE: make the X show inside properly ===== */
.mapboxgl-ctrl-geocoder--icon-search {
    display: none;
}

.mapboxgl-ctrl-geocoder {
    display: flex !important;
    align-items: center !important;
    padding: 0;
    border: 1px solid #dcdcdc !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    background: #fff !important;
    min-height: 48px !important;
    position: relative !important;
    width: 100%;
    max-width: none;
}

    .mapboxgl-ctrl-geocoder input {
        flex: 1 1 auto !important;
        width: 100% !important;
        height: 48px !important;
        border: none !important;
        outline: none !important;
        background: transparent !important;
        padding: 0 10px 0 14px !important; /* left padding + space */
        border-radius: 5px !important;
    }

/* Keep right-side area inside the control (DON'T absolute it) */
.mapboxgl-ctrl-geocoder--pin-right {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 8px !important;
}

/* Make sure the X button is visible */
.mapboxgl-ctrl-geocoder--button {
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #f3f3f3 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

    .mapboxgl-ctrl-geocoder--button:hover {
        background: #e0e0e0 !important;
    }

    .mapboxgl-ctrl-geocoder--button svg {
        width: 14px !important;
        height: 14px !important;
        fill: #555 !important;
    }

/* Optional: remove "powered by" footer */
.mapboxgl-ctrl-geocoder--footer {
    display: none !important;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
    z-index: 2;
    position: absolute;
    right: 8px;
    top: 11px;
    display: none;
    margin: 0;
    line-height: 0;
}
@media (max-width: 818px) {

    .options-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

    @media (max-width: 768px) {

        select, input[type="tel"] {
            border: 1px solid #ccc;
        }

        .mainImg h1 {
            font-size: 24px;
            margin-bottom: 10px;
            line-height: normal;
            letter-spacing: normal;
        }

        .sliderConditionsCustomers h2 {
            font-size: 21px;
            line-height: 36px;
            text-align: center;
        }

        .mainImg p {
            font-size: 17px;
            line-height: 21px;
            letter-spacing: normal;
        }

        .damage-box {
            padding: 0px;
        }

        select, input[type="email"] {
            border: 1px solid #ccc;
        }

        .sliderConditionsCustomers .btn {
            width: 90%;
            font-size: 1rem;
            margin-top: 70px;
        }

        input[type="radio"]:checked::before {
            background: #0a2f66;
        }

        .options-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .option-item-custom {
            flex: 1 1 calc(50% - 10px); /* 2 per row on mobile */
        }

        .option-item input {
            margin-right: 6px;
        }
    }

    .custAvatar {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        position: relative;
        font-size: 32px;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        bottom: -38px;
    }

