@media (max-width: 480px) {}

/* Tablet */
@media (max-width: 768px) {
    .footerrd {
        margin: 50px 0 !important;
    }

    .prt-details {
        padding-top: 100px !important;
    }
}

/* Small Laptop */
@media (min-width: 1024px) {
    .prrd {
        padding-right: 50px !important;
    }
}

/* Large Screen */
@media (min-width: 1200px) {}



.details-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: .35s ease;
}

.details-image img {
    border-radius: 10px;
    width: 100%;
    height: 40rem;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.details-image:hover img {
    transform: scale(1.05)
}

@media (max-width:991px) {
    .details-image img {
        width: 80%;
        height: auto;
        max-height: 500px;
    }
}

.callback-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.callback-box .title {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600;
}

.callback-form .form-group {
    margin-bottom: 18px
}

.callback-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 5px;
    font-size: 14px;
    outline: none;
    transition: .3s;
}

.callback-form input:focus {
    border-color: #d5a871
}

.callback-btn {
    width: 100%;
    background: #d5a871;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.callback-btn:hover {
    background: #c49a63
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: .3s;
}

.amenity-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.amenity-icon {
    width: 44px;
    height: 44px;
    background: #d5a871;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.amenity-icon i {
    color: #fff;
    font-size: 18px;
}

.amenity-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width:576px) {

    .project-details__tags {
        display: block
    }

    .project-details__tags span {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .project-details__tags ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 0;
    }

    .project-details__tags ul li {
        width: 100%;
        text-align: center;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.4;
    }

    .details-image {
        padding: 4px
    }

    .details-image img {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: contain;
    }

    .callback-box {
        padding: 22px
    }

    .callback-box .title {
        font-size: 20px
    }

    .callback-btn {
        padding: 12px
    }

    .amenity-item {
        padding: 12px 14px
    }

    .amenity-text {
        font-size: 14px
    }

}

.rdspace {
    padding: 80px 0px !important;
}

.rdm {
    margin: 0 70px !important;
    padding: 0 2px;
}

@media (max-width: 767px) {
    .rdm {
        margin: 0 0px !important;
    }

    .rdhide {
        display: none;
    }

    .rdspace {
        padding: 10px 0px !important;
    }
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle svg {
    color: #ffffff;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5a871;
    border-radius: 10px;
    flex-shrink: 0;
}

.feature-item .icon i {
    color: #fff;
    font-size: 22px;
}

.realestate-services .service-box-five {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    border-radius: 12px;
    transition: all .35s ease;
}

.realestate-services .service-box-five:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.realestate-services .service-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.realestate-services .logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d6a972;
    border-radius: 12px;
}

.realestate-services .logo svg {
    width: 32px;
    height: 32px;
    stroke: #ffffff;
    stroke-width: 1.8;
}

.realestate-services .service-box-five p {
    min-height: 70px;
}

.property-search-wrap {
    display: flex;
    justify-content: center;
}

.property-search {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 5px 10px;
    max-width: 900px;
    width: 100%;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.property-search .field {
    flex: 1;
    padding: 0px 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    transition: background 0.2s ease;
}

.property-search .field:hover {
    background: rgba(213, 168, 113, 0.03);
}

.property-search .field:last-of-type {
    border-right: none;
}

.property-search label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #d5a871;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.property-search select {
    border: none;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    background: transparent;
    color: #2c3e50;
    cursor: pointer;
    appearance: none;
    padding-right: 20px;
    transition: color 0.2s ease;
}

.property-search select:hover {
    color: #d5a871;
}

.select-wrapper i {
    position: absolute;
    right: 0;
    color: #d5a871;
    font-size: 12px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.field:hover .select-wrapper i {
    transform: translateY(2px);
}

.search-btn {
    background: linear-gradient(135deg, #d5a871 0%, #c0945f 100%);
    border: none;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(213, 168, 113, 0.4);
    position: relative;
    overflow: hidden;
    margin-left: 8px;
}

.search-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(213, 168, 113, 0.5);
}

.search-btn:active {
    transform: translateY(0) scale(0.98);
}

.search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.search-btn:hover::before {
    left: 100%;
}

.btn-text {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}

@media(max-width: 768px) {
    .property-search-wrap {
        /* padding: 0 15px; */
    }

    .property-search {
        flex-direction: column;
        border-radius: 24px;
        padding: 20px;
    }

    .property-search .field {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        width: 100%;
        padding: 15px 0;
    }

    .property-search .field:last-of-type {
        border-bottom: none;
    }

    .search-btn {
        width: 100%;
        border-radius: 16px;
        height: 50px;
        margin-top: 15px;
        margin-left: 0;
    }

    .btn-text {
        display: inline-block;
    }

    .search-btn i {
        margin-right: 4px;
    }
}

@media(max-width: 480px) {
    .property-search {
        border-radius: 20px;
        padding: 15px;
    }
}

.pvap-projects-section {

    padding: 80px 0;
    overflow: hidden;
}

.pvap-container {
    max-width: 1400px;
    margin: 0 auto;
}

.pvap-section-header {
    margin-bottom: 50px;
}

.pvap-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #fc9705;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.2;
}

