.divphoto {
  background-image: url("assets/back_0101.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* ================================
   RESPONSIVE BREAKPOINTS
================================ */

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .photo img {
    width: 100%;
  }
}

/* Mobile devices (≤768px) */
@media (max-width: 768px) {
  .divphoto {
    flex-direction: column;
    padding: 30px 10px;
  }

  .photo img {
    width: 90%;
    margin: 0 auto;
  }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .photo img {
    width: 95%;
  }
}
.header {
  background: #121518;
  width: 100%;
}

/* ========== NAVBAR ========== */
.navbar {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  position: relative;
  z-index: 1000;
}

/* Logo text */
.nav__logo h3 {
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* Menu links */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.3s ease;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #c19f56;
}

/* Logo image */
.logo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  
}

/* Hamburger icon */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: white;
}

/* ========== MEDIA QUERIES ========== */

/* Tablet view */
@media (max-width: 1024px) {
  .navbar {
    padding: 12px 20px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav__logo h3 {
    font-size: 17px;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    background-color: #000;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    padding: 20px 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: center;
    margin: 10px 0;
  }

  .nav__logo h3 {
    font-size: 16px;
    padding: 5px 12px;
  }

  .logo img {
    width: 45px;
    height: 45px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .nav__logo h3 {
    font-size: 15px;
  }

  .menu-toggle {
    font-size: 26px;
  }
}
      .card img{
        height:300px;
        width:350px;
      }
   
      .hardicompany h3{
color:rgb(2, 51, 112);
  background: rgba(11, 11, 11, 0.15);

text-align: center;
font: bold;
      }

      .partofcompany a{
        text-decoration: none;
color: black;
      }
      .destination__card a{
 text-decoration: none;
color: black;
      }
     
      .team-section{
           background: #0b669a;

      }
      .scroll-container{
                   background: black;

      }
      .scroll-container .card a{
color: black;
      }


.section__container banner__container h3{
  text-align: center;
  align-items: center;
  padding-left:200px;
}


.discover__card img{
  height:80px;
  width:80px;
  border-radius:50%;
  margin-left: 120px;
  margin-bottom:20px;
}




.about {
    padding: 50px;
    text-align: center;
    
}

.about-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.about-image img {
    width: 100%;
    max-width: 400px;
    border: 5px solid black;
    border-radius: 5px;
}

.about-content {
    flex: 1;
    padding-left: 60px;
}

.about-content h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}

.about-content p{
flex: 1;
padding-left: 60px;
 text-align: justify;   
}







.hero {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 50px;
}

.hero-left {
  width: 55%;
}

.hero-left h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.hero-left img {
  width: 100%;
    max-width: 400px;
    border: 5px solid black;
    border-radius: 5px;
      margin-top: 50px;

}

.hero-right {
  background: rgba(11, 91, 229, 0.15);
  padding: 30px;
  border-radius: 10px;
  width: 40%;
  color: #fff;
        margin-top: 50px;

}

.hero-right h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.hero-right p {
text-align: justify;
}


.hero-right label {
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .nav__links{
  height: 220;
}
  .overlay {
    flex-direction: column;
    text-align: center;
  }
  .hero-right {
    width: 100%;
  }
  .hero-left img {
    max-width: 350px;
  }
  .hero{
    height:900px;
  }
}

/* Mobile ≤ 768px */
@media (max-width: 768px) {
 

  .hero {
    height: 820px;
  }

  .overlay {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .hero-right h2 {
    font-size: 1.3rem;
  }

  .scroll-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .scroll-container .card {
    flex: 0 0 80%;
    scroll-snap-align: center;
  }
}

/* Small Mobile ≤ 480px */
@media (max-width: 480px) {
  .nav__logo h3 {
    font-size: 1rem;
  }

  .hero-right h2 {
    font-size: 1.1rem;
  }

  .hero-right p {
    font-size: 0.9rem;
  }

  .card {
    flex: 0 0 90%;
  }
}




