

nav {
    background: #333;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

main {
    padding: 0px;
}

footer {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
}

/* Hero Section Styling */


/* Services Section */
.services {
    background-color: #f5f5f5;
    padding: 80px 20px;
    color: #111;
}

.services .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    display: block;
    text-decoration: none;
    background: orange;
    color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    background-color: #cc7000; /* darker orange */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-card h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: white;
    line-height: 1.6;
}

/* Industries Section */
.industries {
    padding: 80px 20px;
    background-color: #fff;
    color: #111;
    text-align: center;
}

.industries .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
}

.industry-card {
    background-color: orange;
    padding: 30px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.industry-card:hover {
    background-color: #cc7000;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
/* Let's Grow Together Section */
.grow-together {
    background: #0a0a23; /* dark background */
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.grow-together .container {
    max-width: 900px;
    margin: 0 auto;
}

.grow-heading {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.grow-subtitle {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.6;
}

.grow-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 16px;
    background: orange;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.grow-btn:hover {
    background: #cc7000; /* darker orange on hover */
    transform: translateY(-3px);
}

/* Footer Styling */
/* Footer Styling - White Background with Black Text */
.site-footer {
    background-color: #f3701a;  /* Match navbar */
    color: #111;
    padding: 30px 20px;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.footer-left {
    flex: 1 1 250px;
}

.footer-logo {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}


.footer-links {
    flex: 2 1 400px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.footer-links a {
    margin-right: 15px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social {
    flex: 1 1 150px;
    text-align: right;
}

.footer-social .social-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1); /* makes icon white-like */
}


.footer-social .social-icon:hover {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
}
/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: background 0.3s ease, transform 0.2s ease;
    display: none; /* Hidden by default */
}

#backToTop:hover {
    background-color: #cc7000;
    transform: translateY(-3px);
}

/* 👇 Hero Section with AI Persona Layout #020c1b; */
.hero-ai {
  background-color: #1b0202; 
  color: #fff;
  padding: 100px 30px;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 40px 100px;
  gap: 40px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-left {
  flex: 1 1 50%;
  max-width: 500px;
}

.hero-left h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #3ecfff;
}

.hero-left .highlight {
  color: #3ecfff;
}

.hero-left .tagline {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 10px;
}

.hero-left .description {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-box {
  display: flex;
  align-items: center;
  background: #001f3f;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.cta-avatar {
  font-size: 24px;
  margin-right: 15px;
}

.cta-text {
  font-size: 16px;
  color: #fff;
}

.ask-bot {
  display: inline-block;
  padding: 12px 22px;
  background: #3ecfff;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.ask-bot:hover {
  background: #00bfff;
}

/* Orbital Icons Section */

.hero-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}


.orbit-wrapper {
  position: relative;
  width: 350px;
  height: 350px;
}

.center-cube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #0ff, #06f);
  border-radius: 14px;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 30px rgba(0,255,255,0.3);
  animation: rotateCube 8s linear infinite;
}


.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  animation: spinOrbit 25s linear infinite;
}

.orbit .orbital-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform-origin: -125px center;
}


.orbital-icon img {
  width: 40px;
  height: 40px;
}


/* Position each icon using transform: rotate() + translate() */
.orbital-icon:nth-child(1) { transform: rotate(0deg) translateX(120px) rotate(0deg); }
.orbital-icon:nth-child(2) { transform: rotate(60deg) translateX(120px) rotate(-60deg); }
.orbital-icon:nth-child(3) { transform: rotate(120deg) translateX(120px) rotate(-120deg); }
.orbital-icon:nth-child(4) { transform: rotate(180deg) translateX(120px) rotate(-180deg); }
.orbital-icon:nth-child(5) { transform: rotate(240deg) translateX(120px) rotate(-240deg); }
.orbital-icon:nth-child(6) { transform: rotate(300deg) translateX(120px) rotate(-300deg) scale(0.9); }


@keyframes spinOrbit {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotateCube {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left {
    padding-right: 0;
  }

  .hero-right {
    margin-top: 60px;
  }
  
  .hero-left,
  .hero-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  
}

body {
    background-color: #1c1c1c;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}



/* Hero Section */
.hero-section {
    background-color: #111 !important;
    color: #fff !important;
    padding: 100px 20px;
    text-align: center;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}


.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #f1f1f1;
}

.hero-section .btn {
    background-color: #fff;
    color: #111;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.hero-section .btn:hover {
    background-color: #111;
    color: #fff;
}

.hero-section .subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 40px;
}

