@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

p {
    font-size: 18px;
}

h2 {
    font-size: 28px;
}

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

.maintext {
    color: #7F3C00;
}

.maintext_bg {
    background-color: #7F3C00;
}

.space {
    position: relative;
    padding: 50px 0;
}

.space .singer-grid {
    margin-top: 2rem;
    row-gap: 40px;
}

@media (min-width: 1200px) {
    .space .singer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) {
    .space .singer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .space .singer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .space .singer-grid {
        grid-template-columns: 1fr;
    }
}

.herosliderbox {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.heroslider {
    height: 100vh;
}

.heroslider .heroslide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 100px;
}

.heroslider .heroslide img {
    width: 100%;
    height: 450px;
    filter: brightness(100);
    object-fit: contain;
}

.heroslider #hero-1 img {
    min-width: 385px;
}

.heroslider .heroslide .detaills {
    text-align: center;
    transition: 0.5s;
}

.heroslider .heroslide .detaills h2 {
    margin-top: 2rem;
    font-size: 26px;
    font-weight: 500;
    color: white;
    font-family: 'IBM Plex Serif', serif;
}

.heroslider .heroslide .detaills:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.logo {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    z-index: 99;
    display: grid;
    place-content: center;
}

.logo img {
    width: 550px;
}

.hmeabtbox {
    display: grid;
    place-content: center;
    transform: translate(0, -35px);
    padding: 0 100px;
}

.hmeabtbox .hmeabt {
    position: relative;
    border: 1px solid #FFCAA4;
    padding: 3rem 10rem;
    text-align: center;
    border-radius: 8px;
}

.hmeabtbox .hmeabt .bluurefc {
    backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    z-index: -1;
}

.raagas_section ul {
    position: relative;
}

.raagas_section ul::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #DCA06B;
    position: absolute;
    top: 0;
    left: -5%;
}

.raagas_section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: bold;
}

.raagas_section ul li span {
    margin-right: 50px;
    border-radius: 50%;
    background-color: #692424;
    width: 60px;
    height: 60px;
    display: grid;
    padding: 10px;
    place-content: center;
}

.raagas_section ul li span img {
    width: 100%;
    height: 100%;
}

.raagas_section .headlines {
    padding-left: 120px;
    padding-bottom: 50px;
}

.raagas_section .headlines h3 {
    font-family: 'IBM Plex Serif', serif;
    color: #6F1D1B;
    font-size: 60px;
    font-weight: 600;
}

.raagas_section .headlines p {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #171717;
    font-size: 40px;
    width: 90%;
}

.raagas_section .imagebox {
    display: flex;
    margin-top: 6rem;
    position: relative;
}

.raagas_section .imagebox::after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background: radial-gradient(#EEDDB9 10%, #ffffff00 70%);
    border-radius: 50%;
    z-index: -4;
    position: absolute;
    top: -20%;
    left: 20%;
}

.raagas_section .imagebox .img1 {
    width: 60%;
    height: auto;
}

.raagas_section .imagebox .img2 {
    width: 70%;
    height: auto;
    position: absolute;
    left: 20%;
    bottom: -20%;
}

.raagas_section .imagebox .img3 {
    width: 270px;
    height: 270px;
    position: absolute;
    bottom: -3%;
    left: 35%;
    z-index: -1;
    opacity: 0.5;
}

.introduction_icm {
    overflow: hidden;
}

.introduction_icm h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
}

.introduction_icm h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #693200;
    left: 45%;
    right: 0%;
    transform: translate(0px, 20px);
    border-radius: 5px;
}

.introduction_icm p {
    text-align: center;
    padding: 0 230px;
}

.bdheight {
    height: 70px;
}

.renowned_artists h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
}

.renowned_artists h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #693200;
    left: 45%;
    right: 0%;
    transform: translate(0px, 20px);
    border-radius: 5px;
}

.renowned_artists p {
    text-align: center;
    padding: 0 230px;
}

.classic_musticbox .left {
    align-items: center;
}

.classic_musticbox .left h3 {
    color: #6F1D1B;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 60px;
    width: 70%;
    line-height: 1.1;
    margin-bottom: 3rem;
}

.classic_musticbox .left p {
    width: 95%;
    color: #505050;
    margin-bottom: 3rem;
}

.classic_musticbox .left .queto {
    width: 90%;
    margin-bottom: 2rem;
}

.classic_musticbox .left h4 {
    color: #6F1D1B;
    font-weight: 600;
    font-size: 18px;
}

.classic_musticbox .left h5 {
    text-align: end;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 18px;
}




.classic_musticbox,
.classic_musticbox .left .classicimgbox {
    position: relative;
}

