@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

* {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary:#004aad;
  --light: #F0FBFC;
  --light: #f0e4de;
  --dark:#f69050;
}
html {
  scroll-behavior: smooth;
  
}

body {
  background-color: white;
  
}
#progress {
  position: fixed;
  bottom: 30px;
  left: 8px;
  height: 45px;
  width: 45px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10000;
}
#progress-value {
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #001a2e;
}

header {
  background-color:  white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.items {
  user-select: none;
  height: 65px;
  width: 500px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
  font-weight: 900;
  letter-spacing: 2px;
}

.items img {
  margin: 0 10px 0 5px;
  height: 76px;
  width: 80px;
  z-index: 1001;
}

.items .cap {
  position: absolute;
  top: -2.5px;         /* Adjust to position above "S" */
  margin-left:5.4rem;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 999;       /* Place cap image behind the text */
}

.items .l1 {
  margin-left: 0.1rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}

.items .l2{
  font-weight: 0;
  position: absolute;
  font-size:75px;
  top:-0.65rem;
  margin-left:6.8rem;
  color: #b48415;
}

.items .l5 {
  margin-left: 1.7rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
  left:1.8rem;
  font-size: 35px;
  color: rgb(23, 23, 160);
  font-weight: 900;
  position: relative;
  top:-7px;  /* Adjust this value as needed */
}


.items .np {
  position: absolute;
  letter-spacing: 3.5px;
  top:2.85rem;
  margin-left:10rem;
  z-index: 1000;
  color: #b48415;
  font-size: 25px;
}

.items .wifi{
  color:black;
  top:0.1rem;
  margin-left:-9px;
  font-size:0.7rem;
  position: absolute;
  z-index: 999; 
}


nav ul {
  display: flex;
  list-style: none;
  margin-top: 18px;
  margin-right: 20px;
}

.menu-toggle {
  display: none;
}
nav ul li {
  
  margin: auto;
}




nav ul li a {
  color: #004aad;
  padding: 10px;
  font-size: 19px;
  font-weight: 1000;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: none;
  background-color:  #004aad;
  color:   white;
}


/*** Spinner ***/
#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 9999; /* To make sure it stays on top */
  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;
}
#spinner i{
  font-size: 4rem;
  color:#004aad;
}





/* Position the carousel-relative container */
.carousel-container {
  position: relative;
  overflow: hidden; 
}
 /* Customize the slider height for a banner look */
 .carousel-item img {
  width: 100%;
  height: 70vh; /* Set the height to 70% of the viewport height */
  object-fit: cover;
}

/* Add a background overlay on top of the image */
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Place it above the image but behind the text */
}

/* Static content styling */
.carousel-overlay {
  font-weight: 900;
  position: absolute;
  top:70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255);
  z-index: 2; /* Ensure it stays above the overlay */
  padding: 20px;
  width: 40%; /* Make it responsive */
  backdrop-filter: blur(10px); /* Apply a blur effect */
  background-color: #004aad; /* Slightly white transparent background */
  border-radius: 20px; /* Optional: rounded corners */
}

.carousel-overlay a{
  text-decoration: none;
}
/* Button style */
.book-now-btn {
  background-color:var(--dark);
  color:  white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 1.5rem; /* Adjust font size */
  font-weight: 900;
}

.book-now-btn:hover {
  background-color: #bb5516;
}



 /* Description Section Styles */
 .description-section,.benefits-section{
  background-color: white;
 }
 .description-section  .container{
  max-width: 100%;
 }

 

 .description-section {
  background-color: #f9f9f9; /* Light background */
  padding: 60px 0; /* Padding for top and bottom */
}

.description-section h2 {
  font-weight: 900;
  font-size: 2.2rem; /* Larger heading size */
  color: var(--primary); /* Darker text color */
  margin: 20px 0;  /* Space below the title */
}

