/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* fonts */

.navbar {
    position: relative;
}

.h-5 {
    /* height: 1.25rem !important; */
    margin-bottom: -4rem;
    border-bottom: 1px solid #F3F3F3;
    border-radius: 50%;
    height: auto !important;
}

.navbar .navigation .navbar-nav .nav-link {
    font-family: "Manrope", sans-serif;
}

.navbar .navigation .navbar-nav .active .nav-link {
    color: #ED7D31;
}

.after\:bg-red-500::after {
    background-color: #ED7D31 !important;
}

.after\:shadow-red-500\/40::after {
    box-shadow: 0 25px 50px -12px rgb(237, 125, 49, 40%) !important;
}

.bg-red-500 {
    background-color: #ED7D31 !important;
}

.text-red-500 {
    color: #ED7D31 !important;
}

.text-slate-400 {
    color: #94A3B8;
}

.group:hover .group-hover\:bg-red-500 {
    background-color: #ED7D31 !important;
}

.hover\:bg-red-500:hover {
    background-color: #ED7D31 !important;
}

.tns-controls button[data-controls=next]:hover,
.tns-controls button[data-controls=prev]:hover {
    background-color: #ED7D31;
}

.tns-nav button.tns-nav-active {
    border-color: #ED7D31 !important;
    background-color: #ED7D31 !important;
}

.logo-footer img {
    background: #F3F3F3;
    border-radius: 50%;
}

.navbar .navigation .navbar-nav .nav-link:hover {
    color: #ED7D31;
    transition: 0.3s ease-in-out;
}

.hover\:text-red-500:hover {
    color: #ED7D31 !important;
}

.contanct-banner {
    padding: 7rem 0;
    background: #ED7D31;
}

.heading {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.contact-page {
    padding: 7rem 0 0 0;
}

.contact-page iframe {
    margin: 2rem;
    width: 100%;
}

.contact-page .container {
    padding: 0;
}

.contact-page iframe {
    border-radius: 20px;
}

.contact-nums {
    padding: 7rem 0;
}

.contactWrap {
    position: relative;
}

.contactWrap h5 {
    color: #ED7D31;
    font-size: 1.125rem;
    margin: 1rem 0;
    text-transform: uppercase;
}

.contactWrap a {
    font-size: 22px;
    color: #242424;
    font-weight: 500;
}

.contactWrap::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 163px;
    background: #000000;
    right: -9rem;
}

.contact-wrap::before {
    display: none;
}

.privacy-policy {
    padding: 7rem 0;
}

.para {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
}

.privacy-wrap h2 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: bold;
}

.privacy-wrap h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #ED7D31;
    font-weight: 500;
}

.privacy-wrap p {
    font-size: 18px;
    line-height: 1.7;
    color: #94A3B8;
    margin-bottom: 12px;
}

.privacy-wrap p span {
    color: #ED7D31;
    font-weight: 500;
}

.privacy-wrap ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

.privacy-wrap ul li {
    position: relative;
}

.privacy-wrap ul li a {
    color: #ED7D31;
    font-weight: 500;
    font-size: 18px;
}

.privacy-wrap ul li strong {
    color: #94A3B8;
    margin-right: 5px;
}

.privacy-wrap ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #242424;
    left: -13px;
    border-radius: 50%;
    top: 11px;
}

/* Success Popup */
:is(#newsletterFormResult, #contactFormResult) {
    background: #65B254;
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
}