.logo-area {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
}

.logo-img {
    height: 50px;
    width: auto;
}

/* Hamburger Menu  */
.burger-menu {
    background: rgb(141,119,210) !important;
    border-radius: 8px;
    padding: 8px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgb(141,119,210);
    display: none;
}   

.burger-menu svg path {
    stroke: #fff !important;
}

.burger-menu svg  {
    width: 31px;
    height: 30px;
}

.burger-menu:hover {
    background: rgb(141,119,210) !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.1); */
    /* backdrop-filter: blur(10px); */
    padding: 10px 0;
}

.menu-bar {
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    height: fit-content;
    display: inline-flex;
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(10px); */
    align-items: center;
    padding: 0;
    margin: 0;
    background: transparent;
    background: rgba(255, 255, 255, 0.2);

}

.menu-bar li {
    list-style: none;
    color: #000000;
    font-family: sans-serif;
    padding: 12px 44px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 25px;
}

.menu-bar a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.menu-bar li::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .2s;
    border-radius: 25px;
}

.menu-bar li:hover::before {
    background: linear-gradient(to bottom, #e8edec, #d2d1d3);
    box-shadow: 0 3px 20px 0 black;
    transform: scale(1.1);
}

.menu-bar li:hover,
.menu-bar li:hover a {
    color: #000;
}
/*********************navbar_end****************/

.carousel-caption{
text-align:center;
background-color: #86000000;
padding:50px 20px;
bottom:0;
left:0;
width:100%;
height:auto;
color:#000 !important;
font-family: 'Dancing Script', cursive;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -55%);
z-index: 100;
}

/* Override Bootstrap text-white class */
.carousel-caption.text-white,
.carousel-caption .text-white {
color: #000000 !important;
}

.carousel-caption h1.text-white,
.carousel-caption h4.text-white,
.carousel-caption p.text-white {
color: #000000 !important;
}
.carousel-caption p{
max-width:600px;
margin:0 auto;
text-align:center;
}
.carousel-indicators{
bottom:0;
top:auto;
display: flex;
justify-content: center;
gap: 10px;
list-style: none;
margin: 0 0 20px 0;
}
.center_home .carousel-indicators [data-bs-target] {
 background-color: rgb(116,86,217);
 width: 45px;
 height: 5px;
 opacity: .4;
 text-indent: -9999px;
 overflow: hidden;
 border: none;
 padding: 0;
 margin: 0;
 border-radius: 2px;
 cursor: pointer;
}
.center_home .carousel-indicators [data-bs-target].active {
 opacity: 1;
 transform: none;
}

/* Make carousel navigation buttons bigger */
.carousel-control-prev,
.carousel-control-next {
 width: 80px;
 height: 80px;
 top: 50%;
 transform: translateY(-50%);
 z-index: 200;
}
.carousel-control-prev {
 left: 20px;
}
.carousel-control-next {
 right: 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 width: 40px;
 height: 40px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
 opacity: 1;
 background-color: rgba(0, 0, 0, 0.1);
 border-radius: 50%;
}

.carousel-item {
    position: relative;
}

.carousel-inner {
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    pointer-events: none;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.center_home {
    overflow: hidden;
}

.carousel {
    overflow: hidden;
}

.carousel-caption h1,
.carousel-caption h4 {
font-family: 'Dancing Script', cursive;
color: #000000 !important;
font-size: 3.8rem;
font-weight: 700;
}

.carousel-caption h4 {
font-size: 3.2rem;
}

.carousel-caption p {
font-family: 'Dancing Script', cursive;
color: #000 !important;
font-size: 2.2rem;
font-weight: 500;
}

/* New Button Style */
.button-new {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, rgb(98, 69, 196), rgb(120, 90, 220));
    color: #000000;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(98, 69, 196, 0.3);
}

.button-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(98, 69, 196, 0.4);
    color: white;
    text-decoration: none;
}

.button-new i {
    margin-right: 12px;
    font-size: 1.3rem;
}

