@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000; 1,9..40,100..1000&display=swap");
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #0a0a0a;
  --dark: #131619;
  --card: #161619;
  --border: #222228;
  --accent: #5b5ef4;
  --accent2: #a78bfa;
  --white: #f5f5f7;
  --muted: #888899;
  --tag: #1e1e28;
  --font-head: "DM Sans", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

.home-font {
  font-family: "DM Sans", sans-serif;
  font-size: 5.5rem;
}

.h2-heading {
  font-size: 4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.h3-heading {
  font-size: 3rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.h4-heading {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
}

.textpara {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}

.textpara-small {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--dark);
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 20px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;

  font-family: "DM Sans", sans-serif !important;
}

.color-dark {
  color: var(--black) !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  padding: 0;
}

body.page,
body.search,
body.single,
body.archive {
  padding-top: 8rem;
}

/* ── NAV ── */
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 6rem;
  transition: padding 0.3s;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.home .site-main {
  padding: 0;
}

.for-menu {
  display: none;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.nav-left .custom-logo-link img {
  max-width: 150px;
}

.custom-logo-link {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--white);
}
.logo span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gmpl-menu .primary-menu-container {
  margin: 0 !important;
}
.nav-links li {
  position: relative;
}
.nav-links li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: 1px solid var(--dark);
  border-radius: 100%;
  transition: background-color 0.2s ease-out;
}

.nav-links li:hover::before {
  background-color: var(--white);
}

.nav-links li.current-menu-item a {
  color: var(--accent);
}

.nav-links li.current-menu-item::before {
  background-color: var(--accent);
  border-color: var(--accent);
}

.nav-links li:hover a {
  color: var(--accent);
}

.nav-links li:hover::before {
  background-color: var(--accent);
  border-color: var(--accent);
}

.custom-header
  .primary-navigation
  .primary-menu-container
  .menu-wrapper.nav-links
  > .menu-item
  a {
  color: var(--black);
  transition: color 0.2s;
  position: relative;
  padding: 0;
}

.custom-header
  .primary-navigation
  .primary-menu-container
  .menu-wrapper.nav-links
  > .menu-item
  a:focus {
  color: var(--black);
  text-decoration: underline;
  transition: color 0.2s;
  position: relative;
  background: none;
}
.custom-header
  .primary-navigation
  .primary-menu-container
  .menu-wrapper.nav-links
  > .menu-item
  a:hover {
  color: var(--accent);
}

.nav-cta {
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 2px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.nav-cta:hover {
  background: #4849d4;
  transform: translateY(-1px);
}

/* ── HERO ── */

.banner-slider {
}

.banner-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider {
  position: relative;
  width: 100%;
  max-width: 630px;
  border-radius: 4px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  height: 300px;
}

.banner-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #ddd;
}

/* Dots styling */
.hero-img-wrap .swiper-pagination {
  padding-bottom: 20px;
}
.hero-img-wrap .swiper-pagination-bullet {
  border: solid 1px #000;
  opacity: 0.5;
  background: transparent;
}

.hero-img-wrap
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.hero-img-wrap
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

.hero-img-wrap .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.hero {
  height: 85vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.hero-content {
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  padding-left: 3.5rem;
  justify-content: center;
}

.hero-content .btn-primary {
  background-color: white;
  color: black;
}

.hero-content .btn-primary:hover {
  color: white;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: none;
  align-self: flex-start;
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 2px;
  margin-bottom: 24px;
  margin-top: 0;
  color: var(--white);
}
.hero h1 em {
  font-style: normal;
  color: white;
}

.hero-desc {
  color: var(--muted);
  font-size: 16px;
  max-width: 440px;
  margin-bottom: 40px;
  line-height: 1.75;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--dark);
  color: #fff;
  padding: 1rem 2.4rem;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background: #4849d4;
  transform: translateY(-2px);
}

.btn-ghost {
  border: 1px solid var(--border);
  color: var(--white);
  padding: 14px 32px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-cities {
  display: flex;
  gap: 24px;
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font-head);
}
.hero-cities span {
  font-weight: 600;
}

.hero-cities .material-symbols-outlined {
  font-size: 16px;
  font-weight: 300;
}