.classic_musticbox .left .classicimgbox .img1 {

    margin: 0 auto;
    display: block;
    width: 350px;
    height: 500px;
    border: 1px solid #DCA06B;
    border-radius: 221px;
}

.classic_musticbox .left .classicimgbox .img4 {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: #D7C4A7;
    position: absolute;
    top: 30%;
    left: -50%;
    z-index: -10;
}

.classic_musticbox .left .classicimgbox .img5 {
    content: "";
    display: block;
    width: 50%;
    height: 100px;
    border: 1px solid #D7C4A7;
    position: absolute;
    bottom: 20%;
    right: 5%;
    z-index: -10;
}

.classic_musticbox .left .classicimgbox .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    border-radius: 221px;
}

.classic_musticbox .img2 {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 15%;
    opacity: 0.3;
}

.classic_musticbox .right {
    align-items: center;
}

.classic_musticbox .right h3 {
    color: #6F1D1B;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size: 60px;
    width: 70%;
    line-height: 1.1;
    margin-bottom: 3rem;
}

.classic_musticbox .right p {
    width: 95%;
    color: #505050;
    margin-bottom: 3rem;
}

.classic_musticbox .right .queto {
    width: 90%;
    margin-bottom: 2rem;
}

.classic_musticbox .right h4 {
    color: #6F1D1B;
    font-weight: 600;
    font-size: 18px;
}

.classic_musticbox .right h5 {
    text-align: end;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 18px;
}

.classic_musticbox .right .classicimgbox {
    position: relative;
    margin-bottom: 2rem;
}

.classic_musticbox .right .classicimgbox .img8 {

    margin: 0 auto;
    display: block;
    width: 350px;
    height: 500px;
    border: 1px solid #DCA06B;
    border-radius: 221px;
}

.classic_musticbox .right .classicimgbox .img8 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    border-radius: 221px;
}

.classic_musticbox .right .classicimgbox .img6 {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: #D7C4A7;
    position: absolute;
    top: 30%;
    right: -50%;
    z-index: -10;
}

.classic_musticbox .right .classicimgbox .img7 {
    content: "";
    display: block;
    width: 50%;
    height: 100px;
    border: 1px solid #D7C4A7;
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: -10;
}

.classic_musticbox .right .classicimgbox .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    border-radius: 221px;
}

.classic_musticbox .img3 {
    position: absolute;
    top: 15%;
    right: -5%;
    width: 15%;
    opacity: 0.3;
}

.healing_classical_music {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    background-image: url("../images/background_1.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.healing_classical_music::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #00000099;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.healing_classical_music .details {
    position: relative;
    z-index: 3;
    padding: 50px 0;
    height: 100%;
    text-align: center;
}

.healing_classical_music .details h3 {
    color: #fff;
    margin-bottom: 3rem;
    position: relative;
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
}

.healing_classical_music .details p {
    padding: 0 16%;
    color: #fff;
}

.rerabobg .music {
    width: 50px;
    position: absolute;
    top: 15%;
    left: 40%;
    transform: translate(50%, 0%);
}

.rerabobg {
    position: relative;
    overflow: hidden;
}

.rerabobg::after {
    content: "";
    display: block;
    background: #F3EFEC;
    background-position: left;
    bottom: 0;
    left: 0;
    top: 0;
    width: 61%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 2rem;
    transform: translate(-28%, 40%) rotate(35deg);
}

.relish_raagas h2 {
    margin-bottom: 3rem;
    font-family: 'IBM Plex Serif', serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #6f1d1b;
}

.relish_raagas_book {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}

.relish_raagas_book .book1 {
    width: 350px;
    height: 550px;
    object-fit: contain;
}

.relish_raagas_book .book2 {
    width: 250px;
    height: 400px;
    object-fit: contain;
}

.custom-btn:hover,
.custom-btn {
    border-radius: 8px;
    padding: 7px 12px;
    background: #8A4300;
    color: white;
    box-shadow: 0px 5px 8px #00000052;
    transition: 0.5s;
}

.custom-btn:hover {
    background: #aa8b68;
    color: white;
}

.instmix h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.1em;
    color: #7f3c00;
    margin-bottom: 2rem;
}

.instmix h5 {
    font-family: 'poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1em;
    color: #661f1f;
}

.instmix img {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    animation: topBottom 2s infinite alternate ease-in-out;
}

@keyframes topBottom {
    from {
        top: 0;
    }

    to {
        top: 20px;
        /* Adjust the value as needed */
    }
}

.ourblogtitle h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #6f1d1b;
}

