*{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
}
.banner-row {
  display: flex;
  margin: 0;
  gap: 0;
  width: 100vw;
  justify-content: center;
}
.single-banner {
  position: relative;
  width: 100vw;
  height: 880px;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  overflow: hidden;
  min-width: 0;
  margin: 0;
}
.banner-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.35); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.banner-title {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.banner-desc {
  font-size: 22px;
  margin-bottom: 28px;
  max-width: 600px;
  font-weight: 800;
}
.banner-btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 36px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.banner-btn:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: #fff;
}
.banner-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 1;
}
.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s, width 0.2s, border-radius 0.5;
  outline: none;
  padding: none 0;
}
.banner-dot.active {
  background: none;
  width: 36px;
  border-radius: none;
}
html, body {
  overflow-x: hidden;
  margin: none;
  padding: none;
}

.about-us-section {
  max-width: 900px;
  margin: 48px auto 0px auto;
  padding: 32px 20px 24px 20px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.about-us-content {
  flex: 1 1 0px;
  text-align: left;
}
.about-us-content h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222222;
}
.about-us-content p {
  font-size: 18px;
  color: #444444;
  line-height: 1.7;
}
.about-us-video {
  flex: 1 1 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-video video {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.08);
}
.about-us-flex {
  display: flex;
  gap: 40px;
  max-width: 1300px;
  margin: 48px auto 0px auto;
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  align-items: flex-start;
}
.about-us-left {
  flex: 2 1 0px;
  padding-right: 32px;
  border-right: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-left h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222222;
}
.about-us-left p {
  font-size: 18px;
  color: #444444;
  line-height: 1.7;
  margin: 0px;
}
.about-us-right {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  min-width: 320px;
}
.about-us-video-box {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16/9;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.08);
}
.about-us-profile-card {
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 20px 14px 20px;
  box-sizing: border-box;
  margin-top: 0px;
}
.about-us-profile-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.about-us-profile-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eeeeee;
}
.about-us-profile-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: #222222;
}
.about-us-profile-desc {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.5;
}
.about-us-profile-dots {
  margin-top: 14px;
  display: flex;
  gap: 7px;
  justify-content: flex-start;
}
.about-us-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #eeeeee;
  border-radius: 50%;
}
.about-us-dot.active {
  background: #ff4444;
}

.services-section {
  max-width: 1300px;
  margin: 56px auto 0px auto;
  padding: 0px 16px;
}
.services-heading {
  font-size: 48px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 32px;
  text-align: left;
  letter-spacing: 1px;
}
.services-containers-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.service-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0px;
  width: 380px;
  height: 300px;
  aspect-ratio: unset;
  background: #222222;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.service-container:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0px 8px 32px rgba(0,0,0,0.18);
}
.service-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  padding: 0px;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  letter-spacing: 0.5px;
  z-index: 2;
  display: block;
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  text-align: left;
  line-height: 1.15;
  word-break: break-word;
}
.service-desc {
  position: absolute;
  inset: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  background: rgba(0,0,0,0.65);
  border-radius: 12px;
  padding: 32px 24px;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.25s;
  text-align: left;
  line-height: 1.5;
  box-shadow: 0px 2px 12px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service-container:hover .service-desc {
  opacity: 1;
}

.service-bg1 { background: url('../images/index/web.jpg') no-repeat center/cover; }
.service-bg2 { background: url('../images/index/mobile.jpg') no-repeat center/cover; }
.service-bg3 { background: url('../images/index/digital.jpg') no-repeat center/cover; }
.service-bg4 { background: url('../images/index/graphic.jpg') no-repeat center/cover; }
.service-bg5 { background: url('../images/index/ui.jpg') no-repeat center/cover; }
.service-bg6 { background: url('../images/index/cloud.jpg') no-repeat center/cover; }

.service-container::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.highlights-section {
  max-width: 1300px;
  margin: 64px auto 0px auto;
  padding: 0px 16px 48px 16px;
}

.highlights-heading {
  font-size: 48px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 32px;
  text-align: left;
  letter-spacing: 1px;
}

.highlights-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  min-height: 420px;
}

.highlight-main-block {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.1);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100%;
}

