/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 7, ../sass/screen.scss */
body {
  background: #16428b;
  color: #fff;
  overflow-x: hidden;
}

/* ================= SECTION ================= */
/* line 15, ../sass/screen.scss */
section {
  padding: 120px 0;
}

/* line 19, ../sass/screen.scss */
.section-title {
  font-size: 48px;
  margin-bottom: 20px;
}

/* line 24, ../sass/screen.scss */
.section-sub {
  color: #999;
  font-size: 18px;
  line-height: 1.8;
}

/* ================= FOOTER ================= */
/* line 32, ../sass/screen.scss */
footer {
  padding: 40px 0;
  text-align: center;
  color: #777;
  border-top: 1px solid #222;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  /* line 42, ../sass/screen.scss */
  .hero-wrapper {
    grid-template-columns: 1fr;
  }

  /* line 46, ../sass/screen.scss */
  .hero-text h1 {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  /* line 52, ../sass/screen.scss */
  .nav-links {
    display: none;
  }

  /* line 56, ../sass/screen.scss */
  .hero-text h1 {
    font-size: 42px;
  }

  /* line 60, ../sass/screen.scss */
  .section-title {
    font-size: 36px;
  }

  /* line 64, ../sass/screen.scss */
  .contact {
    padding: 40px 20px;
  }
}
/* CONTACT */
/* line 70, ../sass/screen.scss */
.contact-section {
  background: #2a5d88;
  padding: 60px 0px;
}

/* line 74, ../sass/screen.scss */
.contact-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px;
  border-radius: 30px;
  text-align: center;
  backdrop-filter: blur(10px);
}

/* line 82, ../sass/screen.scss */
.contact-links {
  margin-top: 40px;
}

/* line 86, ../sass/screen.scss */
.contact-links button,
.contact-links a {
  margin: 10px;
}

/* line 91, ../sass/screen.scss */
.btn-custom {
  padding: 14px 28px;
  border-radius: 50px;
  border: none;
  background: #2563eb;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

/* line 101, ../sass/screen.scss */
.btn-custom:hover {
  background: #1d4ed8;
  transform: translateY(-3px);
  color: white;
}

/* line 107, ../sass/screen.scss */
footer {
  padding: 30px 0;
  text-align: center;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 114, ../sass/screen.scss */
.modal-content {
  background: #0f172a;
  background: #3b3d44;
  color: white;
  border-radius: 20px;
}

/* line 121, ../sass/screen.scss */
.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 125, ../sass/screen.scss */
.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 129, ../sass/screen.scss */
.captcha-box {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #60a5fa;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 138, ../sass/screen.scss */
  .hero-title {
    font-size: 42px;
  }

  /* line 142, ../sass/screen.scss */
  .section-title {
    font-size: 32px;
  }

  /* line 146, ../sass/screen.scss */
  .contact-box {
    padding: 40px 25px;
  }
}
/* line 151, ../sass/screen.scss */
.about-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #071a52 0%, #0b2447 50%, #19376d 100%);
  background: #1b1f3b;
  background: linear-gradient(135deg, #2c0e37 0%, #1b1f3b 100%);
  position: relative;
  overflow: hidden;
  background: #fff;
}
/* line 159, ../sass/screen.scss */
.about-section h2,
.about-section p {
  color: #000 !important;
}

/* line 165, ../sass/screen.scss */
.about-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  top: -200px;
  right: -100px;
}

/* line 176, ../sass/screen.scss */
.section-header {
  max-width: 100%;
  margin-bottom: 70px;
}

/* line 181, ../sass/screen.scss */
.section-tag {
  display: inline-block;
  color: #60a5fa;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 190, ../sass/screen.scss */
.section-header h2 {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}

/* line 197, ../sass/screen.scss */
.section-header p {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
}

/* line 203, ../sass/screen.scss */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* line 209, ../sass/screen.scss */
.stat-card {
  background: black;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  padding: 50px 30px;
  backdrop-filter: blur(20px);
  transition: 0.4s ease;
  text-align: center;
}

/* line 230, ../sass/screen.scss */
.stat-card h3 {
  font-size: 58px;
  font-weight: 800;
  color: #8b5cf6;
  margin-bottom: 15px;
}

/* line 237, ../sass/screen.scss */
.stat-card span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}

@media (max-width: 992px) {
  /* line 243, ../sass/screen.scss */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 247, ../sass/screen.scss */
  .section-header h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  /* line 253, ../sass/screen.scss */
  .about-section {
    padding: 80px 0;
  }

  /* line 257, ../sass/screen.scss */
  .stats-grid {
    grid-template-columns: 1fr;
  }

  /* line 261, ../sass/screen.scss */
  .section-header h2 {
    font-size: 38px;
  }

  /* line 265, ../sass/screen.scss */
  .section-header p {
    font-size: 17px;
  }
}
/* line 269, ../sass/screen.scss */
.ventures-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #123d91 0%, #0b2447 100%);
  background: #2a5d88;
  position: relative;
}
/* line 275, ../sass/screen.scss */
.ventures-section .section-tag {
  color: #e6edf5;
}