.blogcardbox {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.blogbox {
    overflow: hidden;
}

.blogbox .iigm {
    display: flex;
    align-items: end;
}

.blogbox .iigm .img1 {
    width: 20%;
}

.blogbox .iigm .img2 {
    width: 60%;
}

.blogbox .blogcard img {
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(103, 103, 103, 0.25) 0px 5.66725px 16.1922px 0px;
    width: 100%;
    height: 127px;
}

.blogbox .blogcard h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 20px;
    color: #000;
    height: 60px;
    font-weight: bold;
}

.blogbox .blogcard {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px;
    overflow: hidden;
}

.blogbox .blogcard .details {
    padding: 16px 16px;
}

.blogbox .blogcard h5 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #693200;
}

.blogbox .blogcard i {
    background-color: #693200;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: grid;
    place-content: center;
    color: white;
}

footer .footer {
    padding: 60px 0 40px;
    background: radial-gradient(50% 50% at 50% 50%, rgb(91, 35, 13) 0%, rgb(53, 15, 3) 100%);
}

footer .socialicons {
    justify-content: center;
    display: flex;
    gap: 50px;
}

footer .socialicons a {
    background-color: #693200;
    height: 50px;
    width: 50px;
    padding: 10px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

footer .socialicons a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .important_link {
    margin-top: 30px;
}

footer .important_link ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

footer .important_link ul .line {
    width: 1px;
    height: 50px;
    background-color: #fff;
}

footer .important_link a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.bottomfotter {
    padding: 0 10px;
    height: 50px;
    display: grid;
    place-content: center;
    background-color: rgb(153, 88, 42);
    color: #fff;
    font-size: 14px;
}

.bottomfotter p {
    margin-bottom: 0;
}

.blgsection {
    background: linear-gradient(90deg, #fff 65%, #d8c5a7 65%);
}

.homesinger {
    position: relative;
    padding: 50px 0;
}

.singer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.singer-item {
    width: 100%;
    cursor: pointer;
}

.homesingerbox {
    width: 100%;
    height: 366px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #9d9d9d;
    position: relative;
}

.homesingerbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.homesingerbox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
    border-radius: 20px;
}

.homesingerbox:hover .overlay {
    opacity: 1;
}

.homesingerbox .overlay p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-more-container {
    text-align: center;
    margin-top: 30px;
}

.view-more-btn {
    background-color: #8A4300;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.view-more-btn:hover {
    background-color: #6F1D1B;
}

@media (max-width: 1200px) {
    .singer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .singer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .singer-grid {
        grid-template-columns: 1fr;
    }
}

.breadcrumb {
    margin: 83px 0 0 0;
    height: 300px;
    position: relative;
    margin-bottom: 2rem;
}

.breadcrumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgb(80, 37, 20) 0%, rgb(43, 16, 7) 100%);
}

.breadcrumb .breadcrumbdetails {
    height: 100%;
    text-align: center;
    color: white;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 9;
}

.breadcrumb .breadcrumbdetails h2 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 45px;
    margin-bottom: 1rem;
}

.breadcrumb .carousel,
.breadcrumb .carousel-inner,
.breadcrumb .carousel-item {
    height: 100%;
}

.breadcrumb .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb .carousel-control-prev,
.breadcrumb .carousel-control-next {
    width: 5%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.breadcrumb:hover .carousel-control-prev,
.breadcrumb:hover .carousel-control-next {
    opacity: 1;
}

.breadcrumb .carousel-indicators {
    margin-bottom: 1rem;
}

.breadcrumb .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.breadcrumb .carousel-indicators button.active {
    background-color: #fff;
}

.healingimg1 img {
    width: 80px;
    position: absolute;
    right: 10%;
    top: 0%;
}

.healingabt {
    overflow: hidden;
    position: relative;
    padding-top: 0px;
}

.healingabt .details {
    padding-bottom: 70px;
}

.healingabt p {
    text-align: justify;
}

.healingabt img {
    object-fit: cover;
}

.healingabt::after {
    content: "";
    background-color: #f3efec;
    position: absolute;
    top: -21%;
    height: 145vh;
    width: 32rem;
    right: 7%;
    bottom: 0;
    rotate: 68deg;
    z-index: -1;
}

.healingimg2 {
    width: 20%;
    height: auto;
    position: absolute;
    left: 0;
    transform: translate(-30%, -30%);
    z-index: -1;
    opacity: 0.3;
}

.healingimg3 {
    position: absolute;
    width: 20%;
    rotate: -55deg;
    top: -22rem;
    left: -5rem;
}

.healinggrid {
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 1rem;
    border: 3px solid #F5E8D7;
    border-radius: 10px;
}

.healinggrid img {
    margin: 0 auto;
    display: block;
    width: 70px;
}

.healinggrid h3 {
    margin-top: 0.5rem;
    font-size: 20px;
    font-weight: bold;
    padding: 0 50px;
}

.healingimg4 {
    width: 300px;
    position: absolute;
    right: -6%;
    top: -10rem;
    z-index: -1;
    opacity: 0.4;
}

.healingimg5 {
    width: 180px;
    position: absolute;
    right: 0%;
    top: -7rem;
}

.healingimg6 {
    width: 180px;
    position: absolute;
    right: 4%;
    top: -11rem;
}

.healingimg7 {
    width: 80px;
    position: absolute;
    left: 0%;
    top: -7rem;
}

.buymuscbtn {
    border: 2px solid #693200;
    padding: 10px 15px;
    border-radius: 10px;
}

.ctnnavbar #offcanvasNavbarLabel img {
    width: 60%;
}

