.package-card{
    background-size: cover;
    background-color: #fbf0e1;
}
.package-card .header {
    color: #b30000;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Roboto';
}

.package-card .title {
    color: #4d0000;
    font-size: larger;
    border-bottom: 1px solid;
}

.package-col {
    margin-top: 15px;
    height: 1355px;
    overflow: hidden;
}

#member {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.package-show-more {
    margin-top: 20px;
}

.package-pincode {
    margin-bottom: 5px;
}

table td {
    border: 0 !important;
    border-style: none;
}

table tr {
    border: none;
}
table th {
    border: none;
}

.bg-package {
    background-color: #fbf0e1;
}

.text-package {
    color: #b30000;
  font-size: xxx-large;
	font-family: sans-serif;
	font-weight: 600;
}

.text-package-title {
    color: #4d0000;
    font-size: large;
    font-weight: bold;
}

.border-package {
    border-top: 2px solid rgb(149, 86, 0);
}

.rounded-3 {
    border-radius: 1.25rem !important;
}

.border-top {
    border-top: 1px solid #7d4b08 !important;
}

.package-card {
    min-height: 100vh; /* adjust as needed */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-badge {
    background: linear-gradient(135deg, #f7971e, #ffd200);
    color: #333;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 2.1rem;
}

.btn-pay {
    background: linear-gradient(135deg, #ff9966, #ff5e62);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 23px;
    width: 200px;
    height: 40px;
}

.btn-pay:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
        0 10px 25px rgba(255,94,98,.4),
        0 0 20px rgba(255,94,98,.3);
    color: white;
}

/*Show more btn*/
.btn-show-more {
    color: #764ba2;
    border: 1px solid #764ba2;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
}

.btn-show-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, .3);
    color: #fff;
    
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
}

.package-row {
    margin: 10px 0px 15px 0px;
}

.package-buy-section {
    margin-bottom: 15px;
    margin-top: 5px;
}

/*Dropdown*/
.location-dropdown {
    min-width: 280px;
    border-radius: 50px;
    padding: 12px 20px;
    border: 2px solid #585b85;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1);
    background-color: #8689b7;
    color: #bde4ff;
    text-align: center;
    font-size: larger;
    font-weight: 500;
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 30px 30px;
    padding-right: 46px;
}

.location-dropdown:focus {
    border-color: #764ba2;
    box-shadow: 0 0 15px rgba(118, 75, 162, 0.2);
}
.location-dropdown::placeholder {
  color: #bde4ff;
  opacity: 1.5;
}

 /*Suggestion Box */
.ui-autocomplete {
    background: #aaadd8;
    color: #bde4ff;
    border: none;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    padding: 8px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999 !important;
}

 /*Hide default focus outline */
.ui-menu {
    outline: none;
}

 /*Each suggestion */
.ui-menu-item-wrapper {
    padding: 12px 16px;
    margin: 4px 0;
    border-radius: 10px;
    font-size: 15px;
    color: #bde4ff;
    transition: all .2s ease;
    cursor: pointer;
}

 /*Hover & Keyboard selection */
.ui-state-active,
.ui-menu-item-wrapper:hover {
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    color: #fff !important;
    border: none !important;
}

 /*Scrollbar */
.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 20px;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.suggestion-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 14px;
}

.suggestion-item i{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#eef4ff;
    color:#4f46e5;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

/*plan sector*/
.plan-selector {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 12px;
    flex-wrap: wrap;
}

 /*Completely hide radio buttons */
.plan-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.premium-plan {
    width: 130px;
    padding: 14px 10px;
    border: 2px solid #e9ecef;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    user-select: none;
}

.premium-plan strong {
    display: block;
    font-size: 15px;
    color: #212529;
    margin-bottom: 3px;
}

.premium-plan small {
    color: #6c757d;
    font-size: 12px;
}

.premium-plan:hover {
    border-color: #0d6efd;
    transform: translateY(-2px);
}

 /*Selected State */
.plan-radio:checked + .premium-plan {
    background: linear-gradient(135deg, #111a74, #111a74);
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
    transform: translateY(-3px);
}

.plan-radio:checked + .premium-plan strong,
.plan-radio:checked + .premium-plan small {
    color: #fff;
}

 /*Checkmark */
.plan-radio:checked + .premium-plan::after {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0d6efd;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}

.premium-plan {
    position: relative;
}

.mb-4 {
    margin-bottom: 25px;
}

.section-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 25%;
    height: 5px;
    background: #071B78;
    transform: translateY(-50%);
}

.section-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 25%;
    height: 5px;
    background: #071B78;
    transform: translateY(-50%);
}

