body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #333;
}

.theme-bg {
    background-color: #A20050;
}

.theme-color {
    color: #A20050;
}

.theme-btn {
    background-color: #A20050;
    color: #fff;
}

.top-menu .nav-link {
    color: #333;
    font-weight: 400;
    margin-right: 15px;
    transition: color 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
}

.top-menu .nav-link:hover {
    color: #A20050;
}


/* Mega menu on hover */

.mega-dropdown:hover .mega-menu {
    display: block !important;
}


/* Prevent Bootstrap dropdown auto hiding on hover */

.mega-menu {
    display: none;
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 1rem;
    width: 100%;
    border-radius: 0.5rem;
}

.mega-menu ul li {
    list-style: none;
}

.mega-menu ul li:hover a {
    color: #A20050;
}

.custom-fade-left {
    animation: slideInFromLeft 1s ease-in-out;
}

@media (min-width: 576px) {
    .rounded-lg {
        border-radius: 12px;
    }
    .pb-140 {
        padding-bottom: 140px;
    }
}

.br-top-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

.br-48 {
    border-radius: 48px;
}

.fs-18 {
    font-size: 18px;
}

.fs-15 {
    font-size: 15px;
}

.fs-50 {
    font-size: 50px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-10 {
    font-size: 10px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.icon-hover {
    background-color: #f0f8ff24;
}

.expert-card .icon-hover i {
    transition: transform 0.3s ease;
}

.expert-card .icon-hover:hover i {
    transform: scale(1.2);
    color: #fff;
}

.expert-card .card {
    transition: all 0.2s ease;
    /* Smooth transition */
}

.expert-card .card-img-bottom {
    transition: border-radius 0.2s ease;
    /* Smooth radius transition */
}

.theme-btn:hover {
    background-color: #FD7D05;
    color: #fff;
}

.quote-btn:hover {
    background-color: #FD7D05;
    color: #fff;
}

.expert-card .card:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2) !important;
    background-color: #af005f !important;
}

.expert-card .card:hover .icon-hover {
    transform: scale(1.2);
    color: #fff;
}

.hover-zoom {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.mt-2p {
    margin-top: 2px;
}

.wg-card {
    width: 340px;
    padding: 30px 25px 30px 25px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}

.wg-card h2 {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 33px;
    font-size: 25px;
}

.wg-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0PX;
}

.mt-100 {
    margin-top: 100px;
}

.bg-se {
    background-color: #FCFCFC;
}

.fs-h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47px;
}

.bg-expert-card {
    background-color: #2E3439;
}

#megaMenuIcon {
    transition: transform 0.3s ease;
}

.bi-chevron-up {
    transform: rotate(180deg);
}

.acc-faq .accordion-button:not(.collapsed) {
    background-color: #A20050;
    color: #fff;
}


/* Accordion icon (chevron) color when open */

.acc-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    /* makes icon white */
}

.footer-sec ul li:hover a {
    color: #FD7D05 !important;
}

.bg-gray {
    background-color: #606365;
}

.news-latter .input-group input {
    background-color: #606365 !important;
    color: #fff;
    border: none;
}

.news-latter .input-group input:focus {
    background-color: #606365 !important;
    box-shadow: none;
    color: #fff;
}

.news-latter .input-group input::placeholder {
    color: #aaabac;
    /* or pick another light color */
    opacity: 1;
}

.news-latter .input-group button:hover,
.news-latter .input-group button:active,
.news-latter .input-group button:focus {
    background-color: #FD7D05 !important;
    color: #fff;
    /* make text white on hover/active */
    box-shadow: none;
    /* remove default Bootstrap glow */
}

.social-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #aaabac;
}

.social-box:hover {
    background-color: #FD7D05 !important;
    color: #fff;
    /* make text white on hover/active */
}

.btn-contact:hover {
    color: #fff !important;
    background-color: #A20050 !important;
}

.btn-contact:hover i {
    background-color: #C06F97 !important;
}

.reviews-slider .carousel-indicators {
    margin-bottom: -2rem;
}

.reviews-slider .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #a20050;
}

.pt-100 {
    padding-top: 140px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media (max-width: 576px) {
    .py-130 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.bg-theme-1 {
    background-color: #F3F7FA;
}

.blog-link {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-link {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-link:hover .card {
    transform: translateY(-5px);
    /* Lift the whole card on hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    /* Stronger shadow on hover */
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero_in.detail_page {
    height: 370px;
}

.price-tag {
    display: inline-block;
    background-color: #FF6221;
    color: #000;
    font-weight: bold;
    font-family: sans-serif;
    padding: 4px 10px;
    font-size: 16px;
    position: relative;
    clip-path: polygon(5% 30%, 95% 20%, 100% 60%, 90% 90%, 10% 85%, 0% 50%);
}

.bg-theme-dark {
    background-color: #FF6221;
}

.bg-theme-dark:hover {
    background-color: #FF6221 !important;
}

.price-tag::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #FF6221;
    z-index: -1;
    filter: blur(1px);
    transform: scale(1.02);
    clip-path: polygon(5% 30%, 95% 20%, 100% 60%, 90% 90%, 10% 85%, 0% 50%);
}

.accordion-button:not(.collapsed) {
    background-color: #222;
    color: #fff;
}

.extra-hot {
    color: #6B2600;
    font-weight: bold;
    font-family: 'Comic Sans MS', cursive;
}

.hot {
    color: #D10000;
    font-weight: bold;
    font-family: 'Comic Sans MS', cursive;
}

.medium {
    color: #FFA500;
    font-weight: bold;
    font-family: 'Comic Sans MS', cursive;
}

.price {
    float: right;
}

.accordion-button::after {
    filter: none;
}

.accordion-button:not(.collapsed)::after {
    /* Open state (expanded) icon color — white */
    filter: brightness(0) invert(1);
}