@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Nunito:wght@200..1000&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.navbar .navbar-brand img {
  height: 36px;
}
.navbar .var-link {
  font-family: "Nunito", sans-serif;
}

.about-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #333;
  width: 100%;
  height: 100vh;
}

.about-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media (max-width: 768px) {
  .about-section {
    position: relative;
    width: 100%;
    height: 80vh;
  }
}

/* acor start */
.acor-section {
  background-color: #fbf7ee;
  padding: 80px 15px;
}

.acor-text h2 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.acor-text h4 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 20px 0;
}

.acor-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.acor-image {
  max-width: 100%;
  height: 70vh;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .acor-text h2 {
    font-size: 1.8rem;
  }

  .acor-text h4 {
    font-size: 1.3rem;
  }
}

/* achievements section */

.achievements-section {
  background: url("./images/pexels-enginakyurt-1463917.jpg") no-repeat center
    center/cover;
  background-attachment: fixed;

  position: relative;
  color: white;
  padding: 100px 20px;
}

.achievements-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  z-index: 1;
}

.achievements-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.achievements-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.achievements-content p,
.achievements-content ul {
  font-size: 1.1rem;
  line-height: 1.7;
}

.achievements-content ul {
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .achievements-content h3 {
    font-size: 1.4rem;
  }

  .achievements-content p,
  .achievements-content ul {
    font-size: 1rem;
  }
}

/* Certificate Section */
.certificates-section {
  background: url("./images/IMG-20250420-WA0010.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: center;
  padding: 50px 15px;
}

.certificates-section h1 {
  font-size: 2.5rem;
  color: white;
  font-weight: 600;
  text-align: left;
  margin-bottom: 48px;
}

.certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.certificate-img {
  width: 300px;
  max-width: 90%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
}

@media (max-width: 768px) {
  .certificates-section h1 {
    font-size: 2rem;
    margin-bottom: 50px;
  }

  .certificate-img {
    width: 100%;
    max-width: 100%;
  }
}

/* Contact Section */
.contact-section {
  background-color: #f8f8ef;
  width: 100%;
}

.contact-info {
  padding: 0 100px !important;
}
.contact-section .building-img {
  max-height: 100dvh;
}
.contact-info h2 {
  font-size: 2.5rem;
  margin: 0;
  padding-top: 60px;
}

.contact-info p {
  margin: 5px 0;
  font-size: 1.1rem;
}

.map-cont {
  width: 400px;
  height: 300px;
}

.envelope-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e74c3c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.icon-text i {
  font-size: 1.5rem;
  color: white;
}

.map-img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .contact-info {
    padding: 0 40px !important;
  }

  .contact-info h2 {
    font-size: 2rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-text {
    margin-bottom: 20px;
  }

  .contact-info p {
    margin: 2px 0;
  }
}

.partners-section {
  background-color: white;
  color: #000;
  padding: 6rem 0;
}

.partners-bg-image h2 {
  font-size: 2.5rem;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

.partner-logos img {
  max-height: 130px;
  object-fit: contain;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .partner-logos img {
    margin: 15px 10px;
    max-height: 80px;
  }

  .logo-wrapper {
    padding: 20px 0;
  }
}

.partners-section .swiper-slide img {
  height: 100px;
  object-fit: contain;
  margin: auto;
  display: block;
}

.partners-section .swiper-pagination {
  margin-top: 20px;
  text-align: center;
}

.partners-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.8);
  background-color: #ccc;
  opacity: 1;
  margin: 0 4px !important;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partners-section .swiper-pagination-bullet-active {
  background-color: #5aa0c6;
  transform: scale(1);
}
