
/* how it works */
.milestone {
    background: #fff;
    border: 3px solid #4E2FDA;
    color: #4E2FDA;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    box-shadow: 0 0 10px rgba(78, 47, 218, 0.3);
    transition: all 0.4s ease;
}



@keyframes pulseCircle {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(78, 47, 218, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px 10px rgba(78, 47, 218, 0.2);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(78, 47, 218, 0.4);
    }
}



@keyframes floatAnim {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* our work */

/* OUR WORK UNIQUE HEADER */

@keyframes float1 {0%,100%{transform:translateY(0);}50%{transform:translateY(-20px);} }
@keyframes float2 {0%,100%{transform:translateY(0);}50%{transform:translateY(20px);} }
@keyframes float3 {0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-15px) translateX(10px);} }
@keyframes float4 {0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(20px) translateX(-15px);} }
@keyframes float5 {0%,100%{transform:translateY(0);}50%{transform:translateY(-25px);} }

/* Buttons */
.hero-btn {
  display:inline-block;
  margin:10px;
  padding:14px 34px;
  font-weight:600;
  border-radius:40px;
  text-decoration:none;
  font-size:16px;
  background:#fff;
  color:#4E2FDA;
  transition:0.4s;
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
}
.hero-btn span { margin-left:10px; transition:margin-left 0.3s; }
.hero-btn:hover span { margin-left:18px; }
.hero-btn:hover {
  background:linear-gradient(135deg,#4E2FDA,#7A5CFA);
  color:#fff;
  box-shadow:0 0 15px rgba(255,255,255,0.4), 0 0 25px #7A5CFA;
}

.hero-btn.outline {
  background:transparent;
  border:2px solid #fff;
  color:#fff;
}
.hero-btn.outline:hover {
  background:#fff;
  color:#4E2FDA;
  box-shadow:0 0 15px rgba(255,255,255,0.4), 0 0 25px #7A5CFA;
}

/* OUR WORK PROJECT PART */
.our-projects {
  position:relative;
  padding:120px 20px;
  background:#f3f1ff;
  overflow:hidden;
}
.heading1 { font-size:42px; font-weight:800; color:#4E2FDA; }
.section-subtitle {
  font-size:18px; color:#555; max-width:820px;
  margin:15px auto 0; line-height:1.7;
}

/* Grid for 3 cards */
.work-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:70px;
  margin-top:60px;
  justify-items:center;
}

.work-card{
  width:100%; max-width:350px;
  background:#4E2FDA; border-radius:20px;
  padding:26px; text-align:center; color:#fff;
  box-shadow:0 14px 28px rgba(78,47,218,0.25);
  transition:transform .35s ease, box-shadow .35s ease;
  position:relative; z-index:2;
}
.work-card:hover{ transform:translateY(-12px); box-shadow:0 20px 36px rgba(78,47,218,.35); }
.work-card .img-wrap{ height:240px; border-radius:14px; overflow:hidden; margin-bottom:18px; }
.work-card img{ width:100%; height:100%; object-fit:cover; transform:scale(1.02); transition:transform .5s ease; border-radius:14px; }
.work-card:hover img{ transform:scale(1.08); }
.work-card h3{ margin:16px 0 12px; font-size:24px; font-weight:700; }
.work-card p{ font-size:17px; line-height:1.7; color:rgba(255,255,255,.92); }

/* Shapes */
.shapes-area{ position:absolute; inset:0; pointer-events:none; z-index:1; }
.shape{ position:absolute; opacity:0.18; animation:floatY var(--dur,9s) ease-in-out infinite; }
.star::before{ content:"★"; color:#7A5CFA; font-size:var(--size,22px); }
.circle{ border-radius:50%; background:#4E2FDA; width:var(--size,14px); height:var(--size,14px); }
.triangle{
  width:0; height:0;
  border-left: calc(var(--size,14px) * 0.6) solid transparent;
  border-right: calc(var(--size,14px) * 0.6) solid transparent;
  border-bottom: var(--size,14px) solid #7A5CFA;
}

/* Animation */
@keyframes floatY {
  0%   { transform:translateY(0) rotate(var(--rot,0deg)); }
  50%  { transform:translateY(-14px) rotate(calc(var(--rot,0deg) + 6deg)); }
  100% { transform:translateY(0) rotate(var(--rot,0deg)); }
}

/* Responsive */
@media (max-width:1200px){
  .work-grid{ grid-template-columns: repeat(2, 1fr); gap:50px; }
}
@media (max-width:768px){
  .work-grid{ grid-template-columns: 1fr; gap:40px; }
  .work-card{ max-width:460px; margin:0 auto; }
}



/*===== CONTACT HERO SECTION CSS =====*/

.contact-hero {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-hero h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.contact-hero h2 .text-purple {
    color: #4e2fda;
}

.contact-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 500px;
}

/* Image Style */
.hero-img {
    width: 100%;
    max-width: 480px;          /* 🔑 bigger width */
    border-radius: 16px;       /* rectangular with soft edges */
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    position: relative;
    z-index: 5;                /* image elements ke upar रहे */
}

/* ===========================
   RESPONSIVE STYLING
   =========================== */
@media (max-width: 991px) {
    .contact-hero {
        padding: 80px 0;
        text-align: center;
    }
    .contact-hero h2 {
        font-size: 36px;
    }
    .contact-hero p {
        font-size: 17px;
        margin: 0 auto;
    }
    .hero-img {
        max-width: 400px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 70px 0;
    }
    .contact-hero h2 {
        font-size: 32px;
    }
    .contact-hero p {
        font-size: 16px;
    }
    .hero-img {
        max-width: 320px;
    }
}

@media (max-width: 576px) {
    .contact-hero h2 {
        font-size: 26px;
    }
    .contact-hero p {
        font-size: 15px;
    }
    .hero-img {
        max-width: 260px;
    }
}

@media (max-width: 360px) {
    .contact-hero {
        padding: 50px 0;
    }
    .contact-hero h2 {
        font-size: 22px;
    }
    .contact-hero p {
        font-size: 14px;
    }
    .hero-img {
        max-width: 200px;
    }
}


/*=============== CONTACT FORM SECTION ===============*/
.custom-contact-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8faff 0%, #eef3ff 100%);
  position: relative;
  overflow: hidden;
}

.contact-illustration {
  position: relative;
  display: inline-block;
}

/* 🔑 MAIN Illustration Image (choose-img1.png) */
.contact-illustration img:first-child {
  max-width: 520px;    /* width */
  height: 500px;       /* height bada kiya */
  width: 100%;
  object-fit: cover;   /* image stretch na ho, proportion maintain */
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

/* Floating Icon */
.contact-illustration .floating-icon {
  position: absolute;
  top: 15%;
  right: -30px;
  width: 60px; /* icon ka size chhota hi rakha */
  animation: floatAnim 5s ease-in-out infinite;
}

@keyframes floatAnim {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

/* Contact Form Card */
.contact-form-wrapper {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.contact-form-wrapper h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.contact-form-wrapper p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-contact-form .form-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-contact-form input,
.custom-contact-form textarea {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #4e2fda;
  outline: none;
  box-shadow: 0 0 8px rgba(78,47,218,0.2);
}

.custom-contact-form textarea {
  resize: none;
  min-height: 140px;
}

.contact-btn {
  padding: 14px 24px;
  font-size: 16px;
  background: linear-gradient(135deg, #4e2fda, #6a4df5);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.contact-btn:hover {
  background: linear-gradient(135deg, #3d24c9, #5737d9);
  transform: translateY(-2px);
}

/*================= RESPONSIVE =================*/

/* Tablet: 991px and below */
@media (max-width: 991px) {
  .custom-contact-section {
    padding: 60px 20px;
  }
  .contact-illustration img:first-child {
    max-width: 440px;
    height: 420px;  /* responsive height */
  }
  .contact-form-wrapper {
    padding: 25px;
  }
}

/* Small Tablet: 768px and below */
@media (max-width: 768px) {
  .contact-illustration img:first-child {
    max-width: 340px;
    height: 340px;  /* square style balance */
    margin-bottom: 20px;
  }
  .contact-form-wrapper {
    text-align: center;
  }
  .custom-contact-form .form-group {
    flex-direction: column;
  }
  .contact-btn {
    width: 100%;
    text-align: center;
  }
}

/* Mobile: 576px and below */
@media (max-width: 576px) {
  .contact-illustration img:first-child {
    max-width: 280px;
    height: 280px;
  }
  .contact-form-wrapper h3 {
    font-size: 22px;
  }
  .contact-form-wrapper p {
    font-size: 14px;
  }
}

/* Small Mobile: 360px and below */
@media (max-width: 360px) {
  .custom-contact-section {
    padding: 40px 15px;
  }
  .contact-illustration img:first-child {
    max-width: 230px;
    height: 250px; /* thoda tall rakha mobile pe bhi */
  }
  .contact-form-wrapper h3 {
    font-size: 20px;
  }
  .contact-form-wrapper p {
    font-size: 13px;
  }
  .contact-btn {
    font-size: 14px;
    padding: 12px;
  }
}

/* IRECT CONTACT SECTION START */
.direct-contact {
    background: #f9fbff;
    padding: 60px 0;
  }
  .direct-contact .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c2368;
  }
  .direct-contact .section-subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
  }

  .contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e6e9f2;
  }
  .contact-card:hover {
    transform: translateY(-6px);
    border-color: #4e2fda;
    box-shadow: 0 10px 20px rgba(78,47,218,0.1);
  }
  .contact-card .icon-wrap {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f0f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #4e2fda;
  }
  .contact-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c2368;
  }
  .contact-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .contact-card .contact-link {
    font-weight: 600;
    color: #4e2fda;
    font-size: 14px;
    text-decoration: none;
  }
  .contact-card .contact-link:hover {
    color: #2c2368;
    text-decoration: underline;
  }

  @keyframes floatAnim {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}


  /* Tablet (≤991px) */
  @media (max-width: 991px) {
    .direct-contact { padding: 50px 0; }
    .contact-card { padding: 22px 18px; }
    .contact-card h4 { font-size: 17px; }
    .contact-card p { font-size: 14px; }
    .contact-card .icon-wrap { width: 60px; height: 60px; font-size: 24px; }
  }

  /* Mobile (≤576px) */
  @media (max-width: 576px) {
    .direct-contact { padding: 40px 0; }
    .contact-card { padding: 20px 15px; }
    .contact-card h4 { font-size: 16px; }
    .contact-card p { font-size: 13px; }
    .contact-card .icon-wrap { width: 55px; height: 55px; font-size: 22px; }
  }

  /* Extra Small Devices (≤360px) */
  @media (max-width: 360px) {
    .direct-contact { padding: 30px 0; }
    .contact-card { padding: 18px 12px; }
    .contact-card h4 { font-size: 15px; }
    .contact-card p, .contact-card .contact-link { font-size: 12.5px; }
    .contact-card .icon-wrap { width: 50px; height: 50px; font-size: 20px; }
  }

/* ===========================
   SOCIAL MEDIA SECTION
   =========================== */
.social-media-floating {
  background: #dbe1f7;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.social-media-floating .work-header h5 {
  font-size: 16px;
  color: #4e2fda;
  margin-bottom: 10px;
}

.social-media-floating .work-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c2368;
}

.social-media-floating .work-header p {
  color: #555;
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto 25px;
}

/* Social Links */
.social-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.social-bar a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #2c2368;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid #e6e9f2;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

/* Hover Effect with Theme Blue */
.social-bar a:hover {
  background: #4e2fda;
  color: #fff;
  border-color: #4e2fda;
  transform: translateY(-4px);
  box-shadow: 0px 6px 16px rgba(78, 47, 218, 0.3);
}

/* Floating Animation */
@keyframes floatAnim {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 991px) {
  .social-media-floating { padding: 50px 0; }
  .social-media-floating .work-header h2 { font-size: 24px; }
}

@media (max-width: 576px) {
  .social-bar { gap: 12px; }
  .social-bar a { font-size: 14px; padding: 8px 14px; }
}

@media (max-width: 360px) {
  .social-media-floating { padding: 40px 0; }
  .social-media-floating .work-header h2 { font-size: 20px; }
  .social-media-floating .work-header p { font-size: 13px; }
  .social-bar a { font-size: 13px; padding: 7px 12px; }
}


/* ===========================
   FAQ SECTION
   =========================== */
.faq-section {
  background: #f9f9ff;
  padding: 60px 0;
}

.faq-section .work-header h5 {
  font-size: 16px;
  color: #4e2fda;
  margin-bottom: 10px;
}

.faq-section .work-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c2368;
}

.faq-section .work-header p {
  color: #555;
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto 30px;
}

/* Accordion Wrapper */
.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

/* FAQ Item */
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* FAQ Question Button */
.faq-question {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #2c2368;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question i {
  transition: transform 0.3s ease;
}

/* FAQ Answer (Initially Hidden) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 10px 0;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 200px; /* Enough for content */
  padding: 10px 20px 20px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* Floating Animation */
@keyframes floatAnim {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 991px) {
  .faq-section { padding: 50px 0; }
  .faq-section .work-header h2 { font-size: 24px; }
}
@media (max-width: 576px) {
  .faq-question { font-size: 15px; padding: 12px 16px; }
  .faq-answer p { font-size: 13px; }
}
@media (max-width: 360px) {
  .faq-section { padding: 40px 0; }
  .faq-section .work-header h2 { font-size: 20px; }
  .faq-section .work-header p { font-size: 13px; }
}

/* ===========================
   VISIT US SECTION
   =========================== */
.visit-us {
  background: linear-gradient(135deg, #f9f9ff 0%, #eef3ff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.visit-us .work-header h5 {
  font-size: 16px;
  color: #4e2fda;
  margin-bottom: 10px;
}

.visit-us .work-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c2368;
}

.visit-us .work-header p {
  color: #555;
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto 25px;
}

.map-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
}

/* Floating animation for decorative icons */
@keyframes floatAnim {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .visit-us { padding: 50px 0; }
  .visit-us .work-header h2 { font-size: 24px; }
}
@media (max-width: 576px) {
  .visit-us .work-header h2 { font-size: 22px; }
  .visit-us .work-header p { font-size: 14px; }
  .map-wrapper iframe { height: 300px; }
}
@media (max-width: 360px) {
  .visit-us { padding: 40px 0; }
  .visit-us .work-header h2 { font-size: 20px; }
  .visit-us .work-header p { font-size: 13px; }
  .map-wrapper iframe { height: 250px; }
}


/* homepage */

/* <!--===== SERVICE AREA STARTS =======--> */
.responsive-service .service-all-boxes-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Tablet 991px and below */
@media (max-width: 991px) {
  .responsive-service .service-all-boxes-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .responsive-service .service-boxarea {
    padding: 20px;
    text-align: center;
  }
}

/* Mobile 575px and below */
@media (max-width: 575px) {
  .responsive-service .service-all-boxes-area {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .responsive-service .service-boxarea {
    padding: 15px;
  }
  .responsive-service .service-boxarea img {
    max-width: 80px;
  }
  .responsive-service .service-boxarea a {
    font-size: 18px;
  }
  .responsive-service .service-boxarea p {
    font-size: 14px;
  }
}

/* Very Small Screens (360px and below) */
@media (max-width: 360px) {
  .responsive-service .service-boxarea {
    padding: 12px;
  }
  .responsive-service .service-boxarea img {
    max-width: 65px;
  }
  .responsive-service .service-boxarea a {
    font-size: 16px;
  }
  .responsive-service .service-boxarea p {
    font-size: 13px;
    line-height: 1.4;
  }
}


/* forStudents page */
 /* <!--===== WORK AREA STARTS =======--> */
.tech-skill-section {
  position: relative;
  padding-bottom: 100px;
}

/* Decorative Images */
.deco1 { top: 40px; left: 60px; width: 80px; position: absolute; }
.deco2 { top: 100px; right: 50px; width: 60px; position: absolute; }
.deco3 { top: 320px; left: 45%; width: 170px; position: absolute; }
.deco4 { bottom: 60px; left: 40px; width: 50px; position: absolute; }
.deco5 { bottom: 30px; right: 80px; width: 80px; position: absolute; }

/* Tech Image */
.tech-img {
  width: 100%;
  border-radius: 16px;
}

/* Skill Column */
.skill-box-col {
  margin-top: 260px;
  padding-left: 60px;
  margin-bottom: 50px;
}

/* Skill Item */
.skill-item {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
  transition: all 0.3s;
}

.skill-item i {
  font-size: 26px;
  margin-top: 6px;
  color: #000;
}
.skill-item h5 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.skill-item p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

/* Hover */
.skill-item:hover {
  background: #4e2fda;
  border-color: #4e2fda;
}
.skill-item:hover h5,
.skill-item:hover p,
.skill-item:hover i {
  color: #fff !important;
}

/* ✅ Responsive Fixes */

/* Tablet (<=991px) */
@media (max-width: 991px) {
  .skill-box-col {
    margin-top: 60px;
    padding-left: 12px;
    margin-bottom: 30px;
  }
  .deco3 { display: none; } /* prevent overlap */
}

/* Mobile (<=575px) */
@media (max-width: 575px) {
  .skill-item {
    padding: 15px;
    flex-wrap: wrap;
  }
  .skill-item i { font-size: 22px; }
  .skill-item h5 { font-size: 16px; }
  .skill-item p { font-size: 14px; }

  /* Decorative images resize */
  .deco1, .deco2, .deco4, .deco5 {
    width: 40px;
  }
  .deco1 { top: 20px; left: 20px; }
  .deco2 { top: 60px; right: 20px; }
  .deco4 { bottom: 40px; left: 20px; }
  .deco5 { bottom: 20px; right: 20px; }
}

/* Small Phones (<=360px) */
@media (max-width: 360px) {
  .skill-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .skill-item i {
    font-size: 20px;
    margin-top: 0;
  }
  .skill-item h5 { font-size: 15px; }
  .skill-item p { font-size: 13px; line-height: 1.4; }

  /* Decorative images aur chhote & reposition */
  .deco1, .deco2, .deco4, .deco5 {
    width: 30px;
  }
  .deco1 { top: 10px; left: 10px; }
  .deco2 { top: 40px; right: 10px; }
  .deco4 { bottom: 20px; left: 10px; }
  .deco5 { bottom: 10px; right: 10px; }
}


/* forBusiness */
/* WHY BUSINESS NEEDS WEBSITE SECTION START */
/* ===========================
   Default (Desktop ≥ 992px)
   =========================== */
.about1-section-area {
    position: relative;
}

.about1-section-area .float-1 {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 80px;
}

.about1-section-area .float-2 {
    position: absolute;
    top: 100px;
    right: 40px;
    width: 70px;
}

.about1-section-area .float-3 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.about1-section-area .float-4 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 70px;
}

.about1-section-area .float-5 {
    position: absolute;
    bottom: 30px;
    right: 60px;
    width: 80px;
}


/* ===========================
   Tablet (991px ↓ 577px ↑)
   =========================== */
@media (max-width: 991px) {
    .about1-section-area .float-1 {
        top: 25px;
        left: 30px;
        width: 65px;
    }
    .about1-section-area .float-2 {
        top: 80px;
        right: 30px;
        width: 55px;
    }
    .about1-section-area .float-3 {
        width: 50px;
    }
    .about1-section-area .float-4 {
        bottom: 25px;
        left: 25px;
        width: 55px;
    }
    .about1-section-area .float-5 {
        bottom: 25px;
        right: 30px;
        width: 65px;
    }
}


/* ===========================
   Mobile (576px ↓ 361px ↑)
   =========================== */
@media (max-width: 576px) {
    .about1-section-area .float-1 {
        top: 15px;
        left: 20px;
        width: 50px;
    }
    .about1-section-area .float-2 {
        top: 50px;
        right: 20px;
        width: 45px;
    }
    .about1-section-area .float-3 {
        width: 40px;
    }
    .about1-section-area .float-4 {
        bottom: 20px;
        left: 20px;
        width: 45px;
    }
    .about1-section-area .float-5 {
        bottom: 20px;
        right: 20px;
        width: 50px;
    }
}


/* ===========================
   Extra Small (≤ 360px)
   =========================== */
@media (max-width: 360px) {
    .about1-section-area .float-1 {
        top: 10px;
        left: 15px;
        width: 40px;
    }
    .about1-section-area .float-2 {
        top: 40px;
        right: 15px;
        width: 35px;
    }
    .about1-section-area .float-3 {
        width: 30px;
    }
    .about1-section-area .float-4 {
        bottom: 50px;
        left: 25px;
        width: 35px;
    }
    .about1-section-area .float-5 {
        bottom: 25px;
        right: 35px;
        width: 40px;
    }
}


/* <!--===== INCLUDED FEATURES SECTION START =====--> */

/* ==============================
   Tablet (991px and below)
   ============================== */
@media (max-width: 991px) {
  .heading1 h2 { font-size: 28px; line-height: 1.4; }
  .heading1 p { font-size: 15px; }
  .hover-blue { padding: 16px !important; }

  img[alt="decor1"],
  img[alt="decor2"],
  img[alt="decor4"],
  img[alt="decor5"] { width: 55px !important; }
  img[alt="center icon"] { width: 120px !important; }
}

/* ==============================
   Small Tablet (768px and below)
   ============================== */
@media (max-width: 768px) {
  .heading1 h2 { font-size: 24px; line-height: 1.4; }
  .heading1 p { font-size: 14px; }
  .hover-blue { padding: 14px !important; }

  img[alt="decor1"],
  img[alt="decor2"],
  img[alt="decor4"],
  img[alt="decor5"] { width: 50px !important; }
  img[alt="center icon"] { width: 100px !important; }
}

/* ==============================
   Mobile (576px and below)
   ============================== */
@media (max-width: 576px) {
  .heading1 h2 { font-size: 22px; }
  .heading1 p { font-size: 13px; }
  .hover-blue { padding: 12px !important; }

  img[alt="decor1"] { top: 25px !important; left: 25px !important; width: 45px !important; }
  img[alt="decor2"] { top: 35px !important; right: 25px !important; width: 45px !important; }
  img[alt="decor4"] { bottom: 30px !important; left: 25px !important; width: 45px !important; }
  img[alt="decor5"] { bottom: 25px !important; right: 25px !important; width: 40px !important; }
  img[alt="center icon"] { width: 80px !important; }
}

/* ==============================
   Small Mobile (480px and below)
   ============================== */
@media (max-width: 480px) {
  .heading1 h2 { font-size: 20px; }
  .heading1 p { font-size: 12px; }
  .hover-blue { padding: 10px !important; }

  img[alt="decor1"] { top: 20px !important; left: 20px !important; width: 40px !important; }
  img[alt="decor2"] { top: 30px !important; right: 20px !important; width: 40px !important; }
  img[alt="decor4"] { bottom: 25px !important; left: 20px !important; width: 40px !important; }
  img[alt="decor5"] { bottom: 20px !important; right: 20px !important; width: 35px !important; }
  img[alt="center icon"] { width: 70px !important; }
}

/* ==============================
   Extra Small Mobile (360px and below)
   ============================== */
@media (max-width: 360px) {
  .heading1 h2 { font-size: 18px; }
  .heading1 p { font-size: 11px; }
  .hover-blue { padding: 8px !important; }

  img[alt="decor1"] { top: 15px !important; left: 15px !important; width: 35px !important; }
  img[alt="decor2"] { top: 25px !important; right: 15px !important; width: 35px !important; }
  img[alt="decor4"] { bottom: 35px !important; left: 15px !important; width: 35px !important; }
  img[alt="decor5"] { bottom: 15px !important; right: 15px !important; width: 30px !important; }
  img[alt="center icon"] { width: 60px !important; }
}


/* howItWorks page */

/* TWO PATHS SECTION START */
.about1-section-area {
    overflow: hidden;
    position: relative;
}

.about-desc {
    margin-top: 1rem;
    color: #555;
}

/* Floating Icons */
.floating-icon {
    position: absolute;
    width: 70px;
}
.floating-icon-1 {
    top: 30px;
    left: 40px;
}
.floating-icon-2 {
    bottom: 40px;
    right: 40px;
}

/* Service Boxes */
.single-service-box {
    background: #4E2FDA;
    color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    height: 100%;
    transition: all 0.4s ease;
    cursor: pointer;
}
.service-icon { color: #fff; }
.service-title { color: #fff; }
.service-text { color: #f1f1f1; }

/* ---------------------------
   ✅ RESPONSIVE (991px to 360px)
--------------------------- */
@media (max-width: 991px) {
    .about-desc {
        font-size: 1rem;
    }
    .service-text {
        font-size: 0.95rem;
    }
    .floating-icon-1 {
        top: 20px;
        left: 20px;
    }
    .floating-icon-2 {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .heading1 h2 {
        font-size: 1.8rem;
    }
    .service-title {
        font-size: 1.1rem;
    }
    .service-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .floating-icon-1 {
        top: 15px;
        left: 15px;
        width: 60px;
    }
    .floating-icon-2 {
        bottom: 15px;
        right: 15px;
        width: 60px;
    }
    .about-desc {
        font-size: 0.9rem;
    }
    .service-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 360px) {
    .heading1 h2 {
        font-size: 1.5rem;
    }
    .service-title {
        font-size: 1rem;
    }
    .service-text {
        font-size: 0.8rem;
    }
}


/* JOURNEY AS A DEVELOPER SECTION START */

.journey-section {
    background: linear-gradient(135deg, #eef2ff 0%, #d9e4ff 100%);
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.journey-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ===================== Floating Icons ===================== */
.floating-icon {
    position: absolute;
    width: 70px;
    animation: floatAnim 6s ease-in-out infinite;
}

.icon-1 { top: 30px; left: 60px; animation-duration: 6s; }
.icon-2 { bottom: 10px; right: 40px; animation-duration: 7s; }
.icon-3 { top: 100px; right: 80px; animation-duration: 5s; }
.icon-4 { bottom: 10px; left: 50px; animation-duration: 8s; }

@keyframes floatAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ===================== Heading ===================== */
.journey-heading {
    text-align: center;
    margin-bottom: 50px;
}

.journey-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.journey-heading p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: auto;
}

/* ===================== Steps ===================== */
.journey-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.step-box {
    flex: 1 1 calc(20% - 20px);
    min-width: 200px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    overflow: hidden;
    position: relative;
    text-align: center;
}

.step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(78,47,218,0.25);
}

.hover-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(rgba(78,47,218,0.12), rgba(0,191,255,0.15));
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 1;
}
.step-box:hover .hover-overlay {
    transform: translateY(0);
}

.step-icon {
    font-size: 40px;
    color: #4E2FDA;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.step-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
    position: relative;
    z-index: 2;
}

.step-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* ===================== Responsive ===================== */

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
    .journey-heading h2 { font-size: 30px; }
    .journey-heading p { font-size: 15px; }

    .journey-steps { gap: 15px; }
    .step-box { flex: 1 1 calc(50% - 15px); }
    
    .floating-icon { width: 55px; }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .journey-heading h2 { font-size: 26px; }
    .journey-heading p { font-size: 14px; }

    .step-box { flex: 1 1 100%; padding: 20px; }
    .floating-icon { width: 45px; }
}

/* Extra small (max-width: 360px) */
@media (max-width: 360px) {
    .journey-heading h2 { font-size: 22px; }
    .step-box { padding: 18px; }
    .floating-icon { width: 40px; }
}



/* ===== GETTING YOUR BUSINESS ONLINE SECTION START ===== */

.business-section {
  background: linear-gradient(135deg, #f4f6ff 0%, #e9ecff 100%);
  padding: 100px 100px;
  position: relative;
  overflow: hidden;
}

.business-section .container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== Decorative Circles ===== */
.business-section .circle {
  position: absolute;
  border-radius: 50%;
}

.circle-top {
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(78, 47, 218, 0.25), transparent 70%);
}

.circle-bottom {
  bottom: -120px;
  left: -120px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(106, 92, 255, 0.2), transparent 70%);
}

/* ===== Floating Icons ===== */
.floating-icon {
  position: absolute;
  width: 70px;
}

.icon-left {
  top: 40px;
  left: 40px;
}

.icon-right {
  bottom: 40px;
  right: 40px;
}

/* ===== Section Header ===== */
.section-header {
  margin-bottom: 70px;
  text-align: center;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.section-header p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  max-width: 720px;
  margin: auto;
}

/* ===== Milestones ===== */
.milestone-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.milestone-wrapper .line {
  position: absolute;
  top: 40px;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #4E2FDA, #6A5CFF);
  z-index: 0;
  width: 100%;
  opacity: 0.4;
}

.milestone-box {
  text-align: center;
  width: 18%;
  position: relative;
  z-index: 1;
}

.milestone-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}