.ctnnavbar.scrolled {
    transition: 0.5s;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.5s;
    padding: 20px 0;
    z-index: 999999;
    background-color: #AA8B68;
}

.navbarlogo img {
    width: 70%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: white;
}

.navbar-nav {
    gap: 30px;
}

.ctnnavbar .offcanvas {
    background-color: #AA8B68 !important;
}

.contactus {
    position: relative;
}

.healingimg10 img {
    width: 10% !important;
    position: absolute;
    left: -3%;
    top: -3%;
    opacity: 0.4;
}

.healingimg11 img {
    width: 3% !important;
    position: absolute;
    left: 0%;
    top: 30%;
}

.contactus img {
    width: 80%;
}

.customform label {
    width: 100%;
    font-size: 14px;
}

.customform input,
.customform textarea {
    width: 100%;
}

.customform label span {
    color: red;
}

.contactdetials {
    padding: 3rem 3rem 0;
    border-bottom: 2px solid #22222236;
}

.box {
    margin-bottom: 30px;
}

.box a {
    color: #505050;
    display: flex;
    gap: 20px;
    align-items: center;
}

.box span i {
    font-size: 28px;
    color: #692424;
    display: block;
}

.healingimg8 img {
    width: 3% !important;
    position: absolute;
    right: 5%;
    bottom: 2%;
}

.healingimg9 img {
    width: 13% !important;
    position: absolute;
    right: -6%;
    bottom: 2%;
    opacity: 0.4;
}

.teambox {
    padding: 35px;
}

.teambox img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* 
.teambox .details {
    transition: 0.5s;
    transform: translate(0px, -60px);
    padding: 16px;
    background-color: #fff;
    width: 300px;
    margin: 0 auto;
    display: block;
} */

/* .teambox:hover .details {
    transform: translate(0px, -50px);
    transition: 0.5s;
} */

.teambox .details h3 {
    font-size: 24px;
    font-weight: 600;
}

.teambox .details h5 {
    font-size: 20px;
    font-weight: 500;
    color: #693200;
}

.teambox .details p {
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 99.94%;
    color: #505050;
}

.teambox .details .social {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.teambox .details .social a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #661f1f;
}

.teambox .details .social img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.blogsiseimg .img1 {
    position: absolute;
    width: 15vw;
    top: -10%;
    left: -5%;
    opacity: 0.3;
}

.blogsiseimg .img2 {
    position: absolute;
    width: 5vw;
    top: 30%;
    left: 4%;
}

.blogsiseimg .img3 {
    position: absolute;
    width: 15vw;
    bottom: -10%;
    right: -5%;
    opacity: 0.3;
}

.blogsiseimg .img4 {
    position: absolute;
    width: 5vw;
    bottom: 30%;
    right: 4%;
}

.blogdetails .author {
    text-align: center;
}

.blogdetails .author h3 {
    font-family: 'Sofia Pro Light';
    font-size: 44px;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #050505;
    margin-bottom: 2rem;
}

.blogdetails .author ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.blogdetails .author ul li span {
    width: 3px;
    height: 20px;
    border-radius: 50px;
    background-color: #000;
    display: block;
}

.blogdetails .author ul li {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #505050;
}

.blogdetails .blog_img img {
    margin: 2rem 0;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blogdetails .blog_content p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.02em;
    line-height: 119.94%;
    text-align: justify;
    color: #505050;
}

.blogdetails .blog_content p strong {
    color: #000;
}

.blogdetails .blog_content ul {
    padding-left: 50px;
    list-style: disc;
}

.blogdetails .blog_content ul li {
    margin-bottom: 5px;
}

.blogdetails .blog_content ul li a {
    color: #008ad4;
    font-weight: 600;
}

.blogdetails .social_share {
    margin-top: 100px;
}