.cta-btn {
    background-color: #ff9900;
    color: #1c1c1c;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background-color: #cc7000;
}

/* Service Wheel */
.service-wheel {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at center, #ffa500 10%, #2e1e00 90%);
  box-shadow: 0 0 80px 30px rgba(255, 165, 0, 0.3);

}

.service-wheel .center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  padding: 18px 30px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}

.services-wheel-section {
    padding: 80px 20px;
    background: #0a0a0a;
    color: white;
    text-align: center;
}

.services-wheel-section h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: orange;
    font-weight: bold;
}


/* Center Circle */
.center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  padding: 20px 30px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}

/* Service Items */
.service-item {
  position: absolute;
  width: 120px;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.service-item:hover {
  background: #ff9900;
  color: #000;
  transform: scale(1.1);
  z-index: 3;
}

/* Positioning around wheel */
/*.service-item:nth-child(2) { top: -5%; left: 50%; transform: translateX(-50%); }
.service-item:nth-child(3) { top: 20%; left: 85%; transform: translateX(-50%); }
.service-item:nth-child(4) { top: 60%; left: 90%; transform: translateX(-50%); }
.service-item:nth-child(5) { top: 95%; left: 50%; transform: translateX(-50%); }
.service-item:nth-child(6) { top: 60%; left: 5%; transform: translateX(-50%); }
.service-item:nth-child(7) { top: 20%; left: 10%; transform: translateX(-50%); }*/



.service-wheel .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black;
    color: white;
    padding: 20px 30px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(255,165,0,0.5);
}

.service-wheel .service {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    position: absolute;
    transition: all 0.3s ease;
}

.service-wheel .ai-ml { top: 5%; left: 50%; transform: translateX(-50%); }
.service-wheel .web-apps { top: 25%; left: 80%; }
.service-wheel .mobile { top: 60%; left: 80%; }
.service-wheel .devops { bottom: 10%; left: 50%; transform: translateX(-50%); }
.service-wheel .consulting { bottom: 20%; left: 15%; }
.service-wheel .uiux { top: 25%; left: 10%; }

/* How We Work */
.how-we-work {
  padding: 80px 20px;
  background: #111;
  color: white;
  text-align: center;
}