.description-section p {
  text-align: justify;
  font-size: 1.2rem; /* Slightly larger paragraph text */
  color: #555; /* Medium grey text */
  line-height: 1.6; /* Line spacing for better readability */
  max-width: 80%; /* Limit the width for better appearance */
  margin: 0 auto; /* Center the paragraphs */
  padding: 1.5rem 0;
}




.sec {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.3rem;
  font-weight: bold;
  color: var(--primary);
}

.benefits-section {
  padding: 20px 0;
  background-color: #f8f9fa;
}

.benefits-section .container {
  padding:0;
  max-width:100%;
}

.benefits-section .container .row {
  justify-content: center;
  margin:0;
}
.benefits-section .container .row > div {
  flex: 0 0 calc(30% - 16px); /* 4 cards in a row with spacing */
  max-width: calc(30% - 16px);
  margin: 8px;
}

.benefit-item {
  display: grid;
  text-align: center;
  padding: 15px;
}

.benefit-item i {
  font-size: 3rem;
  color: var(--dark);
  margin-bottom: 15px;
}

.benefit-item h5 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.benefit-item p {
  margin-top: 10px;
  font-size: 1rem;
  color: #6c757d;
}
.dropdown-icon {
  display: none;
  cursor: pointer;
  margin-left: 10px;
}


