@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Philosopher', sans-serif;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Inter', sans-serif;
}

#appointment{
    padding-top: 50px !important;
}

.form-check-input{
    border: 1px solid var(--color_warning) !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;

}

:root {
    --color_border: #DDD;
    --color_theme_alter: #fff;
    --color_warning: #E67C30;
    --color_black: #000;
    --background: linear-gradient(to bottom, var(--gradient-color1) 2%, var(--gradient-color2) 100%);
    color: white;
    --color_success: #006607;
    --color_danger: #C00;
    --color_required: #C00;
    --color_white: #FFFFFF;
    --color_light: #777777;
    --color_light_2: #EAECEE;
    --color_info: #666;
    --color_yellow: #FEBB02;
    --black: #222222;
    --font_one: 'Philosopher', sans-serif;
    --darck_black: #303030;
    --gradient-color1: #f4aa36;
    --gradient-color2: #f37335;
    --border-color: #efefef;

}

.section {
    padding: 40px 0;
}

.services-section {
    background: #f9f6f0 url(../img/bg/bg-1.jpg);

}

h1 {
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 50px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--black);

}


h5 {
    font-weight: 600;

}




p {
    color: var(--color_light);
    font-weight: 400;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}


.active {
    color: var(--color_warning);
}




.bg-1 {
    background: #f9f6f0;
}


.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
}




.logo {
    display: flex;
    width: 55px;
    object-fit: contain;
    align-items: center;
}

.logo-icon {
    color: var(--color_warning);
    font-size: 2rem;
    margin-right: 5px;
}

.logo-text {
    color: var(--color_warning);
    font-weight: bold;
    font-size: 1.5rem;
}



.navbar-nav .nav-link {
    color: var(--color_white);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar.scrolled .nav-link.active {
    color: var(--color_warning) !important;
}

.navbar .nav-link.active {
    color: var(--color_warning) !important;
}



/* Mobile navigation */


.navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar.scrolled {
    background-color: var(--color_warning) !important;
}

.navbar.scrolled .nav-link {
    color: var(--color_white);
}


.nav-link.show {
    color: var(--color_warning) !important;

}

.navbar.scrolled .navbar-brand {
    color: var(--color_black);
}



.navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar-toggler-icon,
.navbar-toggler {
    color: var(--color_warning);
}

@media (max-width: 991.98px) {


    .navbar,
    .scrolled {
        background-color: var(--color_warning) !important;
    }

    .nav-link {
        color: white !important;
    }

    .navbar.scrolled .navbar-toggler-icon {
        filter: invert(1);
    }
}


.heading-section {
    margin: auto;
    margin-bottom: 40px;
    max-width: 850px;
}

.heading-section p {
    color: var(--black);
    margin: 13px 0 0 0;
    font-weight: 400;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;

}

.hero-section {
    background: linear-gradient(to right, #ff9933, #ff6600);
    color: white;
    text-align: left;
    position: relative;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: end;
    min-height: 80vh;
    overflow: hidden;
    padding-top: 100px;
}





.btn {
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    border: none;

    border-radius: 5px;
    font-weight: 700;
}





.btn2 {
    display:inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #C83925;
    color: #fff;
    text-decoration: none;
    width: auto;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    font-weight: bold;
  }
  
  .btn2.btn:hover {
    background-color: #ff7a00;
  }
  
  .icon {
    animation: pulse 1.5s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.5;
    }
  }


.btn:hover {
    background-color: var(--gradient-color2);
}

.btn2:hover {
    background-color: var(--gradient-color2);
  
}

.btn-video {
    background: transparent !important;
    border: 2px solid var(--gradient-color1);
    color: var(--color_white);
}

.btn-video:hover {
    color: var(--darck_black);
    transform: translateY(-2px);
    border: 2px solid var(--color_white);

}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: -60px;
}

.hero-content p {
    color: var(--color_white);
    font-weight: 500;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}




.main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating-image {
    height: auto;
    animation: rotate360 15s linear infinite;
}


.service-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    background-color: var(--color_warning);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

.service-icon img{
    height: 40px;
    object-fit: contain;
    
}


.service-description {
    margin-bottom: 20px;
    min-height: 60px;
}



.services-container {
    padding: 50px 0;
}

.hero-image {
    position: relative;
}



