  /************upper arrow********/
  .scroll-to-top {
      position: fixed;
      bottom: 80px;
      right: 20px;
      background-color: #ff5722;
      color: white;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-size: 24px;
      cursor: pointer;
      display: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .scroll-to-top:hover {
      background-color: #e64a19;
      transform: scale(1.1);
    }
    
      .navbar-custom {
            transition: background-color 0.3s ease; /* Smooth transition for background */
        }
    
    
    #logo-caption{
        
    font-size: 0.6rem;
    display: block;
    margin-top: -15px;
    margin-left: 104px;
    color:#ccc;
        
    }
    
    
    
    /* Initially transparent navbar */
        .navbar {
            transition: background-color 0.4s ease-in-out;
            height:61px;
        }

        .navbar-transparent {
            background-color: transparent !important;
        }
        /* Change color on scroll */
        .navbar-scrolled {
            background-color: rgba(41, 41, 43, 0.5) !important; /* Dark background on scroll */
        }

        /* Navbar text color */
        .navbar a {
            color: white !important;
        }
        
        
          .navbar-brand img {
            margin-right: 5px;
        }
    
        .navbar-brand img {
            margin-right: 5px;
        }
        .icon-container {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .icon-wrapper {
            position: relative;
        }
        .icon-wrapper .badge {
            position: absolute;
            top: -5px;
            right: -10px;
            font-size: 10px;
        }
        
        
          .navbar-toggler-icon {
            width: 1.5em;
            height: 1.5em;
            background-color: currentColor;
            mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/list.svg') no-repeat center;
            -webkit-mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/list.svg') no-repeat center;
            mask-size: contain;
            -webkit-mask-size: contain;
        }

        /* Cross Icon */
        .navbar-toggler.active .navbar-toggler-icon {
            mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/x-lg.svg') no-repeat center;
            -webkit-mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/x-lg.svg') no-repeat center;
        }
        
    /********************************corasoul*****************/
    

        
        .carousel-item img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
        
        
         .carousel-caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        text-align: center;
        padding: 20px;
        
    }
  
  
  
  
  /* Extra-large screens (1200px and above) */
/*@media (min-width: 1200px) {
    .carousel-caption {
        margin-top: 3.55%;
    }
}*/

/* Large screens (992px - 1199px) */
/*@media (max-width: 1199px) and (min-width: 992px) {
    .carousel-caption {
        margin-top: 4%;
    }
}*/

/* Medium screens (768px - 991px) */
/*@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        margin-top: 4%;
    }
}*/

/* Small screens (576px - 767px) */
/*@media (max-width: 767px) and (min-width: 576px) {
    .carousel-caption {
        margin-top: 3%;
    }
}*/