.highlight-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highlight-main-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(0,0,0,0.65);
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  padding: 12px 32px;
  border-radius: 8px;
  letter-spacing: 1px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.18);
}

.highlight-side-block {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 2px 12px rgba(0,0,0,0.08);
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.highlight-side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highlight-side-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(0,0,0,0.55);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.12);
}

.highlight-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background: rgba(0,0,0,0.72);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  text-align: left;
  padding: 0px;
}

.highlight-overlay-heading {
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 0px 28px;
  opacity: 1;
  transform: none;
  transition: none;
}

.highlight-overlay-content {
  width: 100%;
  padding: 0px 28px 32px 28px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: none;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1) 0.08s, opacity 0.5s cubic-bezier(0.4,0,0.2,1) 0.08s;
}

.highlight-main-block:hover .highlight-overlay,
.highlight-side-block:hover .highlight-overlay {
  opacity: 1;
  pointer-events: auto;
}

.highlight-main-block:hover .highlight-overlay-content,
.highlight-side-block:hover .highlight-overlay-content {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.18s;
}

/* Section Heading Underline Style */
.section-heading-underline,
.section-heading-underline1 {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 18px;
  width: fit-content;
}

.section-heading-underline::after,
.section-heading-underline1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  width: 50%;
  height: 7px;
  background: linear-gradient(to right, #ff000e, #e5d118);
  border-radius: 4px;
  transition: width 0.3s ease; /* Animate width on hover */
}

.section-heading-underline:hover::after,
.section-heading-underline1:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.about-us-left h2.section-heading-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 18px;
  color: #222;
  width: fit-content;
}

.about-us-left h2.section-heading-underline::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  width: 50%;
  height: 7px;
  background: linear-gradient(to right, #ff000e, #e5d118);
  border-radius: 4px;
  transition: width 0.3s ease; /* Animate width on hover */
}