/*********************center_home_end****************/

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width : 767px){
.logo-area{
   left: 50%;
   right: auto;
   transform: translateX(-50%);
}

.burger-menu {
  display: block;
  position: fixed;
  top: 18px;
  left: 25px;
  z-index: 1300;
}
  
nav {
  left: 0;
  right: auto;
  transform: translateX(-100%);
  position: fixed; 
  top: 0;
  width: 80%; 
  height: 100vh; 
  background-color: rgba(17, 24, 39, 0.9); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  z-index: 1000; 
  transition: transform 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
nav.active {
  transform: translateX(0); 
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}
  
nav ul {
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
  
nav ul li a {
  font-size: 1.2rem;
  padding: 10px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
     
nav ul li a:hover {
    color: #FFC448 !important;
    transform: translateX(5px);
}
    
nav ul li {
    list-style: none;
    margin: 10px 0;
}

.menu-bar {
  background-color: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
}
  
.menu-bar li {
  font-size: 3.2rem; 
  padding: 16px 24px; 
}
  
.menu-bar li::before,
.menu-bar li:hover::before {
  background: none;
  box-shadow: none;
  transform: none;
}
  
.menu-bar li:hover,
.menu-bar li:hover a {
  color: #fff ; 
}

.center_home img{
min-height:350px; 
}
.carousel-caption {
text-align: center !important;
left:50% !important;
width:100% !important;
bottom:auto !important;
top:50% !important;
padding:10px;
transform: translate(-50%, -55%) !important;
}
.carousel-caption .font_60{
font-size:34px !important; 
}
.carousel-caption h4{
font-size:26px !important; 
}
.carousel-caption p{
font-size:18px !important;
text-align:center !important;
max-width:400px;
margin:0 auto;
}
.carousel-caption h1,
.carousel-caption h4,
.carousel-caption p {
color: #000000 !important;
}

/* Responsive buttons for small screens */
.carousel-control-prev,
.carousel-control-next {
 width: 50px;
 height: 50px;
}
.carousel-control-prev {
 left: 10px;
}
.carousel-control-next {
 right: 10px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 width: 20px;
 height: 20px;
}
.center_home .carousel-indicators {
 margin: 0 0 12px 0;
 gap: 10px;
}
.center_home .carousel-indicators [data-bs-target] {
 width: 28px;
 height: 3px;
}
.center_home .carousel-indicators [data-bs-target].active {
 transform: none;
}
}

@media (min-width:576px) and (max-width:767px) {
/* Responsive buttons for medium mobile screens */
.carousel-control-prev,
.carousel-control-next {
 width: 55px;
 height: 55px;
}
.carousel-control-prev {
 left: 12px;
}
.carousel-control-next {
 right: 12px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 width: 25px;
 height: 25px;
}
.center_home .carousel-indicators {
 margin: 0 0 14px 0;
 gap: 10px;
}
.center_home .carousel-indicators [data-bs-target] {
 width: 28px;
 height: 3px;
}
.center_home .carousel-indicators [data-bs-target].active {
 transform: none;
}
}

@media (min-width:768px) and (max-width:991px) {
.center_home img{
min-height:500px; 
}
.carousel-caption .font_60{
font-size:55px; 
}
.carousel-caption {
padding: 100px 100px;
}
.carousel-caption p{
max-width:600px;
margin:0 auto;
text-align:center;
font-size: 2.2rem;
}
.carousel-caption h4{
font-size: 3.2rem;
}

/* Responsive buttons for tablet screens */
.carousel-control-prev,
.carousel-control-next {
 width: 60px;
 height: 60px;
}
.carousel-control-prev {
 left: 15px;
}
.carousel-control-next {
 right: 15px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 width: 30px;
 height: 30px;
}
.center_home .carousel-indicators {
 margin: 0 0 16px 0;
}
.center_home .carousel-indicators [data-bs-target] {
 width: 28px;
 height: 3px;
}
.center_home .carousel-indicators [data-bs-target].active {
 transform: none;
}
}

@media (min-width:992px) and (max-width:1200px) {
.carousel-caption{
padding:100px 100px;
}
.center_home img{
min-height:550px; 
}
.carousel-caption p{
text-align:center;
font-size: 2.2rem;
}
.carousel-caption h1{
font-size: 3.8rem;
}
.carousel-caption h4{
font-size: 3.2rem;
}
}
@media only screen and (min-width: 768px) and (max-width: 1088px) {

    .menu-bar li {
    padding: 12px 12px;
}
  .logo img {
    width: 110px;
    height: auto;
  }
}

