
 








html, body {
	overflow-y: auto;
	padding-right: 0 !important;
}

#result {
	margin-top: 10px;
	font-weight: bold;
}


.contact-section {
	max-width: 900px;
	margin: 60px auto;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.1);
	overflow: hidden;
}

.contact-header {
	background-color: #800000;
	color: #fff;
	text-align: center;
	padding: 40px 20px;
}

.contact-header h1 {
	font-weight: 700;
}

.contact-header p {
	font-size: 1.1rem;
	opacity: 0.9;
}

.contact-body {
	padding: 40px 30px;
}

.form-control:focus {
	border-color: #800000;
	box-shadow: 0 0 0 0.2rem rgba(128, 0, 0, 0.25);
}

.btn-maroon {
	background-color: #800000;
	border: none;
	color: #fff !important;
	font-weight: 500;
	border-radius: 8px;
	padding: 12px 25px;
	transition: all 0.3s ease;
}

.btn-maroon:hover {
	background-color: #a00000;
	transform: scale(1.03);
}

.contact-footer {
	text-align: center;
	padding: 20px;
	color: #555;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
	.contact-header h1 {
		font-size: 1.8rem;
	}
	.contact-body {
		padding: 25px 15px;
	}
}


.verification-inputs input {
	width: 45px;
	height: 55px;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.1);
	color: #000;
	border-radius: 0.5rem;
	outline: none;
	transition: all 0.2s ease;
}

.verification-inputs input:focus {
	border-color: #000;
	background: rgba(255, 255, 255, 0.2);
}

.resend-text {
	font-size: 0.9rem;
	margin-top: 10px;
	opacity: 0.9;
}
#countdown {
	color: #000000;
	font-weight: 500;
}
.page-header {
	background: #800000;
	color: white;
	padding: 2rem 1rem;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(128, 0, 0, 0.3);
}

.page-header h1 {
	font-weight: 700;
	letter-spacing: 1px;
}

