body {
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk', sans-serif;
  background-color: #ffffff;
  color: rgba(240, 245, 255, 0.9);
  /* display: flex; */
  /* justify-content: center; */
}
#firstphone:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition-duration: 1s;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  height: 5vh;
  background-color: #1C3FB7;
  position: sticky ;
  top: 0px;
}
.logo img {
  height: 50px;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}
.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: #2D68F8;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-download {
  padding: 8px 20px;
  font-size: 0.95rem;
}
.nav-download:hover{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.download-btn {
  background-color: #2D68F8;
  color: white;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


.download-btn:hover {
  background-color: #1C3FB7;
  transform: scale(1.03);
  transition-duration: 1s;
}
.hero{
  background-color: rgba(240, 245, 255, 0.9);
}
.hero-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow-x: hidden;
}
.hero-image img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.hero-content {
  max-width: 500px;
}
.hero-slogan {
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(90deg, #2D68F8, #5475E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
}
.hero-content {
  text-align: center;
}

.hero-slogan {
  text-align: center;
  font-size: 1.8rem;
}

.working-section {
  padding: 60px 30px;
  background-color: rgba(240, 245, 255, 0.9);
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2D68F8;
  margin-bottom: 50px;
  text-decoration: underline;
}

.working-card {
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  margin: 30px auto;
  max-width: 1100px;
  transition: transform 0.3s ease;
}

.working-card:hover {
  transform: scale(1.01);
}

.working-card.reverse {
  flex-direction: row-reverse;
}

.working-image img {
  width: 230px;
  height: auto;
}

.working-info {
  flex: 1;
}

.working-info h3 {
  font-size: 1.3rem;
  color: #2D68F8;
  margin-bottom: 10px;
}
p{
  color: #2D68F8;
}

/* Grid container centered */
.container {
  max-width: 1200px;
  width: 100%;
}

/* 2x2 grid */
.developer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px; /* row-gap and column-gap */
  justify-items: center;
}

/* Card style */
.card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 520px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
}

/* Image placeholder */
.card-image1 {
  width: 100px;
  height: 120px;
  background-image: url(./assets/PassportPatilMam.png);
  border: 3px solid #2D68F8;
  background-size: contain; 
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-right: 20px;
  background-position: center;
  flex-shrink: 0;
}
.card-image2 {
  width: 100px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
  background-image: url(./assets/PassportBhakti.png);
  border: 3px solid #2D68F8;
  border-radius: 10px;
  margin-right: 20px;
  flex-shrink: 0;
}
.card-image3 {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
  width: 100px;
  height: 120px;
  background-image: url(./assets/PassportKaushik.png);
  border: 3px solid #2D68F8;
  border-radius: 10px;
  margin-right: 20px;
  flex-shrink: 0;
}
.card-image4 {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
  width: 100px;
  height: 120px;
  background-image: url(./assets/PassportPushpak.png);
  border: 3px solid #2D68F8;
  border-radius: 10px;
  margin-right: 20px;
  flex-shrink: 0;
}