.section-title h2 {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    color: #071B78;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
}


@media only screen and (max-width: 480px) {
    
    .package-col {
        height: 1392px;
    }
    
    .location-dropdown {
        min-width: 250px;
        padding: 12px 1px;
        padding-right: 20px;
    }
    
    .premium-plan {
        width: 80px;
        padding: 5px 0px;
    }
    
    .premium-plan strong {
        font-size: 14px;
        margin-bottom: 0px;
    }
    
    .text-package {
        font-size: 35px;
    }
    
    .section-title h2 {
        font-size: 35px;
    }
    
    .section-title {
        margin-bottom: 20px;
    }
    
    .main-about-us {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}


  


/* =========================================
   PACKAGE MODAL
========================================= */

.bd-example-modal-lg .modal-dialog {
    width: 630px;
}

.consultation-modal {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.consultation-modal .modal-body {
    padding: 10px 20px 25px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}


/* =========================================
   CLOSE
========================================= */

.consultation-close {
    position: absolute;
    top: 10px;
    right: 8px;

    z-index: 10;

    font-size: 28px;
    font-weight: 300;

    color: #222;
    opacity: 1;

    line-height: 1;
}

.consultation-close:hover {
    opacity: .7;
}


/* =========================================
   HEADING
========================================= */

.consultation-title {
    margin: 0 0 18px;

    color: #193b60;

    font-size: 44px;
    font-weight: 300;

    line-height: 1.1;
    letter-spacing: 1px;
}

.consultation-subtitle {
    margin: 0 0 26px;

    color: #333;

    font-size: 17px;
}


/* =========================================
   LABEL
========================================= */

.consultation-modal label {
    color: #17395f;

    font-size: 14px;
    font-weight: normal;
}

.consultation-modal label span {
    color: #ff7257;
}


/* =========================================
   INPUTS
========================================= */

.consultation-input {
    height: 40px;

    padding: 6px 15px;

    border: none;
    border-bottom: 2px solid #c8d7e8;

    border-radius: 0;

    box-shadow: none;

    font-size: 16px;

    color: #333;
}

.consultation-input:focus {
    border-color: #7b9abb;

    box-shadow: none;
}

.consultation-input::-webkit-input-placeholder {
    color: #b9c0c8;
}

.consultation-input:-moz-placeholder {
    color: #b9c0c8;
}

.consultation-input::-moz-placeholder {
    color: #b9c0c8;
}

.consultation-input:-ms-input-placeholder {
    color: #b9c0c8;
}


/* =========================================
   FORM SPACING
========================================= */

.consultation-modal .form-group {
    margin-bottom: 20px;
}

.parent-city {
    margin-top: 0;
    margin-bottom: 30px !important;
}


/* =========================================
   PHONE
========================================= */

.phone-wrapper {
    display: table;
    width: 100%;

    height: 40px;

    border-bottom: 2px solid #c8d7e8;
}

.phone-wrapper > div {
    display: table-cell;
    vertical-align: middle;
}

.phone-wrapper .country {
    width: 86px;
}

.phone-wrapper .country-code {
    width: 48px;

    padding-left: 14px;

    color: #333;
    font-size: 16px;
}

.phone-wrapper .phone-number {
    width: auto;
}

.phone-wrapper .form-control {
    height: 38px;

    border: none;
    border-radius: 0;

    box-shadow: none;

    background: transparent;
}

.phone-wrapper select.form-control {
    padding-left: 0;
    padding-right: 0;

    font-size: 16px;

    color: #333;
}

.phone-wrapper input.form-control {
    padding-left: 5px;
}


/* =========================================
   CHECKBOX
========================================= */

.consultation-checkbox {
    margin-top: 8px;
    margin-bottom: 30px;
}

.consultation-checkbox label {
    display: table;

    line-height: 1.45;

    cursor: pointer;
}

.consultation-checkbox input {
    display: table-cell;

    width: 13px;
    height: 13px;

    margin: 3px 6px 0 0;

    vertical-align: top;
}


/* =========================================
   SUBMIT
========================================= */

.consultation-submit {
    width: 97px;
    height: 39px;

    padding: 0;

    border: none;
    border-radius: 3px;

    background: #711908;

    color: #fff;

    font-size: 13px;
    font-weight: 600;
}

.consultation-submit:hover,
.consultation-submit:focus {
    background: #f56348;

    color: #fff;
}


/* =========================================
   FOOTER
========================================= */

.consultation-footer {
    display: table;

    margin-top: 40px;

    color: #405875;

    font-size: 14px;

    line-height: 1.4;
}

.consultation-footer > span {
    display: table-cell;

    vertical-align: middle;
}

.consultation-footer a {
    color: #405875;

    font-weight: bold;

    text-decoration: underline;
}

.hubspot-symbol {
    width: 32px;

    color: #ff7257;

    font-size: 28px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bd-example-modal-lg .modal-dialog {
        width: auto;
        margin: 10px;
    }

    .consultation-modal .modal-body {
        padding: 45px 20px 25px;
    }

    .consultation-title {
        font-size: 34px;
    }

    .desktop-only {
        display: none;
    }

    .phone-wrapper {
        margin-bottom: 10px;
    }
}


/* =========================================
   PACKAGE LARGE MEMBERSHIP CHECKOUT MODAL
========================================= */

.membership-checkout-dialog {
    max-width: 800px;
    width: calc(100% - 30px);
    margin: 1.75rem auto;
}

.membership-checkout-modal {
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    position: relative;
}

.membership-checkout-body {
    padding: 35px 42px 28px;
}


/* =========================================
   TITLE
========================================= */

.membership-checkout-title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    background: -webkit-linear-gradient(#e9151d, #65070a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* =========================================
   CLOSE
========================================= */

.membership-close {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 10;

    width: 38px;
    height: 38px;

    border: 0;
    outline: 0 !important;
    background: transparent;

    color: #777;
    font-size: 30px;
    line-height: 38px;

    opacity: .8;
}

.membership-close:hover {
    color: #222;
    opacity: 1;
}


/* =========================================
   MEMBERSHIP PACKAGE
========================================= */

.membership-package-card {
    min-height: 95px;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 10px;

    background: linear-gradient(to top, #87060b 0%, #c51920 100%);

    color: #fff;

    box-shadow: 0 5px 14px rgba(31, 111, 235, 0.18);
}

.membership-package-left {
    display: flex;
    align-items: center;
}

.membership-trophy {
    width: 55px;
    margin-right: 14px;

    font-size: 26px;
    line-height: 1;
}

.membership-trophy img{
    height: 55px;
    border-radius: 50%;
    box-shadow: 1px 3px #888888;
}

.membership-package-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.membership-package-duration {
    margin-top: 3px;

    font-size: 16px;
    font-weight: 400;
}

.membership-package-price {
    padding-left: 20px;

    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================
   SECTIONS
========================================= */

.checkout-section {
    margin-top: 28px;
}

.checkout-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #222;
    font-size: 20px;
    font-weight: 700;
}

.checkout-section-title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

.checkout-edit-btn {
    padding: 0;

    border: 0;
    outline: none !important;
    background: transparent;

    color: #2477df;
    font-size: 13px;
    font-weight: 500;

    cursor: pointer;
}

.checkout-divider {
    height: 1px;
    margin: 11px 0 15px;

    background: #e5e7eb;
}


/* =========================================
   CUSTOMER DETAILS
========================================= */

.customer-details {
    color: #555;
    font-size: 15px;
}

.customer-detail-row {
    display: flex;
    align-items: center;

    margin-bottom: 9px;

    line-height: 1.5;
}

.detail-icon {
    width: 24px;
    margin-right: 5px;

    color: #2477df;
    font-size: 13px;
    text-align: center;
}

.customer-detail-location {
    margin-top: 7px;
    margin-left: 29px;

    color: #555;
    font-size: 13px;
}


/* =========================================
   PRICE DETAILS
========================================= */

.price-details-section {
    margin-top: 28px;
}

.price-row,
.price-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.price-row {
    margin-bottom: 10px;
}

.price-row strong {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.checkout-total-divider {
    height: 1px;
    margin: 12px 0;

    background: #eeeeee;
}

.price-total-row {
    color: #6f0b0f;
    font-size: 18px;
    font-weight: 700;
}

.price-total-row strong {
    color: #a50000;
    font-size: 17px;
    font-weight: 700;
}


/* =========================================
   RAZORPAY
========================================= */

.razorpay-secure {
    width: 100%;
    margin-top: 22px;
    padding: 9px 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #eafff0;
    color: #39935a;

    font-size: 13px;
    font-weight: 500;
}

.secure-lock {
    margin-right: 5px;
    font-size: 11px;
}


/* =========================================
   PAYMENT BUTTON
========================================= */

.membership-pay-btn {
    width: 100%;
    height: 52px;
    margin-top: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    border: 0;
    border-radius: 8px;

    background: linear-gradient(119deg, #051a83 0%, #032257 100%);

    color: #fff;

    font-size: 18px;
    font-weight: 600;

    box-shadow: 0 4px 12px rgba(20, 120, 245, 0.22);

    transition: all .2s ease;
}

.membership-pay-btn:hover,
.membership-pay-btn:focus {
    color: #fff;

    background: linear-gradient(
        135deg,
        #0e6ee7 0%,
        #3278ec 100%
    );

    box-shadow: 0 6px 15px rgba(20, 120, 245, 0.28);
}

.pay-arrow {
    position: absolute;
    right: 18px;

    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}


/* =========================================
   PAYMENT METHODS
========================================= */

.payment-methods {
    margin-top: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    color: #999;
}

.payment-icon {
    font-size: 13px;
    line-height: 1;
}

.card-icon {
    font-size: 16px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .membership-checkout-dialog {
        max-width: calc(100% - 24px);
        width: auto;
        margin: 12px auto;
    }

    .membership-checkout-body {
        padding: 28px 22px 22px;
    }

    .membership-checkout-title {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .membership-package-card {
        min-height: 82px;
        padding: 15px 17px;
    }

    .membership-package-name {
        font-size: 20px;
    }

    .membership-package-price {
        font-size: 20px;
    }

    .checkout-section {
        margin-top: 23px;
    }
}

@media (max-width: 575px) {
    .membership-package-name {
        font-size: 16px;
    }
    
    .membership-package-price {
        font-size: 18px;
    }
    
    .membership-package-duration {
        font-size: 12px;
    }
    
    .checkout-section-header {
        font-size: 18px;
    }
    
    .customer-details {
        font-size: 13px;
    }
    
    .checkout-section-title {
        font-size: 15px;
    }
    
    .price-row, .price-total-row {
        font-size: 13px;
    }
    
    .price-row strong {
        font-size: 13px;
    }
    
    .price-total-row {
        font-size: 15px;
    }
    
    .price-total-row strong {
        font-size: 13px;
    }
    
    .membership-pay-btn {
        font-size: 15px;
    }
    
    .razorpay-secure {
        font-size: 11px;
    }
    
    .membership-checkout-title {
        font-size: 23px;
    }
}