/* Ultra-Responsive Footer CSS (handles every ~100px scaling from 200px → 2000px+) */
/* Uses fluid units, clamp(), and dense breakpoints for perfect scaling */

.footerx-container {
    position: relative;
    background: #020a18;
    color: #e5e5e5;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footerx-bg {
  position: absolute;
  inset: 0;
  background: url('../media/footer-bg.avif')
    center/cover no-repeat;
  z-index: 0;
  opacity: 0.25;
  background-attachment: fixed;
}
.footerx-col{
  flex: 270px;
}
.footerx-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(2 10 24 / 0%) 0%, rgba(2, 10, 24, 0.95) 90%);
    z-index: 1;
}

/* Top Section */
.footerx-top {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: clamp(40px, 7vw, 90px);
  padding: 30px;
}
.footerx-headline {
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.footerx-subline {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  color: #bbb;
  max-width: 700px;
  margin: 0 auto clamp(20px, 3vw, 32px);
}
.footerx-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
}
.footerx-btn {
  background: linear-gradient(90deg, #f0c13e, #ffae00);
  color: #000;
  padding: clamp(8px, 1.5vw, 14px) clamp(16px, 3vw, 32px);
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  min-width: clamp(140px, 25vw, 220px);
  text-align: center;
}
.footerx-btn.secondary {
  background: transparent;
  border: 1px solid #f0c13e;
  color: #f0c13e;
}
.footerx-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(240, 193, 62, 0.4);
}

/* Grid */
.footerx-grid {
    position: relative;
    z-index: 2;
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(clamp(140px, 25vw, 260px), 1fr)); */
    gap: clamp(20px, 3vw, 40px);
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding:65px;
}
.footerx-col h4 {
  color: #f0c13e;
  margin-bottom: clamp(10px, 2vw, 18px);
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.footerx-col p,
.footerx-col a,
.footerx-col li {
  font-size: clamp(0.75rem, 1.3vw, 1rem);
  line-height: 1.6;
}
.footerx-col a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}
.footerx-col a:hover {
  color: #fff;
  text-shadow: 0 0 6px #f0c13e;
}
.footerx-col ul { padding: 0; list-style: none; }
.footerx-col li { margin-bottom: 10px; }
.footerx-contact i {
  color: #f0c13e;
  margin-right: 10px;
}

/* Bottom */
.footerx-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: clamp(40px, 6vw, 80px);
  padding-top: clamp(12px, 2vw, 20px);
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.footerx-socials {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: clamp(6px, 2vw, 18px);
  flex-wrap: wrap;
}
.footerx-socials a {
  color: #f0c13e;
  font-size: clamp(1rem, 2vw, 1.4rem);
  transition: 0.3s;
}
.footerx-socials a:hover {
  color: #fff;
  text-shadow: 0 0 10px #f0c13e;
}
.advantages-pro {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.adv-container {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 0 6vw;
    flex-wrap: wrap;
}

/* LEFT IMAGE */
.adv-image {
    position: relative;
    flex: 1 1 450px;
    min-height: 350px;
}

.adv-image img {
    width: 100%;
    height: 85vw;
    max-height: 950px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    min-height: 460px;
    max-height: 990px;
}
/* Gradient Glow */
.adv-blur {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,153,0,0.55), rgba(255,153,0,0));
    filter: blur(40px);
    border-radius: 50%;
    z-index: -1;
}

/* RIGHT CONTENT */
.adv-content {
    flex: 1 1 450px;
        padding: 0px 2vw;
}

.adv-content h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0a1b4d;
    margin-bottom: 18px;
        background-color: #ffc107;
    padding: 20px;
}

.adv-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
}

/* FEATURE GRID */
.adv-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* CARDS */
.adv-card {
    background: #fafafa;
    padding: 20px 30px;
    border-radius: 14px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    padding-top: 30px;
}

.adv-card.active {
    opacity: 1;
    transform: translateY(0);
}

.adv-card i {
    font-size: 32px;
    color: #ff9500; /* orange-yellow */
}

.adv-card h3 {
    color: #0a1b4d;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
}

.adv-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.adv-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
      transform: translateY(-8px);
}