.how-we-work h2 {
  font-size: 2.5em;
  color: orange;
  margin-bottom: 50px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.step {
  background-color: #222;
  padding: 25px 30px;
  border-radius: 12px;
  width: 220px;
  text-align: center;
  position: relative;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(255, 165, 0, 0.1);
  color: #fff;
}


.step span {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 30px;
  height: 30px;
  background: orange;
  color: black;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
    background: radial-gradient(circle at center, #1c1c1c, #0a0a0a);
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

.consulting-box {
    position: absolute;
    right: -220px;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    color: #fff;
    padding: 18px 24px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 0 30px rgba(255, 165, 0, 0.2);
    width: 200px;
    text-align: left;
    z-index: 3;
}
.consulting-box strong {
    display: block;
    font-size: 17px;
    color: orange;
    margin-bottom: 8px;
}

.step i {
    display: block;
    margin-bottom: 12px;
    color: orange;
}

.step-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.workflow-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

.workflow-step .circle {
    width: 60px;
    height: 60px;
    background: orange;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 0 15px rgba(255,165,0,0.3);
}

.workflow-step p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.arrow {
    font-size: 24px;
    color: #aaa;
    margin: 0 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .workflow-steps {
        flex-direction: column;
    }
    .arrow {
        transform: rotate(90deg);
    }
}

/* Service positions around circle */
.service {
    position: absolute;
    width: 120px;
    text-align: center;
    background: #222;
    color: #fff;
    border-radius: 20px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.1);
}

.service:hover {
    background: #ff9900;
    color: #000;
    transform: scale(1.1);
    z-index: 3;
}

/* Position each service (clockwise positions) */
.service-1 { top: 5%; left: 50%; transform: translateX(-50%); }
.service-2 { top: 25%; left: 85%; transform: translateX(-50%); }
.service-3 { top: 60%; left: 85%; transform: translateX(-50%); }
.service-4 { bottom: 5%; left: 50%; transform: translateX(-50%); }
.service-5 { top: 60%; left: 15%; transform: translateX(-50%); }
.service-6 { top: 25%; left: 15%; transform: translateX(-50%); }


/* Responsive */
@media (max-width: 600px) {
    .service-wheel {
        width: 350px;
        height: 350px;
    }
    .service {
        width: 100px;
        font-size: 12px;
        padding: 6px 10px;
    }
    .services-wheel-section h2 {
        font-size: 2rem;
    }
}

@keyframes spinItems {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotating-services {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: spinItems 40s linear infinite;
  transform-origin: center;
}


/* Specific counter-rotations to keep text upright 
.service-item:nth-child(1) .service-text { transform: rotate(0deg); }
.service-item:nth-child(2) .service-text { transform: rotate(-60deg); }
.service-item:nth-child(3) .service-text { transform: rotate(-120deg); }
.service-item:nth-child(4) .service-text { transform: rotate(-180deg); }
.service-item:nth-child(5) .service-text { transform: rotate(-240deg); }
.service-item:nth-child(6) .service-text { transform: rotate(-300deg); } */


.case-studies-section {
    background-color: #0c0c0c;
    padding: 60px 20px;
    color: #fff;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #FFA500;
    text-transform: uppercase;
}

.section-subtitle {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 40px;
    color: #ccc;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.case-study-card {
    background: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.case-study-card:hover {
    transform: translateY(-5px);
}

.case-study-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-study-content {
    padding: 20px;
}

.case-study-content h3 {
    font-size: 1.4rem;
    color: #FFA500;
    margin-bottom: 10px;
}

.case-study-summary {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #ddd;
}

.case-study-details {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 15px;
}

.case-study-details li {
    margin-bottom: 5px;
}

.btn-view-details {
    display: inline-block;
    padding: 8px 16px;
    background-color: #FFA500;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
}

.btn-view-details:hover {
    background-color: #ff8c00;
}




.about-hero {
    text-align: center;
    padding: 100px 20px;
    color: #fff;
    background: #0a0a0a;
}

.about-hero h1 {
    font-size: 48px;
    color: #ff6f00;
}

.about-story {
    background: #111;
    color: #eee;
    padding: 80px 20px;
}

.vision-mission {
    display: flex;
    justify-content: space-around;
    background: #0f0f0f;
    color: #fff;
    padding: 60px 20px;
}

.vision, .mission {
    width: 40%;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 10px;
}

.stats-section {
    background: #121212;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}

.progress-box {
    margin: 20px 0;
    color: #fff;
}

.progress-container {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.progress-item {
    text-align: left;
    margin-bottom: 25px;
}


.progress-item label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    color: #ff6f00;
}

.bar {
    height: 10px;
    background-color: #2a2a2a;
    border-radius: 6px;
    overflow: hidden;
}


.bar .fill {
    height: 100%;
    background: #ff6f00;
    border-radius: 6px;
    transition: width 1s ease-in-out;
}

/* Rainbow background for What Sets Us Apart section */

.sets-apart {
    background: linear-gradient(90deg, orange,  violet);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

.sets-apart h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

/* Cards Layout */
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.cards .card {
    background-color: rgba(255, 255, 255, 1) !important; /* Fully white */
    color: #111 !important;
    padding: 25px 20px;
    border-radius: 12px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    text-align: left;
}


.cards .card:hover {
    transform: translateY(-6px);
}

.cards .card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111 !important;
}


.cards .card p {
    font-size: 14px;
    color: #333 !important;
}


.sets-apart .cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.sets-apart .card {
    background: #1a1a1a;
    padding: 20px;
    width: 250px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.sets-apart .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #ff6f00;
}

.cta-about {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta-button {
    background: #ff6f00;
    padding: 12px 28px;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #ffaa33;
}

/* === Our Story Section === */
.about-story-section {
    background-color: #121212;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}

.about-story-section .section-title {
    font-size: 36px;
    color: #ff6f00;
    margin-bottom: 50px;
    font-weight: bold;
}

.about-story-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.story-text {
    flex: 1;
    min-width: 300px;
    font-size: 18px;
    line-height: 1.7;
    border-left: 3px solid #ff6f00;
    padding-left: 20px;
}

.story-stats {
    flex: 1;
    min-width: 300px;
}

.bar-label {
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.contact-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 16px;
}

.contact-form button {
    padding: 12px 20px;
    background-color: #f57224;
    border: none;
    color: white;
    cursor: pointer;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 5px;
}

.seo-hero, .seo-capabilities, .seo-benefits, .seo-process {
    padding: 80px 20px;
}
.seo-hero {
    background: #111;
    color: #fff;
    text-align: center;
}
.grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.card {
    background: #fff;
    color: #111;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.card:hover {
    transform: translateY(-10px);
    background: orange;
    color: #fff;
    box-shadow: 0 8px 24px rgba(255, 165, 0, 0.4);
    border: 2px solid #ffa500;
}

.benefit-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.step {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    flex: 1;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #111;
}

.card p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.seo-process .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: space-between;
}

.step-number {
    background: orange;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.step p {
    margin-top: 25px;
    color: #333;
    font-size: 16px;
}

.seo-capabilities .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr); /* Force 3 columns */
}

@media (max-width: 768px) {
    .seo-capabilities .grid {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }
}

/* Orange Theme Navbar */
.main-navbar {
    background-color: #f3701a; /* Vibrant orange */
    padding: 15px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.menu li a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.menu li a:hover {
    color: #fff;
}

.btn-quote {
    background-color: #111;
    color: #f3701a;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-quote:hover {
    background-color: #fff;
    color: #111;
}

/* === Final Fix: Services Page Hero Section === */

.hero-section {
    background-color: #111 !important;
    color: #fff !important;
    padding: 100px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #fff !important;
}

.hero-section .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ccc !important;
}

.cta-btn {
    background-color: #f3701a;
    color: #111;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #fff;
    color: #111;
}

/* === picture of about us Page Hero Section === */

.hero-about {
    position: relative;
    background: url('/images/about-hero.jpg') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-about .hero-overlay {
    background-color: rgba(0, 0, 0, 0.6); /* dark overlay for readability */
    padding: 50px;
    border-radius: 12px;
}

/* === picture of SEO services Page for Hero Section === */

/* SEO Hero Section */
.seo-hero {
    background: url('/images/seo-hero.jpg') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #fff;
}

.seo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: 1;
}

.seo-hero-overlay {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.seo-hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.seo-hero p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.cta-seo-btn {
    background-color: #ff6600;
    color: #fff;
    padding: 12px 28px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-seo-btn:hover {
    background-color: #e65100;
}

/* SEO Hero Button */
.btn {
    background-color: #ff6600;
    color: #fff;
    padding: 12px 28px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

.btn:hover {
    background-color: #e65100;
    color: #fff;
}


/* How We Help Your Business */
 
.seo-help {
    text-align: center;
    padding: 80px 20px;
    background: #111; /* keep it matching your theme */
    color: white;
}

.seo-help h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #ffa500;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.help-item {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(255, 165, 0, 0.2);
}

.help-item .icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

/* Logo */

/* Navbar logo */
.nav-logo {
  max-height: 48px;
  background: transparent;
  border: none;
  filter: drop-shadow(0 0 8px gold);
}

/* Footer logo */
.footer-logo {
  max-height: 38px;
  filter: drop-shadow(0 0 6px gold);
}

.logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.golden-cube {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, gold, orange);
    box-shadow: 0 0 12px gold, 0 0 24px orange;
    transform: rotateX(45deg) rotateY(45deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    margin-bottom: 5px;
}

.logo-text {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
}

.logo-text span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffe68a;
}

.footer-logo {
    align-items: flex-start;
}

/* updated logo*/

/* LOGO SECTION */
.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.golden-cube {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37, #a6751d);
    clip-path: polygon(
        50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%
    );
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
    animation: glowCube 3s ease-in-out infinite;
}

/* Atom-style Icon */
.atom-icon {
    position: relative;
    width: 40px;
    height: 40px;
}

.core {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orbit {
    border: 1px solid rgba(0, 0, 0, 0.6); /* soft black ring */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.orbit1 {
    width: 40px;
    height: 20px;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: orbit1Anim 5s linear infinite;
}

.orbit2 {
    width: 25px;
    height: 45px;
    transform: translate(-50%, -50%) rotate(60deg);
    animation: orbit2Anim 6s linear infinite;
}

.orbit3 {
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%) rotate(120deg);
    animation: orbit3Anim 7s linear infinite;
}

@keyframes orbit1Anim {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbit2Anim {
    from { transform: translate(-50%, -50%) rotate(60deg); }
    to   { transform: translate(-50%, -50%) rotate(420deg); }
}
@keyframes orbit3Anim {
    from { transform: translate(-50%, -50%) rotate(120deg); }
    to   { transform: translate(-50%, -50%) rotate(480deg); }
}

/* Logo Text Gold Gradient */
.logo-gold-text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.logo-gold-text span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

@keyframes glowCube {
    0%, 100% {
        box-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
        transform: rotate(0deg);
    }
    50% {
        box-shadow: 0 0 20px rgba(212, 175, 55, 1);
        transform: rotate(5deg);
    }
}

.logo-text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #f9f1d1;
    font-size: 16px;
    text-transform: uppercase;
}

.logo-text span {
  font-family: 'Segoe UI', 'Arial Black', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.orbital-icon[alt="React"] {
  transform: rotate(300deg) translateX(135px) rotate(-300deg);
}

.orbital-icon[alt="React"] {
  transform: rotate(300deg) translateX(122px) rotate(-300deg);
}

.orbital-icon:nth-child(2) {
  transform: rotate(60deg) translateX(125px) rotate(-60deg); /* adjust distance */
}

 /* footer copyright */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontally center everything */
    padding: 20px;
    background: #111; /* or whatever your footer background is */
    color: #fff;
}

.footer-bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}


.footer-links {
    display: flex;
    justify-content: center; /* horizontally center the links */
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    position: relative;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-links .footer-copyright {
    width: 100%;
    margin-top: 12px;
    font-size: 13px;
    color: #ccc;
}

.linkedin-icon {
    color: #0077b5; /* LinkedIn official blue */
    transition: color 0.3s ease;
}

.linkedin-icon:hover {
    color: #005582;
}




body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.hero-section {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-section .text-block,
  .hero-section .icon-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-section .icon-block {
    justify-content: center;
  }
}











@media (max-width: 768px) {
  .main-navbar {
    overflow-x: hidden;
  }

  .navbar-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
    gap: 10px;
  }

  .menu li {
    margin: 5px 8px;
  }

  .menu a {
    font-size: 14px;
    white-space: nowrap;
  }

  .btn-quote {
    margin-top: 10px;
  }
}











.main-navbar {
  background: #111;
  padding: 10px 20px;
  position: relative;
  z-index: 1000;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.logo {
  display: flex;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.btn-quote {
  background: orange;
  padding: 10px 16px;
  border-radius: 6px;
  color: black;
  font-weight: bold;
}

/* Mobile Styles */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #111;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  
  .menu.active {
    display: flex;
  }

.menu li {
    margin: 10px 0;
    width: 100%;
  }

 .btn-quote {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}







/* === [FIXES FOR MOBILE NAVBAR - 2025-08-02] === */
@media (max-width: 768px) {
  .main-navbar {
    position: relative;
  }

  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #111;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 999;
    max-height: 90vh;
    overflow-y: auto;
  }

  .menu.active {
    display: flex;
    height: auto;
  }

  .menu li {
    width: 100%;
    margin: 10px 0;
  }

  .btn-quote {
    width: 100%;
    margin-top: 10px;
  }

  .navbar-container {
    flex-wrap: wrap;
  }

  .logo {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
  }
}
/* === END MOBILE NAVBAR FIXES === */


/* === [updated FIXES FOR MOBILE NAVBAR - 2025-08-02] === */

@media (max-width: 768px) {
  .menu {
    position: fixed;
    top: 60px; /* adjust if your navbar is taller */
    left: 0;
    width: 100%;
    background: #111;
    padding: 20px;
    z-index: 9999; /* This brings menu to front */
    display: none;
    flex-direction: column;
  }

  .menu.active {
    display: flex;
  }

  .menu li {
    margin: 15px 0;
  }

  .btn-quote {
    width: 100%;
    margin-top: 15px;
  }
}


.logo {
  background-color: #fff;
}





.logo-link {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}


.logo {
  background: transparent !important;
}



/* === [FIXES FOR MOBILE NAVBAR - FINAL] === */
@media (max-width: 768px) {
  .main-navbar {
    position: relative;
    z-index: 9999; /* Ensure navbar is above hero */
  }

  .menu {
    display: none;
    flex-direction: column;
    background: #111;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 9999;
    max-height: 90vh;
    overflow-y: auto;
  }

  .menu.active {
    display: flex;
  }

  .menu li {
    width: 100%;
    margin: 10px 0;
  }

  .btn-quote {
    width: 100%;
    margin-top: 10px;
  }

  .navbar-container {
    flex-wrap: wrap;
  }
}

/* === Fix white box behind logo === */
.logo, .logo-link, .atom-icon {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}


.main-navbar,
.menu {
  background: orange !important;
}


@media (max-width: 768px) {
  .menu-toggle {
    position: absolute;
    right: 20px;
    top: 18px;
  }
}