.milestone-box p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.milestone {
  font-size: 28px;
  color: #4E2FDA;
  margin-bottom: 10px;
}

/* ===== Responsive Design ===== */

/* Tablet (up to 991px) */
@media (max-width: 991px) {
  .business-section {
    padding: 80px 40px;
  }

  .milestone-box {
    width: 45%;
    margin-bottom: 40px;
  }

  .milestone-wrapper .line {
    display: none;
  }
}

/* Mobile (up to 576px) */
@media (max-width: 576px) {
  .business-section {
    padding: 60px 20px;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .milestone-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .floating-icon {
    width: 50px;
  }

  .icon-left {
    top: 15px;
    left: 15px;
  }

  .icon-right {
    bottom: 15px;
    right: 15px;
  }
}

/* Extra Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .business-section {
    padding: 50px 15px;
  }

  .section-header h2 {
    font-size: 22px;
  }

  .section-header p {
    font-size: 14px;
  }

  .milestone-box h4 {
    font-size: 14px;
  }

  .milestone-box p {
    font-size: 13px;
  }

  .floating-icon {
    width: 40px;
  }

  .icon-left {
    top: 10px;
    left: 10px;
  }

  .icon-right {
    bottom: 10px;
    right: 10px;
  }
}


/* FRONT SIGHT TEAM SECTION START */

/* ===== Base Section ===== */
.team-section {
  background: linear-gradient(135deg, #ffffff 0%, #f2f3ff 100%);
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.team-section .container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

/* ===== Floating Icons ===== */
.floating-icon {
  position: absolute;
  width: 70px;
}

.icon-left {
  top: 40px;
  left: 40px;
}

.icon-right {
  bottom: 40px;
  right: 40px;
}

/* ===== Image Circle ===== */
.image-box {
  flex: 1;
  min-width: 320px;
  text-align: center;
  position: relative;
}

.circle-wrapper {
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle, #6A5CFF20, transparent 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseCircle 4s infinite;
  overflow: hidden;
}

.circle-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Content Box ===== */
.content-box {
  flex: 1;
  min-width: 320px;
}

.content-box h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.content-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
}

/* ===== Timeline ===== */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline .line {
  position: absolute;
  bottom: 8px;
  left: 51px;
  width: 3px;
  height: 100%;
  background: linear-gradient(#4E2FDA, #6A5CFF);
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item .icon {
  position: absolute;
  top: 0;
  left: -5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 3px solid #4E2FDA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E2FDA;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(78, 47, 218, 0.2);
}

.timeline-item .text {
  margin-left: 50px;
}

.timeline-item .text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.timeline-item .text p {
  font-size: 15px;
  color: #666;
}

/* ===== Responsive Design ===== */

/* Tablet (up to 991px) */
@media (max-width: 991px) {
  .team-section {
    padding: 80px 40px;
  }
}

/* Mobile (up to 576px) */
@media (max-width: 576px) {
  .team-section {
    padding: 60px 20px;
  }

  .content-box h2 {
    font-size: 26px;
  }

  .floating-icon {
    width: 50px;
  }

  .icon-left {
    top: 20px;
    left: 20px;
  }

  .icon-right {
    bottom: 20px;
    right: 20px;
  }
}

/* Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .team-section {
    padding: 40px 15px;
  }

  .content-box h2 {
    font-size: 22px;
  }

  .content-box p {
    font-size: 14px;
  }

  .timeline-item .text h4 {
    font-size: 16px;
  }

  .timeline-item .text p {
    font-size: 13px;
  }

  .timeline .line {
  position: absolute;
  bottom: 15px;
  left: 51px;
  width: 3px;
  height: 100%;
  background: linear-gradient(#4E2FDA, #6A5CFF);
  border-radius: 3px;
}

  .floating-icon {
    width: 40px;
  }

  .icon-left {
    top: 15px;
    left: 15px;
  }

  .icon-right {
    bottom: 15px;
    right: 15px;
  }
}


/* TESTIMONIAL SECTION START */
@media (max-width:991px){
    .responsive-testimonial .testimonial.responsive-card {
        max-width:420px !important;
        padding:25px 20px !important;
    }
    .responsive-testimonial .testimonial.responsive-card div[style*="width:110px"] {
        width:90px !important;
        height:90px !important;
        margin-top:-65px !important;
    }
    .responsive-testimonial h2 {
        font-size:26px !important;
    }
}

@media (max-width:768px){
    .responsive-testimonial .testimonial.responsive-card {
        max-width:350px !important;
        padding:20px 15px !important;
    }
    .responsive-testimonial .testimonial.responsive-card div[style*="width:110px"] {
        width:80px !important;
        height:80px !important;
        margin-top:-55px !important;
    }
    .responsive-testimonial h2 {
        font-size:24px !important;
    }
}

@media (max-width:480px){
    .responsive-testimonial .testimonial.responsive-card {
        max-width:300px !important;
        padding:15px 12px !important;
    }
    .responsive-testimonial .testimonial.responsive-card div[style*="width:110px"] {
        width:70px !important;
        height:70px !important;
        margin-top:-50px !important;
    }
    .responsive-testimonial h2 {
        font-size:22px !important;
    }
}

@media (max-width:360px){
    .responsive-testimonial .testimonial.responsive-card {
        max-width:260px !important;
        padding:12px 10px !important;
    }
    .responsive-testimonial .testimonial.responsive-card div[style*="width:110px"] {
        width:60px !important;
        height:60px !important;
        margin-top:-45px !important;
    }
    .responsive-testimonial h2 {
        font-size:20px !important;
    }
    .responsive-testimonial p {
        font-size:14px !important;
    }
     .responsive-testimonial .keyframe5[style*="bottom:25px"] {
        display: none !important;
    }
}



/* About page */

/* ABOUT SECTION START  */
/* ============================
   OUR BELIEF SECTION
   ============================ */
.belief-section {
  position: relative;
  padding: 80px 0;
  background: #fff;
}

.belief-img img {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.belief-content {
  padding-left: 20px;
}

.belief-content h5 {
  /* Theme heading1 style is applied automatically */
  margin-bottom: 12px;
}

.belief-content h2 {
  margin-bottom: 16px;
}

.belief-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1.7;
  color: var(--ztc-text-text-3);
  margin-bottom: 20px;
}

/* ============================
   RESPONSIVE DESIGN
   ============================ */

/* Tablet & below (≤ 991px) */
@media (max-width: 991px) {
  .belief-content {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .belief-img {
    text-align: center;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .belief-section {
    padding: 60px 0;
  }

  .belief-content h2 {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 36px;
  }

  .belief-content p {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 24px;
  }

  .belief-img img {
    max-width: 90%;
  }
}

/* Small Mobile (≤ 360px) */
@media (max-width: 360px) {
  .belief-section {
    padding: 50px 0;
  }

  .belief-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .belief-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .header-btn1 {
    font-size: 14px;
    padding: 8px 18px;
  }
}


/* ============================
   CONNECTED SECTION
   ============================ */
.connected-section {
  position: relative;
  padding: 80px 0;
  background: #fff;
}

.connected-content h5 {
  margin-bottom: 12px;
}

.connected-content h2 {
  font-size: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
  line-height: 1.3;
}

.connected-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1.7;
  color: var(--ztc-text-text-3);
  margin: 20px 0;
}

.connected-img img {
  max-width: 520px;
  width: 100%;
  border-radius: 12px;
  border: 5px solid #f0f0f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Tablet & below (≤ 991px) */
@media (max-width: 991px) {
  .connected-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .connected-content h2 {
    font-size: var(--ztc-font-size-font-s28);
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .connected-section {
    padding: 60px 0;
  }

  .connected-content h2 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
  }

  .connected-content p {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 24px;
  }

  .connected-img img {
    max-width: 90%;
  }
}

/* Small Mobile (≤ 360px) */
@media (max-width: 360px) {
  .connected-section {
    padding: 50px 0;
  }

  .connected-content h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .connected-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .header-btn1 {
    font-size: 14px;
    padding: 8px 18px;
  }
}


/* DIFFERENT STYLE - VALUE SECTION */

.fsu-unique-creative {
  position: relative;
  background: #fff;
  padding: 50px 0;
}

.fsu-unique-creative .heading1 h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4E2FDA;
  margin-bottom: 10px;
}
.fsu-unique-creative .heading1 h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
.fsu-unique-creative .heading1 p {
  font-size: 16px;
  color: #555;
}

.fsu-feature-box {
  background: #eaf0ff;
  border-radius: 14px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fsu-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.fsu-feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #222;
}
.fsu-feature-box p {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.fsu-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin: 0 auto 15px;
}
.bg-gradient-purple { background: linear-gradient(135deg, #6a5acd, #4E2FDA); }
.bg-gradient-teal { background: linear-gradient(135deg, #20c997, #0ca678); }
.bg-gradient-orange { background: linear-gradient(135deg, #f39c12, #e67e22); }

.fsu-cta {
  text-align: center;
  margin-top: 35px;
}
.fsu-cta .header-btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  padding: 14px 32px;
  background: #4E2FDA;
  color: #fff;
  font-weight: 600;
  border-radius: 35px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.fsu-cta .header-btn1:hover {
  background: #3720a3;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.fsu-cta .header-btn1 span {
  margin-left: 10px;
}

.row.g-4.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.row.g-4.justify-content-center > .col-lg-4,
.row.g-4.justify-content-center > .col-md-6 {
  display: flex;
}

@media (max-width: 991px) {
  .fsu-unique-creative {
    padding: 70px 0;
  }
  .fsu-unique-creative .heading1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .fsu-unique-creative {
    padding: 60px 0;
    text-align: center;
  }
  .fsu-feature-box {
    text-align: center;
    padding: 25px 20px;
  }
  .fsu-feature-box h4 {
    font-size: 16px;
  }
  .fsu-feature-box p {
    font-size: 14px;
  }
  .fsu-unique-creative .heading1 h2 {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .fsu-unique-creative {
    padding: 50px 0;
  }
  .fsu-unique-creative .heading1 h2 {
    font-size: 22px;
  }
  .fsu-feature-box h4 {
    font-size: 15px;
  }
  .fsu-feature-box p {
    font-size: 13px;
  }
}


/* Responsive adjustments for CTA Section - buttons unchanged */
.cta-section-area {
    position: relative;
}

.cta-section-area .cta-header-area h2 {
    font-size: 36px;
    line-height: 1.2;
}

.cta-section-area .cta-header-area p {
    font-size: 16px;
    max-width: 700px;
    margin: 15px auto 25px;
}

/* Responsive for tablets */
@media (max-width: 991px) {
    .cta-section-area .cta-header-area h2 {
        font-size: 30px;
    }
    .cta-section-area .cta-header-area p {
        font-size: 15px;
    }
}

/* Responsive for mobile */
@media (max-width: 576px) {
    .cta-section-area .cta-header-area h2 {
        font-size: 26px;
    }
    .cta-section-area .cta-header-area p {
        font-size: 14px;
        padding: 0 15px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .cta-section-area .cta-header-area h2 {
        font-size: 22px;
    }
    .cta-section-area .cta-header-area p {
        font-size: 13px;
    }
     .cta-section-area .btn-area .header-btn1 {
        padding: 10px 20px;
        margin: 10px;
    }
}

/* conatct page */

/* CONTACT HEADER CREATIVE */

.contact-header-creative {
  background: linear-gradient(135deg, #f9faff, #ede9f8);
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.contact-header-creative .contact-header-box {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.contact-header-creative h2 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #090B0E;
}
.contact-header-creative h2 .gradient-text {
  background: linear-gradient(90deg, #4E2FDA, #FB3189);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-header-creative p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #3D4C5E;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Floating Elements */
.floating-icon {
  position: absolute;
  z-index: 2;
}
.deco1 { top: 40px; left: 50px; width: 60px; animation: floatY 6s infinite alternate; }
.deco2 { bottom: 50px; right: 60px; width: 70px; animation: floatX 7s infinite alternate; }
.deco3 { top: 30%; right: 20%; width: 55px; animation: rotateMe 12s linear infinite; }

/* Gradient Blobs */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 1;
}
.blob1 {
  width: 250px; height: 250px;
  background: #4E2FDA;
  top: -80px; left: -60px;
}
.blob2 {
  width: 300px; height: 300px;
  background: #FB3189;
  bottom: -100px; right: -80px;
}

/* Animations */
@keyframes floatY { 0%{transform:translateY(0);} 100%{transform:translateY(-25px);} }
@keyframes floatX { 0%{transform:translateX(0);} 100%{transform:translateX(25px);} }
@keyframes rotateMe { 0%{transform:rotate(0);} 100%{transform:rotate(360deg);} }

@media (max-width: 991px) {
  .contact-header-creative { padding: 90px 20px; }
  .contact-header-creative h2 { font-size: 38px; line-height: 48px; }
  .contact-header-creative p { font-size: 16px; line-height: 26px; }
}

@media (max-width: 576px) {
  .contact-header-creative { padding: 70px 15px; }
  .contact-header-creative h2 { font-size: 28px; line-height: 38px; }
  .contact-header-creative p { font-size: 15px; line-height: 24px; }
}

@media (max-width: 400px) {
  .contact-header-creative { padding: 55px 12px; }
  .contact-header-creative h2 { font-size: 24px; line-height: 32px; }
  .contact-header-creative p { font-size: 14px; line-height: 22px; }

  /* floating icons reposition */
  .deco1 { top: 20px; left: 20px; width: 40px; }
  .deco2 { bottom: 20px; right: 20px; width: 45px; }
  .deco3 { display: none; } /* hide center one to avoid text overlap */
}

@media (max-width: 360px) {
  .contact-header-creative { padding: 45px 10px; }
  .contact-header-creative h2 { font-size: 22px; line-height: 30px; }
  .contact-header-creative p { font-size: 13px; line-height: 20px; }

  /* icons smaller & safe corners */
  .deco1 { top: 10px; left: 10px; width: 30px; }
  .deco2 { bottom: 10px; right: 10px; width: 35px; }
  .deco3 { display: none; }
}


/* CONTACT FORM SECTION */
.contact-form-split {
  background: #fef9f9; /* fallback */
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}

/* ❌ Removed the dark overlay shadow (no ::before) */

/* Section Heading */
.contact-form-split .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.contact-form-split .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #090B0E;
}
.contact-form-split .section-header h2 span {
  color: #4E2FDA;
  position: relative;
}
.contact-form-split .section-header h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: rgba(78,47,218,0.2);
  border-radius: 4px;
}
.contact-form-split .section-header p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #3D4C5E;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Layout */
.contact-form-split .form-wrapper {
  display: flex;
  align-items: stretch;   
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* Left Image */
.contact-form-split .form-image {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-split .form-image img {
  max-width: 100%;
  height: 100%;     
  object-fit: contain;  
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1); 
}

/* Right Form */
.contact-form-split .form-box {
  flex: 1 1 50%;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}
.contact-form-split .form-box h3 {
  font-size: 30px;
  font-weight: 700;
  color: #090B0E;
}
.contact-form-split .form-box h3 span { color: #4E2FDA; }
.contact-form-split .form-box p {
  margin: 12px 0 25px;
  font-size: 16px;
  line-height: 26px;
  color: #3D4C5E;
}

/* Inputs */
.fresh-form .form-group { margin-bottom: 18px; }
.fresh-form input,
.fresh-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
  resize: none;
}
.fresh-form input:focus,
.fresh-form textarea:focus {
  border-color: #4E2FDA;
  box-shadow: 0 0 0 3px rgba(78,47,218,0.15);
}

/* Button */
.fresh-form .form-btn {
  width: 100%;
  background: #4E2FDA;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fresh-form .form-btn:hover {
  background: #3a24b0;
  transform: translateY(-3px);
}

/* Gradient Blobs Only */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  z-index: 0;
}
.blob1 {
  width: 300px; height: 300px;
  background: #4E2FDA;
  top: -100px; left: -80px;
}
.blob2 {
  width: 320px; height: 320px;
  background: #FB3189;
  bottom: -120px; right: -90px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .contact-form-split { padding: 90px 20px; }
  .contact-form-split .form-wrapper { flex-direction: column; }
  .contact-form-split .form-image img { width: 380px; height: auto; }
}
@media (max-width: 576px) {
  .contact-form-split { padding: 70px 15px; }
  .contact-form-split .section-header h2 { font-size: 28px; }
  .contact-form-split .form-image img { width: 300px; }
  .contact-form-split .form-box { padding: 25px; }
}
@media (max-width: 400px) {
  .contact-form-split { padding: 55px 12px; }
  .contact-form-split .section-header h2 { font-size: 24px; }
  .contact-form-split .form-image img { width: 240px; }
}
@media (max-width: 360px) {
  .contact-form-split { padding: 45px 10px; }
  .contact-form-split .section-header h2 { font-size: 22px; }
  .contact-form-split .form-image img { width: 200px; }
  .fresh-form input,
  .fresh-form textarea { font-size: 14px; padding: 12px; }
}


/* DIRECT CONTACT INFO */


.contact-info-split {
  background: #f9faff;
  padding: 100px 20px;
  position: relative;
  text-align: center;
}

/* Section Heading */
.contact-info-split .section-header {
  margin-bottom: 60px;
}
.contact-info-split .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #090B0E;
}
.contact-info-split .section-header h2 span {
  color: #4E2FDA;
  position: relative;
}
.contact-info-split .section-header h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: rgba(78,47,218,0.2);
  border-radius: 4px;
}
.contact-info-split .section-header p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 26px;
  color: #3D4C5E;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid Layout */
.contact-info-split .contact-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Individual Blocks */
.contact-info-split .contact-block {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.contact-info-split .contact-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(78,47,218,0.18);
}

/* Icon Circle */
.contact-info-split .icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4E2FDA, #FB3189);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 6px 15px rgba(78,47,218,0.25);
  transition: all 0.3s ease;
}
.contact-info-split .contact-block:hover .icon-wrap {
  transform: scale(1.1) rotate(8deg);
}

/* Text */
.contact-info-split .contact-block h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #090B0E;
}
.contact-info-split .contact-block p {
  font-size: 15px;
  line-height: 24px;
  color: #3D4C5E;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info-split { padding: 80px 20px; }
  .contact-info-split .section-header h2 { font-size: 32px; }
  .contact-info-split .contact-blocks { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 576px) {
  .contact-info-split { padding: 60px 15px; }
  .contact-info-split .section-header h2 { font-size: 26px; }
  .contact-info-split .contact-blocks { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .contact-info-split { padding: 45px 12px; }
  .contact-info-split .section-header h2 { font-size: 22px; }
  .contact-info-split .contact-block { padding: 25px 18px; }
}


/* ourWork page  */

/* ===========================
   Portfolio Hero Section
   =========================== */
.portfolio-hero {
  background: linear-gradient(135deg, #f9faff, #eef3ff);
  padding: 120px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* Decorative Blobs */
.portfolio-hero .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  z-index: 0;
}
.portfolio-hero .blob1 {
  width: 280px; height: 280px;
  background: #4E2FDA;
  top: -80px; left: -100px;
}
.portfolio-hero .blob2 {
  width: 300px; height: 300px;
  background: #FB3189;
  bottom: -120px; right: -100px;
}

/* Hero Content */
.portfolio-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.portfolio-hero h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
  color: #090B0E;
}
.portfolio-hero h2 span {
  color: #4E2FDA;
}
.portfolio-hero p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 28px;
  color: #3D4C5E;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons Wrapper */
.portfolio-hero .cta-buttons {
  margin-top: 35px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Primary Gradient Button */
.header-btn1 {
  background: linear-gradient(90deg,#4E2FDA,#FB3189);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-btn1:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg,#3a24b0,#c51f66);
}
.header-btn1 i { font-size: 14px; }

/* Secondary Outline Button */
.header-btn2 {
  padding: 14px 32px;
  border-radius: 50px;
  border: 2px solid #4E2FDA;
  background: transparent;
  color: #4E2FDA;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header-btn2:hover {
  background: #4E2FDA;
  color: #fff;
  transform: translateY(-3px);
}
.header-btn2 i { font-size: 14px; }

@media (max-width: 991px) {
  .portfolio-hero { padding: 90px 20px; }
  .portfolio-hero h2 { font-size: 36px; line-height: 46px; }
  .portfolio-hero p { font-size: 16px; line-height: 26px; }
}
@media (max-width: 576px) {
  .portfolio-hero { padding: 70px 15px; }
  .portfolio-hero h2 { font-size: 28px; line-height: 36px; }
  .portfolio-hero p { font-size: 15px; line-height: 24px; }
  .portfolio-hero .cta-buttons { flex-direction: column; gap: 15px; }
}
@media (max-width: 360px) {
  .portfolio-hero { padding: 50px 12px; }
  .portfolio-hero h2 { font-size: 22px; line-height: 30px; }
  .portfolio-hero p { font-size: 14px; line-height: 22px; }
}


/* Case Studies Section */
.case-studies-section {
  background: linear-gradient(135deg, #f9faff, #eef3ff);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.case-studies-section .section-header {
  text-align: center;
  margin-bottom: 35px;
}
.case-studies-section .section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #090B0E;
}
.case-studies-section .section-header h2 span {
  color: #4E2FDA;
  position: relative;
}
.case-studies-section .section-header h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: rgba(78,47,218,0.2);
  border-radius: 4px;
}
.case-studies-section .section-header p {
  margin-top: 12px;
  font-size: 16px;
  color: #3D4C5E;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Case Study Card */
.case-study-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.case-study-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(78,47,218,0.15);
}

/* Case Study Content */
.case-study-card .case-study-content {
  flex: 1 1 55%;
}
.case-study-card .case-study-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #090B0E;
}
.case-study-card .case-study-content h3 span { color: #4E2FDA; }
.case-study-card .case-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-study-card .case-details li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #3D4C5E;
}
.case-study-card .case-details a {
  color: #4E2FDA;
  font-weight: 600;
  text-decoration: none;
}
.case-study-card .case-details a:hover {
  text-decoration: underline;
}

/* Case Study Image */
.case-study-card .case-study-image {
  flex: 1 1 40%;
  text-align: center;
}
.case-study-card .case-study-image img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 991px) {
  .case-studies-section { padding: 80px 20px; }
  .case-study-card { flex-direction: column; text-align: center; }
  .case-study-card .case-study-content { flex: 1 1 100%; }
  .case-study-card .case-study-image { flex: 1 1 100%; }
}
@media (max-width: 576px) {
  .case-studies-section { padding: 60px 15px; }
  .case-studies-section .section-header h2 { font-size: 28px; }
  .case-study-card { padding: 25px; }
  .case-study-card .case-study-content h3 { font-size: 22px; }
}
@media (max-width: 360px) {
  .case-studies-section { padding: 25px 12px; }
  .case-studies-section .section-header h2 { font-size: 22px; }
  .case-study-card { padding: 20px; }
}


/* ===========================
   Developer Spotlight (ALT)
   =========================== */
.developer-spotlight-alt {
  background: #f9faff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}


.developer-spotlight-alt::before,
.developer-spotlight-alt::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  z-index: 0;
}
.developer-spotlight-alt::before {
  width: 300px;
  height: 300px;
  background: #4E2FDA;  
  top: -80px;
  left: -80px;
}
.developer-spotlight-alt::after {
  width: 320px;
  height: 320px;
  background: #FB3189;   
  bottom: -100px;
  right: -90px;
}


.developer-spotlight-alt .section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.developer-spotlight-alt .section-header h3 {
  font-size: 36px;
  font-weight: 700;
  color: #090B0E;
  margin: 0;
}
.developer-spotlight-alt .section-header span {
  color: #4E2FDA;
}


.spotlight-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}


.spotlight-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.spotlight-header .dev-photo {
  width: 90px;
  height: 90px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.spotlight-header .dev-intro h4 {
  font-size: 22px;
  font-weight: 700;
  color: #090B0E;
  margin: 0 0 6px;
}
.spotlight-header .dev-intro h4 span { color: #4E2FDA; }
.spotlight-header .dev-role {
  font-size: 14px;
  color: #666;
  margin: 0;
}


.spotlight-body p {
  font-size: 16px;
  line-height: 26px;
  color: #3D4C5E;
  margin: 0 0 14px;
}
.spotlight-body blockquote {
  background: #f9f6ff;
  border-left: 5px solid #4E2FDA;
  padding: 18px 20px;
  font-style: italic;
  border-radius: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #3D4C5E;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  margin: 18px 0 6px;
}
.spotlight-body blockquote i {
  color: #4E2FDA;
  margin: 0 6px;
}


.spotlight-footer {
  text-align: center;
}
.spotlight-footer .portfolio-img {
  width: 100%;
  max-width: 650px;  
  height: 350px;     
  object-fit: cover;  
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
  transition: transform 0.3s ease;
}
.spotlight-footer .portfolio-img:hover {
  transform: scale(1.02);
}


@media (max-width: 991px) {
  .developer-spotlight-alt { padding: 90px 20px; }
  .spotlight-card { padding: 30px; }
}

@media (max-width: 768px) {
  .developer-spotlight-alt .section-header h3 { font-size: 28px; }
  .spotlight-header { flex-direction: column; text-align: center; }
  .spotlight-header .dev-photo { width: 80px; height: 80px; }
  .spotlight-header .dev-intro h4 { font-size: 20px; }
  .spotlight-footer .portfolio-img {
    max-width: 100%;
    height: 260px;   
  }
}

@media (max-width: 576px) {
  .developer-spotlight-alt { padding: 70px 15px; }
  .spotlight-card { padding: 22px; }
  .developer-spotlight-alt .section-header h3 { font-size: 24px; }
  .spotlight-body p { font-size: 15px; line-height: 24px; }
}

@media (max-width: 400px) {
  .spotlight-header .dev-photo { width: 74px; height: 74px; }
  .spotlight-footer .portfolio-img { height: 210px; }
}

@media (max-width: 360px) {
  .developer-spotlight-alt { padding: 50px 12px; }
  .spotlight-card { padding: 18px; }
  .spotlight-header .dev-photo { width: 70px; height: 70px; }
  .spotlight-header .dev-intro h4 { font-size: 18px; }
  .spotlight-footer .portfolio-img { height: 200px; }
}


/* ===== Portfolio Gallery Section ===== */
.portfolio-gallery {
  padding: 50px 0;
  background: var(--ztc-bg-bg-15);
}

.portfolio-gallery .section-header h3 {
  font-size: var(--ztc-font-size-font-s36);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 15px;
  color: var(--ztc-text-text-2);
}

.portfolio-gallery .section-header p {
  max-width: 700px;
  margin: 0 auto 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.gallery-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  transform: translateY(-10px);
}


.gallery-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.gallery-card:hover .gallery-img img {
  transform: scale(1.05);
}


.gallery-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
}

.gallery-content h4 {
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 10px;
  color: var(--ztc-text-text-4);
}

.gallery-content p {
  font-size: var(--ztc-font-size-font-s14);
  color: var(--ztc-text-text-3);
  margin-bottom: 20px;
}


.gallery-btn {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border: 1px solid var(--ztc-text-text-4);
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s;
}

.gallery-btn:hover {
  background: var(--ztc-text-text-4);
  color: #fff;
}

/* CTA Button at Bottom */
.cta-buttons {
  margin-top: 50px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-img {
    height: 200px;
  }
  .gallery-content h4 {
    font-size: var(--ztc-font-size-font-s18);
  }
}

@media (max-width: 360px) {
  .gallery-card {
    border-radius: 12px;
  }
  .gallery-img {
    height: 180px;
  }
  .gallery-content {
    padding: 15px;
  }
  .gallery-btn {
    font-size: var(--ztc-font-size-font-s12);
    padding: 6px 14px;
  }
}


/* ===== Technology & Skills Section ===== */
.tech-skills {
  padding: 90px 0;
  background: linear-gradient(135deg, #F9FAFF 0%, #EDE9F8 50%, #D6F7FF 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.tech-skills::before,
.tech-skills::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
}

.tech-skills::before {
  top: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(251, 49, 137, 0.35); 
}

.tech-skills::after {
  bottom: -80px;
  right: -80px;
  width: 250px;
  height: 250px;
  background: rgba(78, 47, 218, 0.35); 
}

.tech-skills .section-header h3 {
  font-size: var(--ztc-font-size-font-s36);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 15px;
  color: var(--ztc-text-text-2);
}

.tech-skills .section-header h3 span {
  color: var(--ztc-text-text-4);
}

.tech-skills .section-header p {
  max-width: 750px;
  margin: 0 auto 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
}

.skills-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}


.skill-box {
  background: #fff;
  padding: 25px 18px;
  border-radius: 14px;
  text-align: center;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}

.skill-box span {
  display: block;
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-normal);
  margin-top: 6px;
  color: var(--ztc-text-text-3);
}


.skill-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
  background: var(--ztc-text-text-4);
  color: #fff;
}

.skill-box:hover span {
  color: #fff;
}


.skill-box.frontend { border-top: 4px solid #4E2FDA; }
.skill-box.backend { border-top: 4px solid #FF6610; }
.skill-box.database { border-top: 4px solid #1B6CFC; }
.skill-box.devops   { border-top: 4px solid #0DBD2C; }
.skill-box.others   { border-top: 4px solid #FB3189; }

/* CTA */
.tech-skills .cta-buttons {
  margin-top: 50px;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
  .skills-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .skills-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .skills-grid-5 {
    grid-template-columns: 1fr;
  }
  .skill-box {
    font-size: var(--ztc-font-size-font-s14);
    padding: 20px;
  }
  .skill-box span {
    font-size: var(--ztc-font-size-font-s12);
  }
  .tech-skills .section-header h3 {
    font-size: var(--ztc-font-size-font-s28);
  }
}

/* ===== Extra Small Mobile (360px) ===== */
@media (max-width: 360px) {
  .skills-grid-5 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .skill-box {
    padding: 14px;
    font-size: var(--ztc-font-size-font-s12);
    border-radius: 10px;
  }
  .skill-box span {
    font-size: var(--ztc-font-size-font-s11);
    margin-top: 4px;
  }
}


/* ===== VALUE OF VERIFIED WORK Section ===== */

.verified-work {
  padding: 90px 0;
  background: linear-gradient(135deg, #F9FAFF 0%, #EAF4FF 50%, #FDE9FF 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.verified-work::before,
.verified-work::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
}

.verified-work::before {
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: rgba(251, 49, 137, 0.3);
}

.verified-work::after {
  bottom: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: rgba(78, 47, 218, 0.3);
}

.verified-work .section-header h3 {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 15px;
  color: var(--ztc-text-text-2);
}

.verified-work .section-header h3 span {
  color: var(--ztc-text-text-4);
}

.verified-work .section-header p {
  max-width: 750px;
  margin: 0 auto 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
}


.skills-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
}


.skills-grid-2 .skill-box {
  position: relative;
  background: #fff;
  padding: 35px 24px;
  border-radius: 14px;
  font-size: var(--ztc-font-size-font-s15);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-normal);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  line-height: 1.6;
  overflow: hidden;
  z-index: 1;
  text-align: center; 
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: flex-start;
}


.skills-grid-2 .skill-box::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ztc-text-text-4);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  border-radius: 14px;
}

.skills-grid-2 .skill-box:hover::before {
  top: 0;
}


.skills-grid-2 .skill-box:hover {
  color: #fff;
}

.skills-grid-2 .skill-box strong {
  display: block;
  margin: 14px 0 10px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s18);
  transition: color 0.3s ease-in-out;
  text-align: center;
}

.skills-grid-2 .skill-box:hover strong {
  color: #fff;
}

.skills-grid-2 .skill-box p {
  margin: 0;
  font-size: var(--ztc-font-size-font-s15);
  line-height: 1.6;
  transition: color 0.3s ease-in-out;
  text-align: center;
}

.skills-grid-2 .skill-box:hover p {
  color: #fff;
}

/* Icon Circle */
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4E2FDA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 6px 12px rgba(78, 47, 218, 0.25);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.icon-circle.pink {
  background: #FB3189;
  box-shadow: 0 6px 12px rgba(251, 49, 137, 0.25);
}

/* Hover Icon Effect */
.skills-grid-2 .skill-box:hover .icon-circle {
  background: #fff;
  color: var(--ztc-text-text-4);
}
.skills-grid-2 .skill-box:hover .icon-circle.pink {
  color: #FB3189;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .skills-grid-2 {
    grid-template-columns: 1fr;
  }
  .skills-grid-2 .skill-box {
    font-size: var(--ztc-font-size-font-s14);
    padding: 24px;
  }
  .skills-grid-2 .skill-box strong {
    font-size: var(--ztc-font-size-font-s16);
  }
}

@media (max-width: 360px) {
  .skills-grid-2 .skill-box {
    padding: 18px;
    font-size: var(--ztc-font-size-font-s12);
  }
  .icon-circle {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}



/* ===== Impact in Numbers Section ===== */
.impact-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #F9FAFF 0%, #EAF4FF 50%, #FDE9FF 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.impact-section .section-header h3 {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 15px;
  color: var(--ztc-text-text-2);
}

.impact-section .section-header h3 span {
  color: var(--ztc-text-text-4);
}

.impact-section .section-header p {
  max-width: 700px;
  margin: 0 auto 50px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
}

/* Grid Layout */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

/* Card Style */
.impact-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  cursor: default;
}

.impact-card strong {
  display: block;
  font-size: 32px;
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  margin-bottom: 8px;
}

.impact-card span {
  font-size: 16px;
  color: var(--ztc-text-text-2);
}

/* Hover Effect */
.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact-card strong {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }
  .impact-card {
    padding: 24px 16px;
  }
  .impact-card strong {
    font-size: 24px;
  }
  .impact-card span {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .impact-card {
    padding: 18px 12px;
  }
  .impact-card strong {
    font-size: 22px;
  }
}


/* ===== CTA Section  ===== */
.cta-area {
  position: relative;
  background: linear-gradient(135deg, #F9FAFF 0%, #EAF4FF 50%, #FDE9FF 100%);
  padding: 90px 0;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.cta-area::before,
.cta-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
}
.cta-area::before {
  top: -80px; left: -80px;
  width: 220px; height: 220px;
  background: rgba(251,49,137,.28);
}
.cta-area::after {
  bottom: -80px; right: -80px;
  width: 220px; height: 220px;
  background: rgba(78,47,218,.28);
}

.cta-content h3 {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 18px;
  color: var(--ztc-text-text-2);
}
.cta-content h3 span {
  color: var(--ztc-text-text-4);
}
.cta-content p {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-font-size-font-s26);
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.theme-btn {
  padding: 14px 26px;
  border-radius: 8px;
  font-size: var(--ztc-font-size-font-s15);
  font-weight: var(--ztc-weight-semibold);
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in-out;
}
.theme-btn { background: #4E2FDA; color: #fff; }
.theme-btn:hover { background: #3b22a6; color: #fff; }
.theme-btn.style-2 { background: #FB3189; }
.theme-btn.style-2:hover { background: #d91c6e; }
.theme-btn.style-3 { border: 2px solid #4E2FDA; background: transparent; color: #4E2FDA; }
.theme-btn.style-3:hover { background: #4E2FDA; color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .cta-area { padding: 70px 0; }
  .cta-content h3 { font-size: var(--ztc-font-size-font-s30); }
  .cta-content p { font-size: var(--ztc-font-size-font-s15); margin-bottom: 32px; }
}
@media (max-width: 767px) {
  .cta-content h3 { font-size: var(--ztc-font-size-font-s26); }
  .cta-content p { font-size: var(--ztc-font-size-font-s14); }
}
@media (max-width: 575px) {
  .cta-area { padding: 60px 0; }
  .cta-content h3 { font-size: var(--ztc-font-size-font-s24); }
  .cta-buttons { flex-direction: column; gap: 14px; }
  .theme-btn { width: 100%; text-align: center; }
}
@media (max-width: 360px) {
  .cta-area { padding: 50px 0; }
  .cta-content h3 { font-size: var(--ztc-font-size-font-s20); }
  .cta-content p { font-size: var(--ztc-font-size-font-s13); margin-bottom: 20px; }
  .theme-btn { padding: 10px 18px; font-size: var(--ztc-font-size-font-s13); }
}


/* ================================
   Signup Page Custom Styles
   ================================ */

/* Floating Background Balls */
.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0.5;
  animation: float 16s infinite ease-in-out alternate;
  z-index: 0;
}

/* Ball Sizes – छोटे/मध्यम */
.shape.medium { width: 90px; height: 90px; }
.shape.small  { width: 60px; height: 60px; }
.shape.tiny   { width: 40px; height: 40px; }

/* Colors & Positions */
.shape.pink   { background: #ff4ecd; top: 10%; left: 12%; }
.shape.blue   { background: #4e9eff; bottom: 15%; right: 10%; animation-duration: 18s; }
.shape.purple { background: #b44eff; top: 28%; right: 22%; animation-duration: 14s; }
.shape.cyan   { background: #4ef7ff; bottom: 30%; left: 15%; animation-duration: 15s; }
.shape.orange { background: #ff914e; top: 60%; left: 8%; animation-duration: 20s; }
.shape.green  { background: #4effa1; bottom: 22%; right: 35%; animation-duration: 17s; }

@keyframes float {
  0%   { transform: translateY(0) translateX(0) scale(1); }
  50%  { transform: translateY(-30px) translateX(20px) scale(1.05); }
  100% { transform: translateY(0) translateX(0) scale(1); }
}

/* Selection Section */
.signup-selection {
  padding: 120px 20px 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.signup-selection h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.signup-selection p {
  font-size: 18px;
  margin-bottom: 50px;
  color: #555;
}

/* Cards */
.signup-card {
  border: none;
  border-radius: 20px;
  padding: 50px 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 25px rgba(255, 78, 205, 0.25), 0 0 35px rgba(78, 158, 255, 0.25);
  transition: all 0.4s ease;
}
.signup-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.signup-card p {
  font-size: 15px;
  color: #555;
}
.signup-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 35px rgba(255, 78, 205, 0.4), 0 0 45px rgba(78, 158, 255, 0.4);
}

/* Why Join Section */
.why-join {
  background: linear-gradient(135deg, #fdf4ff, #eef7ff);
  padding: 80px 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.why-join h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}
.info-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(255, 78, 205, 0.3), 0 15px 35px rgba(78, 158, 255, 0.3);
}
.info-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* CTA Strip */
.cta-strip {
  background: linear-gradient(135deg, #ff4ecd, #4e9eff);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
.cta-strip h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.btn-cta {
  background: #fff;
  color: #4e2fda;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-cta:hover {
  background: #f8f8f8;
  color: #ff4ecd;
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 15px;
}
.modal-overlay.active {
  display: flex;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} }
.modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 520px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 25px rgba(255, 78, 205, 0.3), 0 0 35px rgba(78, 158, 255, 0.3);
  animation: zoomIn 0.4s ease;
  z-index: 10000;
}
@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #888;
  transition: color 0.3s;
}
.close-btn:hover { color: #000; }

/* Forms inside Modal */
.popup-form { display: none; }
.popup-form h2 { font-size: 24px; margin-bottom: 20px; font-weight: 700; }
.form-control {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  margin-bottom: 16px;
}
.password-group { position: relative; }
.password-group .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #aaa;
}
.btn-primary {
  background: linear-gradient(135deg, #ff4ecd, #4e9eff);
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 78, 205, 0.4), 0 8px 20px rgba(78, 158, 255, 0.4);
}
.popup-form p { margin-top: 16px; font-size: 14px; text-align: center; }
.popup-form p a { color: #ff4ecd; font-weight: 500; text-decoration: underline; }

/* Responsive */
@media (max-width: 480px) {
  .signup-selection h1 { font-size: 24px; }
  .modal-content { padding: 24px 18px; border-radius: 14px; }
  .popup-form h2 { font-size: 20px; }
}
@media (max-width: 360px) {
  .signup-selection { padding: 60px 10px; }
  .signup-selection h1 { font-size: 20px; }
  .modal-content { padding: 18px 12px; }
  .form-control { padding: 10px 12px; font-size: 14px; }
  .btn-primary { padding: 12px; font-size: 15px; }
}



/* ================================
   Floating Background Balls
   ================================ */
.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.55;
  animation: float 18s infinite ease-in-out alternate;
  z-index: 0;
}

/* Sizes */
.shape.big { width: 140px; height: 140px; }
.shape.medium { width: 90px; height: 90px; }
.shape.small { width: 60px; height: 60px; }
.shape.tiny { width: 40px; height: 40px; }

/* Colors */
.shape.pink { background: radial-gradient(circle, #ff4ecd, #ff7be0); }
.shape.blue { background: radial-gradient(circle, #4e9eff, #7bbaff); }

/* Positions with Fixed Colors */
.shape.top-left { top: 8%; left: 6%; }         /* Pink */
.shape.bottom-left { bottom: 8%; left: 6%; }   /* Blue */
.shape.top-right { top: 8%; right: 6%; }       /* Blue */
.shape.bottom-right { bottom: 8%; right: 6%; } /* Pink */

@keyframes float {
  0%   { transform: translateY(0px) translateX(0px) scale(1); }
  50%  { transform: translateY(-25px) translateX(15px) scale(1.05); }
  100% { transform: translateY(0px) translateX(0px) scale(1); }
}

/* ================================
   Login Section
   ================================ */
.login-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-card {
  max-width: 460px;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 0 35px rgba(255, 78, 205, 0.25), 
              0 0 45px rgba(78, 158, 255, 0.25);
  z-index: 2;
}

.login-card h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.login-card p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

/* Inputs */
.form-control {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 16px;
  font-size: 15px;
  margin-bottom: 18px;
}
.password-group { position: relative; }
.password-group .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #aaa;
}

/* Button */
.btn-primary {
  background: linear-gradient(135deg, #ff4ecd, #4e9eff);
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 78, 205, 0.4), 
              0 8px 22px rgba(78, 158, 255, 0.4);
}

/* Links */
.login-links {
  margin-top: 18px;
  font-size: 14px;
}
.login-links a {
  color: #ff4ecd;
  font-weight: 500;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .login-card { padding: 32px 20px; }
  .login-card h1 { font-size: 24px; }
  .login-card p { font-size: 14px; }
}
@media (max-width: 360px) {
  .login-card { padding: 22px 15px; border-radius: 16px; }
  .form-control { padding: 12px; font-size: 14px; }
  .btn-primary { padding: 13px; font-size: 15px; }
}
