.elementor-2451 .elementor-element.elementor-element-0fc2ffa{--display:flex;--min-height:0px;}.elementor-2451 .elementor-element.elementor-element-8b36b21{column-gap:46px;text-align:center;}.elementor-2451 .elementor-element.elementor-element-8b36b21 p{margin-block-end:0px;}@media(min-width:768px){.elementor-2451 .elementor-element.elementor-element-0fc2ffa{--content-width:1600px;}}/* Start custom CSS for text-editor, class: .elementor-element-8b36b21 */.custom-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 8%;
  background: #fff;
  color: #111;
}

.custom-hero .hero-image img {
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.custom-hero .hero-content {
  max-width: 550px;
}

.custom-hero .hero-content h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #111;
}

.custom-hero .hero-content h1 span {
  color: #000;
  border-bottom: 2px solid #000;
}

.custom-hero .hero-content p {
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
}

.custom-hero .btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-hero .btn:hover {
  background: #fff;
  color: #111;
}
.web-services {
  display: flex;
  gap: 3rem;
  padding: 4rem 8%;
  background: #fff;
  color: #111;
}

/* Left Block */
.services-left {
  flex: 1;
}

.services-left h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.services-left h2 span {
  color: #000;
  border-bottom: 2px solid #000;
}

.services-left p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.services-left .btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  /* General */
body {
  background: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

/* Tech Stack Section */
.tech-stack-section {
  padding: 60px 20px;
  text-align: center;
}

.ts-header h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.ts-sub {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* 1x4 grid */
.ts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ts-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  transition: 0.3s;
}

.ts-card:hover {
  background: #222;
  transform: translateY(-5px);
}

.ts-card h3 {
  color: #fff;
  margin-bottom: 10px;
}

.ts-card p {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 15px;
}

.ts-badges .badge {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin: 3px;
  font-weight: 600;
}

/* Responsive for Tech Stack */
@media (max-width: 1024px) {
  .ts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ts-grid {
    grid-template-columns: 1fr;
  }
}

/* Custom Web Services */
.custom-web-services {
  padding: 60px 20px;
  text-align: center;
  background: #111;
}

.custom-web-services h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.subtitle {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.service-box {
  background: #000;
  border: 1px solid #333;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
}

.service-box:hover {
  background: #222;
  transform: translateY(-5px);
}

.service-box .icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

.service-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-box p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}

.btn-wrap {
  margin-top: 20px;
}

.btn-black {
  background: #fff;
  color: #000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}

.btn-black:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

/* Responsive for Services */
@media (max-width: 1024px) {
  .services-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .services-row {
    grid-template-columns: 1fr;
  }
}

}

.services-left .btn:hover {
  background: #fff;
  color: #111;
}

/* Right Block */
.services-right {
  flex: 1;
  max-height: 500px; /* fixed height for scroll */
  overflow: hidden;
  border-left: 2px solid #ddd;
  padding-left: 1.5rem;
}

.scroll-box {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

.scroll-box::-webkit-scrollbar {
  width: 6px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 10px;
}

.scroll-box h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #111;
}

.scroll-box p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .web-services {
    flex-direction: column;
  }

  .services-right {
    border-left: none;
    border-top: 2px solid #ddd;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}

.domain-diversity {
  background: #111;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.domain-diversity h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.domain-diversity h2 span {
  color: #f58220;
}

.domains-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.domain-box {
  background: #1c1c1c;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
}

.domain-box:nth-child(1) { animation-delay: 0.1s; }
.domain-box:nth-child(2) { animation-delay: 0.2s; }
.domain-box:nth-child(3) { animation-delay: 0.3s; }
.domain-box:nth-child(4) { animation-delay: 0.4s; }
.domain-box:nth-child(5) { animation-delay: 0.5s; }
.domain-box:nth-child(6) { animation-delay: 0.6s; }
.domain-box:nth-child(7) { animation-delay: 0.7s; }
.domain-box:nth-child(8) { animation-delay: 0.8s; }
.domain-box:nth-child(9) { animation-delay: 0.9s; }
.domain-box:nth-child(10) { animation-delay: 1s; }
.domain-box:nth-child(11) { animation-delay: 1.1s; }
.domain-box:nth-child(12) { animation-delay: 1.2s; }
.domain-box:nth-child(13) { animation-delay: 1.3s; }
.domain-box:nth-child(14) { animation-delay: 1.4s; }
.domain-box:nth-child(15) { animation-delay: 1.5s; }

.domain-box i {
  font-size: 40px;
  color: #f58220;
  margin-bottom: 15px;
  transition: 0.3s;
}

.domain-box h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.domain-box:hover {
  background: #222;
  transform: translateY(-8px) scale(1.05);
}

.domain-box:hover i {
  color: #fff;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* General */
body {
  background: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

/* Section Titles */
h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

p {
  line-height: 1.6;
}

/* ===== Tech Stack Section ===== */
.tech-stack-section {
  padding: 60px 20px;
  text-align: center;
}

.ts-sub {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Tech Grid */
.ts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ts-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  transition: 0.3s;
}

.ts-card:hover {
  background: #222;
  transform: translateY(-5px);
}

.ts-card h3 {
  margin-bottom: 10px;
}

.ts-card p {
  color: #bbb;
  font-size: 14px;
  margin-bottom: 15px;
}

.ts-badges .badge {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin: 3px;
  font-weight: 600;
}

/* ===== Custom Web Services ===== */
.custom-web-services {
  padding: 60px 20px;
  text-align: center;
  background: #111;
}

.subtitle {
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.service-box {
  background: #000;
  border: 1px solid #333;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
}

.service-box:hover {
  background: #222;
  transform: translateY(-5px);
}

.service-box .icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

.service-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-box p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}

/* Button */
.btn-wrap {
  margin-top: 20px;
}

.btn-black {
  background: #fff;
  color: #000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-black:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .ts-grid, .services-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ts-grid, .services-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */