body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.page-header{
    display: none;
}
#header {
    width: 95%;
    border-radius: 30px;

    position: fixed;
    background: #ffffff82;
        box-shadow: 0px 3px 6px #00000042;
    backdrop-filter: blur(10px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: top 0.3s ease, background-color 0.3s ease; 
    backdrop-filter: blur(8px);
    margin-top: 10px;
}
.navmenu {
    
    padding: 10px; 
    text-align: center; 
}


.navmenu .menu {
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    justify-content: center; 
}


.navmenu .menu li {
    margin: 0 15px; 
    position: relative;
}


.navmenu .menu li a {
    color: black; 
    text-decoration: none; 
    font-size: 16px; 
    font-weight: 500;
    
    transition: background-color 0.3s ease; 
}


.navmenu .menu li::after {
   position: absolute;
   width: 100%;
   height: 2px;
   background-color: black;
   bottom: 0;
   left: 0;
}
.slick-content .content {
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4); 
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.slick-content .content h1,
.slick-content .content p {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.slick-content .content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.slick-content .content .description {
    font-size: 1rem;
}

.slick-content .content h1,
.slick-content .content .description {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); 
}


@media (max-width: 768px) {
    .navmenu .menu {
        flex-direction: column; 
    }

    .navmenu .menu li {
        margin: 5px 0; 
    }

 
}
.slick-carousel{
    width: 100%;
    overflow: hidden;
}
.mobi-nav nav{
    right: 0 !important;
}
.slick-content {
    display: flex;
    justify-content: center;
    aspect-ratio:5/2;
    position: relative;
    height: 100vh;
}
.slick-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slick-content img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    
}
.subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px; /* Adjust the width as needed */
    padding: 20px;
    margin: 0 auto;
}
  
  .subscribe-form input[type="email"] {
    background-color: transparent;
    border: 2px solid #4D79CC;
    padding: 10px;
    color: #4D79CC;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .subscribe-form input[type="email"]::placeholder {
    color: #ffffff;
  }
  .subscribe-form p{
    width: 100%;
  }
  .subscribe-form .wpcf7-submit {
    width: 100%;
    display: block;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #4D79CC;
    border: none;
    padding: .5rem 1rem;
    font-size: 1rem;
    transition: all .3s;
  }
  
  .subscribe-form button:hover {
    background-color: #3a5fa1; /* Darker shade for hover effect */
  }
  @media (max-width: 1280px) {
    .subscribe-form input[type="email"] {
        background-color: transparent;
     
        width: 50%;
     
      }
      
      .subscribe-form .wpcf7-submit {
        width: 50%;}

  }
  @media (max-width: 768px) {

    .slick-carousel .content {
        display: flex;
        width: 300px;
        height: 150px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        top: 90vh;
    }
    .slick-carousel .content h1{
        font-size: 2em;
    }
    .subscribe-form input[type="email"] {
        background-color: transparent;
     
        width: 100%;
     
      }
    .subscribe-form .wpcf7-submit {
        width: 100%;}

	.title {
		font-size: 1.5rem;
	}

	.description {
		font-size: 1rem;
	}

	.absolute-card {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 480px) {
	.title {
		font-size: 1.2rem;
	}

	.description {
		font-size: 0.9rem;
	}

	.absolute-card {
		width: 90%;
	}
}

.mobile-manu-wrapper{
    backdrop-filter: blur(20px) !important;  
}
#mobile-manu-wrapper {
  backdrop-filter: blur(20px) !important;
  border-radius: 20px;
  margin-top: 20px;
    transition: all 0.3s ease; /* Smooth slide transition */
    z-index: 9999;
}
#mobile-manu-wrapper.open {
   left: 0%;
}


.primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu li {
    display: block;
    margin: 0;
}

.primary-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 20px; /* Font size for the menu items */
    padding: 15px;
    display: block;
    text-align: left;
    transition: background-color 0.3s, color 0.3s;
}



/* Mobile Styles */
@media (max-width: 768px) {
    .primary-menu {
       
     
       display: flex;
        flex-direction: column;
        display: flex;
        z-index: 1000; /* Ensure menu appears on top */
        transition: left 0.3s ease; /* Smooth slide-in effect */
       
    }

    .primary-menu.show {
        display: flex; /* Show the menu when it has the 'show' class */
        left: 0; /* Slide the menu into view */
    }


    .primary-menu li a {
        padding: 20px;
        color: white;
       
    }
}

/* Toggle Button Styles */
#mobile-menu-bar {
    display: none; /* Hide toggle button by default */
    cursor: pointer;
}

#mobile-menu-bar.active {
    display: block; /* Show the toggle button when it has the 'active' class */
}

/* Show toggle button on mobile */
@media (max-width: 768px) {
    #mobile-menu-bar {
        display: block; /* Show the toggle button on mobile */
    }
}