.banner-img-two video {
    height: 550px;
    object-fit: cover;
    border-radius: 0px;
    width: 100%;
}

.section-title img {
    width: 150px;
    height: 49px;
    object-fit: fill;
}

.service-icon img {
    width: 70px !important;
}

.pricing-card .content {
    padding: 0 20px;
    text-align: left;
    padding-bottom: 20px;
    border-radius: 5px;
    height: 100%;
}

.blog-area {
    /* background-image: url(/static/website_static/seva_img/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #fc6108; */
}

.choose-img img {
    height: 470px;
    border-radius: 15px;
    object-fit: cover;
}

.live-icon {
    display: inline-block;
    color: #4CAF50;
    font-size: 22px;
    font-weight: bold;
    margin-right: 8px;
    animation: blink 0.5s infinite alternate;
    line-height: 13px;
    border: 1px solid #4CAF50;
    border-radius: 50%;
    padding: 2px;
}

/* Blinking animation */
@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pt-50 {
    padding-top: 50px;
}

.section-title {
    /* padding-top: 15px; */
}

.pt-35 {
    padding-top: 35px;
}

.blog-card img {
    height: 300px;
    object-fit: cover;
}

.puja-page .banner-section {
    background-color: #fff7f3;

}

.puja-content {
    padding: 15px 10px;
}
.puja-content h2 {
    font-size: 26px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #fc6108 !important;
}

.puja-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.puja-content ul i {
    color: #e23601;
    padding-right: 10px;
}

.puja-page .banner-image img {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}

.puja-page .section-title h2 {
    font-family: var(--bodyFonts);
    font-size: 36px;
}

.puja-page .pricing-card .top {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.puja-page .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    height: auto;
}

/* .puja-page .pricing-card ul {
    padding: 20px;
    border: none;
    overflow-y: scroll;
    height: 280px;
} */

/* .puja-page .pricing-card ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
} */

/* .puja-page .pricing-card ul li::before {
    content: "\e9c1";
    font-family: "boxicons";
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    color: #f78748;
    font-size: 20px;
} */

.puja-page .pricing-card .price-btn-area {
    margin-top: 15px;
    padding-bottom: 15px;
}

.puja-page .services-area-two .section-title h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 44px;
}

.puja-page .about-area {
    margin-top: 25px;
    margin-bottom: 30px;
}

.booking-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-area ul i {
    color: #e23601;
    padding-right: 10px;
}

.booking-area .card-body {
    padding: 20px;
}

.sticky-bar {
    position: sticky;
    top: 10px;
}

.booking-area .pricing-card {
    border: 1px solid #d7d7d7;
    box-shadow: none;
    padding-top: 12px;
}

.footer-widget .footer-list a i {
    color: var(--orangeColor);
    margin-right: 10px;
    margin-top: 6px;
    font-size: 16px;
}

.pl-3 {
    padding-left: 30px;
}

.project-categories .section-title h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
}

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #fc6108;
    border-radius: 50%;
    color: #ffffff;
} */
.owl-carousel .owl-nav button.owl-next {
    right: -10px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -10px !important;
}

.form-control {
    padding: 0.6rem .75rem;
}

.pl-0 {
    padding-left: 0;
}

.fixed-cart {
    position: fixed;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}

.fixed-cart .content {
    background: #03bd68;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: -3px 5px 20px #00000061;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.text-theme {
    color: #fc6108;
}

.animate-btn .btn-text {
    transition: opacity 0.5s ease;
}

.date-badge {
    position: absolute;
    right: 7px;
    background: #ffde5a91;
    border-radius: 0 0 8px 8px;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 700;
    max-width: 62px;
    line-height: 15px;
    text-align: center;
    color: white;
}

.pricing-card .price-icon img {
    border-radius: 5px 5px 0 0;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 1rem;
}

.chadawa.pricing-card {
    padding: 0;
    background: white;

}