.hero-cities.flex-direaction-column {
  margin-top: 0;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 16px;
  color: #222222 !important;
  font-weight: 400;
}

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    #4e66b5 0,
    #e8b892 40%,
    #e8b892 60%,
    #e8b892 100%
  );
  background-size: 110% 110%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.circle {
  font-family: "DM Sans", sans-serif !important;
  letter-spacing: 2px;
}

.hero-visual::before,
.home-section-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(
      circle,
      rgb(55, 96, 145) 0px,
      rgba(55, 96, 145, 0.75) 12.5%,
      rgba(55, 96, 145, 0.5) 25%,
      rgba(55, 96, 145, 0.25) 37.5%,
      rgba(55, 96, 145, 0) 50%
    )
    right top / 250% 250%;
  animation: 20s linear 0s infinite alternate none running
    qodef-background-gradient;
}

@keyframes qodef-background-gradient {
  0%,
  100% {
    background-position: 100% 100%;
  }
  25% {
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 100% 0;
  }
}

nav.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
}

.blogs-section-wrapper {
  display: flex;
  gap: 2rem;
}

.blogs-section-wrapper .one-blog {
  background-color: #f2f4f8;
  padding: 3rem;
  flex: 1;
}

.blogs-section-wrapper .one-blog-card img {
  max-width: 170px;
}