.pvap-slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.pvap-slider-container {
    overflow: hidden;
    position: relative;
    border-radius: 22px;
}

.pvap-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

/* Default: Desktop 3 cards */
.pvap-property-card {
    flex: 0 0 calc(33.333% - 16px);
    background: #ffffff;
    border-radius: 22px;

    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.pvap-property-card:hover {
    transform: translateY(-12px);

}

.pvap-card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.pvap-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pvap-property-card:hover .pvap-card-image {
    transform: scale(1.08);
}

.pvap-heart-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.pvap-heart-icon:hover {
    background: #ffe4e4;
    transform: scale(1.1);
}

.pvap-heart-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #666;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.pvap-heart-icon.active svg {
    fill: #e74c3c;
    stroke: #e74c3c;
}

.pvap-card-content {
    padding: 24px;
}

.pvap-property-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.pvap-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}

.pvap-location svg {
    width: 16px;
    height: 16px;
    fill: #d5a871;
    flex-shrink: 0;
}

.pvap-property-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.pvap-detail-item {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.pvap-detail-item strong {
    color: #d5a871;
    font-weight: 600;
}

.pvap-card-buttons {
    display: flex;
    gap: 12px;
}

.pvap-btn {
    flex: 1;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.pvap-btn-outline {
    background: transparent;
    color: #d5a871;
    border: 2px solid #d5a871;
}

.pvap-btn-outline:hover {
    background: #d5a871;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 90, 185, 0.3);
}

.pvap-btn-solid {
    background: #d5a871;
    color: #ffffff;
    border: 2px solid #d5a871;
}

.pvap-btn-solid:hover {
    background: #d5a871;
    border-color: #d5a871;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 90, 185, 0.4);
}

.pvap-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 10;
    border: none;
    outline: none;
}

.pvap-nav-arrow:hover {
    background: #d5a871;
    transform: translateY(-50%) scale(1.1);
}

.pvap-nav-arrow:hover svg {
    stroke: #ffffff;
}

.pvap-nav-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #d5a871;
    stroke-width: 2;
    fill: none;
    transition: stroke 0.3s ease;
}

.pvap-nav-prev {
    left: 0;
}

.pvap-nav-next {
    right: 0;
}

.pvap-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pvap-nav-arrow:disabled:hover {
    background: #ffffff;
    transform: translateY(-50%);
}

.pvap-nav-arrow:disabled:hover svg {
    stroke: #d5a871;
}

/* Tablet: 2 cards */
@media (max-width: 991px) {
    .pvap-property-card {
        flex: 0 0 calc(50% - 12px);
    }

    .pvap-slider-wrapper {
        padding: 0 50px;
    }
}

/* Mobile: 1 card */
@media (max-width: 767px) {
    .pvap-projects-section {
        padding: 50px 0;
    }

    .pvap-section-title {
        font-size: 28px;
    }

    .pvap-property-card {
        flex: 0 0 100%;
    }

    .pvap-slider-wrapper {
        padding: 0 40px;
    }

    .pvap-nav-arrow {
        width: 40px;
        height: 40px;
    }

    .pvap-nav-arrow svg {
        width: 20px;
        height: 20px;
    }

    .pvap-card-content {
        padding: 20px;
    }

    .pvap-card-buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .pvap-slider-wrapper {
        padding: 0 15px;
    }

    .pvap-nav-prev {
        left: -5px;
    }

    .pvap-nav-next {
        right: -5px;
    }
}

.brand-item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.brand-item img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    transition: all .3s ease;
}

.brand-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.cbx-callback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(214, 169, 114, 0.4);
}

.cbx-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cbx-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.cbx-modal-box {
    background: #fff;
    width: 420px;
    max-width: 95%;
    max-height: 90vh;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.cbx-modal-overlay.active .cbx-modal-box {
    transform: scale(1) translateY(0);
}

/* Header */
.cbx-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
}

.cbx-tabs {
    display: flex;
    gap: 8px;
    background: #e0e0e0;
    padding: 4px;
    border-radius: 25px;
}

.cbx-tab {
    padding: 8px 16px;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
}

.cbx-tab:hover {
    color: #333;
}

.cbx-tab.active {
    background: #d6a972;
    color: #fff;
    box-shadow: 0 2px 8px rgba(214, 169, 114, 0.3);
}