/* Text info */
.card-info h3 {
  color: #1e2d5d;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.card-info p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #1f1f2e;
}
.Developerss{
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(240, 245, 255, 0.9),#E1E8FF);
}
.faq-section {
  background-color: #E1E8FF;
  padding: 80px 40px;
  font-family: 'Space Grotesk', sans-serif;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.faq-left {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C3FB7;
  margin-bottom: 20px;
}

.faq-subtitle {
  font-size: 1.05rem;
  color: #1C3FB7;
  margin-bottom: 30px;
}

.faq-button {
  display: inline-block;
  background-color: #2D68F8;
  color: white;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.faq-button:hover {
  background-color: #1C3FB7;
}

.faq-right {
  flex: 2;
  min-width: 300px;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq-question {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1C3FB7;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #2D68F8;
}

.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #1f1f2e;
  margin-top: 10px;
}

.faq-answer p {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #2D68F8;
}

/* Active classes */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.contact-wrapper {
  padding: 50px 20px;
  background-color: #E1E8FF;
  font-family: 'Space Grotesk', sans-serif;
}

.contact-box {
  display: flex;
  max-width: 1100px;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

/* Left Panel */
.contact-info-panel {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(135deg, #2D68F8, #1C3FB7);
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-panel h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-info-panel p {
  font-size: 0.95rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
}

.info-item i {
  margin-right: 10px;
  font-size: 1.2rem;
}

/* Socials */
.social-icons a {
  color: white;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/* Right Form Panel */
.contact-form-panel {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  background-color: #f9fbff;
}

.form-group {
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1C3FB7;
}

.form-group label span {
  color: red;
}

.form-group input,
.form-group textarea {
  width: 90%;
  padding: 12px 16px;
  border: 2px solid #C3CEF6;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  font-family: 'Space Grotesk', sans-serif;
  background-color: white;
  color: #1C3FB7;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #2D68F8;
}

.send-btn {
  background-color: #2D68F8;
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
}

.send-btn:hover {
  background-color: #1C3FB7;
}
.paragraphinform{
  color: white;
}
#message{
  width: 90%;
  height: 200px
}
html {
  scroll-behavior: smooth;
}
#backToTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #2D68F8;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s ease;
}
#backToTop:hover {
  background-color: #1C3FB7;
}
.footer {
  background-color: #1C3FB7;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: 'Space Grotesk', sans-serif;
}
.footer>p{
  color: #E1E8FF;
}
/* Responsive Design */

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    padding: 15px 20px;
    height: auto;
  }

  .nav-menu {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .nav-links {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }

  .hero-slogan {
    font-size: 1.5rem;
  }

  .working-card {
    flex-direction: column !important;
    text-align: center;
  }

  .working-image img {
    width: 100%;
    max-width: 250px;
  }

  .developer-grid {
    grid-template-columns: 1fr;
  }

  .card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-image1, .card-image2, .card-image3, .card-image4 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .faq-container {
    flex-direction: column;
    gap: 30px;
  }

  .contact-box {
    flex-direction: column;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-slogan {
    font-size: 1.3rem;
  }

  .download-btn,
  .send-btn,
  .faq-button {
    width: 50%;
    text-align: center;
  }

  .nav-links a {
    font-size: 0.95rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .faq-title {
    font-size: 2rem;
  }

  .faq-subtitle {
    font-size: 0.95rem;
  }
}
/* ===== Hamburger Toggle + Mobile Nav ===== */
.nav-toggle {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 25px;
  height: 18px;
  justify-content: space-between;
  margin-left: auto;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  width: 100%;
}

.hamburger span::before {
  top: -8px;
}

.hamburger span::after {
  top: 8px;
}

.nav-toggle:checked + .hamburger span {
  background: transparent;
}

.nav-toggle:checked + .hamburger span::before {
  transform: rotate(45deg);
  top: 0;
}

.nav-toggle:checked + .hamburger span::after {
  transform: rotate(-45deg);
  top: 0;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #1C3FB7;
  position: absolute;
  top: 70px;
  right: 20px;
  width: 220px;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  margin: 10px 0;
  font-weight: 500;
}

.mobile-nav a:hover {
  color: #2D68F8;
}

.nav-toggle:checked ~ .mobile-nav {
  display: flex;
}

/* ===== Responsive Rules ===== */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .hamburger {
    display: flex;
  }
  .navbar {
    height: 60px; /* Reduce navbar height */
    padding: 0 15px;
    justify-content: space-between;
  }

  .logo {
    height: 40px; /* Resize logo */
    width: auto;
    display: flex;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .contact-container {
    padding: 20px;
  }

  .contact-form {
    width: 90%;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form button,
  .contact-form-panel {
    width: 90%;
    box-sizing: border-box;
    font-size: 16px;
  }

  .contact-form textarea {
    resize: vertical;
  }

  .contact-heading h2 {
    font-size: 24px;
    text-align: center;
  }
  .logo{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hamburger {
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    padding: 0 15px;
  }
}