.about-us-left h2.section-heading-underline:hover::after {
  width: 100%; /* Expand to full width on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .banner-row {
    flex-direction: column;
    width: 100vw;
    gap: 0px;
    margin-top: 72px;
  }
  .single-banner {
    height: 340px;
    width: 100vw;
    min-width: 0px;
  }
  .banner-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .banner-desc {
    font-size: 1rem;
    margin-bottom: 18px;
    max-width: 90vw;
  }
  .banner-btn {
    padding: 10px 22px;
    font-size: 1rem;
  }
  .banner-dots {
    bottom: 18px;
    gap: 7px;
  }
  .about-us-section {
    flex-direction: column;
    gap: 18px;
    padding: 20px 10px 16px 10px;
  }
  .about-us-content h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .about-us-content p {
    font-size: 1rem;
  }
  .about-us-video {
    margin-top: 10px;
  }
  .about-us-video video {
    border-radius: 6px;
  }
  .about-us-flex {
    flex-direction: column;
    gap: 18px;
    padding: 18px 8px;
    width: 93%;
  }
  .about-us-left {
    padding-right: 0px;
    border-right: none;
    margin-bottom: 10px;
  }
  .about-us-left h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .about-us-left p {
    font-size: 1rem;
  }
  .about-us-right {
    gap: 18px;
    min-width: 0px;
  }
  .about-us-video-box,
  .about-us-profile-card {
    max-width: 90%;
  }
  .services-section {
    padding: 0px 4px;
  }
  .services-heading {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .services-containers-row {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 16px;
  }
  .service-container {
    width: 80%;
    height: 179px;
    min-width: 0px;
    margin-left: 37px;
  }
  .service-title {
    font-size: 1.1rem;
    top: 12px;
    left: 12px;
    right: 12px;
  }
  .service-desc {
    font-size: 0.95rem;
    padding: 18px 10px;
  }
  .highlights-section {
    padding: 0px 4px 24px 4px;
  }
  .highlights-heading {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .highlights-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 14px;
    min-height: unset;
  }
  .highlight-main-block,
  .highlight-side-block {
    height: 229px;
    border-radius: 10px;
    width: 96%;
    margin-left: 6px;
  }
  .highlight-main-label {
    font-size: 1rem;
    padding: 8px 18px;
    left: 12px;
    bottom: 12px;
    border-radius: 6px;
  }
  .highlight-side-label {
    font-size: 0.9rem;
    padding: 6px 12px;
    left: 8px;
    bottom: 8px;
    border-radius: 4px;
  }
  .highlight-overlay-heading {
    font-size: 1rem;
    padding: 0px 12px;
  }
  .highlight-overlay-content {
    font-size: 0.95rem;
    padding: 0px 12px 18px 12px;
  }
  .section-heading-underline::after,
  .section-heading-underline1::after {
    width: 90px;
    height: 3px;
    background: linear-gradient(to right, #ff000e, #e5d118);
  }
  .about-us-left h2.section-heading-underline::after {
    width: 90px;
    height: 3px;
    background: linear-gradient(to right, #ff000e, #e5d118);
  }
}

@media (max-width: 480px) {
  .single-banner {
    height: 220px;
  }
  .banner-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .banner-desc {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .banner-btn {
    padding: 8px 14px;
    font-size: 0.95rem;
  }
  .banner-dots {
    bottom: 10px;
    gap: 5px;
  }
  .about-us-section,
  .about-us-flex {
    padding: 10px 2px;
    gap: 10px;
    width: 95%;
    margin-top: 18px;
  }
  .about-us-content h2,
  .about-us-left h2 {
    font-size: 2rem;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .about-us-content p,
  .about-us-left p {
    font-size: 0.9rem;
  }
  .about-us-profile-card {
    padding: 10px 8px 8px 8px;
  }
  .about-us-profile-img {
    width: 38px;
    height: 38px;
  }
  .about-us-profile-name {
    font-size: 0.95rem;
  }
  .about-us-profile-desc {
    font-size: 0.9rem;
  }
  .services-heading,
  .highlights-heading {
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: -28px;
  }
  .service-title {
    font-size: 0.95rem;
    top: 6px;
    left: 6px;
    right: 6px;
  }
  .service-desc {
    font-size: 0.85rem;
    padding: 10px 4px;
    border-radius: 8px;
  }
  .highlights-section {
    padding: 0px 2px 10px 2px;
  }
  .highlights-grid {
    gap: 8px;
  }
  .highlight-main-label {
    font-size: 0.8rem;
    padding: 4px 10px;
    left: 6px;
    bottom: 6px;
    border-radius: 4px;
  }
  .highlight-side-label {
    font-size: 0.7rem;
    padding: 3px 6px;
    left: 4px;
    bottom: 4px;
    border-radius: 2px;
  }
  .highlight-overlay-heading {
    font-size: 0.85rem;
    padding: 0px 6px;
  }
  .highlight-overlay-content {
    font-size: 0.85rem;
    padding: 0px 6px 8px 6px;
  }
  .section-heading-underline::after,
  .section-heading-underline1::after {
    width: 90px;
    height: 3px;
    background: linear-gradient(to right, #ff000e, #e5d118);
  }
  .about-us-left h2.section-heading-underline::after {
    width: 90px;
    height: 3px;
    background: linear-gradient(to right, #ff000e, #e5d118);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .services-containers-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 24px;
  }
  .service-container {
    width: 100%;
    height: 258px;
  }
  .single-banner {
    height: 500px;
  }
}

@media (min-width: 540px) and (max-width: 720px) {
  .highlight-main-block,
  .highlight-side-block {
    height: 300px;
    border-radius: 10px;
    width: 91%;
    margin-left: 23px;
  }
  .service-container {
    width: 78%;
    height: 250px;
    min-width: 0px;
    margin-left: 58px;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  .services-containers-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .highlight-overlay-heading {
    font-size: 1.15rem;
    padding: 0px 22px;
  }
  .highlight-overlay-content {
    font-size: 1.05rem;
    padding: 0px 22px 28px 22px;
  }
  .highlight-side-block {
    width: 111%;
    height: 303px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .highlight-overlay-heading {
    font-size: 1.15rem;
    padding: 0px 22px;
  }
  .highlight-overlay-content {
    font-size: 1.05rem;
    padding: 0px 22px 28px 22px;
  }
  .highlight-side-block {
    width: 105%;
    height: 272px;
  }
}