body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f8f9fa;
    }

    /* .hero-contact {
      background-color: #75b0eb;
      color: white;
      padding: 80px 0;
      text-align: center;
    }

    .hero-contact h1 {
      font-weight: 700;
      margin-bottom: 15px;
    } */
     .about-header {
  /* background: linear-gradient(to right, #343434, #000000); */
              
  color: #ffffff;
  padding: 100px 20px;
  height: 400px;
}

.about-header{
  background: linear-gradient(rgba(0, 0, 0, 0.638), rgba(0, 0, 0, 0.75)),
              url('/static/img/contact.jpg') center/cover no-repeat;
  text-align: center;
  padding: 120px 20px;
}

.about{
  font-size: 80px;
  padding-top: 90px;
}

/* Section styling */
.about-section {
  padding: 80px 20px;
}

.section-title {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {

  .about{
  font-size: 50px;
  padding-top: 50px;
}

}


    

    select.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: auto !important;
  
  background-color: #000000;
  /* background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" width="20" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 20,0 10,10"/></svg>'); */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
}

select.form-control:focus {
   
  border-color: #000000;
  box-shadow: none;
}

     .contact-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-section img {
  max-width: 80%;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

/* .form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

.btn-primary {
  background-color: #000000;
  border-color: #004080;
}

.btn-primary:hover {
  background-color: #000000;
  border-color: #0066cc;
} */

/* Responsive: stack image on top for small screens */
@media (max-width: 768px) {
  .contact-section {
    padding: 25px;
  }
}


.contact-section {
  background-color: #fff;
  color: #333;
}

.contact-section h2 {
  font-weight: 600;
  color: #000000;
}

.contact-box {
  padding: 20px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #D1AB2C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-circle i {
  font-size: 28px;
  color: #D1AB2C;
}

.contact-box h5 {
  font-weight: 600;
  margin-top: 15px;
}

.contact-box p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

.contact-box a {
  color: #000000;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}



 /* NAVBAR */
.navbar {
  background: #000;
  height: 80px;
  padding: 0 20px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* DESKTOP MENU (FIXED ALIGNMENT) */
.desktop-menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.desktop-menu .nav-item {
  list-style: none;
}

.desktop-menu .nav-link {
  color: #f1f1f1 !important;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  padding: 0 !important;
  line-height: normal !important;
}

/* Hover underline */
.desktop-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f3c623d0;
  transition: width 0.3s ease;
}

.desktop-menu .nav-link:hover::after {
  width: 100%;
}


/* BRAND AREA */
.brand-area {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 60px;
  width: auto;
  margin-right: 12px;
}

.brand-text {
    padding-top: 8px;
  font-family: "Lexend Peta", sans-serif;
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.brand-title {
    padding-top: 4px;
     font-size: 30px; /* 26px*/
  /* font-weight: 300; */
  color:#debf5b;;
  letter-spacing: 1px;
}

.brand-subtitle {
  font-size: 13px;
  color: #fff9eb;
  margin-top: 1px;/* -2px*/
}

/* MOBILE MENU ICON */
.menu-icon {
  font-size: 25px; /* 35px*/
  color: #d8a114;
  cursor: pointer;
  display: none;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}


/* FORCE MOBILE HIDE — IMPORTANT FIX */
@media (max-width: 1000px) {
  .desktop-menu {
    display: none !important;
  }
  .menu-icon {
    display: block !important;
  }
  .brand-title {
    padding-top: 4px;
   font-size: 20px; /* 26px*/
  /* font-weight: 700; */
  color: #f8db7d;
  letter-spacing: 1px;
}

.brand-subtitle {
  font-size: 8px;
  color: #fff9eb;
  margin-top: 0px;/* -2px*/
}


}

/* SIDE MENU (Mobile Drawer) */
.side-menu {
  height: 100%;
  width: 260px;
  position: fixed;
  top: 0;
  right: 0;
  background: #000000;
  overflow-y: auto;
  padding-top: 80px;
  z-index: 999999;
  
  /* OLD: width transition → REMOVE */
  /* transition: 0.4s ease; */

  /* NEW SMOOTH ANIMATION */
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.36, 1);
}

/* When opened */
.side-menu.open {
  transform: translateX(0);
}


/* Side menu links */
.side-menu a {
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.side-menu a:hover {
  /* background: #0b740f; */
  color: #e1b532;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: white;
  cursor: pointer;
  z-index: 1000000;
}

.footer a:hover {
  color: #D4AF37;
  text-decoration: underline;
}

.footer p, .footer li {
  font-size: 14px;
  line-height: 1.6;
}