.blogdetails .social_share h5 {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.blogdetails .social_share .social_icons {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.blogdetails .social_share .social_icons a {
    width: 40px;
    height: 40px;
    color: white;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.blogdetails .social_share .divider {

    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.blogdetails .social_share .divider span {
    background-color: #aaaaaa;
    width: 60%;
    height: 1px;
}

.blogdetails .social_share .tagbutton {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.blogdetails .social_share .tagbutton a {
    display: grid;
    place-content: center;
    border-radius: 10px;
    height: 46px;
    width: 150px;
    background-color: #692323;
    color: white;
    font-weight: 600;
}

.blogdetails .commentscounts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blogdetails .commentscounts .icons {
    transform: scaleX(-1);
    font-size: 35px;
}

.blogdetails .commentscounts .numbers {
    font-weight: 600;
}

.blogcommentsform h3 {
    font-size: 20px;
    font-weight: 600;
}

.blogcommentsform p {
    font-size: 18px;
    color: #505050;
}

.blogcommentsform sup {
    color: red;
}

.blogcommentsform textarea {
    width: 100%;
    border: 1px solid #692323;
}

.blogcommentsform input {
    border: 1px solid #692323;
    height: 40px;
    width: 100%;
}

.blogcommentsform label {
    width: 100%;
    margin-bottom: 10px;
}

.blogcommentsform .divider {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.blogcommentsform .divider span {
    background-color: #aaaaaa;
    width: 60%;
    height: 1px;
}

.blogcommentsform .post_comment {
    background-color: #692323;
    color: white;
    width: 200px;
    font-weight: bold;
    height: 50px;
}

.customdropdon ul {
    box-shadow: 6px 5px 10px #00000030;
    padding: 25px 10px 0 10px;
}

.customdropdon ul li {
    margin-bottom: 10px;
}

.customdropdon ul li a {
    font-weight: 600;
}

.customdropdon ul li a:hover {
    color: #692323;
}

.customdropdon ul li:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.customdropdon ul li a:active {
    color: #692323;
    background-color: transparent;
}

.customdropdon:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-toggler {
    border: 1px solid #692323;
}

.navbar-toggler span i {
    color: #fff;
}

.initiativebox {
    text-align: center;
}

.initiativebox h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 36px;
    margin-bottom: 1rem;
    position: relative;
    height: 90px;
}

.initiativebox h3::after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    border-radius: 10px;
    background-color: #692323;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 30%;
    transform: translate(-50%, -50%);
}

.initiativecontent {
    position: relative;
}

.initiativecontent .content {
    padding-left: 50px;
}

.initiativecontent .content .book {
    position: absolute;
    top: 0;
    left: 36%;
    height: 250px;
}

.rextraimg1 {
    width: 4vw;
    position: absolute;
    right: 5%;
}

.rextraimg2 {
    width: 325px;
    position: absolute;
    left: -5%;
    top: -50%;
    opacity: 0.3;
}

.rextraimg3 {
    width: 400px;
    transform: scaleX(-1);
    position: absolute;
    left: 5%;
    top: -20%;
}

.rextraimg4 {
    width: 325px;
    position: absolute;
    right: -5%;
    top: -50%;
    opacity: 0.3;
    z-index: -2;
}

.rextraimg5 {
    width: 400px;
    position: absolute;
    right: 0%;
    top: -40%;
}

.booksbox img {
    width: 100%;
    height: 100%;
}

.guruji_blessings {
    position: relative;
}

.guruji_blessings .gurujiimg img {
    position: relative;
    aspect-ratio: 1;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.guruji_blessings .img1 {
    position: absolute;
    top: 45%;
    width: 50px;
    left: 3%;
}

.guruji_blessings .img2 {
    position: absolute;
    bottom: 2%;
    width: 50px;
    right: 3%;
}

.guruji_blessings .img3 {
    position: absolute;
    bottom: -2%;
    width: 10%;
    left: -2%;
}

.guruji_blessings .img4 {
    position: absolute;
    bottom: -6%;
    width: 14%;
    left: -3%;
    rotate: -13deg;
}

.guruji_blessings .cicle {
    position: absolute;
    width: 28%;
    height: auto;
    right: -5%;
    top: -12%;
    opacity: 0.3 !important;
    z-index: -2;
}

.guruji_blessings h5 {
    padding: 0 10px;
    margin-top: 2rem;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 119.94%;
    text-align: center;
    font-weight: bold;
}

.guruji_blessings h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 40px;
    margin-bottom: 2rem;
}

.guruji_blessings h3::after {
    content: "";
    margin-top: 1rem;
    display: block;
    width: 150px;
    height: 3px;
    background-color: #661f1f;
}


.types_music_details .img1 {
    position: absolute;
    bottom: 20%;
    width: 50px;
    left: 3%;
}

.types_music_details .img2 {
    position: absolute;
    top: 15%;
    width: 50px;
    right: 3%;
}

.types_music_details p {
    margin-bottom: 3rem;
    text-align: justify;
}

.types_classic_music_details h3 {
    font-size: 44px;
    color: #0d0d0d;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'IBM Plex Serif', serif;
    margin-bottom: 3rem;
}

.types_classic_music_details ul {
    padding-right: 100px;
    list-style-type: disc;
}

.types_classic_music_details ul li {
    /* margin-bottom: 3px; */
    font-weight: 100;
}

.composing_raagmalas h3 {
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.composing_raagmalas p {
    margin-bottom: 20px;
}

.composing_raagmalas .imags img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.composing_raagmalas .img1 {
    width: 20%;
    bottom: -20%;
    left: -7%;
    position: absolute;
    z-index: 9;
    opacity: 0.3 !important;
}

.composing_raagmalas .img2 {
    position: absolute;
    width: 25%;
    z-index: 9;
    bottom: -30%;
    left: -2%;
    rotate: 20deg;
}

.literary_heritage .img1 {
    width: 3%;
    bottom: 10%;
    left: 10%;
    position: absolute;
    z-index: 9;
}

.literary_heritage .img2 {
    position: absolute;
    width: 15%;
    z-index: 9;
    bottom: 0%;
    right: 0%;
}

.literary_heritage .img3 {
    position: absolute;
    width: 17%;
    z-index: 9;
    bottom: -50%;
    right: -3%;
    opacity: 0.3 !important;
    z-index: -2;
}

.raaga_research_revolution h3 {
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.raaga_research_revolution h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #693200;
    left: 45%;
    right: 0%;
    transform: translate(0px, 20px);
    border-radius: 5px;
}

.raaga_research_revolution p {
    font-weight: 500;
    color: #693200;
}

.raaga_research_revolution img {
    border-radius: 221px;
    height: 523px;
    width: 395px;
    transition: 0.5s;
    object-fit: cover;
}

.raaga_research_revolution img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.raaga_research_revolution .row {
    margin-top: 50px;
    justify-content: space-between;
}

.raaga_research_revolution {
    background: linear-gradient(#FAE8D3 50%, transparent 50%);
}

.literary_heritage h3 {
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.literary_heritage h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #693200;
    left: 45%;
    right: 0%;
    transform: translate(0px, 20px);
    border-radius: 5px;
}

.initiatives_by .text-center h3 {
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.initiatives_by .row {
    margin-top: 50px;
    justify-content: space-around;
}

.initiatives_by .row img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.initiatives_by .row h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1em;
    color: #661f1f;
    margin-top: 50px;
    text-align: center;
}

.reviving_bharat_heritage {
    background-color: #FFF5EA;
}

.reviving_bharat_heritage .text-center h3 {
    font-size: 40px;
    font-family: 'IBM Plex Serif', serif;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.reviving_bharat_heritage .text-center h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #693200;
    left: 45%;
    right: 0%;
    transform: translate(0px, 20px);
    border-radius: 5px;
}

.reviving_bharat_heritage h4 {
    font-size: 20px;
    text-align: center;
    margin: 50px 0;
    font-weight: 600;
}

.reviving_bharat_details_left h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 60px;
    font-weight: 500;
    color: #6f1d1b;
    margin-bottom: 30px;
}

.reviving_bharat_details_left p {
    margin-bottom: 40px;
    color: #505050;
}

.reviving_bharat_details_left .img.left {
    position: relative;
    z-index: 99;
    border: 1px solid #8a4300;
    height: 561px;
    overflow: hidden;
    width: 424px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 221px;
    display: block;
}

.reviving_bharat_details_left .img.left:after {

    display: block;
    height: 250px;
    width: 500px;
    background-color: #D9C6A7;
}

.reviving_bharat_details_left .img.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 221px;
}

.reviving_bharat_details_left {

    position: relative;
}

.reviving_bharat_details_left .backcolor {
    display: block;
    height: 130%;
    width: 100%;
    background-color: #F0E2CF;
    position: absolute;
    bottom: -55%;
    left: -65%;
    z-index: 0;
    rotate: 310deg;
    border-radius: 5rem;
}

.reviving_bharat_heritage .row {
    align-items: center;
}

.reviving_bharat_details_right {
    position: relative;
}

.reviving_bharat_details_right h3 {
    font-family: 'IBM Plex Serif';
    font-size: 60px;
    font-weight: 500;
    color: #6f1d1b;
    margin-bottom: 30px;
}

.reviving_bharat_details_right p {
    margin-bottom: 40px;
    color: #505050;
}

.reviving_bharat_details_right .img.right {
    position: relative;
    border: 1px solid #8a4300;
    height: 561px;
    overflow: hidden;
    width: 424px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 221px;
    display: block;
}

.reviving_bharat_details_right .backcolor {
    display: block;
    height: 250px;
    width: 500px;
    background-color: #D9C6A7;
    position: absolute;
    top: 23%;
    right: -50%;
    z-index: 0;
}

.reviving_bharat_details_right .img.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 221px;
}

.literary_heritage2 h3 {
    font-family: 'IBM Plex Serif', serif;
    color: #6F1D1B;
    font-size: 60px;
    margin-bottom: 50px;
}

.literary_heritage2 h5 {
    color: #6F1D1B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.literary_heritage2 .fourpointcard {
    overflow: hidden;
    padding: 50px;
    height: 462px;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 20px;
}

.literary_heritage2 .fourpointcard .headlinee img {
    margin: 0 auto;
    display: block;
    height: 250px;
    width: 160px;
}

.literary_heritage2 .fourpointcard .headlinee h2 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
    display: grid;
    background-color: #fff;
    place-content: center;
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 10px;
}

.literary_heritage2 .fourpointcard .details {
    transform: translateY(120%);
    transition: 0.5s;
    text-align: center;
    padding: 50px 20px;
    position: absolute;
    border-radius: 20px;
    z-index: 99;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #fff;
}

.literary_heritage2 .fourpointcard:hover .details {
    transform: translateY(0%);
    transition: 0.5s;
}

.literary_heritage2 .fourpointcard .details span {
    width: 80%;
    height: 4px;
    background-color: #09f;
    display: block;
    margin: 25px auto 25px auto;
}

.literary_heritage2 .fourpointcard .details h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.literary_heritage2 .fourpointcard .details p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    color: #333;
}

.reviving_bharat_heritage .immfg1 {
    position: absolute;
    width: 20%;
    top: -23%;
}

.reviving_bharat_heritage .immfg2 {
    position: absolute;
    width: 15%;
    top: -23%;
    right: -5%;
}

.literary_heritage2 .immfg3 {
    position: absolute;
    width: 3%;
    top: 10%;
    left: 5%;
}

/* Modal Styles */
.modal-content {
    background: #FAE8D3;
    border: none;
    border-radius: 20px;
    padding: 20px;
}

.modal-header {
    border: none;
    padding: 0;
    justify-content: flex-end;
}

.modal-body {
    padding: 2rem;
}

.modal-body .modal-title {
    font-size: 32px;
    margin-bottom: 1.5rem;
}

.custom-btn {
    transition: transform 0.3s ease;
}

.custom-btn:hover {
    transform: scale(1.05);
}

/* Modern Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f5e8d7;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(127, 60, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #7F3C00;
    border-radius: 10px;
    border: 2px solid #f5e8d7;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #6F1D1B;
    box-shadow: 0 0 8px rgba(111, 29, 27, 0.5);
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #7F3C00 #f5e8d7;
}

/* For Modal Scrollbar */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(127, 60, 0, 0.6);
    border-radius: 20px;
    border: none;
    backdrop-filter: blur(5px);
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(111, 29, 27, 0.8);
}

