html, body {
  overflow-x: hidden;
}

/* custom-bootstrap.css */
:root {
  --bs-dark: #0a1628;
  --bs-dark-rgb: 10, 22, 40;
  --bs-secondary: #9ca3af;
  --bs-secondary-rgb: 156, 163, 175;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.hover-cyan:hover {
  color: #22d3ee !important;
}

/* Custom responsive adjustments */
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Sticky header */
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.hero-title-new {
  color: white;
  text-align: center;
  font-size: 48px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }
}

/* Breadcrumb Container */
.tj-page-header-content {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: white;
  background: #f7f7f71a;
  border-radius: 50px;
  padding: 3px 15px;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: 16px;
}

/* Breadcrumb links */
.tj-page-header-content a {
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}

/* Paragraph inside breadcrumb */
.tj-page-header-content span {
  color: white;
  margin: 0;
  font-weight: 500;
}

.tj-page-header-content a:hover,
.tj-page-header-content span:hover {
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Responsive */
@media (max-width: 768px) {
  .tj-page-header-content {
    font-size: 16px;
    padding: 4px 14px;
  }
}

@media (max-width: 480px) {
  .tj-page-header-content {
    font-size: 14px;
    gap: 6px;
    padding: 4px 10px;
  }
}

/* Make wrapper flex */
.about-wrapper-two {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Default desktop layout */
.about-images-group-two,
.about-content-three {
  flex: 1;
}

/* Mobile layout */
@media (max-width: 991px) {
  .about-wrapper-two {
    flex-direction: column;
  }

  .about-images-group-two,
  .about-content-three {
    width: 100%;
  }
}

.google-map iframe {
  filter: none !important;
}
@media (max-width: 768px) {
  .check-list-one ul {
    width: 100% !important;
  }
}

.service-5-style {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 20px;
}

.desc {
  width: 40%;
}

@media (max-width: 768px) {
  .service-5-style {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .desc {
    width: 100%;
    margin-top: 10px;
  }
}

/* ===== Hero Typography ===== */

.hero-title {
  font-size: clamp(28px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  display: inline-block;
}

.blog-title-main {
  display: inline-block;
  color: black !important;
  transition: all 0.3s ease; /* 👈 add this */
}

.blog-title-main:hover {
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-description-wrapper {
  width: 75%;
  margin: 0 auto 30px;
  text-align: center;
}

.hero-description {
  font-size: clamp(14px, 2vw, 18px);
  color: #364052;
  font-weight: 400;
  line-height: 1.6;
}

/* ===== Buttons ===== */

.hero-btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Tablet ===== */

@media (max-width: 991px) {
  .hero-description-wrapper {
    width: 90%;
  }
}

/* ===== Mobile ===== */

@media (max-width: 767px) {
  .h6-hero-content {
    text-align: center;
  }

  .hero-description-wrapper {
    width: 100%;
  }

  .hero-btn-area {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn-area a,
  .hero-btn-area button {
    width: 100%;
    max-width: 280px;
  }
}

.portfolio-home {
  height: 500px;
}

@media (max-width: 767px) {
  .portfolio-home {
    height: auto;
  }
}

@media (max-width: 767px) {
  .new-home-fun {
    display: flex;
    flex-direction: column;
  }
}
.footer-new-class {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-new-class {
    margin-top: 10px;
    justify-content: center;
    gap: 1.2rem;
  }
}

.use-case-fundamental {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 560px) {
  .use-case-fundamental {
    flex-direction: column;
  }
}

.blog-category {
  border: 1px solid #ced7e0;
  padding: 5px 10px;
  color: #676e7a;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease; /* added */
}

.blog-category:hover {
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  color: white;
}

@media (max-width: 768px) {
  .single-post {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
  }
  .sidebar-recent-post .single-post .post-image {
    height: auto;
    width: auto;
  }
  .sidebar-recent-post .single-post .post-header {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .recent-blog {
    padding: 20px;
  }
}

.nav-text {
  margin-top: 11px;
}

@media (max-width: 768px) {
  .nav-text {
    display: none;
  }
}

.footer-two-button {
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 768px) {
  .footer-two-button {
    flex-direction: column;
    gap: 10px;
  }
}

.polices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 3px;
}

.policy-point {
  display: flex;
  width: 100%;
  gap: 10px;
}
.policy-point .icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  color: #fff;
}

.policy-mail-link {
  background: linear-gradient(to right, #f75763, #c354af, #9353f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.feature-cards-about {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}


@media (max-width: 768px) {
  .feature-cards-about {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 468px) {
  .feature-cards-about {
    grid-template-columns: 1fr;
  }
}


.about-page-section {
  margin: 40px 0;
}