.consultation-card {
    background: url('your-image-url.jpg') no-repeat center center;
    background-size: cover;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.consultation-card h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.play-button {
    display: inline-block;
    background: red;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
}

.legacy {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.legacy img {
    width: 50px;
}

.img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.zodiac-card {
    background-color: white;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.card-icon {
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    ;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 50%;
    background-color: var(--color_white);
}

.zodiac-card:hover {
    background: linear-gradient(to bottom, var(--gradient-color1) 2%, var(--gradient-color2) 100%);
    border-color: var(--al-border-color);
    color: white;

}

.zodiac-card .card-icon img {
    transition: transform 0.7s ease-in-out;
}

.zodiac-card:hover .card-icon {
    transform: rotate(360deg);
}

.zodiac-card:hover .zodiac-date {
    color: white;
}

.zodiac-card p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none;
}



.cosmic-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    color: var(--color_white);
    overflow: hidden;
}

.cosmic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.divider-line {
    height: 1px;
    width: 80px;
    background-color: #f59e0b;
}

.divider-ornament {
    margin: 0 10px;
    height: 20px;
}

.section-text {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
    color: #e0e0e0;
    line-height: 1.6;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-icon-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
}

.stat-icon {
    width: 100%;
    height: 100%;
}

.stat-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 700;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .stat-icon-container {
        width: 120px;
        height: 120px;
    }

    .stat-number {
        font-size: 1.75rem;
    }
}


.note {
    color: white;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 18px;
    border-top: 1px solid white;
}

.note span{
    font-weight: 900;

}

footer {
    background: linear-gradient(to right, #931A19, #520707);
    color: #fff;
    padding: 50px 0 0 0;
}

footer .section-title {
    text-align: left;
    color: var(--color_white);
}

.section-title {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background-color: var(--color_white);
}


.footer-about p {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 600 !important;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: white;
    color:#931A19 ;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #ff6b00;
    transform: translateY(-3px);
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info i {
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}

.services-list {
    list-style: none;
    padding-left: 0;
}

.services-list li {
    margin-bottom: 12px;
}

.services-list li::before {
    content: '•';
    color: var(--color_white);
    font-size: 18px;
    margin-right: 10px;
}

.services-list a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-list a:hover {
    color: #ff6b00;
}

.recent-post {
    display: flex;
    margin-bottom: 20px;
}

.post-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-info h6 {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.post-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-info a:hover {
    color: #ff6b00;
}

.copyright {
    padding: 15px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
}

.copyright p{
    color: white;

}

@media (max-width: 768px) {

    .footer-about,
    .footer-contact,
    .footer-services,
    .footer-posts {
        margin-bottom: 40px;
    }
}


.profile-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    margin: auto;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;

    cursor: pointer;
    transition: 0.3s;
    box-shadow: -2px 0px 13px 0px rgba(0, 0, 0, 0.13);
    border: 5px solid rgb(255, 255, 255);
}

.active-img {
    border-color: orange;
}

.testimonial-card {
    display: none;
    background: var(--background);
    padding: 54px 50px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    color: var(--color_white);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.testimonial-card p {
    color: var(--color_white) !important;
}

.testimonial-card.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card::after {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 235px;
    animation: rotate360 5s linear infinite;
    height: 235px;
    background-image: url(../img/service-circle.png);

}










.card {
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    bottom: -25px;
    right: 40px;
    background-color: var(--color_warning);
    color: white;
    border-radius: 0;
    font-weight: 500;
    padding: 13px 10px;
    display: inline-block;
    text-align: center;
    min-height: auto;
    min-width: 150px;
    text-transform: uppercase;
}

.date-badge:hover {
    background-color: var(--color_black);
}

.date-badge:hover::before {
    border-right: 15px solid var(--color_black);

}

.date-badge:hover::after {
    border-left: 15px solid var(--color_black);

}


.date-badge::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 15px solid var(--color_warning);
}


.date-badge::before {
    right: 100%;
    border-left: none;
    border-right: 15px solid var(--color_warning);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.card-body {
    padding: 30px 5px 5px 5px;
}

.meta-info {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: #777;
    margin-top: 10px;
    font-size: 14px;
    font-family: var(--font_one);
    font-weight: 600;
}

.author {
    display: flex;
    align-items: center;

}

.author-icon {
    color: var(--color_warning);
    margin-right: 5px;
    font-weight: 900;
}

.comments {
    display: flex;
    align-items: center;
}

.comment-icon {
    color: var(--color_warning);
    margin-right: 5px;
}

.card-title {
    margin-bottom: 15px;
    font-weight: 600;

}

.card:hover.card h5 {
    color: var(--color_warning);
}




.breadcrumb-section {
    background: url(../img/bg/bg-4.jpg) no-repeat center center/cover;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
}

.breadcrumb-container {
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    color: white;
}

.breadcrumb-section h2 {
    color: white;
}

.breadcrumb a {
    text-decoration: none;
    color: #ffa03a;
    /* Orange color */
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}



.vedic-card {
    border-radius: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.testimonials-card{
    min-height: 400px;

}
.testimonials-card .video-thumbnail{
    padding: 0px;
    height: 100%;
}

.testimonials-card .video-thumbnail img{
  position: relative;
  min-height: 400px;
}

.vedic-card:hover {
    transform: translateY(-5px);

}

.vedic-card img {
    width: 100%;
}

.vedic-card h5 {
    margin-top: 10px;
}


.vedic-card p {
    padding: 0 10px;
}


.about h2 {
    color: var(--color_warning);
    font-weight: 700;
}

.about h3 {
    font-weight: 600;
}


.navbar-brand {
    width: 120px;
    max-height: 80px;
    object-fit: contain;
}

.footer-about .logo {
    width: 55px;
    object-fit: contain;
}

.footer-about p {
    color: var(--color_white);
}



.gallery a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-slider img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    border-radius: 20px;
}

.gallery a:hover img {
    transform: scale(1.05);
}



/* Swiper Button Styles */
.swiper-button-next,
.swiper-button-prev {
    background-color: orange;
    /* Button color */
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Changing arrow color to white */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    color: white;
    /* Arrow color */
}

/* Button Hover Effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #ff8c00;
    /* Darker orange on hover */
}

.form-container {
    max-width: 750px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-header {
    background: var(--background);
    color: var(--color_white);
    padding: 20px;
    text-align: center;
}

.form-header h2 {
    margin: 0;
    font-weight: 700;
}

.form-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 1px solid var(--color_border);
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--gradient-color1);
    box-shadow: 0 0 0 0.2rem rgba(243, 115, 53, 0.25);
}

.required-field::after {
    content: "*";
    color: var(--color_required);
    margin-left: 4px;
}



.btn-submit:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.form-check-label {
    margin-left: 8px;
    font-weight: normal;
}

.form-check-input:checked {
    background-color: var(--gradient-color2);
    border-color: var(--gradient-color2);
}

.form-select {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid var(--color_border);
}

.form-text {
    color: var(--color_light);
    font-size: 14px;
    margin-top: 5px;
}

.areas-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .areas-container {
        grid-template-columns: 1fr;
    }
}

