 /* Hero Section */ .hero { display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh; padding: 0 20px; background: radial-gradient(circle, #424083, #5c255d); color: #fff; position: relative; overflow: hidden; } .hero-content { max-width: 900px; z-index: 2; animation: fadeIn 1.5s ease; } .hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 20px; line-height: 1.2; min-height: 70px; /* to avoid jump when text changes */ } .hero p { font-size: 1.2rem; margin-bottom: 30px; line-height: 1.6; } .hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; } .btn-primary, .btn-secondary { padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 1rem; } .btn-primary { background: #fff; color: #424083; } .btn-primary:hover { background: #f3f4f6; } .btn-secondary { border: 2px solid #fff; color: #fff; } .btn-secondary:hover { background: rgba(255,255,255,0.1); } /* Animation for text change */ .animated-text { display: inline-block; animation: fadeZoom 5s infinite; } @keyframes fadeZoom { 0%   { opacity: 0; transform: scale(0.8); } 10%  { opacity: 1; transform: scale(1); } 40%  { opacity: 1; transform: scale(1.05); color: #ffd700; }  /* Gold */ 70%  { opacity: 1; transform: scale(1); color: #00eaff; }     /* Cyan */ 90%  { opacity: 0; transform: scale(0.9); } 100% { opacity: 0; } } 

.homepagebigbanner { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 80vh; display: flex; align-items: center; justify-content: center; position: relative; color: #fff; text-align: center; overflow: hidden; } .hometopmainsestion { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%;max-width: 1200px; position: relative; z-index: 2; } .mainbabberoffer, .mainbabberofferleft { flex: 1 1 300px;  padding: 40px 20px; border-radius: 16px;   text-shadow: 0 0 15px rgba(0, 0, 0, 0.4); position: relative; z-index: 2; /* टेक्स्ट ऊपर रखना */ } .mainbabberofferleft { text-align: left; } .mainbabberoffer { text-align: right; } .centerroundsection { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #cd7a00b3; padding: 40px; width: 220px; height: 220px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; border: 5px #cd7a00 outset; box-shadow: 0 0 30px rgba(0,0,0,0.4); z-index: 10000; color: #fff; text-align: center; } .centerroundsection h1 { font-size: clamp(1.5rem, 4vw, 2.2rem); margin: 0; } .centerroundsection h3 { font-size: clamp(1rem, 2.5vw, 1.4rem); color: #fff8dc; margin: 0 0 8px; } .center-slider { position: relative; width: 100%; height: 100%; } .center-slide { position: absolute; top: 50%; left: 100%; width: 100%; transform: translate(-50%, -50%); opacity: 0; transition: all 1s ease; } .center-slide.active { left: 50%; opacity: 1; transform: translate(-50%, -50%); } .mainbabberofferleft h3, .mainbabberoffer h3{ color: #FF9800; } .mainbabberofferleft p{ width: 70%; margin:0; }.mainbabberoffer p{ width: 70%; float: right;margin:0;} .glass-button { padding: 12px 25px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); border-radius: 12px; color: white; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1); margin-bottom: 20px; } .glass-button:hover { background: rgba(255, 255, 255, 0.2); box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2); }  @media (max-width: 1020px) {  .mainbabberoffer, .mainbabberofferleft { text-align: center; } .centerroundsection { position: relative; top: auto; left: auto; transform: none; margin: -40px auto; z-index: 5; padding: 10px; width: 300px; height: 300px; } } @media (max-width: 768px) {.homepagebigbanner { height: auto; } .centerroundsection { position: relative; top: auto; left: auto; transform: none; margin: -40px auto; z-index: 5; padding: 10px; width: 250px; height: 250px; }.mainbabberofferleft p, .mainbabberoffer p{ width: 96%;}{ width: 94%; }} @media (max-width: 468px) { .centerroundsection { position: relative; top: auto; left: auto; transform: none; margin: -70px auto; z-index: 5; padding: 10px; width: 150px; height: 150px; } }  
  

 section.services { max-width: 1200px; margin: 20px auto; display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 0 15px; } @media (min-width: 768px) { section.services { grid-template-columns: repeat(2, 1fr); } } .service-box { color: white; border-radius: 20px; padding: 2rem; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid #eee; position: relative; } .service-box:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); } .service-box h2 { font-size: 1.9rem; color: #007BFF; margin-bottom: 1.2rem; position: relative; padding-left: 35px; } .service-box h2::before { content: "🌐"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #007BFF; font-size: 24px; } .service-box:nth-child(2) h2::before { content: "⚙️"; /* Code icon for Development */ } .service-box ul { list-style: none; padding-left: 0; margin: 0; } .service-box li { font-size: 1rem; padding: 0.5rem 0; padding-left: 1.8rem; position: relative; color: white; } .service-box li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #28a745; font-size: 14px; } 

 .sortaboutservice{ display: flex; width: auto;  max-width: 1200px;padding: 10px; align-items: center; margin: 10px auto; color: white; } @media (max-width: 768px) { .sortaboutservice{ display: block;  } } 

 .services-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1200px; margin: auto; padding: 2rem 1rem; } @media(min-width: 768px) { .services-grid { grid-template-columns: repeat(2, 1fr); } } .service-box { border-radius: 16px; padding: 1.8rem; box-shadow: 0 8px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; } .service-box:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.15); } .service-box h2 { font-size: 1.6rem; margin-bottom: 0.8rem; } .service-box p { font-size: 1rem; line-height: 1.6; } 

 .tool-section { padding: 1rem; background: #29242452; } .tool-heading { text-align: center; color: #FF5722; } .tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 1200px; margin: auto; } @media(min-width: 768px) { .tool-grid { grid-template-columns: repeat(3, 1fr); } } @media(min-width: 1024px) { .tool-grid { grid-template-columns: repeat(4, 1fr); } } .tool-card {color: white;   border-radius: 12px; padding: 1rem; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; } .tool-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .tool-icon { font-size: 2rem; margin-bottom: 0.5rem; } .tool-card h3 { font-size: 1.1rem; color: #e6962b; margin-bottom: 0.3rem; } .tool-card p { font-size: 0.9rem; color: #ffffff; line-height: 1.4; } 
.tool-card a{ padding: 5px 7px; background: black; color: white; text-decoration: none; border-radius: 5px; display: block; width: 90%; }
@media(max-width: 450px) { .tool-section { padding: 10px; } .tool-grid { gap: 2px; } .tool-card { border-radius: 12px; padding: 4px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; margin: 5px auto; } .tool-card h3 { font-size: 0.8rem;margin-bottom: 0.3rem; } .tool-card p { font-size: 0.7rem; line-height: 1.4; } }

.about-section { max-width: 900px; margin: 20px auto; padding: 40px; background: rgba(255, 255, 255, 0.08); border-radius: 20px; backdrop-filter: blur(10px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); color: #ffffff; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; border: 1px solid rgba(255, 255, 255, 0.18); } .about-section h2 { font-size: 2.5rem; margin-bottom: 20px; background: linear-gradient(90deg, #00c6ff, #0072ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .about-section p { font-size: 1.1rem; line-height: 1.8; color: #f0f0f0; margin: 0; }

  .team-section {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px 10px;
    }
    .team-box {
      color: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      width: 30%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
      max-width: 350px;
    }
    .team-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .team-image {
      width: 100%;
      height: 200px;
      object-fit: fill;
    }
    .team-content {
      padding: 20px;
    }
    .team-name {
      font-size: 18px;
      font-weight: bold;
      color: #ffae20;
      margin-bottom: 10px;
    }
    .team-role {
      font-size: 14px;
      
      margin-bottom: 15px;
    }
    .team-description {
      font-size: 12px;
       
      line-height: 1.5;
    }
    
   .teamabout-section {
    width: auto;
    max-width: fit-content;
    margin: auto;
   padding: 10px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
    @media screen and (max-width: 768px) {
      .team-section {
        flex-direction: column;
        gap: 15px;
      }
      .team-box {
        width: 100%;
      }
    }
  /* ---------- Google Review Section Styles ---------- */
    .google-review-section {
      background: linear-gradient(135deg, #ffdd00, #ff9500);
      color: #333;
      padding: 60px 20px;
      text-align: center;
      border-radius: 12px;
      max-width: 800px;
      margin: 40px auto;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .google-review-section h2 {
      font-size: 2rem;
      margin-bottom: 12px;
      color: #222;
    }

    .google-review-section p {
      font-size: 1rem;
      color: #444;
      margin-bottom: 20px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Star Rating */
    .star-rating {
      display: inline-block;
      margin-bottom: 20px;
    }
    .star-rating span {
      font-size: 1.5rem;
      color: #ffc107; /* Golden color */
      margin: 0 2px;
    }

    .btn-review {
      display: inline-block;
      background: #4285f4;
      color: white;
      padding: 14px 28px;
      font-size: 1rem;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    .btn-review:hover {
      background: #3367d6;
    }

    @media (max-width: 600px) {
      .google-review-section {
        padding: 40px 15px;
      }
      .google-review-section h2 {
        font-size: 1.6rem;
      }
      .google-review-section p {
        font-size: 0.95rem;
      }
      .btn-review {
        width: 100%;
        padding: 12px 0;
      }
    }



  .link-section {
    background: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    width: 90%;
    max-width: 500px;
  }

  .link-section h2 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }

  .link-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .link-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f4f8;
    margin-bottom: 10px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: background 0.3s, transform 0.2s;
    cursor: pointer;
  }

  .link-list li:hover {
    background: #4facfe;
    color: #fff;
    transform: translateY(-2px);
  }

  .link-list a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    flex: 1;
  }

  .link-date {
    font-size: 0.85rem;
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
  }

  @media(max-width:500px){
    .link-section {
      padding: 20px;
    }
    .link-section h2 {
      font-size: 1.5rem;
    }
    .link-date {
      font-size: 0.75rem;
    }
  }