.sub-benefit {
    background: #fc62073b;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    /* vertical video */
    border-radius: 12px;
    overflow: hidden;
    /* important for rounded corners */
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.delivery-box {
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.delivery-box .form-check-input {
    width: 45px;
    height: 24px;
    cursor: pointer;
}

.delivery-box p {
    font-size: 13px;
    color: gray;
}

.scroll-container {
    background: #a23214;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.scroll-content {
    display: inline-flex;
    gap: 30px;
    padding: 10px 0;
    animation: scroll-left 15s linear infinite;
    font-weight: 600;
    color: #fff;
}

.scroll-content span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

/* Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.scroll-content span::after {
    content: "*";
    margin-left: 20px;
    margin-top: 7px;
}

.scroll-content span:last-child::after {
    content: "";
}

.owl-theme .owl-dots {
    margin-top: -22px !important;
    left: 40%;
    right: 40%;
    position: absolute;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.08); */
    height: 290px;
    display: flex;
    flex-direction: column;
    background: #fdf2e7;
    margin-bottom: 30px;
}

.review-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-video {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.stars {}

.stars i {
    color: #ffc733;
    font-size: 12px;
}

.review-header {
    display: flex;
    align-items: center;
    margin-top: auto;
    /* 👈 pushes user info to bottom */
}

.testimonial-slider .owl-dots {
    margin-top: 8px !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.cog-product-detail .zoom-img {
    background-size: cover !important;
}

.product-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 30px;
    /* box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%); */
}

.product-card .price-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.product-img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 5px 8px;
}

.product-card .card-title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: var(--titleColor);
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.price {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;

}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #888;
}

.add-cart-btn {
    border-radius: 8px;
    font-size: 14px;
}

.add-cart-btn i {
    margin-right: 5px;
}

/* whatsapp sticky button */

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    right: 20px;
    left: auto;
}

.whatsapp-btn img {
    width: 60px;

}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    color: var(--titleColor);
}

.price-btn-area.book {
    position: absolute;
    width: 88%;
    bottom: 15px;
    left: 6%;
}

.pricing-card .price-btn-area.book .price-btn {
    background: #fc6207;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-text {
    color: white;
    font-weight: 600;
    padding-left: 6px;
    font-size: 14px;
}

.book-btn {
    background: #ffffff;
    color: #fc6207;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.book-btn:hover {
    background: #fff;
}

.package-card {
    background: #fdf1e7;
    border-radius: 20px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5c9a9;
    margin-bottom: 20px;
}

/* Top section */
.package-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.pkg-title {
    color: #a34700;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.pkg-badge {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #e8b08b;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 0;
}

.pkg-price {
    font-size: 24px;
    font-weight: 700;
    color: #b91c1c;
    padding-top: 6px;
}

.pkg-price span {
    font-size: 20px;
    color: #777;
}

/* Image */
.pkg-img img {
    width: 130px;
}

/* About section */
.package-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    font-weight: 600;
    color: #f97316;
    font-size: 13px;
    /* padding: 0 10px; */
}


.package-btn i {
    margin-left: 8px;
}
.package-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #f0f0f0;
    margin-bottom:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.package-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:15px;
}

.pkg-price{
    font-size:22px;
    font-weight:700;
    color:#ff6600;
    margin-bottom:10px;
}

.package-about{
    color:#f4a62a;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

.package-about i{
    margin-left:5px;
}

.pkg-img img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
}

.package-body {
    padding: 0 15px 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    min-height: 50px;
    font-weight: 600;
}

.package-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    width:100%;
    background:#ff6600;
    color:#fff;
    text-decoration:none;

    padding:10px;
    font-size:16px;
    font-weight:600;
}

.package-btn:hover{
    color:#fff;
}
.custom-modal-ui {
    background: #fdf1e7;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Header */
.modal-header-custom img {
    width: 90px;
    border-radius: 15px;
}

#modalTitle {
    font-weight: 700;
    color: #a34700;
}

.modal-badge {
    border: 1px solid #e8b08b;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px 0;
}