/* Extra-small screens (below 576px) */
/*@media (max-width: 575px) {
    .carousel-caption {
        margin-top: 2%;
    }
}*/

  
  
      
    .carousel-caption h1 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #f8f9fa;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .carousel-caption p {
        font-size: 1.6rem;
        color: #f8f9fa;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
        padding:10px;
    }
    .overlay {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        width:100%;
    }
    
     a {
    text-decoration: none;
    font-family: Lato, sans-serif;
    }
    
     .carousel-control-prev-icon,
        .carousel-control-next-icon {
            border-radius: 50%;
            padding: 15px;
        }
        
        
        /***********corasoule card***********/
     .card {
            
            overflow: hidden;
            transition: transform 0.3s;
            border-radius: 15px;
            position:absolute;
           margin-top:-0 npx;
            
        }
        .card:hover {
            transform: scale(1.05);
        }
        .card img {
            
            height: 250px;
            object-fit: cover;
            border-radius: 15px;
        }    
        
        
        
    /*****************art and service*************/
    
    .iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30.25%; /* Aspect ratio: 16:9 */
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: fill; /* Makes the iframe fit the container */
}

    
/******************stats section ***************/

 .stats-section {
            position: relative;
            background: url('https://img.freepik.com/premium-photo/abstract-beautiful-mandala-design-background_1174497-131800.jpg?w=1380') no-repeat center center/cover;
            color: white;
            padding: 50px 20px;
          
        }

        .overlay1 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay */
            z-index: 1;
        }

        .stats-container {
            position: relative;
            z-index: 2;
        }

        .stats-box {
    margin: 20px 0; /* Top and bottom margin */
    padding: 20px; /* Inside padding for content */
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    border-radius: 0px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

        .stats-icon {
            font-size: 40px;
            margin-bottom: 15px;
            color: #ffcc00;
        }

        .stats-number {
            font-size: 36px;
            font-weight: bold;
        }

        .stats-text {
            font-size: 18px;
        }

        @media (max-width: 768px) {
            .stats-box {
                padding: 15px;
            }

            .stats-icon {
                font-size: 32px;
            }

            .stats-number {
                font-size: 28px;
            }

            .stats-text {
                font-size: 16px;
            }
        }

        @media (max-width: 576px) {
            .stats-box {
                padding: 10px;
            }

            .stats-icon {
                font-size: 28px;
            }

            .stats-number {
                font-size: 24px;
            }

            .stats-text {
                font-size: 14px;
            }
        }

/***************************our vlue section*********/


 
  .values-section {
            padding: 50px 20px;
            text-align: center;
        }

        .values-section h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 40px;
            color: #343a40;
        }

        .row-ourvalue {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .value-box {
            flex: 1 1 calc(25% - 20px);
            max-width: calc(25% - 20px);
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            padding: 30px 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .value-box:hover {
            transform: translateY(-5px);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        }

        .value-box svg {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            fill: #6c757d; /* Gray color for icons */
            transition: fill 0.3s ease;
        }

        .value-box:hover svg {
            fill: #007bff; /* Blue on hover */
        }

        .value-box h3 {
            font-size: 20px;
            color: #495057;
            margin-bottom: 10px;
        }

        .value-box p {
            font-size: 14px;
            color: #6c757d;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .value-box {
                flex: 1 1 calc(50% - 20px);
                max-width: calc(50% - 20px);
            }
        }

        @media (max-width: 576px) {
            .value-box {
                flex: 1 1 100%;
                max-width: 100%;
            }
        }

 
 /************************events css****************/
 
    


/******************journey of reflection *******/


.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
}

.slider {
    display: flex;
    animation: scroll 15s linear infinite;
}

.slider img {
    width: 200px; /* Adjusted width for better responsiveness */
    height: auto; /* Maintains aspect ratio */
    object-fit: cover;
    margin: 0 10px;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a shadow for better visibility */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider img {
        width: 150px; /* Smaller images for medium-sized screens */
    }
}

@media (max-width: 576px) {
    .slider img {
        width: 120px; /* Further adjust for small screens */
    }
}



/***********testimonial *********/

 .testimonial-section {
    padding: 18px 0;
    background-color: #fff;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: scale(1.02);
}

.testimonial-text {
    flex: 1;
}