/* Hide scrollbar for Chrome, Safari and Opera when not in use */
.modal-body::-webkit-scrollbar {
    display: none;
}

/* Show scrollbar on hover */
.modal-body:hover::-webkit-scrollbar {
    display: block;
}

/* Artists page specific styles */
.space .singer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 2rem 0;
}

/* Specific to artists page */
body:has(.breadcrumb) .singer-grid {
    padding-top: 2rem;
}

/* Pricing Section Styles */
.pricing-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.price-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.price-card.featured {
    border: 2px solid #693200;
}

.price-card .badge {
    position: absolute;
    top: 20px;
    right: -35px;
    transform: rotate(45deg);
    background: #693200;
    padding: 8px 40px;
    color: #fff;
}

.card-header {
    background: #693200;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.card-header h3 {
    margin: 0;
    font-size: 24px;
}

.price {
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
}

.card-body {
    padding: 30px;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.card-body ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.card-body ul li i {
    color: #693200;
    margin-right: 10px;
}

.buy-btn {
    width: 100%;
}

/* Payment Modal Styles */
.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.payment-btn:hover {
    background: #f8f9fa;
    border-color: #693200;
}

.payment-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Experience Music Section Styles */
.experience-music-section {
    background: linear-gradient(to right, #FAE8D3 0%, #fff 100%);
    padding: 80px 0;
}

.experience-music-section .section-title {
    color: #6F1D1B;
    font-family: 'IBM Plex Serif', serif;
    font-size: 40px;
    margin-bottom: 50px;
}

.featured-player {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.player-artwork {
    flex: 0 0 300px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.player-artwork img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.player-artwork:hover img {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.player-artwork:hover .play-overlay {
    opacity: 1;
}

.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8A4300;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.play-btn:hover {
    transform: scale(1.1);
    background: #6F1D1B;
}

.player-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.track-title {
    font-family: 'IBM Plex Serif', serif;
    font-size: 24px;
    color: #6F1D1B;
    margin-bottom: 10px;
}

.artist-name {
    color: #8A4300;
    margin-bottom: 30px;
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.progress-bar {
    flex: 1;
    height: 4px;
    background: #DDD;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: not-allowed;
    margin: 0 10px;
}

.progress {
    background: #8A4300;
    height: 100%;
    border-radius: 2px;
    width: 0;
    transition: width 0.1s linear;
    pointer-events: none;
}

.time {
    font-size: 14px;
    color: #666;
}

.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.control-btn {
    background: none;
    border: none;
    color: #8A4300;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.control-btn:hover {
    color: #6F1D1B;
}

.control-btn.main-control {
    width: 50px;
    height: 50px;
    background: #8A4300;
    border-radius: 50%;
    color: white;
    font-size: 20px;
}

.control-btn.main-control:hover {
    background: #6F1D1B;
}

@media (max-width: 768px) {
    .featured-player {
        flex-direction: column;
        padding: 20px;
    }

    .player-artwork {
        flex: 0 0 auto;
    }
}

.nowrap {
    white-space: nowrap;
}

/* Organizers Page Styles */
.table {
    --bs-table-bg: transparent;
    --bs-table-color: inherit;
}

.table thead th {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 20px;
}

.table tbody td {
    padding: 15px 20px;
    font-size: 16px;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: #FAE8D3;
    transition: background-color 0.3s ease;
}

.table tbody tr td:first-child {
    font-weight: 500;
    color: #7F3C00;
}

.about-card,
.vision-card,
.contact-card,
.locations-card,
.social-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover,
.vision-card:hover,
.contact-card:hover,
.locations-card:hover,
.social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info a,
.location-info a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover,
.location-info a:hover {
    color: #7F3C00 !important;
}

.social-icon {
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}

.text-justify {
    text-align: justify;
}

.footer {
    padding: 60px 0 40px;
    background: radial-gradient(50% 50% at 50% 50%, rgb(91, 35, 13) 0%, rgb(53, 15, 3) 100%);
}

.footer-left {
    margin-bottom: 30px;
}

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

.footer-brand {
    margin-bottom: 20px;
}

.footer-brand img {
    max-width: 180px;
    margin: 0 auto;
}

.organized-by img {
    max-width: 250px;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .footer-left,
    .footer-center,
    .footer-right {
        margin-bottom: 30px;
    }

    .footer-left {
        text-align: center;
    }
    .contact-info .d-flex {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-center {
        order: -1;
    }

    .footer-brand img {
        max-width: 150px;
    }

    .organized-by img {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 40px 0 30px;
    }

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

    .contact-info .d-flex {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }
}

.footer-left {
    margin-bottom: 30px;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-brand img {
    max-width: 180px;
    height: auto;
}

.trust-logo {
    max-width: 250px;
    height: auto;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info .d-flex {
    margin-bottom: 15px;
}

.contact-info .d-flex:last-child {
    margin-bottom: 0;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    padding: 6px;
}

.footer-right {
    margin-top: 0;
}

.bottomfotter p {
    font-size: 14px;
}

@media (max-width: 991px) {

    .footer-left,
    .footer-right {
        margin-bottom: 30px;
    }

    .footer-right {
        margin-top: 20px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .bottomfotter p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 40px 0 30px;
    }

    .footer-brand img {
        max-width: 150px;
    }

    .trust-logo {
        max-width: 200px;
    }

    .footer-right h4 {
        margin-bottom: 20px;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .footer-brand img {
        max-width: 130px;
    }

    .trust-logo {
        max-width: 180px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-links li {
        text-align: center;
    }

    .footer-right h4 {
        text-align: center;
    }

    .footer-right h4:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .bottomfotter p {
        font-size: 10px;
    }
}

.quick-links li {
    margin-bottom: 15px;
}

.quick-links a {
    text-decoration: none;
    transition: opacity 0.3s;
}

.quick-links a:hover {
    opacity: 0.8;
}

.contact-info a {
    text-decoration: none;
}

.contact-info p {
    margin-bottom: 10px;
}

.socialicons {
    display: flex;
    gap: 15px;
}

.social-icon {
    background-color: #693200;
    height: 50px;
    width: 50px;
    padding: 10px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    background-color: #7F3C00;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.quick-links li {
    margin-bottom: 15px;
}

.quick-links a {
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick-links a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #fff;
}

.footer-links a {
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #fff;
}

.contact-info a {
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-info a:hover {
    opacity: 1;
    color: #fff !important;
}