.modal-price {
    font-size: 32px;
    font-weight: 700;
    color: #b91c1c;
}

/* Body scroll */
.modal-body-custom {
    max-height: 250px;
    overflow-y: auto;
}

.modal-body-custom h4 {
    color: #a34700;
    margin-bottom: 10px;
}

/* Button */
.modal-btn {
    display: block;
    margin-top: 20px;
    background: linear-gradient(to right, #f97316, #fb923c);
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.account-booking-card {
    display: flex;
    background: #ffff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
}

.account-booking-card:hover {
    transform: scale(1.01);
}

.account-card-left {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-card-left.paid {
    background: #008000;
}

.account-card-left.pending {
    background: #ffa500;
}

.account-card-left.failed {
    background: #ff4d4d;
}

.account-badge-paid {
    color: white;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
}

.account-badge-pending {
    color: white;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
}

.account-card-content {
    padding: 15px;
    width: 100%;
}

.account-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.account-price {
    font-weight: bold;
}

.account-btn-orange {
    background: #ff6a00;
    color: white;
    border-radius: 8px;
    padding: 5px 12px;
    border: none;
    text-align: center;
}

.account-rate {
    color: #ff6a00;
    font-size: 14px;
}

.account-text {
    font-size: 14px;
    margin: 0;
}

.account-text-muted {
    font-size: 14px;
    color: #777;
}

.account-modal-body {
    background: #f3e8d3;
    padding: 15px;
}

.account-section-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.account-section-title {
    font-weight: 600;
    font-size: 16px;
}

.account-section-sub {
    color: #666;
    font-size: 14px;
}

/* TIMELINE */
.account-timeline {
    position: relative;
    margin-top: 15px;
    padding-left: 30px;
}

.account-timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: green;
}

.account-timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.account-timeline-dot {
    position: absolute;
    left: -30px;
    top: 0;
    background: green;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.account-timeline-content {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.account-time {
    font-size: 13px;
    font-weight: 600;
}

.account-desc {
    font-size: 14px;
    color: #777;
}

.account-timeline-heading {
    margin-top: 20px;
    font-weight: 600;
}

.account-modal .modal-header {
    background: var(--cog-primary-color);
}

.account-modal .modal-header h5 {
    color: #fff;
}

.cog-account .left-side {
    padding: 30px 15px !important;
}

.cog-account .cog-tabs.nav-link .button-text {
    font-size: 15px !important;
    width: 100% !important;
}

.cog-account .cog-tabs.nav-link {
    width: 100% !important;
}

.video-wrapper {
    position: relative;
}

.review-video {
    border-radius: 8px;
}

.play-btn {
    position: absolute;
    top: 16%;
    left: 44%;
    /* transform: translate(-50%, -50%); */
    font-size: 26px;
    color: #ff0000;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    /* padding: 10px 20px; */
    /* pointer-events: none; */
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cog-account .left-side .logout-btn:hover a {
    color: #fff;
}

.cog-account .cog-tabs.nav-link .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.5rem;
    width: 1.8rem;
    height: 2rem;
    background: none;
    color: #fff;
}

.contact-now-box:hover .icon-box img {
    color: var(--primary-color);
}

.contact-now-box-content h3 {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 2px;
}

.contact-now-box-content p {
    color: var(--white-color);
    margin: 0;
}

.contact-now-box-content p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-now-box-content p a:hover {
    color: var(--accent-color);
}

.hero-image {
    position: relative;
    /* margin: 0 55px; */
}

.hero-image figure {
    display: block;
}

.hero-image figure img {
    width: 100%;
    /* aspect-ratio: 1 / 1.357; */
    object-fit: cover;
}

.premium-quality-circle {
    position: absolute;
    top: 0;
    left: 0;
}

.premium-quality-circle img {
    width: 100%;
    max-width: 140px;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us {
    padding: 40px 0;
    background: #fff;
}

.about-images {
    position: relative;
    /* margin-right: 60px; */
}

.about-images figure img {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
}

.about-images .premium-quality-circle {
    left: auto;
    right: 0;
}

.about-images .premium-quality-circle img {
    max-width: 130px;
}

.about-us-list {
    margin-bottom: 20px;
}

.about-us-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-us-list ul li {
    position: relative;
    text-transform: capitalize;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 8px;
}

.about-us-list ul li:last-child {
    margin-bottom: 0;
}

.about-us-list ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-body-item-btn {
    width: calc(68% - 15px);
}

.about-organic-item {
    display: flex;
}

.about-organic-item .icon-box {
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.about-organic-item:hover .icon-box {
    background: var(--primary-color);
}

.about-organic-item .icon-box img {
    width: 100%;
    max-width: 30px;
}

.about-organic-content {
    width: calc(100% - 65px);
}

.about-organic-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-organic-content p {
    margin: 0;
}

.about-us-btn {
    margin-top: 20px;
}

.about-body-item {
    width: calc(32% - 15px);
    background: var(--white-color);
    box-shadow: 0px 0px 30px 0px #0000000D;
    border-radius: 20px;
    padding: 20px;
}

.about-body-item img {
    max-width: 60px;
    margin-bottom: 20px;
}

.about-body-item h3 {
    font-size: 20px;
    line-height: 1.3em;
}

/************************************/
/*** 	 06. Why Choose Us css 	  ***/
/************************************/

.why-choose-us {

    background: #ffffffd9 url(/static/website_static/brand_img/favicon.png) no-repeat;
    background-position: left -40px top;
    background-size: auto;
    background-blend-mode: overlay;
}

.why-choose-us .container-fluid {
    padding: 0;
}

.why-choose-box {
    display: flex;
    flex-wrap: wrap;
    padding-left: calc(((100vw - 1300px) / 2));
}

.why-choose-content {
    width: 52%;
    align-content: center;
    padding: 100px 200px 100px 0;
}

.why-choose-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-item {
    width: calc(50% - 15px);
}

.why-choose-item .icon-box {
    position: relative;
    background: var(--accent-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.why-choose-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}

.why-choose-item .icon-box img {
    position: relative;
    max-width: 35px;
    z-index: 1;
}

.why-choose-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-choose-item-content p {
    margin: 0;
}

.why-choose-body {
    background: var(--secondary-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 40px;
}

.why-choose-body .icon-box {
    margin-right: 40px;
}

.why-choose-body .icon-box img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.why-choose-body-content {
    width: calc(100% - 160px);
}

.why-choose-body-content p {
    margin: 0;
}

.why-choose-images {
    width: 48%;
}

.why-choose-images {
    position: relative;
}

.why-choose-img figure,
.why-choose-img {
    height: 100%;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.why-choose-product-image {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 220px;
}

/************************************/
/*** 	 07. Our Products css 	  ***/
/************************************/

.our-products {
    padding: 50px 0;
    background: white;
}

.product-item {
    height: calc(100% - 30px);
    margin-bottom: 0px;
}

.product-image {
    position: relative;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background: white;
}

/* .product-image::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--accent-color);
	opacity: 10%;
	width: 100%;
	height: 100%;
} */

.product-image figure {
    position: relative;
    z-index: 1;
}

.product-image figure img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.product-content {
    text-align: center;
}

.product-content h3 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
}

.product-content p {
    color: var(--accent-color);
    font-weight: 700;
    margin: 4px;
}

.section-footer-text {
    margin-top: 30px;
    text-align: center;
}

.section-footer-text p {
    margin-bottom: 0;
}

.section-footer-text span {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    background: var(--accent-color);
    padding: 3px 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.section-footer-text p a {
    font-family: var(--accent-font);
    font-style: italic;
    text-transform: capitalize;
    text-decoration: underline;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--primary-color);
}

/************************************/
/*** 	 08. What We Do css 	  ***/
/************************************/

.what-we-do {
    position: relative;
    background-image: url('../images/section-bg-shape-2.png');
    background-repeat: no-repeat;
    background-position: right -40px bottom;
    background-size: auto;
    padding: 50px 0;
}

.what-we-do::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 235px;
    height: 200px;
    background: url(../images/section-bg-shape-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.what-we-do .container {
    position: relative;
    z-index: 1;
}

.what-we-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 15px;
}

.what-we-image-1 {
    width: 100%;
    padding-right: 50px;
}

.what-we-image-2 {
    position: relative;
    width: 100%;
    max-width: 410px;
    margin: 0 0 0 auto;
    margin-top: -90px;
    z-index: 1;
}

.what-we-image-2 figure,
.what-we-image-1 figure {
    display: block;
    border-radius: 20px;
}

.what-we-image-2 figure img,
.what-we-image-1 figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.what-we-image-1 figure img {
    aspect-ratio: 1 / 0.73;
}

.what-we-image-2 figure img {
    aspect-ratio: 1 / 0.62;
}

.what-we-circle {
    position: absolute;
    left: 50px;
    bottom: 40px;
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}

.what-we-circle img {
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.what-we-item {
    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.what-we-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.what-we-item h3 {
    position: relative;
    font-size: 20px;
    color: var(--white-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.what-we-item h3::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.what-we-item p {
    color: var(--white-color);
    margin: 0;
}

/************************************/
/***    09. Our Key Points css 	  ***/
/************************************/

.our-key-points {
    padding: 50px 0;
}

.key-points-item-box-1 .key-points-item {
    flex-direction: row-reverse;
}

.key-points-item-box-1 .key-points-item .icon-box {
    margin: 0 0 0 20px;
}

.key-points-item-box-1 .key-points-item .key-points-item-content {
    text-align: right;
}

.key-points-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.key-points-item:last-child {
    margin-bottom: 0;
}

.key-points-item .icon-box {
    position: relative;
    background: var(--accent-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.key-points-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.key-points-item:hover .icon-box::before {
    transform: scale(1);
}

.key-points-item .icon-box img {
    position: relative;
    max-width: 45px;
    z-index: 1;
}

.key-points-item-content {
    width: calc(100% - 100px);
}

.key-points-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.key-points-item-content p {
    margin: 0;
}

.key-points-image {
    text-align: center;
    margin: 0 15px;
}

.key-points-image img {
    width: 100%;
    max-width: 340px;
}

.our-key-points .section-footer-text {
    margin-top: 60px;
}

/************************************/
/***   10. Premium Products css   ***/
/************************************/

.premium-products {
    background: #ffffffd9 url(/static/website_static/brand_img/favicon.png) no-repeat;
    background-position: left -40px top;
    background-size: auto;
    padding: 50px 0;
    background-blend-mode: overlay;
    background-size: 140px;
}

.premium-products-body {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.certificate-preview {
    width: 100%;
    /* max-width: 400px; */
    height: 390px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.certificate-preview iframe {
    width: 1220px;
    height: 780px;
    border: none;
    transform: scale(0.5);
    transform-origin: top left;
    pointer-events: none;
    overflow: hidden;
}

.print-certificate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media (max-width: 760px) {
    .cog-account .right-side {
        padding: 10px;
    }
.cta-section img{
    height: auto;
}
.cta-section .app img {
    height: 40px;
}
    .account-title {
        font-size: 14px;
        font-weight: 600;
    }

    .account-price {
        font-weight: bold;
        font-size: 14px;
    }

    .account-text {
        font-size: 12px;
        margin: 0;
    }

    .account-text-muted {
        font-size: 13px;
        color: #777;
    }

    .account-detail {
        display: block;
        align-items: center;
    }

    .account-btn-orange {

        margin-top: 10px;
        font-size: 12px;
    }

    .cog-account .orders .head,
    .cog-account .profile .head,
    .cog-account .support .head {
        margin-bottom: 20px
    }

    .certificate-preview {
        height: 600px !important;
    }

    .certificate-preview iframe {
        height: 1200px !important;
        width: 470px !important;
    }

    .cog-account .orders .head,
    .cog-account .profile .head,
    .cog-account .support .head {
        margin-bottom: 20px;
        text-align: center;
    }
}

.modal-lg,
.modal-xl {
    --bs-modal-width: 700px;
}

.cog-account .orders .table tbody tr td,
.cog-account .orders .table tbody tr th {
    white-space: nowrap;
}

.banner-item {
    /* height: calc(100vh - 76px); */
    overflow: hidden;
}

.post-featured-image figure {
    display: block;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.673;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-body {
    padding: 25px;
}

.post-item-content {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post-item-content h2 {
    font-size: 20px;
    line-height: 1.4em;
}

.post-item-content h2 a {
    color: inherit;
}

.post-item-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 10px;
}

.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-meta ul li {
    text-transform: capitalize;
    line-height: normal;
}

.post-meta ul li i {
    color: var(--accent-color);
    font-size: 18px;
    margin-right: 5px;
}

/************************************/
/*** 	    16. Footer css 	      ***/
/************************************/

.main-footer {
    position: relative;
    background: #2a3b3d url(../images/section-bg-shape-4.png) no-repeat;
    background-position: bottom left;
    background-size: auto;
    padding: 40px 0 0;
}

.main-footer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 235px;
    height: 200px;
    background: url(../images/section-bg-shape-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.footer-links-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: 30px;
}

.footer-links-box .footer-links {
    width: calc(50% - 15px);
}

.footer-links h3 {
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    color: var(--accent-color);
}

.about-footer {
    text-align: center;
}

.about-footer-content,
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
}

.about-footer-content p {
    color: var(--white-color);
    margin: 0;
}

.about-footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.about-footer-contact a {
    border: 1px solid var(--white-color);
    border-radius: 100px;
    color: var(--white-color);
    font-weight: 700;
    line-height: normal;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}

.about-footer-contact a:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.footer-contact-box {
    margin-left: 50px;
}

.footer-newsletter-form .form-group {
    display: flex;
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 60px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--white-color);
    background: var(--dark-divider-color);
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: 15px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--white-color);
}

.footer-newsletter-form .form-group .newsletter-btn {
    background-color: var(--accent-color);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 30px;
    color: var(--white-color);
    padding-right: 5px;
    transition: all 0.33s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover i {
    color: var(--primary-color);
}

.footer-social-links {
    margin-top: 20px;
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social-links ul li:last-child {
    margin: 0;
}

.footer-social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
    border-color: var(--accent-color);
}

.footer-social-links ul li i {
    font-size: 18px;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
    color: var(--accent-color);
}

.footer-copyright {
    /* text-align: center; */
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 30px;
    padding: 25px 0;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin: 0;
}

/************************************/
/*** 	 17. ABout Us Page css 	  ***/
/************************************/

.page-header {
    position: relative;
    background: url('/static/website_static/brand_img/favicon.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 250px;
    padding: 80px;
    background-color: #0a2c0f;
}

/* 
.page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #344f52;
	opacity: 80%;
	width: 100%;
	height: 100%;
}

.page-header::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
	width: 132px;
	height: 250px;
	background: url('/static/website_static/brand_img/favicon.png');

	background-position: center center;
	background-size: cover;
	opacity: 0.2;
} */

.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-header-box h1 {
    display: inline-block;
    color: #ffffff;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box h1 span {
    font-family: var(--accent-font);
    font-style: italic;
    font-weight: 400;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.our-approach {
    background: var(--white-color) url(../images/section-bg-shape-1.png) no-repeat;
    background-position: left -40px bottom;
    background-size: auto;
    padding: 50px 0 30px;
}

.mission-vision-item {
    background: #f4faf1;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 25px 50px 20px 25px;
    background: #ffffffd9 url(/static/website_static/brand_img/favicon.png) no-repeat;
    background-position: right -40px top;
    background-size: 172px;
    background-blend-mode: overlay;
}

.mission-vision-content {
    margin-bottom: 0px;
}

.mission-vision-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.mission-vision-content p {
    margin: 0;
}

.mission-vision-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.mission-vision-img figure {
    display: block;
}

.mission-vision-img img {
    width: 100%;
    aspect-ratio: 1 / 0.532;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-img img {
    transform: scale(1.1);
}

.mission-vision-image .icon-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.mission-vision-image .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.banner-item img {
    width: 100% !important;
    /* height: calc(100vh - 76px); */
    object-fit: cover;
    aspect-ratio: 16/9;
    margin-bottom: -8px;
}

@media only screen and (max-width: 768px) {

    .banner-item img,
    .banner-item {
        height: 100%;
        aspect-ratio: 3/4;
    }

    .scroll-content {
        gap: 25px;
        padding: 8px 0;
    }

    .scroll-content span {
        gap: 8px;
    }

    .owl-theme .owl-dots {
        margin-top: -22px !important;
        left: auto;
        right: auto;
        position: absolute;
        justify-content: center;
        display: flex;
        width: 100%;
    }
}


/* app store */
.coming-soon-wrapper {
    position: relative;
    display: inline-block;
}

.coming-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 110%;
    /* above the button */
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.3s ease;
}

.coming-soon-wrapper:hover .coming-tooltip {
    visibility: visible;
    opacity: 1;
}

.purpose-card {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    margin-bottom: 30px;
    aspect-ratio: 1;
    padding: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reel-slider .video-wrapper {
    position: relative;
    overflow: hidden;
}

.reel-slider .video-thumbnail-wrapper,
.reel-slider .video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.reel-slider .video-frame {
    z-index: 1;
    border: 0;
}

.reel-slider .video-thumbnail-wrapper {
    z-index: 2;
    cursor: pointer;
    transition: opacity .35s ease;
}

.reel-slider .video-thumbnail-wrapper.fade-out {
    opacity: 0;
    pointer-events: none;
}

.reel-slider .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reel-slider .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    font-size: 70px;
    z-index: 3;


    transition: transform .3s ease;
}

.reel-slider .video-thumbnail-wrapper:hover .play-button {
    transform: translate(-50%, -50%) scale(1.15);
}

.reviewer-img img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-item {
    padding: 0;
}
.temple-banner{
    display:flex;
    min-height:85vh;
    background:#fff;
    position:relative;
    overflow:hidden;
    /* border:1px solid #d8c2a4; */
}

.temple-left-panel{
    width:50%;
    padding:30px 40px;
    background:#fff;
    display:flex;
    align-items:center;
}

.temple-content-wrap{
    width:100%;
}

.temple-trishul{
    text-align:center;
    font-size:28px;
    color:#8b4c17;
    margin-bottom:10px;
}

.temple-title{
    font-family:'Cinzel', serif;
    font-size:54px;
    font-weight:800;
    line-height:1;
    text-align:center;
    color:#6d3400;
    margin-bottom:10px;
}

.temple-title span{
    display:block;
    font-size:38px;
    margin-top:5px;
}

.temple-subtitle{
    text-align:center;
    font-size:20px;
    color:#8b4c17;
    margin-bottom:20px;
}

.temple-description{
    text-align:center;
    font-size:15px;
    line-height:1.6;
    color:#444;
    margin-bottom:25px;
}

.temple-details-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.temple-detail-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.temple-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#8b4c17;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}

.temple-detail-item h6{
    margin-bottom:2px;
    color:#8b4c17;
    font-size:15px;
    font-weight:700;
}

.temple-detail-item p{
    margin:0;
    font-size:14px;
    color:#444;
    line-height:1.4;
}

.temple-quote{
    margin-top:20px;
    text-align:center;
    color:#9a551e;
    font-style:italic;
    font-size:17px;
    font-weight:600;
}

.temple-right-panel{
    width:50%;
    position:relative;
}

.temple-image{
    width:100%;
    height:100%;
    object-fit:cover;
}

.temple-center-divider{
    position:absolute;
    left:50%;
    top:0;
    width:70px;
    height:100%;
    transform:translateX(-50%);
    z-index:2;
    pointer-events:none;
}

.temple-center-divider::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(244,234,217,0) 0%,
        rgba(244,234,217,1) 50%,
        rgba(244,234,217,0) 100%
    );
}
/* 
.temple-banner::before{
    content:"";
    position:absolute;
    inset:12px;
    border:1px solid rgba(139,76,23,.25);
    pointer-events:none;
    z-index:5;
} */

@media(max-width:991px){

    .temple-banner{
        flex-direction:column;
        min-height:auto;
    }

    .temple-left-panel,
    .temple-right-panel{
        width:100%;
        padding: 30px 20px;
    }

    .temple-right-panel{
        height:400px;
    }

    .temple-center-divider{
        display:none;
    }

    .temple-title{
        font-size:36px;
    }

    .temple-title span{
        font-size:28px;
    }
}
.top-header {
    padding: 5px 0;
    background: #a23315;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header p{
        margin: 0;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    color: white;
}
.top-header span {
    font-weight: 700;
    padding: 2px 10px;
    font-size: 11px;
    background: white;
    border-radius: 30px;
    color: #a23315;
}
.mobile-header{
    height:60px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 15px;
    border-bottom:1px solid #eee;
    position:sticky;
    top:0;
    z-index:1045;
}

.mobile-logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.mobile-logo img {
    width: 180px;
    /* height: 42px; */
    /* border-radius: 50%; */
}

.mobile-logo span{
    font-size:24px;
    font-weight:700;
    color:#4d2d1a;
}

.mobile-actions{
    display:flex;
    align-items:center;
    gap:10px;
}

.lang-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
}

.menu-btn{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#fff;
    /* box-shadow:0 2px 10px rgba(0,0,0,.1); */
        border:1px solid #ddd;
        font-size: 16px;
        
}

.sidebar-overlay {
    position: fixed;
    top: 102px;
    bottom: 65px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1040;
}

.sidebar-overlay.show{
    opacity:1;
    visibility:visible;
}

.mobile-sidebar {
    position: fixed;
    top: 94px;
    right: -90%;
    width: 86%;
    height: calc(100vh - 160px);
    background: #fff;
    transition: .3s ease;
    z-index: 1040;
    overflow-y: auto;
    /* box-shadow: -5px 0 15px rgba(0,0,0,.15); */
}

.mobile-sidebar.show{
    right:0;
}

.sidebar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px;
    border-bottom:1px solid #eee;
}

.close-sidebar{
    border:none;
    background:none;
    font-size:20px;
}

.sidebar-content{
    padding:15px;
}

.login-box{
    margin-bottom:20px;
}

.menu-heading{
    color:#777;
    font-weight:600;
    margin-bottom:15px;
}

.menu-list{
    list-style:none;
    padding:0;
    margin:0;
}

.menu-list li{
    margin-bottom:25px;
}

.menu-list a{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:#222;
    font-size:16px;
    font-weight:600;
}

.menu-list a .fa-chevron-right{
    margin-left:auto;
    font-size:14px;
}
.lang-btn::after{
    display:none !important;
}
@media(max-width:762px) {
    .package-header{
        padding: 5px;
    }
    .pkg-price {
    font-size: 18px;
    margin-bottom: 5px;
}
.pkg-img img {
    width: 70px;
    height: 70px;
}
.package-body {
    padding: 0 5px 5px;
    font-size: 14px;
}
.package-btn {

    padding: 6px;
    font-size: 14px;
    font-weight: 600;
}
.row.package-row{
    --bs-gutter-x:8px;
    --bs-gutter-y:8px;
}
.package-about {
    font-size: 11px;
}
}