.testimonial-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.testimonial-text h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.testimonial-image img {
    border-radius: 10px;
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-image img {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .testimonial-text p {
        font-size: 0.9rem;
    }

    .testimonial-text h5 {
        font-size: 1rem;
    }

    .testimonial-image img {
        max-width: 150px;
    }
}





/***************latest news***************/

/* Container and Header */
.new-container {
    padding: 20px;
    background-color: #f9f9f9;
}

.news-text-center {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Product Image */
.product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Product Info */
.product-info {
    font-size: 1rem;
    font-weight: bold;
    color: #444;
    text-align: center;
}

/* Responsive Grid */
.newsrow.g-4 {
    gap: 1rem;
}

@media (max-width: 992px) {
    .product-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .product-card {
        padding: 10px;
    }

    .text-center {
        font-size: 1.5rem;
    }

    .product-info {
        font-size: 0.9rem;
    }
}


/****************artist *******************/

 .artist-card {
            position: relative;
            overflow: hidden;
            transition: transform 0.3s;
            border: 2px solid black;
            padding: 10px;
            text-align: center;
        }

        .artist-card img {
            width: 100%;
            height: 250px;
            padding: 5px;
            transition: transform 0.3s;
        }

        .artist-card:hover img {
            transform: scale(1.1);
        }

        .artist-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px;
            transform: translateY(100%);
            transition: transform 0.3s;
        }

        .artist-card:hover .artist-info {
            transform: translateY(0);
        }


/*---------------------our team css-----------------*/
        .team-section {
            
            padding: 50px 0;
        }
        .team-member {
            position: relative;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .team-member img {
            width: 100%;
            height:178px;

            transition: transform 0.3s ease-in-out;
        }
        .team-member:hover img {
            transform: scale(1.05);
        }
        .team-member:hover {
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
        }
        .team-member h4 {
            margin-top: 15px;
            font-weight: bold;
        }



 /*----------------------gallery css start-------------------*/
        .gallery-section {
            text-align: center;
            padding: 0px 0;
        }
        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 0px;
            cursor: pointer;
        }
        .gallery-item img {
            width: 100%;
            height: 250px;
            transition: transform 0.3s ease-in-out;
        }
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            color: white;
            text-align: center;
        }
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        .gallery-overlay h4 {
            font-weight: bold;
        }
        .gallery-overlay span {
            color: #ffcc00;
        }
        /*-------------------------footer css-----------------------*/
        .footer {
            background-color: #e0e0e0; /* Gray Background */
            padding: 40px 0;
            color: #333;
        }
        .footer h5 {
            font-weight: bold;
            margin-bottom: 20px;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        .footer ul li {
            margin-bottom: 10px;
        }
        .footer ul li a {
            color: #333;
            text-decoration: none;
        }
        .footer ul li a:hover {
            text-decoration: underline;
        }
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: white;
            color: #333;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            transition: 0.3s;
            border: 1px solid #ccc;
        }
        .social-icons a:hover {
            background: #333;
            color: white;
        }
        .payment-icons img {
            width: 50px;
            margin-right: 10px;
        }
        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #25d366;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
        }
     


        
    /*****************for mobile ***********/
        
        
        /* General styling for carousel icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

/* General styling for carousel control icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

/* Media query for medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    /* Adjust carousel items' margin */
    .carousel-inner .carousel-item {
        margin: -20px;
    }

    /* Adjust card margins */
    .card {
        margin: -20px !important;
    }

    /* Optional: Add padding to prevent overlap with the viewport */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Adjust carousel caption styling for medium devices */
    .carousel-caption {
        font-size: 14px;
    }
    
    
     .carousel-item {
        margin-top: 10px; /* Reduce margin for tablets */
    }

    .carousel-caption h1 {
        font-size: 2rem; /* Smaller headline */
    }

    .carousel-caption p {
        font-size: 0.9rem; /* Slightly smaller paragraph text */
    }
    
    
     .iframe-container {
        padding-bottom: 70%; /* Adjust to 4:3 ratio for tablets */
    }
}





/* Media query for small devices (phones) */
@media (max-width: 576px) {
    /* Adjust carousel control position */
    .carousel-control-prev,
    .carousel-control-next {
        margin-top: 20px; /* Moves icons lower */
    }

    /* Remove card margins */
    .card {
        margin: 0 !important;
        padding: 5px;
    }

    /* Container padding for small devices */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Smaller font size for captions */
    .carousel-caption {
        font-size: 12px;
    }
    
     .carousel-item {
        margin-top: 5px; /* Minimal top margin for small screens */
    }

    .carousel-caption h1 {
        font-size: 1.8rem; /* Adjust headline size for phones */
    }

    .carousel-caption p {
        font-size: 0.8rem; /* Smaller text for better readability */
    }

    .carousel-caption {
        padding: 8px; /* Compact padding for small devices */
    }
    
    .iframe-container {
        padding-bottom: 90%; /* Adjust to 1:1 ratio for small devices */
    }
}   

        