.hindi-text {
    color: var(--color_info);
}





.notice-container {
    width: 100%;
    max-width: 850px;
}

.notice-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
}

.notice-header {
    background: var(--background);
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
}

.notice-header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: 1;
}

.notice-header-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
}

.notice-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-icon {
    font-size: 30px;
    color: var(--color_white);
}

.notice-title {
    margin: 0;
    color: var(--color_white);
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.5px;
}

.notice-subtitle {
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0 0;
    font-size: 1.1rem;
}

.language-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 5px;
    display: flex;
}

.language-btn {
    background: transparent;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-btn.active {
    background: var(--color_white);
    color: var(--gradient-color2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notice-body {
    padding: 30px;
    background-color: var(--color_white);
}

.notice-content {
    padding: 10px 0;
}

.notice-point {
    display: flex;
    align-items: flex-start;
}

.notice-point:last-child {
    margin-bottom: 0;
}

.point-icon {
    color: var(--gradient-color2);
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.point-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--darck_black);
}

.highlight {
    color: var(--color_danger);
    font-weight: bold;
}
.highlight a{
    color: var(--color_danger) !important;

}
.notice-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--border-color), transparent);
}

.notice-footer {
    background-color: #f9f9f9;
    padding: 20px 30px;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notice-footer .logo-icon {
    font-size: 24px;
    color: var(--gradient-color2);
}

.logo-text {
    font-weight: 700;
    color: var(--darck_black);
    margin: 0;
}

.notice-footer .footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color_info);
}

.notice-footer .footer-contact i {
    color: var(--gradient-color2);
}

.hindi-content {
    display: none;
}

@media (max-width: 768px) {
    .notice-header {
        padding: 20px;
    }

    .notice-icon-wrapper {
        width: 50px;
        height: 50px;
    }

    .notice-title {
        font-size: 1.5rem;
    }

    .notice-subtitle {
        font-size: 1rem;
    }

    .language-toggle {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
        align-self: flex-end;
    }

    .notice-header-content {
        align-items: flex-start;
        gap: 10px;
        margin-top: 10px;
    }

    .notice-body {
        padding: 20px;
    }

    .language-btn {
        width: 100%;
    }

    .notice-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }


}










