/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f9f9f9;
  color: #222;
}
  body {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      /* Takes up full screen height */
    }

    .content {
      flex: 1 !important;
      /* Pushes the footer down */
    }

/* HEADER */
.main-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}


.topbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-items: right;
  padding: 10px 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 35px;
  font-weight: bold;
}

/*logo*/
.round-logo {
  width: 137px;
  height: 135px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #771d1d;
}

/* Navbar style */
@media(min-width: 769px) {
  .dropdown-main:hover .dropdown-content {
    display: block !important;
  }
}


@media(max-width: 768px) {
  /* .dropdown-content {
        display: none !important;
        width: 100% !important;
      } */


  .dropdown-content.show {
    display: block !important;
  }
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.nav-item a {
  color: rgb(83, 15, 15) !important;
}

.nav-item a:hover {
  color: rgb(93, 93, 93) !important;
}

.logo {
  color: rgb(83, 15, 15);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
}

.contact-info span {
  margin-left: 18px;
  font-size: 18px;
}

/*  */
.Mainbanner {
  position: relative;
  z-index: 1;
  /* keep dropdown above banner */
}

.slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
}


.slide.active {
  opacity: 1;
}

.slider {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}


/* ABOUT */
.about {
  text-align: center;
  padding: 50px 20px;
  background: white;
}

.about h2 {
  font-size: 32px;
  color: #771d1d;
  margin-bottom: 15px;
}

.about p {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
  line-height: 1.6;
}

/* STATS SECTION */
.stats {
  padding: 50px 0;
  background: #fff5f5;
}

.stats-boxes {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Individual Box */
.stats .box {
  background: white;
  padding: 25px 40px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 220px;
}

/* Icon inside box */
.stat-icon {
  width: 70px;
  /* Adjust size */
  height: 70px;
  margin-bottom: 15px;
  object-fit: contain;
}

/* Text style */
.stats h3 {
  font-size: 36px;
  color: #771d1d;
  margin-bottom: 5px;
}

.stats p {
  font-size: 18px;
}

.founder-section {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}

.founder-title {
  text-align: center;
  font-size: 32px;
  color: #771d1d;
  margin-bottom: 25px;
  font-weight: bold;
}

.founder-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.founder-img {
  width: 45%;
}

.founder-img img {
  width: 100%;
  height: 350px;
  border-radius: 25px;
  object-fit: cover;
}

.founder-text {
  width: 55%;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.founder-text a {
  color: #1a73e8;
  text-decoration: none;
}

/* NEWSLETTER */
.newsletter {
  text-align: center;
  /* centers heading and content */
}

.leaflet img {
  display: block;
  margin: 0 auto;
  /* centers the image horizontally */
  max-width: 100%;
  /* ensures responsiveness */
  height: auto;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 15px;
  background: #771d1d;
  color: white;
  margin-top: 40px;
}

.slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.slide.active {
  opacity: 1;
}

marquee {
  color: #771d1d;
}

/* MAIN WRAPPER */
.founder-page {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding-top: 1px;
  font-family: Arial, sans-serif;
}

/* BANNER */
/* FULL-WIDTH BANNER */
.founder-banner {
  width: 100%;
  text-align: center;
  background: rgb(245, 244, 244);
  ;
  padding: 0.1px 0;
  border-radius: 0;
  /* Full width – no curved edges */
  margin-bottom: 10px;
}

.founder-banner h1 {
  color: rgb(245, 244, 244);
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: bold;
}


/* IMAGE + INTRO */
.founder-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.founder-photo,
.founder-intro {
  width: 100%;
}

.founder-photo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.founder-photo img {
  width: 1000px;
  /* good centered size */
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}

.founder-intro {
  width: 60%;
}

.founder-intro h2 {
  color: #771d1d;
  margin-bottom: 15px;
}

.founder-intro p {
  line-height: 1.6;
  margin-bottom: 15px;
}

/* CONTENT SECTIONS */
.founder-content h2 {
  color: #771d1d;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
}

.founder-content p,
.founder-content ul {
  font-size: 16px;
  line-height: 1.7;
  color: #0f0f0f;
}

/* BULLET LIST */
.founder-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

/* LONG PARAGRAPH */
.long-text {
  white-space: pre-line;
  text-align: justify;
}

.container {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*about us column*/
.management-section {
  width: 90%;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.management-section h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
}

.row {
  display: flex;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.row:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.col {
  width: 50%;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
}

.col:last-child {
  border-right: none;
}

.name {
  font-size: 19px;
  margin-bottom: 5px;
}

.role {
  color: #771d1d;
  font-weight: bold;
  font-size: 14px;
}

/* Video Embed Grid */
.founder-video-embed {
  margin-top: 50px;
  text-align: center;
}

.founder-video-embed h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #b66060;
}

.video-embed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columns */
  gap: 25px;
  max-width: 900px;
  margin: auto;
}

.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Founder Gallery */
.founder-gallery {
  margin-top: 50px;
  text-align: center;
}

.founder-gallery h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #b66060;
  /* match your theme */
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.img-box {
  width: 100%;
  padding-top: 100%;
  /* Makes every box a perfect square */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes all images same size & cropped nicely */
}


.gallery-3x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 50px auto;
}

.g3-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.g3-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  /* same size images */
  display: block;
  transition: 0.3s;
}

.g3-card img:hover {
  transform: scale(1.04);
}

.g3-title {
  font-weight: bold;
  padding: 15px 10px;
  font-size: 18px;
}

.g3-title a {
  color: #771d1d;
  text-decoration: none;
}

.g3-title a:hover {
  color: black;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-3x3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .gallery-3x3 {
    grid-template-columns: 1fr;
  }
}

.phone-icon {
  font-size: 40px;
  /* adjust size */
  color: #e60000;
  /* change color */
  display: inline-block;
}

.synergy-link,
.synergy-link:visited,
.synergy-link:active {
  color: #ecf573;
  text-decoration: none;
  font-weight: bold;
}

.synergy-link:hover {
  color: #fff;
  text-decoration: underline;
}