/* RESPONSIVE */
@media(max-width: 900px){
    .adv-container {
        flex-direction: column;
    }
}
.skills-sec {
    background: linear-gradient(145deg, #001a4d, #012060);
    padding: 110px 6vw;
    position: relative;
    overflow: hidden;
}

/* Background Parallax Glow */
.skills-sec::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,170,0,0.35), rgba(255,170,0,0));
    top: 10%;
    left: 15%;
    filter: blur(40px);
    z-index: 0;
}
.skills-container {
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 0 25px;
  flex-wrap: wrap;
}

/* LEFT CONTENT */
.skills-text {
  flex: 1 1 550px;
}

.skills-text h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #f9c400;
  margin-bottom: 18px;
}

.skills-intro {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* SKILL GRID */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

/* SKILL CARDS */
.skill-card {
  background: #fdfdfd;
  padding: 22px 20px;
  border-radius: 14px;
  text-align: left;
  transition: 0.3s ease;
  z-index: 1;
}

.skill-card i {
  font-size: 32px;
  color: #ffaa00;
  margin-bottom: 12px;
}

.skill-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0a1b4d;
  margin-bottom: 6px;
}

.skill-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.skill-card:hover {
      box-shadow: 0 12px 30px rgba(255, 255, 255, 0.408);
        transform: translateY(-8px);
}


/* Glow Effect */
.skills-glow {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255,170,0,0.45), rgba(255,170,0,0));
  filter: blur(35px);
  border-radius: 50%;
  z-index: -1;
}

/* RESPONSIVE */
@media(max-width: 980px){
  .skills-container {
    flex-direction: column-reverse;
  }
}
/* Dense Breakpoints every ~100px */
/* These adjust spacing + grid compression for pixel-perfect scaling */


/* ===== Partners Section Styles ===== */
.partners-section {
  padding: 100px 10vw;
  text-align: center;
  background-image: url('./assets/media/background.jpg');
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partners-heading {
  font-size: 2.5rem;
  color: #002b5c;
  margin-bottom: 15px;
  font-weight: 700;
}

.partners-subtext {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

/* --- Grid layout --- */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.partner-card {
  flex: 1 1 250px;
  background: #f9fafb;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.partner-logo img {
  width: 110px;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.partner-text-card .partner-text-icon,
.partner-coming-soon .partner-text-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #004080;
}

.partner-name {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.partner-note {
  font-size: 0.9rem;
  color: #777;
  display: block;
  line-height: 1.4;
}
/* ==============================
   Contact Section Styles (Clean)
============================== */
.contact-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    align-content: center;
}

.contact-info {
  flex: 1 1 40%;
  padding: 60px 50px;
  background: #fff;
  border-right: 1px solid #eee;
}

.contact-info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #00214d;
  margin-bottom: 20px;
}

.contact-info p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

.btn-contact {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #1da955;
}

/* --- Form Section --- */
.contact-form {
  flex: 1 1 60%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #f0c13e;
}

.btn-submit {
  background: #f0c13e;
  color: #001833;
  padding: 12px 28px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  align-self: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #ffde7b;
}

/* ==============================
   Mobile / Small Tablet Responsive
============================== */
@media (max-width: 768px) {

  .contact-section {
    padding: 60px 5%;
  }

  .contact-container {
    flex-direction: column;
    border-radius: 12px;
  }

  .contact-info {
    padding: 40px 30px;
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .contact-info h2 {
    font-size: 1.8rem;
  }

  .contact-info p {
    font-size: 0.95rem;
  }

  .contact-info ul li {
    font-size: 0.9rem;
  }

  .btn-contact {
    padding: 12px 22px;
    font-size: 0.95rem;
  }

  /* --- Form Section Adjustments --- */
  .contact-form {
    padding: 40px 30px;
    gap: 15px;
  }

  .form-group {
    flex-direction: column;
    gap: 15px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    flex: unset;
    font-size: 0.95rem;
  }

  .btn-submit {
    align-self: left;
    width: 100%;
    padding: 14px 0;
    font-size: 1rem;
  }
}


/* Extra small screens (Phones under 480px) */
@media (max-width: 480px) {

  .contact-section {
    padding: 50px 4%;
  }

  .contact-info {
    padding: 35px 25px;
  }

  .contact-info h2 {
    font-size: 1.6rem;
  }

  .contact-form {
    padding: 35px 25px;
  }

  .btn-contact,
  .btn-submit {
    font-size: 0.9rem;
  }
}