.book-call-section {
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.profile-img-section {
    margin-top: -150px;
}

.profile-image {
    max-height: 450px;
    object-fit: contain;
}




.section-divider {
    height: 3px;
    width: 60px;
    background: var(--background);
    margin-bottom: 1.5rem;
}

.section-text {
    color: var(--color_light);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.btn-call {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-audio {
    background: linear-gradient(to right, var(--gradient-color1), var(--gradient-color2));
    border: none;
    color: white;
}

.btn-audio:hover {
    background: linear-gradient(to right, var(--gradient-color2), var(--gradient-color1));
    color: white;
    transform: translateY(-2px);
}



.consultant-info {
    text-align: center;
}

.consultant-name {
    font-family: var(--font_one);
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    color: white;
    margin-top: 1rem;
    z-index: 2;
}

.consultant-title {
    color: var(--color_light);
    font-size: 1rem;
}

.expertise-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: var(--color_light_2);
    color: var(--color_info);
    border-radius: 20px;
    font-size: 0.85rem;

}

@media (max-width: 768px) {
    .consultant-info {
        margin-bottom: 2rem;
    }
}


body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}


.close-btn {
    position: absolute;
    font-size: 24px;
    right: 3px;
    cursor: pointer;
    top: -5px;
}


.model-closeTwo{
    position: absolute;
    font-size: 24px;
    right: 3px;
    color: #000;
    cursor: pointer;
    top: 10px;
}


.vedio-card iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.8s;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.vedio-card:hover iframe {
    border-radius: 0px;
}




.review-card {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 10px;
    padding: 20px;
    min-height: 250px;
    height: 100%;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.reviewer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.reviewer-name {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.reviewer-username {
    margin: 0;
    color: #aaa;

}

.stars {
    color: #FFD700;
    font-size: 18px;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.profile-image-container {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:10px solid var(--gradient-color1) ;
    border-radius: 20px;

 
}
/* 
.profile-image-container::after{
position: absolute;
content: "";
width: 100%;
height: 76px;
background: var(--background);
z-index: 1;
bottom: 0;
left: 0;
border-radius: 120px 120px 0 0;
} */


.profile-image-container img {
    border-radius: 20px;
max-height: 500px;
}


.about-card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    background: #f9f6f0;
}

.about-card i {
    font-size: 35px;
    color: var(--color_warning) !important;
}


.consultant-info{
    position: relative;
}

.consultant-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 76px;
    background: var(--background);
    z-index: 1;
    bottom: 0;
    left: 0;
    border-radius: 120px 120px 0 0;
}





.blog-card {
    max-width: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
  border: 2px solid var(--color_warning);
    margin: 0 auto;
    transition: transform 0.4s ease, box-shadow 0.4s ease; /* Added */
}

.blog-card:hover {
    transform: rotate(1deg) scale(1.01); /* Tilt + Zoom */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Bigger shadow */
}

.card-img-container img {
    transition: transform 0.4s ease;
}

.blog-card:hover .card-img-container img {
    transform: scale(1.05);
}



.card-img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card-body {
    padding: 20px;
}

.card-body h4{
    font-weight: 600;
}

.card-body h4:hover{
    font-weight: 600;
    color: var(--color_warning);
}




.card-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color_black);
}

.category {
    font-weight: 600;
    color: #333;
}

.read-more {
    color: var(--color_warning);
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;
}

/* faq */

.faq-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--darck_black);
}

.faq-subheading {
    color: var(--color_light);
    margin-bottom: 25px;
    max-width: 90%;
}

.more-faqs {
    display: inline-block;
    color: var(--color_warning);
    font-weight: 600;
    margin-top: 20px;
}

.more-faqs:hover {
    text-decoration: underline;
}

/* Accordion Styles */


.accordion{
border-radius: 20px !important;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid var(--color_border);
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion-button {
    padding: 20px;
    font-weight: 600;
    box-shadow: none !important;
    background-color: transparent;
    color: var(--darck_black);
}

.accordion-button:not(.collapsed) {
    color: var(--color_warning);
    background-color: var(--color_theme_alter);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 0 20px 20px;
    color: var(--color_info);
}

.accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--color_warning);
}

.accordion-button:not(.collapsed)::after {
    content: "−" !important;
    color: var(--color_warning);
    background-image:none;
}



