*{padding: 0; margin: 0; box-sizing: border-box;}
body{
    overflow-x:hidden;
    
}
.icon-white {
    fill: white !important;
}
a:hover,
button:hover {
    color: blue !important;
    transform: scale(1.2); /* Reduced scale value */
    transition: transform 0.3s ease; /* Optional: smooth transition */
}
h1,h2,h3,h6,.font,h5{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*color: inherit;*/
    text-rendering: optimizeLegibility;
}
/*h2{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}*/

/* slider*/
.slider {
    width: 80%;
    margin: 20px auto;
}*/
/* Slider container /
.slider {
    display: flex;
    overflow-x: auto;
    gap: 10px; /* Optional: Adds space between the images /
    align-items: center; /* Center images vertically /
}*/
/* Each image container /
.slider div {
    position: relative;
    flex: 0 0 auto; /* Ensures the image maintains its width /
    height: 300px; /* Set the desired height for the images /
    width: 100%; /* You can control the image width /
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/* Image styling /
.slider img {
    height: 100%; /* Image takes up full height of the container /
    width: auto; /* Maintain aspect ratio /
    object-fit: cover; /* Ensure the image covers the container without distortion /
}*/
.slick-slide {
    margin: 0 10px; /* Add some space between slides */
}

.slick-slide img {
    height: 200px;
    width: auto;
   /*width: 100%;  Make images responsive */
    border-radius: 10px; /* Optional: round corners */
    object-fit: cover;
}
.navbar a, .navbar .navbar-brand{
    color:white!important;
    text-shadow: 0 4px 12px rgb(255, 255, 255);
    background-color: transparent;
}

.navbar{
    color:white !important;
    background-color: transparent;
    transition: background-color 0.3s ease;
    text-shadow: 0 4px 12px rgb(255, 255, 255);
  }
.navbar.scrolled {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-shadow: 0 4px 12px rgb(0, 0, 0);
}
.navbar.scrolled a, .navbar.scrolled .navbar-brand {
    background-color: white !important;
    color: black !important;
    /*text-shadow: none;  Optional to remove text shadow on scroll */
}
/*.shadow{
    text-shadow: 0 4px 12px rgb(0, 0, 0);
    border-bottom: none;
}*/
.white-logo {
    filter: brightness(0) invert(1); /* Makes image white */
}

/* Ensure initial transparent background for dropdown */
.navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0) !important; /* Transparent */
    color: white !important;
    border: none !important;
    transition: background-color 0.3s ease;
    text-shadow: 0 4px 12px rgb(255, 255, 255);
    box-shadow: none !important; /* Remove any default shadow */
}

/* White background for dropdown when navbar is scrolled */
.navbar.scrolled .dropdown-menu {
    background-color: white !important;
    color: black !important;
    text-shadow: none !important; /* Remove text shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important; /* Optional: add shadow when scrolled */
}


/*h6{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
    .navbar{
    background-color: rgba(255, 255, 255, 0.0);
}
    h1{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.carousel-item img{}

/* Small devices (sm) only /
@media (min-width: 200px) and (max-width: 767.98px) {
    .search,.opening {
        margin-top: 20px !important;
    }
}
/*
.nav1 {
    background-color: #002f6c; /* Navy blue background 
    color: #F5F5F5;  Light text color 
}/


.nav1 {
    background-color: white !important; /* Navy blue background /
}

.nav1 .navbar-brand,
.nav1 .nav-link,
.nav1 .dropdown-menu .dropdown-item {
    color: black !important; /* Light text color /
    
}

.nav1 .navbar-toggler {
    color: black;
    border-color: black; /* Ensures the button is visible /
}

a:hover,
button:hover {
    color: red;
    transform: scale(1.2); /* Reduced scale value /
    transition: transform 0.3s ease; /* Optional: smooth transition /
}


/* slider /
.slider {
    width: 80%;
    margin: 20px auto;
}

.slick-slide {
    margin: 0 10px; /* Add some space between slides /
}

.slick-slide img {
    width: 100%; /* Make images responsive /
    border-radius: 10px; /* Optional: round corners /
}

/*iframe/

.responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio /
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/