@import url('https://fonts.cdnfonts.com/css/cabinet-grotesk');


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  zoom: 90%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cabinet Grotesk';
  background: #fff;
  color: #111;
  line-height: 1.6;
}

/* Header */
header {
  background: #fff;
  color: #e63946;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;

}

.logo {
  font-weight: 1000;
  font-size: 4.3rem;
  line-height: 0.7;
  margin-left: 5%;

}

.logo span {
  color: #e63946;
}

.desktop-nav {
  display: none;
  margin-right: 5%;
}

.desktop-nav a {
  margin-left: 60px;
  text-decoration: none;
  color: #534741;
  text-transform: lowercase;
  font-size: 2.9rem;
}

.hamburger {
  font-size: 54px;
  cursor: pointer;
}

.desktop-nav.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

/* About Section with curve */
.about {
  padding: 60px 20px;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
}
.curve-m{
  background-image: url('../img/curve.png');
  background-repeat: no-repeat;
    background-position-x: center;
    background-size: 450px;
    background-position: center;
}

.curve-box {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-left: 65%;


}

.curve-box h2 {
  font-size: 6.5rem;
  font-weight: 900;
  color: #e63946;
  line-height: 1;
}

.curve-box2 {
  position: relative;
  max-width: 100%;

}

.curve-box2 h2 {
  font-size: 5.5rem;
  font-weight: 900;
  color: #e63946;
  line-height: 1;
}

.curve-box .curve {
  width: 89%;
  height: 300px;
  border-left: 2px solid #e63946;
  border-bottom: 2px solid #e63946;
  border-top: 1px solid rgb(255, 255, 255);
  border-radius: 0 0 0 100%;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -95%;
  margin-top: 32%;
}

.curve-box .curve2 {
  width: 60%;
  height: 200px;
  border-left: 2px solid #e63946;
  border-bottom: 2px solid #e63946;
  border-radius: 0 0 0 100%;
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -4%;
  margin-top: 10%;
}

.curve-box .curve3 {
  width: 89%;
  height: 300px;
  border-bottom: 2px solid #e63946;
  border-radius: 0 0 0 100%;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -125%;
  margin-top: 20%;

}

.not-us {
  color: #e63946;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 20px;
}

/* Branding Statement */
.branding {
  background: #EBEDED;
  padding: 60px 20px;
}

.branding h2 {
  color: #e63946;
  font-weight: 900;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
}

.branding-words {
  font-size: 4rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.branding-words .outline {
  color: transparent;
  -webkit-text-stroke: 2.5px #e63946;
  font-size: 30rem;
  line-height: 0.8;
  font-weight: bolder;
}

.branding-words .filled {
  color: #e63946;
  margin-top: 190px;
  font-size: 8rem;
}

/* Services */
.services {
  padding: 40px 20px;
}

.services ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: auto;
}

.services li {
  background: #fff0f0;
  padding: 12px 20px;
  margin: 10px 0;
  border-left: 4px solid #e63946;
  border-radius: 4px;
  font-weight: 500;
}

.services i {
  margin-right: 10px;
  color: #e63946;
}

/* Leadership */
.leadership {
  padding: 40px 20px;
  text-align: center;
}

.leadership h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.leadership p {
  font-size: 1.2rem;
  color: #333;
}

/* Contact */
.contact {
  padding: 40px 20px;
  text-align: center;
}

.contact h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.contact p {
  margin-bottom: 10px;
  color: #333;
}

/* Footer */
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
}

/* Responsive */
@media (min-width: 768px) {
  .desktop-nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    border: none;
    padding: 0;
  }

  .hamburger {
    display: none;
  }

  .branding-words {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    font-size: 4rem;
  }
}

.slider-container {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to top, #EBEDED 50%, transparent 50%);


}

.slides {
  display: flex;
  width: 100%;

  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 1 0 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30%;
  margin-right: 35%;
}

.dots {
  text-align: center;
  margin-top: -15px;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #e63946;
}

/* Show desktop content by default, hide mobile */
.mobile-version {
  display: none;

}

/* For mobile devices (max-width: 768px or adjust as needed) */
@media screen and (max-width: 768px) {
  .mobile-version {
    display: block;
  }

  .desktop-version {
    display: none;
  }
}
