:root {
		--bg-blue: #e3edf2; 
		--deep-slate: #1e293b;
		--gold: #b59461;
		--white: #ffffff;
		--ease: cubic-bezier(0.23, 1, 0.32, 1);
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	body {
		background-color: var(--white);
		color: var(--deep-slate);
		font-family: 'Montserrat', sans-serif;
		overflow-x: hidden;
		line-height: 1.6;
	}


	/* --- CONFIGURATION TOOL --- */

        .at-config-card {
            background: white;
            padding: 50px;
            border-radius: 4px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.05);
            max-width: 900px;
            margin: auto;
            position: relative;
            z-index: 20;
        }

        .at-config-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .at-input-box { text-align: left; }
        .at-input-box label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; display: block; }

        select {
            width: 100%;
            padding: 15px;
            border: 1px solid #eee;
            background: #fdfdfd;
            font-family: 'Montserrat';
            outline: none;
        }

        .at-at-preview-box {
            height: 300px;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px dashed #cbd5e1;
            margin-top: 30px;
            position: relative;
        }

        #house-preview {
            border: 2px solid var(--deep-slate);
            background: var(--white);
            transition: all 0.5s var(--ease);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        #entrance-tag {
            position: absolute;
            background: var(--gold);
            color: white;
            padding: 2px 10px;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: bold;
        }

        /* --- NEW CONTENT SECTION: PROJECTS --- */
        .projects-section {
            padding: 100px 10%;
            text-align: center;
        }
        
        .projects-section h2 { font-size: 2.5rem; margin-bottom: 40px; }
        
        .project-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .project-item {
            position: relative;
            height: 350px;
            overflow: hidden;
            border-radius: 4px;
            cursor: pointer;
        }

        .project-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .project-item:hover img { transform: scale(1.1); }

        .project-overlay {
            position: absolute;
            inset: 0;
            background: rgba(30, 41, 59, 0.7);
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-item:hover .project-overlay { opacity: 1; }

        .at-modal .modal-content {
			border-radius: 12px;
		}
		.at-btn {
			background:#000;
			color:#fff;
			padding:12px 24px;
		}
		.at-buy-btn {
			margin-top: 40px;
			text-decoration: none;
			text-underline-offset: unset;
			text-underline-offset: none;
		}
.at-modal .modal-content {
    border-radius: 12px;
    background: #fff9f9;
    padding: 40px;
    border-radius: 10px;
}
.at-payment-option .modal-content {
    border-radius: 12px;
    background: #fff9f9;
    padding: 40px;
    border-radius: 10px;
}
.at-booking-form input, textarea, select {
    width: 100%;
    height: 50px;
    border: 1px solid #e2eff4;
    padding: 0 15px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
}
/* Base close button */
button.btn-close.at-btn-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #f44336;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 1055; /* modal ke upar */
    padding: 0;
    opacity: 1;

    /* IMPORTANT: bootstrap default icon remove */
    background-image: none !important;
}

/* X icon lines */
button.btn-close.at-btn-close::before,
button.btn-close.at-btn-close::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

/* first line */
button.btn-close.at-btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* second line */
button.btn-close.at-btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hover effect (optional) */
button.btn-close.at-btn-close:hover {
    background-color: #d32f2f;
}

#at-plan-modal .modal-dialog,  #at-payment-option .modal-dialog {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.at-modal-content ul {
    margin: 0px;
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}
.at-modal-content ul li{
	 padding-bottom: 10px;
	
}
.at-btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
}
.at-payment-date ul {
    list-style: none;
}
.at-payment-date ul li:nth-child(even) {
    background: #fff3f3;
}
.at-payment-date ul li:nth-child(even) {
    background: #f9f9f9;
}

.at-payment-date ul li {
    display: flex;
    padding: 15px;
    border-radius: 5px;
    word-break: break-word;
}
.payment-form button {
    background-image: url(../images/arch-razorpay-payment.jpg)!important;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background-repeat: no-repeat!important;		
    background-color: #fff!important;
    margin: 15px auto;
    border: none;
    box-shadow: none;
}
/* new css*/
.at-review-box {
    font-size: 14px;
    line-height: 1.6;
}

.at-review-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.at-review-subtitle {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.at-review-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.at-review-list li {
    margin-bottom: 6px;
}

.at-review-list strong {
    width: 150px;
    display: inline-block;
    color: #333;
}
