* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Playfair Display', serif;
    scroll-behavior: smooth;
  }

  h1, h2, h3, .inquiry-button, .contact-section input, .contact-section button {
    font-family: 'Playfair Display', serif;
  }
  
  /* Banner Section */
  .video-banner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  
  .video-banner iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
    z-index: 0;
  }
  
  .video-banner .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
  }
  
  .banner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 1);
  }
  
  .logo img {
    height: 50px;
  }
  
  .right-info {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .right-info .phone {
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
  }
  
  .right-info .inquiry-button {
    background: #ffc107;
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
  }
  
  /* Contact Section */
  .contact-section {
    background: linear-gradient(135deg, #fbe24b, #2e84bb);
    padding: 60px 20px;
    text-align: center;
  }
  
  .contact-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color:#f8f8f8;
  }
  
  .contact-section form {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  
  .contact-section input,
  .contact-section button {
    padding: 12px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
  }
  
  .contact-section input {
    background: #fff;
  }
  
  .contact-section button {
    background: #0a53be;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  
  .contact-section button:hover {
    background: #083a82;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .banner-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
    }
  
    .right-info {
      flex-direction: row;
      gap: 10px;
      justify-content: flex-end;
    }
  
    .right-info .phone,
    .right-info .inquiry-button {
      font-size: 12px;
    }
  
    .inquiry-button {
      padding: 6px 10px;
    }
  
    .contact-section h1 {
      font-size: 1.5rem;
    }
  }



.features {

    padding: 70px 50px;

    background-color: #fff;

    text-align: center;

}



.features-intro {

    margin-bottom: 30px;

    font-size: 1.2rem;

    color: #333;    

    text-align: center;

}



.features-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    gap: 40px;

    justify-content: center;

    align-items: stretch;

}



.feature {

    background: #fff;

    padding: 20px;

    border-radius: 10px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.feature:hover {

    transform: translateY(-10px);

     

}



.feature img {

    max-width: 100px;

    margin-bottom: 15px;

}



.feature h3 {

    font-size: 1.5rem;

    margin-bottom: 10px;

    color: #333;

}



.feature p {

    font-size: 1rem;

    color: #555;

}



.sports-hub {

    position: relative;

    background: url('images/spo.jpg') no-repeat center center/cover;

    color: white;

    text-align: center;

    padding: 100px 20px;

    height: 70vh;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.sports-hub .sports-text h1 {

    font-size: 2.5rem;

    margin-bottom: 10px;

}



.sports-hub .sports-text h2 {

    font-size: 1.5rem;

    font-style: italic;

}



.sports-hub .sports-tagline {

    margin-top: 10px;

}



.sports-hub .sports-tagline p {

    font-size: 1rem;

    margin-bottom: 5px;

    font-style: italic;

}



.sports-hub .sports-tagline h2 {

    font-size: 2rem;

    color: #ff4040;

    text-transform: uppercase;

    font-weight: bold;

}



.sports-hub-image img{

	width: 300px;

	margin-top: 150px;

    margin-left: 800px;	

}



@media (max-width: 768px) {

    .sports-hub {

        padding: 120px 50px;

        height: auto;

    }



    .sports-hub .sports-text h1 {

        font-size: 2rem;

    }



    .sports-hub .sports-text h2 {

        font-size: 1.2rem;

    }



    .sports-hub .sports-tagline h2 {

        font-size: 1.5rem;

    }

	.sports-hub-image img{

	width: 200px;

	margin-top: 50px;

    margin-left: 80px;	

}

}



/* Future-ready Community Section */

.future-ready {

    padding: 50px 20px;

    background-color: #f9f9f9;

    text-align: center;

}



.future-header h1 {

    font-size: 2.5rem;

    color: #003366;

    margin-bottom: 20px;

}



.future-content {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    gap: 20px;

}



.future-left,

.future-right {

    flex: 1 1 45%;

    max-width: 500px;

    text-align: center;

}



.future-left img,

.future-right img {

    width: 100%;

    height: auto;

    border-radius: 10px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease-in-out;

}



.future-left img:hover,

.future-right img:hover {

    transform: scale(1.05);

}



.future-text {

    margin-top: 20px;

    text-align: left;

    font-size: 1.2rem;

    line-height: 1.6;

    color: #555;

}



@media (max-width: 768px) {

    .future-content {

        flex-direction: column;

        text-align: center;

    }



    .future-left,

    .future-right {

        max-width: 100%;

    }



    .future-text {

        text-align: center;

    }

}



/* Strategic Location Section */

.strategic-location {

    padding: 50px 20px;

    background-color: #003366;

    text-align: center;

    color: #fff;

}



.location-header h1 {

    font-size: 2.5rem;

    margin-bottom: 10px;

    font-weight: bold;

}



.location-header p {

    font-size: 1.2rem;

    margin-bottom: 30px;

    color: #fff;

}



.location-map {

    margin: 30px 0;

    border: 2px solid #ddd;

    border-radius: 8px;

    overflow: hidden;

}



.location-footer {

    padding: 20px;

    background-color: #003366;

    color: white;

}



.location-footer h2 {

    font-size: 1.8rem;

    margin-bottom: 10px;

    color: #ffcc00;

}



.location-footer p {

    font-size: 1rem;

    margin: 5px 0;

}



.location-footer h3 {

    font-size: 2rem;

    margin: 20px 0;

    font-weight: bold;

    color: #ffcc00;

}

.location-footer h3 a{
		text-decoration: none;
		color: #ffcc00;
	}



@media (max-width: 768px) {

    .strategic-location {

        padding: 20px;

    }



    .location-header h1 {

        font-size: 40px;

    }



    .location-footer h3 {

        font-size: 1.8rem;
		

    }
	
	.location-footer h3 a{
		text-decoration: none;
		color: #ffcc00;
	}
	
	.hero .content h2 {
		 
		margin-bottom: 100px;
	}

}



.sticky-sidebar {

    position: fixed;

    left: 0;

    top: 40%;

    display: none;

    flex-direction: column;

    background-color: #fff;

    border: 1px solid #ccc;

    padding: 10px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    z-index: 9999999999;

}



/* Show sidebar only on screens wider than 768px (Desktop) */

@media (min-width: 769px) {

    .sticky-sidebar {

        display: flex;

    }

}





.button a {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-decoration: none;

    color: #000;

    font-size: 14px;

	padding: 10px;

}



.mobile-buttons {

    position: fixed;

    bottom: 0;

    width: 100%;

    display: none;

    justify-content: space-around;

    background-color: #fff;

    border-top: 1px solid #ccc;

    padding: 20px 10px 0px;

    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);

}



@media (max-width: 768px) {

    .mobile-buttons {

        display: flex;

        z-index: 999;

        border-top-left-radius: 30%;

        border-top-right-radius: 30%;

        margin-top: 10px;

    }

}


 .btnmenu{
    background-color: #09387f;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px solid #fff;
    cursor: pointer;
 }



 /* Section container */
    .revolutions-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    /* Main heading */
    .revolutions-section h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* Intro paragraph */
    .revolutions-section .intro-text {
      text-align: center;
      margin: 0 auto 40px;
      max-width: 800px;
      font-size: 1rem;
      line-height: 1.6;
    }

    /* Cards container */
    .revolution-cards {
      display: grid;
      /* On wider screens, display multiple columns; on smaller, auto-fit for single column */
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      grid-gap: 20px;
    }

    /* Individual card */
    .card {
      background-color: #f8f8f8;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    /* Card headings */
    .card h3 {
      margin-bottom: 15px;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* Card paragraph */
    .card p {
      font-size: 0.95rem;
      line-height: 1.4;
    }

    /* Responsive tweaks (optional) */
    @media (max-width: 480px) {
      .revolutions-section {
        padding: 20px 10px;
      }
      .revolutions-section h2 {
        font-size: 1.5rem;
      }
      .card h3 {
        font-size: 1.1rem;
      }
      .card p {
        font-size: 0.9rem;
      }
    }