.article-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.article-card img{
width: 100%;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-image{
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.05);
}
.article-content{
    padding: 10px;
}

.article-meta {
    color: var(--color_black);
}

.meta-title{
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 16px;

}



.meta-title .read-more {
    font-weight: 400;


}

.meta-title .read-more i {
    font-weight: 400;
    transition: transform 0.3s ease;
}

.read-more {
    display: inline-flex;

    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .read-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .read-more:hover i {
    transform: translateX(5px);
  }






  
  .video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-10px);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; 
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.video-card:hover .play-icon {
    background: var(--background);
    opacity: 1;
}

.navbar-toggler{
    border: 1px solid white !important;
}

.video-info {
    padding: 15px;
    background-color: white;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.4;
}

.video-meta {
    display: flex;
    justify-content: space-between;
    color: #777;
    font-size: 14px;
}

.video-duration {
    position: absolute;
    bottom: 70px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.video-modal .modal-content {
    background-color: #000;
    border: none;
}

.video-modal .modal-header {
    border-bottom: none;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.05);
}

.video-modal .modal-title {
    color: white;
    font-size: 18px;
}

.video-modal .btn-close {
    background-color: white;
    opacity: 0.7;
    position: absolute;
    top: 10px;
    right:20px;
    z-index: 99;
}