.cbx-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    border-radius: 50%;
    transition: all 0.2s;
    line-height: 1;
}

.cbx-close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    transform: rotate(90deg);
}

/* Content */
.cbx-modal-content {
    padding: 25px;
    overflow-y: auto;
    max-height: calc(90vh - 80px);
}

.cbx-tab-content {
    display: none;
}

.cbx-tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h3 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

/* Form Elements */
.cbx-form-group {
    margin-bottom: 16px;
    position: relative;
}

.cbx-input {
    width: 100%;
    padding: 0px 10px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s;
    background: #fafafa;
}

.cbx-input:focus {
    border-color: #d6a972;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(214, 169, 114, 0.1);
}

.cbx-input.error {
    border-color: #e74c3c;
    background: #fdf2f2;
}

.cbx-input.success {
    border-color: #27ae60;
}

.cbx-error-msg {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

.cbx-error-msg.visible {
    display: block;
    animation: shake 0.4s ease;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

/* Phone Input */
.cbx-phone-row {
    display: flex;
    gap: 10px;
}

.cbx-code {
    width: 80px;
    padding: 0 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    background: #fafafa;
    cursor: pointer;
}

.cbx-phone-row .cbx-input {
    flex: 1;
}

/* Checkbox */
.cbx-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin: 12px 0;
    cursor: pointer;
}

.cbx-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #d6a972;
    cursor: pointer;
}

/* Date Selector */
.cbx-date-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    display: block;
}

.cbx-date-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px;
    margin: 10px 0 20px;
    scrollbar-width: none;
}

.cbx-date-row::-webkit-scrollbar {
    display: none;
}

.cbx-date-option {
    border: 2px solid #e0e0e0;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    min-width: 64px;
    background: #fafafa;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cbx-date-option:hover {
    border-color: #d6a972;
    background: #fff5eb;
    transform: translateY(-2px);
}

.cbx-date-option.selected {
    border-color: #d6a972;
    background: #d6a972;
    color: #fff;
    box-shadow: 0 4px 12px rgba(214, 169, 114, 0.3);
}

.cbx-date-option .day {
    font-weight: 600;
    font-size: 13px;
}

.cbx-date-option .date {
    font-size: 11px;
    opacity: 0.9;
    margin-top: 2px;
}

/* Button */
.cbx-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #d6a972 0%, #c49a5e 100%);
    border: none;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.cbx-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(214, 169, 114, 0.4);
}

.cbx-btn:active:not(:disabled) {
    transform: translateY(0);
}

.cbx-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.cbx-btn.loading {
    color: transparent;
}

.cbx-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Success Message */
.cbx-success {
    text-align: center;
    padding: 40px 20px;
    display: none;
}

.cbx-success.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.cbx-success-icon {
    width: 60px;
    height: 60px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
}

.cbx-success h4 {
    color: #27ae60;
    margin: 0 0 10px;
    font-size: 22px;
}

.cbx-success p {
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 480px) {
    .cbx-modal-box {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .cbx-modal-content {
        max-height: calc(100vh - 80px);
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    background: #d6a972;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
}

.modal-header {
    background: #d6a972;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    line-height: 1;
}

.close-btn:hover {
    transform: rotate(90deg);
}

.modal-body {
    padding: 25px;
    background: #d6a972;
}

.form-group {
    margin-bottom: 18px;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.form-input::placeholder {
    color: #999;
}

.form-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.form-label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-select {
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #666;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.checkbox-input {
    width: 18px;
    height: 18px;
    accent-color: #000;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-label {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #09223d;
    color: #d6a972;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: #222;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.callback-box {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
}

.callback-box .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.callback-form .form-group {
    margin-bottom: 15px;
}

.callback-form input,
.callback-form select {
    width: 100%;
    padding: 0px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.callback-form input:focus,
.callback-form select:focus {
    border-color: #032859;
    outline: none;
    box-shadow: 0 0 0 2px rgba(3, 40, 89, 0.1);
}

.callback-btn {
    width: 100%;
    padding: 12px;
    background: #032859;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.callback-btn:hover {
    background: #021d40;
}

@media (max-width: 576px) {
    .callback-box {
        padding: 20px;
    }
}
 .services-grid {
     display: flex;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }

 .service-box-six {
     height: 100%;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .service-box-six:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
 }

 @media (max-width: 767px) {
     .services-grid>[class*="col-"] {
         padding-bottom: 20px;
     }

     .service-box-six {
         margin-bottom: 0;
     }
 }

 @media (min-width: 768px) and (max-width: 991px) {
     .services-grid>[class*="col-"] {
         margin-bottom: 30px;
     }
 }

 @media (min-width: 992px) {
     .services-grid>[class*="col-"] {
         margin-bottom: 30px;
     }
 }