/* line 280, ../sass/screen.scss */
.venture-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 70px;
}

/* line 287, ../sass/screen.scss */
.venture-card {
  position: relative;
  text-align: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 50px;
  overflow: hidden;
  transition: 0.4s ease;
  backdrop-filter: blur(18px);
}

/* line 309, ../sass/screen.scss */
.venture-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #8b5cf6, #3b82f6);
}

/* line 323, ../sass/screen.scss */
.venture-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}

/* line 329, ../sass/screen.scss */
.venture-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(139, 92, 246, 0.55);
  color: #c4b5fd;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* line 349, ../sass/screen.scss */
.venture-badge.textile {
  background: rgba(59, 130, 246, 0.55);
  color: #93c5fd;
  color: #fff;
}

/* line 356, ../sass/screen.scss */
.venture-card h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* line 368, ../sass/screen.scss */
.venture-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  font-size: 18px;
  margin-bottom: 40px;
}

/* line 378, ../sass/screen.scss */
.venture-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 50px;
  background: #fff;
  color: #0b2447;
  font-weight: 700;
  transition: 0.3s ease;
}

/* line 398, ../sass/screen.scss */
.venture-btn:hover {
  background: #8b5cf6;
  color: #fff;
}

@media (max-width: 992px) {
  /* line 405, ../sass/screen.scss */
  .venture-grid {
    grid-template-columns: 1fr;
  }

  /* line 409, ../sass/screen.scss */
  .venture-card h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  /* line 415, ../sass/screen.scss */
  .ventures-section {
    padding: 80px 0;
  }

  /* line 419, ../sass/screen.scss */
  .venture-card {
    padding: 35px 28px;
  }
}
/* line 423, ../sass/screen.scss */
.education-section {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(135deg, #081120 0%, #0f172a 50%, #111827 100%);
  background: linear-gradient(135deg, #081c15 0%, #123524 100%);
  background: #e8e5c3;
  overflow: hidden;
}
/* line 433, ../sass/screen.scss */
.education-section h2,
.education-section p {
  color: #000;
}

/* line 439, ../sass/screen.scss */
.edu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 70px;
}

/* line 449, ../sass/screen.scss */
.edu-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 50px;
  backdrop-filter: blur(18px);
  transition: 0.4s ease;
  background: #00113a;
}

/* line 468, ../sass/screen.scss */
.edu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}

/* line 474, ../sass/screen.scss */
.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  margin-bottom: 30px;
}

/* line 490, ../sass/screen.scss */
.card-icon i {
  font-size: 28px;
  color: white;
}

/* line 496, ../sass/screen.scss */
.edu-card h3 {
  font-size: 36px;
  color: white;
  margin-bottom: 40px;
  font-weight: 700;
}

/* line 506, ../sass/screen.scss */
.timeline {
  position: relative;
  padding-left: 30px;
}

/* line 512, ../sass/screen.scss */
.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

/* line 526, ../sass/screen.scss */
.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

/* line 532, ../sass/screen.scss */
.timeline-item::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #8b5cf6;
}

/* line 548, ../sass/screen.scss */
.year {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

/* line 560, ../sass/screen.scss */
.timeline-item p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

/* line 566, ../sass/screen.scss */
.language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* line 574, ../sass/screen.scss */
.language-pill {
  padding: 16px 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
  font-weight: 600;
  transition: 0.3s ease;
}
@media (max-width: 599px) {
  /* line 574, ../sass/screen.scss */
  .language-pill {
    padding: 16px 20px;
  }
}

/* line 593, ../sass/screen.scss */
.language-pill:hover {
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  transform: translateY(-5px);
}

@media (max-width: 992px) {
  /* line 600, ../sass/screen.scss */
  .edu-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  /* line 606, ../sass/screen.scss */
  .education-section {
    padding: 80px 0;
  }

  /* line 610, ../sass/screen.scss */
  .edu-card {
    padding: 35px 28px;
  }

  /* line 614, ../sass/screen.scss */
  .edu-card h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /* line 618, ../sass/screen.scss */
  .social_icons img {
    width: 40px;
    height: 40px;
    margin: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  /* line 625, ../sass/screen.scss */
  .group {
    margin-top: 5%;
  }
}

@media (max-width: 767px) {
  /* line 630, ../sass/screen.scss */
  .profile_name {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  /* line 634, ../sass/screen.scss */
  .profile_name p {
    padding-right: 5%;
  }
}

@media (min-width: 1281px) {
  /* line 641, ../sass/screen.scss */
  header {
    min-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  /* line 645, ../sass/screen.scss */
  .social_icons {
    margin-left: 23% !important;
  }
}