.modal-body {
    padding: 0;
    background-color: transparent !important;
  border-radius: 40px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.featured-video {
    margin-bottom: 40px;
}

.featured-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.featured-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.featured-info {
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.featured-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.featured-description {
    color: #666;
    margin-bottom: 15px;
}




.banner{
    border-radius: 20px;
    
}


.profile-bg{
    width: 100%;
    height: 200px;
    background-color:#f9f6f0;
    z-index: -1;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
}







.nav-tabs .nav-link{
    border-color:   var(--bs-nav-tabs-link-hover-border-color);
    color: black;
  
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
      border: 2px solid var(--color_warning);
      color: var(--gradient-color2);
  }
  
  footer p a{
      color: white;
  }
  
  li p{
      margin: 0;
  }
  
  
  
  .table>:not(caption)>*>*{
      background-color: transparent;
  }
  
  .teble-header{
      background-color: white;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 20px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  tr{
      border-bottom: 1px solid #dee2e6;
      border-radius: 10px !important;
  }
  .table {
      border-radius: 10px;
      border: 1px solid #dee2e6;
  
  
  }


  .blog-card h5
  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-card P
{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}





/*------------------*/

.sl-toast-stack {
  position:fixed;
  left: 50%;
  top:20px;
  transform: translateX(-50%);
  height: auto;
/*  top: auto;*/
  z-index: 100000000 !important;
}
.radio-group {
  display: flex;
  flex-direction: column;
}
.slots{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.radio-label {
    padding: 5px;
    margin-bottom: 8px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: background-color 0.2s, border-color 0.2s;
    width: 65px;
    font-size: 13px;
    text-align: center;
}
.radio-label:hover {
  background-color: #e6e6e6;
}
.radio-input {
  position: absolute;
  opacity: 0;
}
.radio-input[disabled] {
    background-color: #f0f0f0; /* Example: Light grey background */
    cursor: not-allowed; /* Example: Show 'not-allowed' cursor */
/*    opacity: 0.5; /* Example: Reduce opacity */
}
.radio-label.disabled{
  background-color: #f0f0f0; /* Example: Light grey background */
    cursor: not-allowed;
    display: none;
}
.flatpickr-day.today.flatpickr-disabled{
    filter: grayscale(100%);
}
/*.radio-label[for^="radio"]:has(.radio-input[disabled]) {
    color: #999999; /* Example: Grey out the label text */
}*/
.radio-input:checked + .radio-label {
  background-color: #e0e2ff;
  border-color: #666cff;
}
.radio-input:focus + .radio-label, .radio-label.selected {
/*  outline: 2px solid #666cff;*/
  background: var(--color_warning);
  color: white;
}
.radio-inner-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #888;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border-color 0.2s;
  position: relative;
  display: none;
}
.radio-label:hover .radio-inner-circle {
  border-color: #555;
}
.radio-input:checked + .radio-label .radio-inner-circle {
  border-color: #666cff;
}
.radio-input:checked + .radio-label .radio-inner-circle::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #666cff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.booked{
  background-color: #464646 !important;
  color: white;
  display: block !important;
}
.blocked{
  border:2px solid #e43d3d !important;
}
.booked-name,.booked-date,.booked-slot {
  font-weight: bold;
}
.mdi-file-pdf-box:before{
  font-size: 35px;
}
.light-style .flatpickr-calendar,.flatpickr-innerContainer,.flatpickr-rContainer,.flatpickr-weekdays,.light-style .flatpickr-days,.light-style .flatpickr-days,.dayContainer{
    width: 100% !important;
    max-width: 100% !important;
  }
  .flatpickr-day{
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
    height: calc(100% /6);
  }
  /*.flatpickr-day.today{
    border-bottom: 1px solid #666cff;
    border-left: 0px solid #666cff;
    border-top: 0px solid #666cff;
    border-right: 0px solid #666cff;
    border-radius: 0;
  }*/
  .light-style .flatpickr-day:hover{

  }
  .flatpickr-innerContainer{
    overflow: visible;
  }
  .flatpickr-day.flatpickr-disabled{
    color: #e3e3e3;
  }
  .active .bs-stepper-circle {
    background-color: var(--color_warning);
  }
  .bs-stepper .bs-stepper-content{
    background: white;
  }
  .calendar-section {
    /* background: #f9f6f0; */
    /* padding: 10px; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flatpickr-day.today,.flatpickr-day.today.selected{
    background: var(--color_warning);
    color: white;
    border-radius: 50%;
}
.flatpickr-day{
    line-height: calc(3rem - 2px);
}
.flatpickr-day.selected{
    background: #f9f6f0;
    border-radius: 50%;
    border: 1px solid var(--color_warning);
}
.slots-outer{
    background: #f9f6f0;
    height: 380px;
    overflow-y: scroll;
}
/*------------------*/





.services-cruouser {
    background: linear-gradient(to right, #931A19, #c02725);
    overflow: hidden;
    padding: 10px 0;
  }

  .scroll-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scrollLeft 500s linear infinite;
  }

  .custom-crouser {
    display: inline-flex;
    gap: 40px;
  }

  .custom-crouser p {
    margin: 0;
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
    display: inline-block;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }


  .notices {
    margin-bottom: 20px;
  }
  
  .notices div {
    position: relative;
  }
  
  .notices svg{
    color: var(--color_warning);
  }

  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

/*  */
.modal-style-6 .modal-content {
    border-radius: 15px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235e2ca5' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E"), linear-gradient(135deg, #f4aa36, #f37335);
    color: white;
    overflow: hidden;
}

.modal-style-6 .modal-header {
    border-bottom: 1px solid white;
    padding: 25px 30px;
}

.modal-style-6 .modal-body {
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.modal-header .btn-close{
    color: white !important;
    background: transparent;
    background-image: none;
    font-weight: 900;
}

.modal-style-6 .mystical-symbol {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}

.modal-style-6 .mystical-symbol.moon {
    top: 20px;
    right: 20px;
    font-size: 40px;
}

.modal-style-6 .mystical-symbol.star {
    bottom: 20px;
    left: 20px;
    font-size: 40px;
}

.modal-style-6 .vedic-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
    position: relative;
    z-index: 1;
}

.modal-style-6 .btn-book {
    background: #f0c14b;
    color: #2d1b4b;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
}

.modal-style-6 .btn-book:hover {
    background: #e2a100;
}

.modal-style-6 .btn-book:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease;
    z-index: -1;
}

.modal-style-6 .btn-book:hover:before {
    transform: scale(15);
    opacity: 0;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
    color: var(--dark);
}

.heading h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.heading p {
    font-size: 1.2rem;
    opacity: 0.8;
}



.form-modal {
    min-width: 800px;
}

/* For tablets and smaller devices */
@media (max-width: 991.98px) {
    .form-modal {
        min-width: 100%;
        padding: 15px;
    }
}



/* thanks */

     .main-container {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;




     }   
.envelope-icon {
    width: 80px;
    height: 80px;
    margin: 40px auto 20px;
    position: relative;
}

.envelope-icon svg {
    width: 100%;
    height: 100%;
}

.thank-you-heading {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.thank-you-subtext {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}





.puja-card{
    background: #C83925;
    color: white;
    text-align: center;
}

.book-puja{position:absolute;
    bottom: 20px;
}



.shadow{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

.dettiels{
    height: auto !important;
}

.sanskar-title {
    background: linear-gradient(90deg, #ff7e5f, #feb47b); /* Your gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }
  
  
  
   @media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-link{
      font-size: 13px !important;
  }
  }

  