.logo {
	max-width: 185px;
}

.pad-10 {
	padding: 10px;
}

a {
    color: #6396c1;
    text-decoration: none;
}

.ftext-white {
	color: #fff;
}

.hotpink {
	color: #e02344;
}

.navbar-nav .nav-link.active {
    color: #e02344 !important;
}

.navbar-nav .nav-link.active:hover {
    color: #e02344 !important;
}

.bg-blue-2 {
	background: #d2dbdf;
}

.bg-blue-3 {
	background: #6396c1;
}


.footer-btn .btn-primary
 {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: var(--button-color);
    background-size: 200% auto;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    gap: 8px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    outline: none;
    padding: 15px 28px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
	.footer-btn {
		text-align: center;
	}
    .footer-btn a.btn.btn-primary {
       background: var(--button-color);
    }
}

.oshie-quote {
    position: relative;
    padding: 30px 30px 30px 80px; /* left space for icon */
    border-radius: 20px; /* if your template uses rounded-4 */
    background: #D2DBDF; /* fallback */
}

.oshie-quote::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 50px;
    position: absolute;
    left: 24px;
    top: 39px;
}

.oshie-quote p {
	font-size: 19px;
	font-weight: 600;
}

.oshie-quote a {
    font-size: 19px;
	color: #e02344;
    text-decoration: none;
}

.oshie-quote a:hover, a:active {
    color: #bf2f23;
    text-decoration: none;
}

.hero-social {
    display: flex;
    justify-content: center;
    gap: 20px; /* wider spacing */
	margin-bottom: 20px;
}

.hero-social a {
    color: #ffffff;
    font-size: 30px;
    transition: color 0.2s ease;
}

.hero-social a:hover {
    color: #e02344;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .footer-social {
        justify-content: flex-end;
    }
}

.footer-social a {
    color: #ffffff;
    font-size: 30px;
    transition: color 0.2s ease;
}

.footer-social a:hover {
    color: #e02344;
}

.footer-logo {
	max-width: 175px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px 6px;
}

@media (min-width: 768px) {
    .footer-links {
        justify-content: flex-end;
    }
}