/*popular topics*/
.card-section-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.section-title {
  color: var(--primary);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.card-section {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}


/* Card styling */
.card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation-duration: 0.2s;
}
.card:hover {
  transform: scale(1.05);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card-content {
  padding: 15px;
}
.card-title {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.card-description {
  font-size: 0.5rem;
  color: #555;
}



/*book now*/
/* CTA Section Styling */
.cta-section {
  background: linear-gradient(135deg, #3343a59f, #565756b9); /* Soft gradient background */
  padding: 50px 20px;
  text-align: center;
  border-radius: 8px;
  margin: 100px auto;
  max-width: 800px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* CTA Text Styling */
.cta-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* CTA Button Styling */
.cta-button {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 30px;
  color: #fff;
  background-color: var(--dark);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  position: relative;
  margin-top: 20px;
}

/* Hover Effect for Button */
.cta-button:hover {
  background-color: rgb(208, 132, 24);
  transform: scale(1.05);
}

/* Decorative Floating Icons around the Button */
.cta-button::before,
.cta-button::after {
  content: '⭐'; /* Decorative icon */
  font-size: 1.5rem;
  color: var(--primary);
  position: absolute;
  animation: float 3s infinite alternate;
}

/* Icon Positions */
.cta-button::before {
  left: -25px;
  top: -10px;
}
.cta-button::after {
  right: -25px;
  bottom: -10px;
}

/* Float Animation for Decorative Icons */
@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}




/*end*/

/*end*/
@keyframes phone-ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(15deg); }
  30% { transform: rotate(-15deg); }
  40% { transform: rotate(15deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
#whatsapp-link i {
  position: fixed;
  animation: phone-ring 2s infinite;
  right: 15px;
  bottom: 20px;
  height:47px;
  width:48px;
  text-align:center;
  border-radius:50%;
  background: #25D366;
  color: white;
  font-size: 48px;
  z-index: 999;
  text-decoration: none;
}


#whatsapp-link i:hover {
  background-color: #20b455;
}


footer{
  
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:10px;
  
}
footer p{
  color: #004aad;
 font-size: larger;
 font-weight: bolder;

}



/* Responsive layout */
@media (max-width: 1100px) {
  
  .description-section h2 {
    font-size: 2.5rem;
  }

  .description-section p {
    max-width: 70%;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .card-section {
    grid-template-columns: repeat(4, 1fr);
  }
  #whatsapp-link i {
    height:42px;
    width:40px;
    font-size: 43px;
  }
}

@media (max-width: 900px) {
  nav {
    color:   #004aad;
    width: 300px;
    height: 100%;
    background-color: #002f66;
    position: fixed;
    top: 55px;
    right: -430px; /* Hide the menu off the screen */
    transition: right 0.4s ease;
    z-index: 1100; /* Ensure it floats above other elements */
    margin-top: 20px;
  }
  
  nav ul {
    padding-left: 0;
    margin-top: 0;
    width:100%;
    display: flex;
    flex-direction: column;
  }
  
  nav ul li {
    padding:35px 5px 3px 5px;
    margin: 0;

  }
 
  
  nav ul li a {
    width:100%;
    margin:50px 10px 50px 10px;
    padding: 0;
    color:white;
    font-size: 25px;
  }
  
  
  
  nav ul li a:hover{
    margin-left:-2px;
    padding:20px 270px 20px 10px;
    color:   #004aad;
    background-color:  white;
  }
  

  
  /* Hamburger icon */
  .menu-toggle {
    display: flex;
    font-weight: 800;
    color: #002f66;
    font-size: 35px;
    cursor: pointer;
    position: fixed;
    top: 7px;
    right: 8px;
    z-index: 1001; 
  }
  
  /* Class to show the nav */
  nav.active {
      right: 0; 
  }
  
 
  .carousel-overlay {
    width: 45%; 
  }
  
  .description-section h2 {
    font-size: 2rem;
  }

  .description-section p {
    max-width: 80%;
    font-size: 1rem;
    line-height: 1.5;
  }
}


@media (max-width: 768px) {

  
  .carousel-overlay {
    width:45%;
    padding:7px;
  }
  
  .book-now-btn {
    margin-top: 0;
    font-size: 1.3rem;
  }
  
  
  .description-section h2 {
    font-size: 2.1rem;
  }
  
  .description-section p {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 2.3rem;
  }
  

  .card-section {
    grid-template-columns: repeat(3, 1fr);
  }
  
  
  
  


  #whatsapp-link i {
    height:39px;
    width:38px;
    font-size: 40px;
}
    
    
  footer{
    height: 50px;
    padding: 1px 0;

  }
  footer p{
    color: #004aad;
    font-size: 20px;
    font-weight: bolder;

  }
  
}


@media  (max-width: 640px) {
    
  nav {
      width: 250px;
  }
  
  #progress {
    height: 40px;
    width: 40px;
  }
  #progress-value {
    font-size:25px
  }
  .menu-toggle {
      top: 13px;
      font-size: 30px;
  }   

  .carousel-overlay {
    width:60%;
    padding:7px;
  }
  
  .book-now-btn {
    margin-top: 0;
    font-size: 1.3rem;
  }
  
  
  .description-section h2 {
    font-size: 1.7rem;
  }
  
  .description-section p {
    font-size: 1rem;

  }
  
  .section-title {
    font-size: 1.7rem;
  }
  
  
  .benefits-section .container .row > div {
    flex: 0 0 30%; /* 4 cards in a row with spacing */
    max-width: 30%;
    margin: 0;
  }
  
  .benefits-section .container .row ,.benefits-section .container{
    max-width: 100%;
    margin:0;
    padding:0;
  }
  .benefit-item {
    padding: 15px 8px;
  }
  .benefit-item i{
    font-size: 3rem;
  }
  .benefit-item h5{
    font-size: 0.8rem;
  }
  .benefit-item p {
    display: none; /* Hide paragraph initially */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }

  .benefit-item.active p {
    display: block;
    max-height: 100px; /* Adjust as needed */
    opacity: 1;
  }

  .dropdown-icon {
    display: inline; /* Show icon on smaller screens */
  }

 
  footer{
      height: 35px;

  }
  footer p{
      font-size: 18px;

  }    

}



