﻿@import url('bootstrap.css');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Date picker Style*/
/* Base styles (for desktop/web) */
.datepicker-days {
    border: none !important;
    border-radius: 16px;
    padding: 32px 32px 24px;
}

.datepicker .datepicker-switch,
.datepicker tfoot tr th {
    cursor: pointer;
    border: 1px solid rgba(82, 108, 130, .2);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    padding: 8px 16px;
    transition: .2s;
    width: auto;
}

.datepicker-dropdown.dropdown-menu {
    box-shadow: rgba(33, 14, 86, 0.07) 0px 7px 40px !important;
    border: none !important;
}

.dropdown-menu {
    padding: 0px;
    overflow: hidden;
    box-shadow: rgba(33, 14, 86, 0.07) 0px 7px 40px;
    border: none !important;
}

.datepicker td,
.datepicker th {
    font-size: 12px;
    padding: 6px;
    align-items: center;
    border-radius: 12px;
    height: 38px;
    justify-content: center;
    text-align: center;
    width: 48px;
    border: none !important;
}

.datepicker table tr td.active,
.datepicker table tr td span.active {
    background-image: linear-gradient(to bottom, #912427, #590b25) !important;
}

.datepicker table tr td span:hover,
.datepicker table td:hover,
.datepicker table th:hover {
    background: #fff !important;
    color: #590b25 !important;
    box-shadow: 0 0 0 3px rgba(89, 11, 37, 0.15) !important;
}

.datepicker .datepicker-switch {
    width: 145px;
}
@media (max-width: 576px) {
    .datepicker-days {
        padding: 16px 16px 12px !important;
        border-radius: 12px;
    }

    .datepicker .datepicker-switch,
    .datepicker tfoot tr th {
        font-size: 14px !important;
        height: 32px !important;
        line-height: 20px !important;
        padding: 6px 12px !important;
        border-radius: 8px !important;
    }

    .datepicker td,
    .datepicker th {
        font-size: 11px !important;
        height: 32px !important;
        width: 36px !important;
        padding: 4px !important;
        border-radius: 8px !important;
    }

    .datepicker .datepicker-switch {
        width: 110px !important;
    }
}




.info-icon {
    position: absolute;
    font-size: 20px;
    color: #590b25;
    cursor: pointer;
    top: 30%;
    right: 2% !important;
}

    .info-icon:hover {
        color: #000; /* Change color when hovered */
    }
:root {
    --primary-color: #590b25;
    --secondary-color: #680731;
    --light-color: #B76D5B;
    --text-color: #fff;
    --dark-color: #000;
    --bs-accordion-active-bg: #9c9c9c;
}
.vehicle_step_section {
    margin-bottom: 6%;
}
.accordion {
    width: 100%;
}

.summary_table {
    width: 100%;
}
.mt-80 {
    margin-top: 80px;
}

.mt--40 {
    margin-top: -40px;
}

.fw-600 {
    font-weight: 600;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

/* header start */
.top-header {
    display: flex;
}

.logo-img {
    max-width: 185px;
    margin-left: -35px;
}

.button {
    margin: 20px 10px;
    border-radius: 25px;
    background-color: var(--light-color);
    color: #fff;
}


.button1 {
    margin: 20px 10px;
    border-radius: 10px;
    background-color: var(--light-color);
    color: var(--text-color);
}

    .button:hover,
    .button1:hover {
        background-color: var(--secondary-color);
        color: #fff;
    }


.container-header {
    padding: 0px 110px;
    background-color: var(--secondary-color);
}

.icon {
    color: var(--text-color);
    padding-top: 10px;
}

/* header end */
/* page 1 - index html */
.vehicle_step_section_box_second_otp {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 0;
}

    .vehicle_step_section_box_second_otp input {
        width: 100%;
        display: inline-block;
        height: 80px;
        border-radius: 20px !important;
        text-align: center;
        background-color: #fff;
        border: 0 !important;
        outline: none;
    }
.vehicle_step_section_box_second_btn {   
    text-align: center;
    background-color: #680731;
    text-decoration: none;
    padding: 12px;
    background: var(--primary-color);
    border: none;
    outline: none;
    border-radius: 20px;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    transition: .5s;
}
.vehicle_step_section_box_second_btn:hover {
    background-color: #b76d5b;
    color: #fff;
}

.brand-logo {
    width: 140px;
    height: auto;
}

.home-banner {
    background: radial-gradient(69.53% 124.74% at 39.15% 12.49%, rgba(104, 7, 49, 0.17) 5%, rgba(126, 19, 22, 0.35) 100%), radial-gradient(131.4% 446.84% at 19.58% 139.37%, rgba(208, 167, 51, 0) 0%, rgba(208, 167, 51, 0.32) 100%);
   /* position: relative;*/
}

    .home-banner::before {
        content: "";
        background-image: url('/assets/images/bg-shape.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 15px;
        left: 0;
        width: 91%;
        height: 70%;
        z-index: -1;
    }

.content-wrapper img {
    height: 400px;
    width: 450px;
    margin-bottom: -8px;
    margin-top: 56px;
}

.home-banner-title {
    font-weight: 600;
}

.second-section {
    background-color: #ffffffb5;
    height: 130px;
    position: relative;
    font-size: 20px;
    line-height: normal;
}

    .second-section::before {
        content: '';
        position: absolute;
        background-image: url('/assets/images/background-akti.png');
        top: -40px;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-size: 12%;
        z-index: -1;
    }


    .second-section .input-group {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        .second-section .input-group .field-name {
            margin-right: 10px;
        }

        .second-section .input-group span {
            padding: 0 8px;
            background-color: transparent;
        }

        .second-section .input-group input {
            border: none;
            outline: none;
            display: inline;
            padding-left: 10px;
            padding-right: 10px;
            width: 150px;
        }

            .second-section .input-group input:focus {
                box-shadow: none;
            }

    .second-section button span {
        line-height: normal;
    }

    .second-section form {
        margin-top: -90px;
    }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.submit-claim {
    position: relative;
}

    .submit-claim img {
        height: 450px;
        width: 100%;
        object-fit: cover;
    }

    .submit-claim .right-side-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 70%;
        /* width: 400px; */
    }

        .submit-claim .right-side-content .btn {
            padding: 10px 20px;
        }

.faqs-section .faq-accordian {
    max-width: 800px !important;
}

/* @media screen and (max-width:1200px) {
    .home-banner {
        width: 78rem;
    }
} */

@media screen and (max-width:576px) {
    .submit-claim .right-side-content {
        left: 12%;
    }

    .header-buttons {
        display: none;
    }

    .nav-scroller {
        flex-direction: column;
    }
}

/* Insurance detail start */
.topic {
    color: var(--secondary-color);
    font-weight: 600;
}

.progress-detail {
    width: 46rem !important;
}

.steps {
    font-weight: 500;
    opacity: 0.7;
}

.progress-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 5px;
    width: 100%;
    max-width: 1200px;
}



.progress-column {
    text-align: center;
    /* background: #fff; */
    /* padding: 10px; */
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.progress-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.progress-bar {
    position: relative;
    height: 10px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    position: absolute;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 10px 0 0 10px;
}

.filled {
    display: block;
}

.titles {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .titles form {
        /* width: 700px; */
        background: #F2F2F2;
        /* border: 1px solid grey; */
        padding: 40px;
        border-radius: 20px;
        text-align: center;
    }

.input-group {
    margin: 15px 0;
    border: 1px solid var(--light-color);
    border-radius: 20px;
    background: white;
}

.input-group-text {
    flex:1;
    background-color: transparent;
    width: 195px;
    color: var(--light-color);
}

.input-group input {
    flex:3 !important;
    width: 100%;
    padding: 10px 15px;
    border: 0;
}

form .btn {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    border: none;
    outline: none;
    border-radius: 20px;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
    transition: .5s;
}

    form .btn:hover {
        background: var(--light-color);
        color: #fff;
    }

span .btns {
    background: var(--primary-color);
    border: none;
    outline: none;
    /* border-radius: 20px; */
    color: #fff;
    cursor: pointer;
    transition: .5s;
    margin-left: 60px;
}

@media screen and (max-width:992px) {
    .card-1 {
        width: 47rem;
    }

    .form-detail {
        width: 45rem;
    }

    .centered-section {
        max-width: 0px;
    }

    span .btns {
        margin-left: 10px;
    }
}

@media screen and (max-width:768px) {
    .card-1 {
        width: 44rem;
    }

    .form-detail {
        width: 42rem;
    }
}

@media screen and (max-width:576px) {
    .input-group {
        flex-direction: column;
    }

        .input-group > .form-control {
            width: auto;
        }



    .progress-detail {
        width: 20rem !important;
    }

    .custom-select option {
        font-size: 10px;
    }
}


/* Insurance detail end */

/* documents page start */


/* documents page end */
/* payment page start */
.titles .card {
    width: 30rem;
    border: 0;
}

.card-title {
    text-align: center;
}

.payment-body {
    padding: 30px;
    margin: 15px 0px;
    background-color: var(--secondary-color);
    opacity: 0.9;
    border-radius: 20px;
    /*background-image: url("/assets/images/background-akti.png") !important;*/
}

    .payment-body .card-title-1 {
        color: var(--text-color);
        text-align: left;
        font-weight: 300;
        font-size: 18px;
    }

    .payment-body .card-title-2 {
        color: var(--text-color);
        text-align: right;
        font-weight: 300;
        font-size: 18px;
    }

    .payment-body ul {
        padding-left: 0px;
    }

    .payment-body .list-group-item {
        display: flex;
        flex-direction: row;
        justify-content: start;
        color: var(--text-color);
        border: 0;
    }

.accordion-body {
    background-color: #fafafa;
}

.payment-accordion-button {
   /* width: 470px;*/
}

.table-color {
    background-color: #F2F2F2;
}

.btn-aacordian {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: white;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    margin-top: 19px;
}

    .btn-aacordian:hover {
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
        color: white;
        width: 100%;
        padding: 15px;
        font-size: 20px;
        margin-top: 19px;
    }

.horizontal-line {
    border: 1px solid var(--dark-color);
}

.payment-group {
    border: 0;
}

    .payment-group .input-group-text,
    .payment-group .form-control {
        color: var(--dark-color);
        font-size: 20px;
        font-weight: 600;
    }

@media screen and (max-width:576px) {
    .titles .card {
        width: 18rem;
    }

    .payment-accordion-button {
      /*  width: 315px;*/
    }


    /* .accordion-button {
        width: 280px;
    } */
}

/* payment page end */
/* footer starts */
.footer-top {
    color: var(--text-color);
    margin-top: 10px;
}

    .footer-top p {
        margin-top: 10px;
    }

.footer-1 a,
.footer-1 p {
    font-weight: 700;
    padding-top: 10px;
    color: var(--dark-color);
}

.footer-1 h5,
.footer-3 h5 {
    color: var(--primary-color);
    margin: 10px 0px;
    font-weight: 600;
}

.footer-3 h5 {
    margin: 20px 0px;
}

.footer-last p {
    color: var(--text-color);
    margin-top: 20px;
}

.footer-below {
    background: var(--dark-color);
}

.footer-3 img {
    width: 15rem;
}

.title h5 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0px;
    width: max-content;
}

.footer-para {
    opacity: 0.7;
}

form .form-control {
    width: auto;
    border: 0;
    border-bottom: 1px solid var(--dark-color);
    border-radius: 0px;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: flex-end;
    margin-top: -120px;
    margin-bottom: -50px;
    /* Center items horizontally */
}

    .footer-icons a {
        color: black;
        text-decoration: none;
        /* margin: 10px 0; */
        /* Space between icons */
        font-size: 24px;
        /* Icon size */
        transition: color 0.3s ease;
    }

/* .footer-icons a:hover {
    color: #f39c12;
    
} */

@media screen and (max-width:576px) {

    form .form-control {
        width: auto;
    }
}

/* cards */

/* .card-top {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--text-color);
    width: 488px;
    height: 322px;
    margin: 23px;
    border-radius: 25px;
    align-content: center;
}

.card-top h5 {
    color: var(--text-color);
}

.card-button {
    background-color: var(--light-color);
    color: var(--text-color);

}


.card {
    display: inline-block;
    position: relative;

    color: var(--dark-color);
    width: 536px;
    height: 668px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  
}

.card-bottom {
    color: var(--dark-color);
    width: 488px;
    height: 322px;
    margin: 23px;
    border-radius: 25px;
  
    text-align: left;
}

.page-step-navigation .d-grid {
    display: grid;
}

.card h2 {
    margin: 0;
    width: 100%;
    font-size: 30px;
    background: #C44536;
    padding: 20px 0;
    color: #EDDDD4;
    box-shadow: inset 0px 5px 4px -4px #ecddd461;
}

.card h3 {
    margin: 20px 0;
    font-size: 60px;
    text-shadow: 3px 2px 2px #283d3b38;
}

.card h3 span {
    font-size: 20px;
}

.card p {

    margin: 0 0 30px 0;
}

.card ul {
    text-align: left;
   
    margin: 0;
    font-size: 18px;
}

.card ul li {
    display: flex;
}

.card ul li:not(:last-child) {
    margin-bottom: 10px;
}



.card .select {
    cursor: pointer;
    margin-top: -20px;
    padding: 10px 20px;
    border: none;
    font-weight: 700;

   
    font-size: 20px;
    font-family: inherit;
    align-items: center !important;
    background-color: var(--text-color);
    text-decoration: underline;
    color: #292d32;

}

.btn-next {
    background-color: var(--primary-color);
    color: var(--text-color);
    width: 30rem;
    margin: 30px 0px;
} */
/* insurance plan start */
.card > .list-group {
    border-top: 0;
    border-bottom: 0;
}

.list-group-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0;
}

.card-2 {
    width: 400px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    margin: 10px;
    padding: 15px;
}

.card-container .card-body {
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background-color: var(--secondary-color);
}

    .card-container .card-body h5 {
        color: var(--text-color);
        text-align: center;
        font-weight: 300;
        font-size: 18px;
        justify-self: center;
        width: 100%;
    }

.card-text {
    color: var(--text-color);
}

    .card-text span {
        color: var(--text-color);
        font-size: 30px;
        font-weight: 600;
    }

.card-button,
.card-button:hover {
    border: 1px solid var(--light-color);
    background: var(--light-color);
    /* width: 13rem; */
    color: var(--text-color);
}


.card-bottom h5 {
    font-weight: 400;
    font-size: 20px;
}

.card-bottom ul {
    padding-left: 1rem;
}

.card-item-link a {
    color: #292D3266;
}

.next-btn {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--text-color);
    margin: 15px;
    width: 20%;
}

    .next-btn:hover {
        background-color: var(--secondary-color);
        color: var(--text-color);
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-opacity {
    opacity: 0.6;
}

@media screen and (max-width:576px) {

    .card-container {
        display: block !important;
        margin-left: -15px;
    }

    .card-2 {
        width: auto;
    }
}

/* insurance plan end */

/* insurance detail */
/* .card-1 {
    border: 1px solid var(--dark-color);
    background-color: #F2F2F2;
   
    margin: 0px 7px;
}

.form-detail {
    border: 1px solid var(--primary-color);
    background-color: var(--text-color);
    margin: 10px;
    border-radius: 15px;
    width: 50rem;

}

.input-group-text {
    background-color: transparent;
    width: 155px;
    color: var(--light-color);
}

.group-text {
    background-color: transparent;
    width: 155px;
   
}

.next-detail {
    background: var(--primary-color);
    margin: 15px 0;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
}

.btn-next-detail {
    margin: 7px;
    color: var(--text-color);
} */
