html {scroll-behavior: smooth;}
.policy-landing-banner-padding {padding:20px 0;}
.policy-landing-banner-hding {font-size: 36px;font-weight: 600; color:#000; line-height:1.2; }
.policy-landing-banner-hding span {color:#ED4D37;}
.banner-icon-area {display: flex; flex-wrap: wrap; gap: 15px; margin-top:10px;}
.banner-icon-img {margin: 0 auto 10px; height:44px; display: block; object-fit: contain;}
.banner-icon-text {font-size: 10px; font-weight: 600; color: #767676; text-align: center; display: block;}

.cons-main-hding {color:#424142; font-size:32px; font-weight: 600; text-transform: uppercase; padding:20px 0;}
.cons-main-hding > span {color:#ED4D37;}
.main-subhding {font-size: 24px; font-weight: 600; display: block; padding-top: 15px;}
.main-subhding  > span {color:#ED4D37;}
.main-prgh {font-size: 14px; color: #000; font-weight: 400;}
.main-title {font-size: 18px; font-weight: 400; color: #000;}

.smart-insurance-list {margin: 0 0 30px; padding: 0;}
.smart-insurance-list li { list-style:none; display:flex; gap:10px; margin-bottom: 15px;}
.smart-insurance-list li > img {width: 24px; height: 24px; object-fit: contain;}
.smart-insurance-list li > span {font-size: 14px; font-weight: 600;}

.policy-landing-box {background: #fff; height: 100%; position: relative; border-radius: 10px; padding:15px 15px 60px; box-shadow: 0px 0px 4px #ccc; margin-bottom: 0px;}
.policy-landing-box-icon {position: absolute; top: 15px; right: 15px; width: 46px; height: 46px;}
.policy-landing-box-icon > img {width: 100%; height: 100%; object-fit: contain;}
.policy-landing-box-hding {font-size: 18px; font-weight: 600; }
.policy-landing-box-prgh {font-size: 12px; font-weight: 400;}
.bottom-btn {position: absolute; bottom:15px; left:15px; right:15px;}

.renewal-policy-landing-box {background: #fff;position: relative;border-radius: 10px;padding:15px;box-shadow: 0px 0px 4px #ccc;margin-bottom: 20px;}

.policy-landing-btn{background: #ED4D37; border-radius: 10px; border: none; color: #fff; margin: 30px auto 0; font-size: 15px; font-weight: 500; padding: 12px 15px; text-align: center; display: table;}
a.policy-landing-btn:hover {color:#fff; text-decoration: none;}

.plbr-list {margin: 0px; padding: 0px;}
.plbr-list li {list-style: none; position: relative; padding-left: 30px;}
.plbr-list li:not(:last-child):before {content: ''; position: absolute; left: 10px; top:18px; height:100%; width: 1px; border:1px dashed #424142; opacity: 0.5;}
.plbr-list li > img {position: absolute; left: 0; top:0; width: 20px; height: 20px; object-fit: contain;}
.plbr-hding {font-size:16px; font-weight: 600;}
.plbr-prgh {font-size: 11px; font-weight: 400;}

.insurance-phone-img {width: 100%;}

@media (max-width:767px) {
    .policy-landing-banner-hding {font-size: 28px;}
    .banner-icon-img {height: 34px;}
    .banner-icon-text {font-size: 8px; }
    .cons-main-hding {font-size:24px;}
    .main-subhding {font-size:24px; padding-bottom: 0px;}
    .policy-landing-btn, .policy-landing-btn-outline {padding:8px 20px; font-size: 14px; width: 100%;}
    .policy-landing-box {padding:25px 25px 50px;}
    .policy-landing-box-icon {width: 30px; height: 30px;}
    .insurance-phone-img {transform: scale(1.09);}

}
@media (min-width:768px) and (max-width:991px) {
    .banner-form-hding {padding-bottom: 10px;}

}

@media (min-width: 1366px) {
    .container-xxl {
        max-width: 1320px;
    }
}


    :root { --cy-blue:#3277c0; --cy-green:#2e7d32; --cy-red:#d32f2f; }
    body { margin: 0; padding: 0; }
    .carousel { max-width: 600px; margin: 40px auto; padding: 24px; }
    .dots { display: flex; justify-content: center; gap: 12px; margin-bottom: 16px; }
    .dot { width: 12px; height: 12px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; }
    .dot.active { background: var(--cy-blue); }
    .card { padding: 24px; border: 1px solid #ddd; border-radius: 12px; background: #fff; max-width: 500px; }
    .card h2 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
    .card p { color: #555; margin-bottom: 16px; }
    .btn { background: var(--cy-blue); color: #fff; padding: 10px 20px; border-radius: 8px; border: none; cursor: pointer; }

    .slots, .form-fields { margin-top: 20px; }
    .slot-section {
        margin-bottom: 20px;
    }
    .slot-section h5 {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 11px;
    }
    .slot-btn {
      margin: 4px;
      padding: 6px 12px;
      font-size:12px;
      border-radius: 6px;
      border: 1px solid var(--cy-green);
      background: #e8f5e9;
      color: #2e7d32;
      cursor: pointer;
    }
    .slot-btn.selected {
      background: var(--cy-blue);
      color: #fff;
      border-color: var(--cy-blue);
    }
    .slot-btn:focus {
        outline: none;
        box-shadow: none;
    }
    .slot-btn.disabled {
      background: #fdecea;
      color: var(--cy-red);
      cursor: not-allowed;
      border:1px solid var(--cy-red);
    }
    .slot-btn.disabled,
    .slot-btn[disabled],
    /* .slot-disabled {
        background-color: #ddd !important;
        color: #aaa !important;
        cursor: not-allowed;
    } */

    .date-selector {
      max-width: 600px;
      /* margin: auto; */
    }
    .date-list {
      display: flex;
      gap: 12px;
    }
    .date-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 8px 24px;
      border-radius: 10px;
      border: 1px solid transparent;
      cursor: pointer;
      width: 50px;
      height:50px;
      transition: all 0.2s ease;
      background:#f0f0f0;
    }

    .date-item:focus {
        outline: none;
        box-shadow: none;
    }
    .date-item.faded {
      background-color: #f1f5f9;
      color: #6b7280;
    }
    .date-item.selected {
      background-color: #ed4d37;
      color: #fff;
      font-weight: bold;
    }
    .date-item:hover:not(.selected) {
      border-color: #cbd5e1;
    }
    .day {
      font-size: 11px;
      font-weight: 500;
      line-height:1;
      color:#000;
    }
    .date {
      font-size: 16px;
      margin-top: 4px;
      font-weight:600;
      line-height:1;
      color:#ed4d37;
    }
    .date-item.selected .day {
        color:#fff;
    }
    .date-item.selected .date {
        color:#fff;
    }
    .bold {
      font-weight: bold;
    }
    .wrap-title {font-size:18px; font-weight:500;}
    #time-slots-container {
        background: #f7f7f7;
        padding: 20px 20px 10px;
        border-radius: 10px;
    }
    .slot-modal-left-area {background:#f5f5f5;padding:25px 16px 10px;border-radius:8px;}
    .theme-color {color:#ed4d37;}

    .appointment-renewal-process-box
    {
        /* width: 326px; */
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }
