.footer-list a {
    font-size: 16px;
    color: #fff;
}
.footer-list a:hover {
    color: #F7931E;
}
.footer-contact {
    font-size: 16px;
    color: #fff;
}
.footer-contact .number a {
    font-size: 24px;
    color: #fff;
}
p.disclaimer {
    font-size: 12px;
    margin-bottom: 10px;
}
.faq--two .accordion-button.collapsed::after, .faq--two .accordion-button.collapsed::before, .faq--two .accordion-button.collapsed .accordion-icon, .faq .accordion-button, .service--one .service__pagination span, .progressbararea li .progress, .lab-btn:hover, .mrcart__footer ul li:last-child a, .mrcart__footer ul li:hover a, .search, .header__bar span, .header--two .header__bottom {
    background: #c13118;
}
.feature--one .feature__item {
    padding: 30px;
}
.feature__content .lab-btn{
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
.about-contact-support {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.about-contact-support .icon-box {
    margin-right: 20px;
}
.about-contact-support .icon-box img {
    max-width: 40px;
}
.about-support-content p {
    font-size: 16px;
    margin-bottom: 5px;
}
.about-support-content h3 {
    font-size: 24px;
}
.about-footer-btn {
    line-height: 0.8em;
}
.btn-default {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #fff;
    background: #c13118;
    border-radius: 12px;
    padding: 20px 60px 20px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-default:hover:before {
    transform: translate(-27px, -50%);
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    transform: translate(-30px, -50%);
    transition: 0.4s ease-in-out;
}
.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background-color: #F7931E;;
    border-radius: 12px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.about-content-footer {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .about-content-footer {
        display: block;
    }
    .about-contact-support {
        margin-left: 0px;
        margin-top: 20px;
    }
}
.home-about-img {
    text-align: center;
}
.about-content-footer {
    margin-top: 25px;
}

.process--one .process__item {
    border-radius: 10px;
    padding: 10px;
}
.bg-chakra {
    position: relative; /* Ensure the parent is positioned */
}
@keyframes rotateChakra {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.bg-chakra:before {
    content: url(../images/astro-chakara.png);
    position: absolute;
    left: -250px;
    z-index: 1;
    top: 250px;
    border: 50px solid #e7b10a66;
    border-radius: 50%;
    padding: 30px;
    animation: rotateChakra 10s linear infinite; /* Continuous smooth rotation */
    transform-origin: center;
}

.call-mob {
    display: none;
    text-align: center;
}
@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.call-mob .call {
    font-size: 22px;
    font-weight: 800;
    background-color: #e74225;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    display: block;
    max-width: 285px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    animation: flash 1s infinite;
}
@media (max-width: 768px) {
    .call-mob {
        display: block;
    }
}
@media (max-width: 1199px) {
    .header--two .header__bottom .area .main-menu .menu {
        background: #e74225;
    }
}
.section__header h5 {
    color: #c13118;
    font-family: "DM Sans", sans-serif;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #F7931E;
}
.border-20 {
    border-radius: 20px;
}
.scroll-dropdown {
    max-height: 80vh;
    overflow-y: auto;
    /* border: 1px solid #ddd;
    padding: 10px;
    list-style: none;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    /* width: 300px !important; */
}
.list-01 {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.list-01 li {
    font-size: 16px;
    color: #333;
    padding: 10px 15px;
    border-left: 4px solid #ff9800; /* Highlighting each item */
    margin-bottom: 8px;
    background: #f9f9f9;
    border-radius: 5px;
}

.list-01 li b {
    color: #d35400;
    font-weight: bold;
}
.widget__body ul li a {
    padding: 10px 30px;
}

.serviceform input, .serviceform textarea, .serviceform select {
    border: 1px solid #c3c3c3;
}


.floating-icons {
    position: fixed;
    z-index: 1000;
}

.phone-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff; /* Blue color for phone */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    transition: bottom 0.3s ease; /* Smooth transition for movement */
}

.phone-icon:hover,
.whatsapp-icon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    color: #c13118;
}


ul.flower-bullet {
    list-style: none; /* Remove default bullets */
}

ul.flower-bullet li {
    position: relative;
}

ul.flower-bullet li a {
    padding-left: 40px !important;
}

ul.flower-bullet li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Set width of flower image */
    height: 20px; /* Set height of flower image */
    background: url('../images/flower.png') no-repeat center center;
    /* background-size: contain; */
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

ul.flower-bullet li:hover::before {
    background: url('../images/flower-w.png') no-repeat center center;
    /* background-size: contain; */
    opacity: 0.8; /* Add a fading effect */
}
.fixed-bg {
    background: url('../images/goldsun.png') no-repeat center center fixed;
    background-size: cover; /* Ensure it covers the entire screen */
}