.info-card {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	border: 1px solid rgba(128, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.info-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.info-card i {
	font-size: 2rem;
	color: #800000;
}

.ratio-table th {
	background-color: #800000;
	color: white;
	text-align: center;
}

.ratio-table td {
	text-align: center;
	vertical-align: middle;
}

.footer-note {
	text-align: center;
	margin-top: 40px;
	color: #555;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
	.page-header h1 {
		font-size: 1.5rem;
	}
}

.breadcrumb {
	background: transparent !important;
}
.breadcrumb a {
	color: #ff0000 !important;
}

/* Glassy Cookie Box */
.cookie-box {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 800px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	color: #fff;
	padding: 20px 25px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.cookie-box.show {
	opacity: 1;
	visibility: visible;
}

.cookie-icon {
	font-size: 2rem;
	margin-right: 15px;
}

.cookie-text {
	flex: 1; 
	font-size: 0.95rem;
}

.cookie-buttons {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.cookie-btn {
	border-radius: 8px;
	padding: 8px 18px;
	font-weight: 600;
}

.fixed-buttons {
	position: fixed;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1050;
	display: flex;
	flex-direction: column;
	gap: 5px; /* closer spacing */
}

.btn-maroon {
	background-color: #800000;
	border: none;
	color: #fff;
	font-weight: 500;
	border-radius: 30px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
.btn-maroon a {
	color: #fff !important;
}
.btn-maroon:hover {
	background-color: #a00000;
	transform: scale(1.05);
}

.btn-maroon i {
	font-size: 1.1rem;
}


/* Modal Design */
.modal-content {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
	background-color: #800000;
	color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.form-control:focus {
	border-color: #800000;
	box-shadow: 0 0 0 0.2rem rgba(128, 0, 0, 0.25);
}

.calculate-btn {
	background-color: #800000;
	border: none;
	color: white;
	font-weight: 500;
	border-radius: 8px;
	padding: 10px 20px;
	transition: all 0.3s ease;
}

.calculate-btn:hover {
	background-color: #a00000;
	transform: scale(1.03);
}

.wrapp_loginsText {
	color: #fff;
}

@media (max-width: 768px) {
	.fixed-buttons {
		right: 10px;
		display: none;
	}
	.btn-maroon {
		padding: 6px 12px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.card-login {
		display: none;
	}
	.cookie-box {
		width: 90%;
		padding: 15px;
		text-align: center;
	}
	.cookie-buttons {
		justify-content: center;
	}
}


.login-dash {
	background: red;
	display: inline-block;
	line-height: 0px !important;
	height: 38px;
	min-width: 80px;
	text-align: center;
	margin-top: 12px;
	border: 2px solid transparent;
	-webkit-border-radius: 5em;
	color: #fff !important;
}
.login-dash:hover {
	background: #fff;
	border: 2px solid red;
}
/* Large Version */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-content h2 {
        font-size: 42px;
    }
    .timelineBody {
        max-height: 545px;
    }
    .team-member-thumb {
        width: 150px;
    }
    .post-meta p a {
        margin-right: 15px;
    }
    .post-title h4 {
        font-size: 20px;
    }
    .single-team-member {
        padding: 20px;
    }
    .cd-intro.default-title > h2 {
        font-size: 42px;
    }
}

/* Medium Version */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
        height: 700px !important;
    }
    .welcome_single_slider.height-900 {
        height: 700px;
    }
    .welcome-content h2 {
        font-size: 30px;
    }
    .cta-content h2 {
        font-size: 30px;
    }
    .timelineBody {
        max-height: 640px;
    }
    .price_table_text > h1 {
        font-size: 36px;
    }
    .price_table_text > p,
    .table_text_details > p {
        font-size: 13px;
    }
    .login-btn {
        margin: 30px;
    }
    .cd-intro.default-title > h2 {
        font-size: 36px;
    }
}

/* Mobile Version */

@media only screen and (max-width: 767px) {
    .login-btn {
        margin: 30px;
    }
    .welcome-content h2 {
        font-size: 24px;
    }
    .welcome-content p {
        font-size: 14px;
    }
    .dream-btn {
        min-width: 130px;
        padding: 0 20px;
        font-size: 10px;
    }
    .single_cool_fact {
        margin-bottom: 50px;
    }
    .classy-navbar {
        height: 60px;
    }
    .who-we-contant h4 {
        font-size: 24px;
    }
    .sonar {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .cta-content h2 {
        font-size: 24px;
    }
    .cta-content p {
        font-size: 14px;
    }
    .timelineBox {
        margin-top: 100px;
    }
    .our-mission-area {
        height: 1000px !important;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .post-meta p a {
        margin-right: 15px;
    }
    .post-title h4 {
        font-size: 20px;
    }
    .footer-side-thumbnail {
        width: 100%;
    }
    .welcome_single_slider.height-900 {
        height: 600px;
    }
    .welcome_area.sliders {
        height: 600px !important;
    }
    .cd-intro.default-title > h2 {
        font-size: 24px;
    }
    .welcome_area.animated-headline {
        height: 600px !important;
    }
    .welcome_area.animated-headline {
        height: 600px !important;
    }
    .dream-btn.video-btn {
        min-width: 70px;
        padding: 0;
        font-size: 20px;
    }
    #scrollUp {
        bottom: 100px;
        right: 0;
    }
    .welcome-video-area {
        margin-top: 0;
    }
    .timelineBody .timeline {
        padding: 1em;
    }
    .timelineBody .timeline .timelineDate {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        padding: 0;
    }
    .footer-copywrite-info {
        text-align: left;
    }
    .breadcumb--con {
        padding-top: 60px;
    }
    .welcome-content {
        margin-top: 90px;
    }
    .sidebar-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area {
        height: 1100px !important;
    }
    .welcome_area.none{
        height: 100vh !important;
    }
    .sonar {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .welcome-content h2 {
        font-size: 30px;
    }
    .dream-btn {
        min-width: 160px;
        padding: 0 20px;
        font-size: 12px;
    }
    .single-team-member:after {
        width: 50%;
    }
   
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-content h2 {
        font-size: 36px;
    }
    .dream-btn {
        min-width: 160px;
        padding: 0 20px;
        font-size: 12px;
    }
    .cd-intro.default-title > h2 {
        font-size: 30px;
    }
    .single-team-member:after {
        width: 80%;
    }
}