@media  (max-width: 475px) {

  header {
    height:54px;
}

.items img {
    margin: 0 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.3rem;
    width: 1.3rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:56px;
    top:-0.6rem;
    margin-left:5.1rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.3rem;
    font-size: 26px;
    top:-5px;  /* Adjust this value as needed */
}


.items .np {
    letter-spacing: 3.5px;
    top:2rem;
    margin-left:7.6rem;
    font-size: 18px;
}

.items .wifi{
    top:0.2rem;
    margin-left:-6px;
    font-size:0.3rem;
    
}


nav {
top:34px;
width: 180px;
}
nav ul li {
  padding:20px 10px 5px 5px;
  margin: 0;

}

  
nav ul li a {

  width:100%;
  margin:50px 10px 50px 10px;
  padding: 0;
  color:white;
  font-size: 20px;
}



nav ul li a:hover{
  margin-left:-2px;
  padding:12px 150px 12px 10px;
  color:   #004aad;
  background-color:  white;
}
.menu-toggle{
  font-size: 25px;
}


.carousel-overlay {
  width:75%;
  padding:7px;
}

.book-now-btn {
  margin-top: 0;
  font-size: 1.2rem;
}

.description-section h2{
  font-size:1rem;
}

.description-section p{
  font-size:0.9rem;
}

.benefits-section .container .row > div {
  flex: 0 0 calc(50% - 16px); /* 2 cards in a row with spacing */
  max-width: calc(50% - 16px);
}

.benefit-item h5{
  font-size: 0.8rem;
}
.card-section {
  grid-template-columns: repeat(2, 1fr);
}

#whatsapp-link i {
  height:36px;
  width:37px;
  font-size: 37px;
}
footer{
  height: 35px;
  padding: 1px 0;

}
footer p{
  color: #004aad;
  font-size: 15px;
  font-weight: bolder;
}
  
}


@media (max-width: 368px){
    
  header {
    height:51px;
}

.items img {
    margin: 1px 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.18rem;
    width: 1.18rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 30px;
    top: -5px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:53px;
    top:-0.6rem;
    margin-left:5.3rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 30px;
    top: -5px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.4rem;
    font-size: 23px;
    top:-5px;  /* Adjust this value as needed */
}


.items .np {
    letter-spacing: 3.5px;
    top:2rem;
    margin-left:7.7rem;
    font-size: 15px;
}

.items .wifi{
    top:0.2rem;
    margin-left:-7px;
    font-size:0.4rem;
    
}


nav {
top:31px;
width: 150px;
}
  nav ul li a {
      font-size:18px;
  }

  .menu-toggle{
      right:15px;
      top:10px;
      font-size: 25px;
      font-weight:1000;
  }
  
  
  .carousel-overlay {
    height:8rem;
    width:80%;
    padding:7px;
  }

  .book-now-btn {
    margin-top: 0;
    font-size: 1rem;
  }
   
  .description-section h2 {
    font-size: 1.2rem;
  }

  .description-section p {
    max-width: 90%;
    font-size: 0.7rem;
    padding: 1rem 1rem;
  }
  

  .section-title {
    font-size: 1.8rem;
  }
  .card-section-container .section-title{
    font-size:1.2rem;
  } 
  
  .card img {
    width: 100%;
    height: 130px;
  }

  .benefits-section .container{
    padding:0 5px;
  }
  .benefit-item{
    padding: 10px 0;
  }
  .benefits-section .container .row{
    margin:0;
    padding:0;
  }
  .benefit-item i {
    font-size: 2rem;
  }

  
.benefit-item h5{
  margin-top:0;
  font-size: 0.7rem;
}
  
  .benefit-item p {
    font-size:0.6rem ;
  }

   .benefits-section .container  .row > div {
    flex: 0 0 50%; /* 2 cards in a row with spacing */
    max-width: 50%;
    margin:0;
  }
  

  .card-title {
    font-size: 0.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .card-description {
    font-size: 0.4rem;
    color: #555;
  }

  footer{
    height: 50px;

  }
  footer p{
      color: #004aad;
      font-size: 10px;
      font-weight: bolder;
  }
  #progress {
    height: 30px;
    width: 30px;
  }
  #progress-value {
    font-size:20px
  }
  #whatsapp-link i {
    height:34px;
    width:35px;
    font-size: 35px;
  }

}




      

