.floating-social-icons {
	position: fixed;
	left: 0;
	top: 85%;
	transform: translateY(-50%);
	z-index: 1000;
	transition: transform 0.3s;
}
.floating-social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floating-social-icons ul li {
	margin: 5px 0;
	position: relative;
}
.floating-social-icons ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40px;
	height: 40px;
	background: #3b5998;
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	transition: 0.3s;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
}
.floating-social-icons ul li a i {
	margin-right: 10px;
}
.floating-social-icons ul li a:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	white-space: nowrap;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
}
.social-icon {
	display: none;
}
.hidden {
	display: none;
}
/* CONTACT UPPAR */
.contact-uppar {
	background: #f9fafb;
	padding: 40px 0;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
}
.contact-info-detail {
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.contact-info-detail li {
	flex: 1 1 250px;
	background: #fff;
	padding: 25px 20px;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgb(0 0 0 / 0.07);
	display: flex;
	align-items: center;
	gap: 15px;
	transition: transform 0.3s ease;
	cursor: default;
}
.contact-info-detail li:hover {
	transform: translateY(-5px);
}
.contact-info-icon {
	background: #800020;
	color: #fff;
	font-size: 28px;
	padding: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 3px 8px rgb(219 96 27);
}
.contact-info-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #111827;
	letter-spacing: 1px;
}
.contact-info-content p {
	font-size: 15px;
	color: #4b5563;
	letter-spacing: 1px;
}
.contact-info-content a {
	color: #4b5563;
	text-decoration: none;
	letter-spacing: 1px;
	transition: color 0.3s ease;
}

a {}
.contact-info-content a:hover {
	color: #4b5563;
}
/* CONTACT BOTTOM */
.contact-bottom {
	padding: 50px 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgb(0 0 0 / 0.05);
}
.contact-form {
	background: #fefefe;
	padding: 35px 30px;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgb(0 0 0 / 0.08);
	transition: box-shadow 0.3s ease;
}
.contact-form:hover {
	box-shadow: 0 12px 30px rgb(0 0 0 / 0.12);
}
.contact-form-content-tagline-box span {
	color: #800020;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 14px;
}
.contact-form-content-title {
	font-size: 28px;
	font-weight: 800;
	margin-top: 8px;
	margin-bottom: 30px;
	color: #111827;
	line-height: 1.2;
	letter-spacing: 1px;
}
/* FORM FIELDS */
.contact-form-below-title {
	font-weight: 600;
	font-size: 16px;
	color: #374151;
	margin-bottom: 15px;
	user-select: none;
	letter-spacing: 1px;
}
.contact-form-below-title span {
	color: #dc2626;
}
.contact-form-below-box {
	position: relative;
	display: flex;
	align-items: center;
	background: #f3f4f6;
	border-radius: 12px;
	padding: 12px 15px 12px 48px;
	margin-bottom: 22px;
	box-shadow: inset 0 2px 5px rgb(0 0 0 / 0.05);
	transition: background-color 0.3s ease;
}
.contact-form-below-box:focus-within {
	background-color: #e0e7ff;
	box-shadow: 0 0 8px #6366f1;
}
.contact-form-below-icon {
	position: absolute;
	left: 15px;
	font-size: 18px;
	color: #6b7280;
	pointer-events: none;
}
.contact-form-below-box input[type="text"],
.contact-form-below-box input[type="email"],
.contact-form-below-box input[type="number"],
.contact-form-below-box textarea {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 15px;
	color: #111827;
	resize: vertical;
	outline: none;
	font-weight: 500;
	font-family: inherit;
	min-height: 38px;
	letter-spacing: 1px;
}
.contact-form-below-box textarea {
	min-height: 90px;
	padding-top: 8px;
}
.contact-form-below-btn-box {
	margin-top: 10px;
	text-align: right;
}
.contact-form-below-thm-btn {
	background: #800020;
	color: #fff;
	border: none;
	letter-spacing: 1px;
	padding: 14px 28px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 0 6px 15px rgb(218 86 12);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-below-thm-btn:hover {
	background: #1e40af;
	box-shadow: 0 8px 20px rgb(30 64 175 / 0.7);
}
/* MAP */
.contact-map {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgb(0 0 0 / 0.1);
	height: 100%;
}
.contact-two__google-map {
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: none;
	display: block;
	filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.1));
	transition: filter 0.3s ease;
	border-radius: 16px;
}
.contact-two__google-map:hover {
	filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.15));
}
.terms-section ul {
	padding-left: 20px;
    margin-bottom: 20px;
}
.terms-section ul li {
	margin-bottom: 8px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 18px;
    list-style: circle;
}
.terms-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
}
.terms-section .text-primary {
    color: #007BFF;
}
.terms-section .text-secondary {
	color: #6c757d;
}
.terms-section .content-box {
	padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.terms-section .content-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.terms-section h1 {
	font-size: 2.5rem;
    font-weight: bold;
}
.terms-section h3 {
	font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.terms-section .highlight-box {
	background: #f8f9fa;
	border-left: 4px solid #800020;
	padding: 1rem 1.5rem;
	margin-top: 2rem;
	border-radius: 0.5rem;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	line-height: 40px;
}
/* Feedback Section */
.feedback-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f0f4f8 0%, #e0ecf7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Feedback Widget */
.feedback-section-widget {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
/* Form Inputs and Labels */
.feedback--input {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.feedback-input-label {
    font-weight: 500;
    font-size: 18px;
    color: #1d1d1d;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
}
.feedback-input-field,
.contact__form-textarea-field {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    color: #333;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}
.feedback-input-field:focus,
.contact__form-textarea-field:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 90, 60, 0.2);
}
/* Textarea */
.contact__form-textarea-field {
    min-height: 120px;
    resize: vertical;
}
/* Submit Button */
.feedback-btn {
    background: linear-gradient(135deg, #800020, #d31c4a);
    color: #ffffff;
    padding: 14px 30px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
    letter-spacing: 1px;
}
.feedback-btn:hover {
    background: linear-gradient(135deg, #800020, #d31c4a);
    transform: scale(1.03);
}
.mobile-btn {
    display: none; /* By default hidden on larger screens */
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-info-detail {
    justify-content: center;
  }
  .contact-info-detail li {
    flex: 1 1 300px;
  }
  .contact-two__google-map {
    min-height: 300px;
  }
  .contact-form {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
    .mobile-btn {
        display: block; /* Visible only on mobile devices */
    }
}
@media (max-width: 576px) {
    .feedback-section-widget {
        padding: 30px 20px;
    }
    .feedback-btn {
        font-size: 15px;
        padding: 12px 20px;
    }
}
@media only screen and (max-width : 480px){
	.acme-news-ticker-label{
		width:100% !important;
		text-align:center;
	}
	.my-news-ticker{
		display:none;
	}
	.auto-container{
		padding-left:0px;
		padding-right:0px;
	}
	.acme-news-ticker-controls{
		display:none !important;
	}
	.acme-news-ticker-box{
		padding-right:10px !important;
	}
	.marqueediv{
		display:block;
	}
	.marqueediv a{
        padding-right:100px;
        color:#fff;
        font-weight:500;
		font-family: "Roboto Condensed", serif;
		letter-spacing: 1px;
    }
	.contact-form-content-title {
		font-size: 22px;
	}
	.contact-form-below-thm-btn {
		width: 100%;
		padding: 14px 0;
	}
}