.blog-cat {
  border: solid 1px var(--border);
  border-radius: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: var(--black);
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.blogs-section-wrapper .one-blog-card h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blog-cat:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-muted {
  color: var(--muted);
}

/* MARQUEE SECTION---------------------------------------------------- */
.marquee {
  overflow: hidden;
  width: 100%;
}

.track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.content {
  display: flex;
  gap: 50px;
  white-space: nowrap;
}

.content span {
  font-size: 10rem;
  font-weight: bold;
  color: #fff;
  text-shadow:
    -1px -1px 0 #16191c,
    1px -1px 0 #16191c,
    -1px 1px 0 #16191c,
    1px 1px 0 #16191c;
}

/* 🔥 MAGIC */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* HOME SECTION 3 CSS-------------------------------------------- */
.home-section-3 {
  background: linear-gradient(
    135deg,
    #4e66b5 0,
    #e8b892 40%,
    #e8b892 60%,
    #e8b892 100%
  );
  background-size: 110% 110%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.home-section-3 img {
  max-width: 600px;
}
.home-section-3 .text-content p {
  max-width: 70%;
}

/* HOME TESTIMONIAL SECTION------------------------------------------------------------------ */
.home-testimonial-section .count {
  font-size: 23.5rem;
  font-weight: 500;
  line-height: 23.5rem;
}
.home-testimonial-section .testimonial-content {
  padding: 0 8rem;
}

.home-testimonial-section .testimonial-content p {
  max-width: 450px;
}

.home-testimonial-section .left-section {
  background: url(../images/518.jpg) no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  justify-content: flex-end;
}
.home-testimonial-section .left-section img {
  height: 100%;
  object-fit: cover;
}

.home-testimonial-section .testimonialSwiper {
  width: 100%;
  max-width: 420px;
}

.home-testimonial-section .testimonialSwiper .card {
  background: #fff;
  padding: 40px;
  max-width: 100%;
}

.home-testimonial-section .testimonial-swipper-arrow {
  position: relative;
  height: 50px;
  display: flex;
  margin: -47px 12px 0 0;
  text-align: right;
  align-items: flex-start;
  justify-content: flex-end;
}

.home-testimonial-section .testimonial-swipper-arrow .swiper-button-next,
.home-testimonial-section .testimonial-swipper-arrow .swiper-button-prev {
  position: static;
}
.home-testimonial-section .testimonial-swipper-arrow .swiper-button-next:after,
.home-testimonial-section .testimonial-swipper-arrow .swiper-button-prev:after {
  font-size: 20px;
  color: var(--black);
}

.home-testimonial-section .testimonialSwiper .card p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 20px;
}

.card h4 {
  margin: 0;
}

/* FOOTER----------------------------------------------------------------------------------------- */
footer.site-footer {
  background-color: var(--dark);
  color: var(--white);
}
.footer-logo img {
  max-width: 190px;
}
footer .footer-links {
  font-weight: 400;
  line-height: 35px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-links a {
  font-size: 14px;
  color: var(--muted);
  transition: color 0.2s;
  transition: all 0.2s ease-out;
}

.footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}

.footer-bottom a {
  color: var(--muted) !important;
}

.footer-links a:hover {
  color: var(--white) !important;
}

/* --------------------------------------------------- */

/* TOP CONTACT */
.gmpl-slide-area {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  min-height: 100%;
  padding: 10rem 8rem 3.5rem;
  text-align: left;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.gmpl-slide-area.active {
  right: 0;
  visibility: visible;
}

.gmpl-slide-area .gmpl-logo {
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 5px;
  margin-bottom: 7rem;
}
.gmpl-slide-area .gmpl-logo span {
  display: block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

.gmpl-slide-area .social-link img {
  width: 40px;
}

.gpml-slide-open-btn,
.gpml-menu-toogle-btn {
  cursor: pointer;
}

.gmpl-slide-area .gpml-slide-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* HOME TECHNOLOGY ACCORDIAN */
/* DESKTOP VIEW */

.accordion {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

/* LEFT SIDE (HEADERS) */
.accordion {
  position: relative;
}
.accordion-item {
  display: block; /* magic trick */
}
.accordion-header {
  width: 250px;
  padding: 15px;
  background: #e6e6e6;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  border: solid 1px #6f6f6f;
  font-weight: 700;
}
.accordion-header.active {
  background: #fff;
  color: #000;
  border: none;
}

/* LEFT column */

/* RIGHT SIDE (CONTENT) */
.accordion-content {
  position: absolute;
  left: 300px;
  top: 0;
  width: calc(100% - 300px);
  display: none;
}
.accordion-content.active {
  display: block;
}

.accordion-content .grid-three {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.accordion-content .grid-three .tech-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: solid 1px #e1e1e1;
  width: 220px;
  background-color: #fdfdfd;
  padding: 2rem 10px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 500;
}

.technologies-serve {
  font-family: var(--font-head);
  background-color: #e5e5e5;
}
.accordion-content .grid-three .tech-card img {
  max-width: 40px;
}
.accordion-content .grid-three .tech-card p {
  font-weight: bold;
  font-family: var(--font-body);
}

/* MOBILE DEFAULT (NO CHANGE) */
@media (max-width: 768px) {
  .accordion-content {
    display: none;
  }
  .accordion-item.active .accordion-content {
    display: block;
  }
}

/*OUR CLIENTS */
.our-clients img {
  max-width: 200px !important;
  height: auto !important;
  aspect-ratio: 1.9;
  object-fit: contain;
}

.our-clients .client-logo {
  border: solid 1px #e1e1e1;
  padding: 2rem 4rem;
  border-radius: 4px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  width: 250px;
}

/* Portfolio */

.portfolio-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 3.5rem;
  row-gap: 4.5rem;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.portfolio-card h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.portfolio-card .btn-primary {
  background-color: var(--accent);
}

.portfolio-card .portfolio-content {
  padding: 2rem;
}
.portfolio-card .portfolio-content p {
  line-height: 2.5rem;
}

.portfolio-card img {
  width: 100%;
  transition: transform 0.52s cubic-bezier(0.6, 0.6, 0.29, 0.95);
  margin-bottom: 2rem;
  transform: scale(1.001);
}

.portfolio-card img:hover {
  transform: scale(1.05);
}

.portfolio-card .btn-primary {
  padding: 0.8rem 2.4rem;
}

.image-card img {
  max-width: 300px !important;
  width: 100% !important;
}

.service-counter span {
  border: solid 1px #000;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  line-height: 15px;
  font-size: 12px;
}

/* Wordpress css customization------------------------------------------------- */

.wp-singular .custom-header {
  border-bottom: solid 1px #c7c7c7;
}

.site-navigation {
  height: auto;
}

.wp-custom-logo .site-header {
  padding: 0;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .wp-block-separator
  ),
*[class*="inner-container"]
  > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(
    .alignright
  ):not(.wp-block-separator),
.default-max-width {
  max-width: 100% !important;
}

.site-footer {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.page-template-default .entry-header {
  display: none;
}

.page-template-default .entry-content {
  margin: 0;
  min-height: 200px;
}

.vc_row,
.vc_column-inner,
.wpb_wrapper {
  font-family: "DM Sans" !important;
}

/* ABOUT US PAGE */
.custom-accordion {
  max-width: 600px;
  margin: auto;
  font-family: "DM Sans", sans-serif;
}

.acc-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.acc-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.acc-number {
  font-size: 12px;
  color: #888;
}

.acc-title {
  flex: 1;
  font-size: 2.8rem;
  font-weight: 500;
}

.acc-icon {
  font-size: 20px;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

.acc-item.active .acc-content {
  max-height: 200px; /* adjust according to content */
  padding-top: 10px;
}

.acc-item.active .acc-icon {
  transform: rotate(180deg);
}

/* ------------------------------------------ */
.stat-box {
  max-width: 250px;
  font-family: "DM Sans", sans-serif;
}

.stat-number {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
}

.stat-number span {
  font-size: 18px;
  margin-left: 5px;
}

.stat-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #5b5bff, #ff7a18);
  margin: 10px 0 20px;
}

.stat-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stat-desc {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.about-image-height img {
  height: 100%;
}

/* CONTACT FORM CSS */

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.site textarea.wpcf7-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-family: "DM Sans", sans-serif;
  background: transparent;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.site textarea.wpcf7-textarea:focus {
  outline: none;
  border-color: #000;
}

.wpcf7 textarea {
  height: 120px;
}

.wpcf7-submit,
input[type="submit"]:not(:hover):not(:active) {
  background: #111;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

.wpcf7-form .wpcf7-submit:hover {
  background: var(--accent);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  font-size: 16px;
}

/* BLOG CATEGORY PAGE CSS----------------------------------------------------------------------------------- */

.post-content p {
  font-size: 16px;
  line-height: 24px;
}

.post-content h2,
.post-content p,
.post-content h3,
.post-content h5,
.post-content h4,
.post-content ul {
  margin-bottom: 2rem;
}

.post-content h5 {
  font-size: 18px;
}

.archive-container .post-thumbnail img {
  margin-top: 0;
}

.sidebar-inner .widget_search .wp-block-search .wp-block-search__input {
  border: none;
  border-bottom: solid 1px #ddd;
}

.author-box img {
  max-width: 80px;
}

.comment-form > p textarea {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.22);
}

/* Custom Tags Styling for Archive */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.blog-layout {
  display: grid;
  grid-template-columns: 75% 25%;
  gap: 3rem;
  align-items: start;
}

.blog-card {
  margin-bottom: 4rem;
}

.blog-card h2 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.blog-card p {
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 24px;
  opacity: 0.9;
}

.blog-card img {
  width: 100%;
  border-radius: 0;
}

.blog-meta {
  font-size: 14px;
  color: gray;
  margin: 10px 0;
}

.blog-sidebar {
  position: sticky;
  top: 20px;
}

.blog-sidebar {
  position: sticky;
  top: 30px;
}

/* Box */
.sidebar-box {
  margin-bottom: 4rem;
  position: relative;
}

.sidebar-box .search-input {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.22);
  width: 100%;
  font-size: 16px;
}

.sidebar-box .search-btn {
  position: absolute;
  right: 0;
  background-color: #fff !important;
  border: none;
  color: black !important;
  padding: 0;
  top: 6px;
}

/* Titles */

/* Category Pills */
.cat-list a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 12px;
  margin: 5px 5px 0 0;
  border-radius: 20px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
}

.cat-list a:hover {
  background: black;
  color: white;
}

/* Recent Posts */
.recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.recent-post img {
  width: 90px !important;
  height: 100px !important;
  object-fit: cover;
}

.recent-post .date {
  font-size: 12px;
  color: gray;
  margin: 0;
}

.recent-post a {
  font-size: 18px;
  text-decoration: none;
  color: black;
}

/* WHAT I AM GOOF AT-------------------------------------------------------------- */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.skill-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.circle-wrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.skill-box svg {
  transform: rotate(-90deg);
}

.skill-box circle {
  fill: none;
  stroke-width: 2;
}

.bg {
  stroke: #eee;
}

.progress {
  stroke: var(--accent);
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1.5s ease;
}

.number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.skill-text h4 {
  margin: 0;
  font-size: 20px;
}

.skill-text p {
  margin-top: 5px;
  color: #666;
  font-size: 16px;
}

/* -------------------------------------------------------------- */

.our-expertise-container {
  background-color: #121619;
  color: white;
  padding: 4rem 0;
}

.top-content {
  max-width: 550px;
  margin: auto;
  text-align: center;
}

.top-content p {
  margin: 0;
}

.our-expertise-container p {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

.home-expertise-section {
  text-align: right;
}
.home-expertise-section h3 {
  position: relative;
  margin-bottom: 15px;
}

.home-expertise-section .column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.home-expertise-section .column .home-expertise {
  max-width: 300px;
  margin-bottom: 2.5rem;
}

.expertise-grid h3 span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  color: white;
  display: flex;
  width: 17px;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: -7px;
  transform: translateY(100%);
  right: -26px;
}

.our-expertise-container .expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.our-expertise-container img {
  max-width: 400px;
  width: 100%;
}

.services-section{
    font-family:'Segoe UI',system-ui,sans-serif;
    padding:0px;
    max-width:1100px;
    margin: 5rem auto 0;
}

.services-tag{
    font-size:11px;
    font-weight:600;
    letter-spacing:2px;
    color:#0d0d1a;
    text-transform:uppercase;
    margin:0 0 10px;
}

.services-tag span{
    color:#4a5aff;
}

.services-title{
    font-size:42px;
    font-weight:700;
    color:#0d0d1a;
    line-height:1.15;
    margin:0 0 40px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.service-card{
    background:#f7f8fa;
    border:1px solid #eaecf5;
    border-radius:16px;
    padding:32px 24px;
    transition:0.3s ease;
}

.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.service-icon{
    display:flex;
    justify-content:center;
    margin-bottom:20px;
    color:#4a5aff;
}

.service-card h3{
    font-size:17px;
    font-weight:700;
    color:#0d0d1a;
    margin:0 0 12px;
    text-align:center;
}

.service-card p{
    font-size:16px;
    color:#000;
    line-height:1.8;
    margin:0;
    text-align:left;
}

.service-last-card{
    grid-column:2;
}

@media(max-width:768px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .service-last-card{
        grid-column:auto;
    }

    .services-title{
        font-size:32px;
    }

}

.team-section{
    background:#ffffff;
    padding:40px 0;
    font-family:'Segoe UI',sans-serif;
}

.team-tag{
    font-size:11px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#888;
    font-weight:500;
    display:block;
    margin-bottom:10px;
}

.team-title{
    font-size:42px;
    font-weight:bold;
    color:#0a0a0a;
    line-height:1.1;
    margin:0 0 30px;
    letter-spacing:-1px;
}

.team-line{
    width:100%;
    height:1px;
    background:#e0e0e0;
    margin:30px 0;
}

.team-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.team-card{
    background:#f8f8f8;
    border-radius:14px;
    box-shadow:0 2px 16px rgba(0,0,0,0.07);
    padding:30px 24px;
    flex:1 1 260px;
    max-width:340px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    transition:0.3s ease;
}

.team-card:hover{
    transform:translateY(-6px);
}

.team-number{
    font-size:11px;
    font-weight:bold;
    color:#ccc;
    letter-spacing:3px;
    display:block;
    margin-bottom:18px;
    width:100%;
    text-align:left;
}

.team-image{
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:16px;
    background:#e8e8e8;
}

.team-image img{
    width:100%;
    height:100% !important ;
    object-fit:cover;
    border-radius:50%;
}
.team-linkedin-icon{
width :30px;
height:auto !important;
	
}

.team-name-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin-bottom:5px;
}

.team-name{
    font-size:17px;
    font-weight:bold;
    color:#0a0a0a;
    letter-spacing:-0.3px;
}

.linkedin-btn{
    width:20px;
    
    background:#0a66c2;
    border-radius:3px;
    display:inline-flex;
}

.team-role{
    font-size:10px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#999;
    display:block;
    margin-bottom:16px;
}

.team-divider{
    width:24px;
    height:1.5px;
    background:#0a0a0a;
    margin-bottom:14px;
}

.team-qualification{
    font-size:14px;
    font-weight:bold;
    color:#0a0a0a;
    margin:0 0 6px;
}

.team-description{
    font-size:16px;
    color:#000;
    line-height:1.7;
    margin:0;
}

@media(max-width:768px){

    .team-title{
        font-size:32px;
    }

    .team-card{
        max-width:100%;
    }

}

.custom-search-form{
    display:none;
}

a[href*="uncategorized"] {
  display: none !important;
}