*{margin:0; padding:0; } 
body{background-color: #090a4a; width:100%;}
#menu{display: none;}
#menuTop{  background-color:#090a4a;
          position:fixed; width:100%; display: flex; 
          justify-content: space-between;
          border-bottom: 5px solid #090909;}
#menuTop a{display: block; color:#ffffff; font-weight: bold;
            font-size: 24px; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}
#menuBtn {
  font-size: 30px;
  padding:;
  border: none;
  background:#090a4a;
  color: #fff;
  cursor: pointer;
}
#closeBar{background-color:;
          font-size: 20px;
          padding: 10px 15px;
          float:right; 
          margin-top:-40px;
          border:none;
          color: #090a4a;
          background-color: #fff;}
#hero{height:300px; width:100%; background-color:#FFFFFF;}
#hero {
  background-image: url("image/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  position:;
  overflow:hidden;
  opacity: 0.9;
  
}

#hero .hero{width:80%; 
            line-height: 100%;
            margin:auto; 
            text-align: center; 
            height:100%;
            align-content:center;
            padding:10px 10px;
            }     
#hero .hero h2{ font-weight: bolder; text-align: center; margin-top:15%;
                 text-shadow: 3px 3px 3px rgb(6, 6, 6);
                 color:rgb(246, 246, 248);}
#hero .hero h3, h4{font-weight:lighter;
                text-shadow: 3px 3px 3px rgb(5, 2, 2); margin-top:15%;
                color:#ffffff; text-align: center;
            font-family:'Times New Roman', Times, serif;}
#hero .hero button{padding:10px 30px; margin-top:25%;  font-weight: bolder; background-color: #05278a;}
#hero .hero button:hover{background-color: #1037ad;}


#button .btnInner{padding:10px; width:95%; margin: auto;}
#button button{width:100%;}
.why-choose{
    width:100%; 
    height:550px;
    background-color: #a0a0c9;
    opacity:0.8;
     color: #fff;
}

.why-choose .whyContainer{width:90%; 
                          height:100%; 
                          background-color:;
                          margin:auto;
                          padding-top:5%;}

.why-choose .whyContainer .why{width:99%; height:45%; background-color: aquamarine; 
                                background: #111827;
                                padding: 40px;
                                border-radius: 16px;
                                box-shadow: 0 10px 25px rgba(0,0,0,0.3);}

.why-choose .whyContainer .how{width:99%; height:45%; background-color:; 
                                  margin-top: 25px; border-radius: 16px;
                                 background-image: url('image/map.jpeg');
                                background-size: cover; padding: 10px; }
.why .why-box h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.why .why-list {
  list-style: none;
  padding: 0;
}

.why .why-list li {
  font-size: 1.1rem;
  margin-bottom: 12px;
}



/* Testimonials */
.testimonials {
  background: #f9fbfd;
}

.testimonialsIn{ background-color: ; width:90%; margin:auto; padding:20px 0px;}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.testimonial-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.06);
  text-align: left;
}

.stars {
  color: #f59e0b;
  font-size: 1.2rem;
  margin-bottom: 10px;
}


.footer-modern {
  background:#090a4a;
  color: #e5e7eb;
  font-family: Arial, sans-serif;
}

.footer-top {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.footer-col h3,
.footer-col h4 {
  color: white;
  margin-bottom: 15px;
}

.footer-col p {
  line-height: 1.7;
  font-size: 0.95rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #1f334d;
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* FLOATING WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #127737;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
}

/********FOR BOOKing page****************/
#book {width:100%; height:; background-color: #FFFFFF; padding-top: 20%;}



@media (min-width: 1024px) {
  /* all laptop and desktop styles */

  #menuBtn {
  display:none;
}

#hero{height:520px; width:100%; background-color:#FFFFFF; border-bottom: 30px solid #090a4a;}
#hero {
  background-image: url("image/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  position:;
  overflow:hidden;
  opacity: 0.9;
  
}

#button{display: none;}

#menu{display: block; background-color: ; width:65%; padding-top: 10px;}
#menu ul{width:100%; background-color: ;}
#menu li{display: flex; display: inline;
              justify-content: space-between; width:120px;
            background-color: ;}
#menu li a{display: flex; display:inline-block;
              justify-content: space-between; font-size: 16px;
                    text-decoration: none; width:120px; text-align: center;}
#menu li a:hover{color:rgb(76, 76, 214);}




#book {width:100%; height:; background-color: #FFFFFF; padding-top: 7%;}
#book .bookInner{ width:30%; margin: auto;}
#book .bookInner input[type="reset"]{background-color: #c03d3d;}



.why-choose{
    width:100%; 
    height:500px;
    background-color: #a0a0c9;
    opacity:0.8;
     color: #fff;
}

.why-choose .whyContainer{width:87%; 
                          height:100%; 
                          background-color:;
                          margin:auto;
                          padding-top:7%;
                          display: flex;
                          justify-content: space-between;}

.why-choose .whyContainer .why{width:47%; height:80%; background-color: aquamarine; 
                                background: #111827;
                                padding: 40px;
                                border-radius: 16px;
                                box-shadow: 0 10px 25px rgba(0,0,0,0.3);}

.why-choose .whyContainer .how{width:47%; height:80%; background-color: aquamarine; 
                                background: #111827;
                                padding: 40px;
                                border-radius: 16px;
                                margin-top:-1px;
                                background-image: url('image/map.jpeg');
                                background-size: cover;}


.services {
  padding: 55px 40px;
  background: #f8f9fb;
  text-align: center;
}


}





/* General layout */
.how-it-works {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  color:#e5e7eb;
  background-color: #050847;
}

.brand {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

h1 {
  text-align: center;
  font-size: 48px;
  margin: 10px 0;
}

.tagline {
  display: block;
  text-align: center;
  background: #3b82f6;
  width: fit-content;
  margin: 10px auto 40px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
}

/* TIMELINE */
.timeline {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 40px 0;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eceef1;
  transform: translateX(-50%);
}
.item {
  padding: 20px;
  animation: fadeUp 0.8s ease forwards;
}

.timeline .item:nth-of-type(1) { animation-delay: 0.3s; }
.timeline .item:nth-of-type(2) { animation-delay: 0.6s; }
.timeline .item:nth-of-type(3) { animation-delay: 0.9s; }
.timeline .item:nth-of-type(4) { animation-delay: 1.2s; }
.timeline .item:nth-of-type(5) { animation-delay: 1.5s; }
.timeline .item:nth-of-type(6) { animation-delay: 1.8s; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.left {
  text-align: right;
}

.right {
  text-align: left;
}

.item h2 {
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.item p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.item img {
  width: 100%;
  max-width: 260px;
  border-radius: 14px;
}

/* Dots */
.dot {
  width: 14px;
  height: 14px;
  background: #3b82f6;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .timeline {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
  }

  .dot {
    margin-bottom: 20px;
  }

  .item {
    padding: 20px;
    text-align: center;
  }

  .item img {
    width: 80%;
    max-width: 180px;
  }

  h1 {
    font-size: 30px;
  }
}