
html,
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #276ea2, #5f9d39);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  z-index: 9999;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.container-contant {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  letter-spacing: .5px;
  font-weight: 500;
  gap: 20px;
}

.content-con {
  flex: 2;
  padding: 20px;
}

.content-con h1 {
  font-size: 1.9em;
  letter-spacing: .5px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

.content-con p {
  margin-bottom: 15px;
  text-align: justify;
  color: #222;
  font-size: .9em;
  letter-spacing: .5px;
  font-weight: 500;
}

.content-con a {
  color: #276ea2;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .5px;
  font-weight: 500;
}

.content-con a:hover {
  text-decoration: underline;
}
.form {
  flex: 1;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 80px;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 0.9em;
}

form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 1em;
  letter-spacing: .5px;
  font-weight: 500;
}

form button {
  width: 100%;
  padding: 10px;
  background-color: #276ea2;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: .5px;
  font-weight: 500;
}

form button:hover {
  background-color: #286b9b;
}

@media (max-width: 768px) {
  .container-contant {
    flex-direction: column;
  }

  .content,
  .form {
    flex: 1;
  }

}
@media (max-width: 480px) {
  .form {
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -35px;
  }
}

@media (max-width: 768px) {

  .content-con h1 {
    font-size: 1.9em;
    letter-spacing: .5px;
    font-weight: 500;
    color: #222;
    margin-left: -3px;
    margin-bottom: 20px;
  }
}

.content-con h1 span {
  color: #276ea2;
}

.content-section {
  padding: 20px;
  margin: 0 auto;
}

/* .content-section h2 {
  font-size: 2em;
  letter-spacing: .5px;
  font-weight: 500;
  margin-left: 18px;
  color: #222;
  margin-bottom: 20px;
} */

.content-section h2 {
  font-size: 1.1em;
  color: #222;
  letter-spacing: .5px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 48px;
}
.content-section h3 {
  font-size: 1.1em;
  color: #222;
  letter-spacing: .5px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 48px;
} 
.content-section p {
  font-size: .9em;
  text-align: justify;
  color: #222;
  margin-right: 130px;
  margin-left: 48px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .content-section p {
    font-size: .9em;
    color: #222;
    margin-right: 9px;
    margin-left: 18px;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .content-section h2 {
    font-size: 1.1em;
    color: #222;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 16px;
  }
    .content-section h3 {
    font-size: 1.1em;
    color: #222;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 16px;
  }
}

.con-con {
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1.8em;
  color: #222;
  margin-left: 28px;
}

@media (max-width: 480px) {

  .con-con {
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 1.4em;
    color: #222;
    margin-left: 0px;
  }
}

.li {
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1em;
  color: #222;
}

.char {
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1.7em;
  color: #222;
}
.responsive-section-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.content-2 {
  flex: 1 1 45%;
  margin-top: 40px;
  margin-left: 60px;
  max-width: 600px;
}

.illustration-2 {
  flex: 1 1 45%;
  text-align: center;
}

.illustration-2 img {
  max-width: 100%;
  width: 55%;
  margin-top: 30px;
  height: auto;
}

.hub {
  color: #276ea2;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 10px;
}


.accordion-2 {
  margin-top: 20px;
  width: 650px;
  letter-spacing: .5px;
  font-weight: 500;

}

@media (max-width: 768px) {

  .accordion-2 {
    margin-top: 20px;
    width: 90%;
    letter-spacing: .5px;
    font-weight: 500;
  }
}

.accordion-item-2 {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.accordion-button-2 {
  width: 100%;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  color: black;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: .5px;
  font-weight: 500;

}

.accordion-content-2 {
  display: none;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  letter-spacing: .5px;
  font-weight: 500;

}

.faq-heading {
  text-align: center;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1.7em;
  color: #222;
}


@media (max-width: 480px) {
  .responsive-section-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-left: -5px;
    align-items: center;
    justify-content: center;
  }

  .hub {
    color: #276ea2;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 1em;
    margin-left: 107px;
    margin-bottom: 10px;
  }

  .faq-paragraph {
    margin-left: 101px;
    font-size: .9em;
  }

  .accordion-2 {
    margin-top: 20px;
    width: 507px;
    margin-left: 93px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .accordion-item-2 {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 70%;
  }

  .illustration-2 img {
    max-width: 100%;
    width: 88%;
    margin-top: -10px;
    height: auto;
  }
}


.submit {
  color: #fff;
}



.hidden {
  display: inline;
}



/* ------------------------------ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

.service-banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.banner-image {
  position: absolute;
  inset: 0;

  background-image: url("/assets/image/seo-services-los-angeles.webp");
  background-size: cover;
  background-position: center top;
  transition: transform 6s ease;
}

.service-banner:hover .banner-image {
  transform: scale(1.1) translateY(-40px);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(34, 34, 34, 0.65), rgba(0, 0, 0, 0.65));
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.banner-content h1 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 15px;
  opacity: 0.9;
}

.banner-content span {
  color: #5f9d39;
  margin: 0 6px;
}
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 32px;
  }
}

/* -------------------------------------------------------------------------------- */

.education-section-about {
  padding: 60px 20px 40px 20px;
}

.container-about {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.image-collage-about {
  position: relative;
  width: 40%;
}

.img-about {
  margin-top: -200px;
  margin-left: 40px;
  width: 220px;
  border-radius: 10px;
  position: absolute;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.img1-about {
  top: 20px;
  left: 0;
}

.img2-about {
  top: 120px;
  left: 160px;
}

.img3-about {
  top: 300px;
  left: 10px;
  margin-top: -270px;
}

.content-about {
  width: 60%;
}

.tag-about {
  color: #5f9d39;
  font-weight: 600;
  letter-spacing: 1px;
}

.content-about h2 {
  font-size: 36px;
  color: #000;
  margin: 15px 0;
}

.content-about h2 span {
  color: #276ea2;
}

.desc-about {
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
}
.features-about {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-box-about {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 18px;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgb(172, 214, 248);
  border-bottom: 1px solid rgb(168, 214, 252);
}

.feature-box-about span {
  font-size: 28px;
}

.feature-box-about h4 {
  color: #276ea2;
  margin-bottom: 5px;
}
.btn-about {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(135deg, #276ea2, #5f9d39);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-about:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .container-about {
    flex-direction: column;
  }

  .image-collage-about,
  .content-about {
    width: 100%;
  }

  .image-collage-about {
    height: 400px;
  }
}
@media (max-width: 900px) {
  .image-collage-about {
    display: none;
  }
}
/* ----------------------------------------------------------------------------- */
.marketing-section-sec {
  padding: 70px 20px;
}

.container-sec {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.content-sec {
  width: 50%;
}

.content-sec h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.content-sec h2 span {
  color: #276ea2;
}

.content-sec p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
}

.lists-sec {
  display: flex;
  gap: 40px;
}

.lists-sec h4 {
  color: #5f9d39;
  margin-bottom: 10px;
}

.lists-sec ul {
  list-style: none;
}

.lists-sec li {
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.lists-sec li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #276ea2;
}

.media-sec {
  width: 50%;
}

.video-box-sec {
  position: relative;
  border-radius: 1ch;
  overflow: hidden;
  height: 150px;
  border: 1px solid rgb(231, 231, 231);
}

.video-box-sec img {
  width: 100%;
  display: block;
}

.play-btn-sec {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  background: rgba(39, 110, 162, 0.6);
  cursor: pointer;
}

.info-box-sec {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-sec {
  background: #5f9d39;
  color: #fff;
  padding: 15px 10px;
  border-radius: 12px;
  text-align: center;
}

.experience-sec h3 {
  font-size: 32px;
}

.bottom-section-sec {
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  gap: 40px;
  align-items: center;
}

.bottom-section-sec img {
  width: 45%;
  border-radius: 20px;
}

.bottom-content-sec h3 {
  font-size: 28px;
  color: #276ea2;
  margin-bottom: 10px;
}

.bottom-content-sec p {
  color: #444;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .container-sec,
  .bottom-section-sec {
    flex-direction: column;
  }

  .content-sec,
  .media-sec,
  .bottom-section-sec img {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------ */

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10%;
  gap: 80px;
  color: #fff;
  position: relative;
  overflow: hidden;

  background: radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 0, 0, 0.25),
      transparent 45%
    ),
    linear-gradient(135deg, #276ea2 0%, #5f9d39 100%);
}


.hero-content {
  max-width: 520px;
  position: relative;
  z-index: 2;
  /*animation: fadeLeft 0.9s ease;*/
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.hero-content h1 span {
  background: linear-gradient(90deg, #ffffff, #e9f6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  line-height: 1.7;
  font-size: 16px;
  opacity: 0.95;
}
.hero-desc {
  font-size: 16.5px;
  line-height: 1.8;
  opacity: 0.95;
  max-width: 480px;
}

.stats {
  display: flex;
  gap: 45px;
  margin-top: 40px;
}

.stat-box {
  position: relative;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 700;
}

.stat-box span {
  font-size: 14px;
  opacity: 0.85;
  display: block;
  margin-top: 4px;
}

.stat-box::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.35);
}

.stat-box:last-child::after {
  display: none;
}

@media (max-width: 768px) {
  .stats {
    gap: 25px;
    flex-wrap: wrap;
  }

  .hero-content h1 {
    font-size: 34px;
  }
}

.hero-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  width: 340px;
  color: #1f1f1f;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

.hero-form h2 {
  margin-bottom: 22px;
  color: #276ea2;
  font-size: 22px;
  font-weight: 700;
}

.hero-form input {
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border: 1px solid #d6dde6;
  border-radius: 8px;
  outline: none;
  transition: border 0.3s, box-shadow 0.3s;
}

.hero-form input:focus {
  border-color: #276ea2;
  box-shadow: 0 0 0 3px rgba(39, 110, 162, 0.15);
}

.hero-form button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #5f9d39, #4e8530);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hero-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(95, 157, 57, 0.35);
}

.services {
  padding: 50px 10%;
  background: #ffffff;
}

.services h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px;
}

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #5f9d39;
  transition: transform 0.35s, box-shadow 0.35s;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
}

.card h3 {
  margin-bottom: 12px;
  color: #276ea2;
  font-size: 20px;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    padding: 70px 8%;
  }

  .hero-form {
    width: 100%;
  }
}
.hero-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 20px;

  z-index: 0;
  pointer-events: none;
}
.right-box {
  width: 240px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  right: 80px;
  bottom: 120px;
}
@media (max-width: 768px) {
  .hero-box {
    display: none;
  }
}
.hero-box {
  animation: floatBox 6s ease-in-out infinite;
}

@keyframes floatBox {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ----------------------------------------------------------------- */

.seo-section {
  background-color: #fafafa;
  padding: 30px 1% 30px 1%;
  color: #333;
  margin-top: 40px;
}

.seo-container {
  max-width: 1200px;
  margin: 0 auto;
}
.seo-container h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  /* margin-bottom: 50px; */
}
.seo-container .p {
  text-align: center;
}
.seo-section h2 {
  /* font-size: 1.6rem; */
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  margin-top: 20px;
}

.seo-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 35px;
}

.seo-step {
  margin-bottom: 20px;
}

.seo-step h3 {
  font-size: 1.1rem;
  color: #4b4a4a;
  margin-bottom: 8px;
}

.seo-step p {
  line-height: 1.7;
  color: #444;
}

.seo-step strong {
  font-weight: 700;
  color: #007b5e;
}

@media (max-width: 768px) {
  .seo-section {
    padding: 0px 20px 30px 20px;
  }

  .seo-section h2 {
    font-size: 1.6rem;
  }

  .seo-step h3 {
    font-size: 1.1rem;
  }
}

.seo-container h2 span {
  color: #276ea2;
}

/* -------------------------------------------------------------------------------- */

.activities-section {
  background: #1f1f1f;
  padding: 30px 20px;
  color: #fff;
  margin-top: 50px;
  /* margin: 10px;
      border-radius: 10px; */
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.icon-circles {
  background: linear-gradient(to right, #276ea2, #5f9d39);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper {
  position: static;
  display: flex;
  align-items: center;
}

.activities-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}

.activities-slider::-webkit-scrollbar {
  display: none;
}

.activity-card {
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

.activity-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.activity-card img:hover {
  transform: scale(1.1);
  opacity: 0.6;
}
.activity-card p {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: break-word;
}
.nav-btn {
  background: rgb(16 15 15 / 20%);
  border: none;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

.nav-btn.left {
  left: 0;
}

.nav-btn.right {
  right: 0;
}

@media (max-width: 768px) {
  .activity-card {
    min-width: 220px;
  }
}
/* ------------------------------------------------------------------------------ */

.blog-container-bg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 20px;
  background: #fff;
  gap: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
}
.blog-content-bg {
  flex: 3;
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.blog-image-bg {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 730) {
  .blog-image-bg {
    width: 50%;
    border-radius: 6px;
    margin-bottom: 20px;
  }
}
.blog-meta-bg {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.blog-content-bg p {
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}
.tags-bg {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.tags-bg span {
  background: #eee;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
}
/* ------------------------------------------------ */

.core-news {
  padding: 40px 0;
  background-color: #fafafa;
  
}

.container-news {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 60px;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.line-news {
  width: 70px;
  height: 3px;
  background: #276ea2;
  margin-bottom: 30px;
  display: block;
}

.accordion-news {
  border: 1px solid #e2e2e2;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #2e2e2e;
  transition: box-shadow 0.3s ease;
}
.accordion-news:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.accordion-news.active-news {
  border-left: 4px solid #276ea2;
}

.acc-header-news {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #efefef;
}

.acc-header-news h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.acc-header-news span {
  font-size: 22px;
  font-weight: 700;
  color: #276ea2;
}

.accordion-news.active-news .acc-header-news {
  background: #111;
}

.accordion-news.active-news .acc-header-news h4 {
  color: #fff;
}

.accordion-news.active-news .acc-header-news span {
  color: #5f9d39;
}

.acc-body-news {
  display: none;
  padding: 20px;
  background: #fff;
  color: #555;
  line-height: 1.7;
  font-size: 14.5px;
}

.accordion-news.active-news .acc-body-news {
  display: block;
}

@media (max-width: 900px) {
  .container-news {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------- */

.hero-banner {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 10%;
  gap: 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786")
      center/cover no-repeat;
}
.hero-content-banner {
  max-width: 540px;
  position: relative;
  z-index: 2;
  /*animation: fadeLeft 0.9s ease;*/
}

.hero-content-banner h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #f5f5f5;
}

.hero-content-banner h1 span {
  background: linear-gradient(90deg, #276ea2, #5f9d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc-banner {
  font-size: 14px;
  line-height: 1.8;
  color: #d6d6d6;
  max-width: 480px;
}
.hero-desc-banner {
  font-size: 17px;
  line-height: 1.8;
  color: #d6d6d6;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  margin-left: -25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn .btn-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.hero-btn:hover .btn-icon {
  transform: translateX(4px);
}

.stats-banner {
  display: flex;
  gap: 45px;
  margin-top: 40px;
}

.stat-box-banner h3 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
}

.stat-box-banner span {
  font-size: 14px;
  color: #cfcfcf;
  display: block;
  margin-top: 4px;
}

.stat-box-banner {
  position: relative;
}

.stat-box-banner::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
}

.stat-box-banner:last-child::after {
  display: none;
}

.hero-form-banner {
  position: relative;
  width: 340px;
  padding: 36px 32px;
  border-radius: 16px;

  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);

  border: 2px solid transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    linear-gradient(to right, #276ea2, #5f9d39);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(39, 110, 162, 0.25);

  z-index: 2;
}

.hero-form-banner input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  font-size: 14px;

  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);

  transition: 0.3s;
}

.hero-form-banner input::placeholder {
  color: #bbb;
}

.hero-form-banner input:focus {
  outline: none;
  border-color: #5f9d39;
  box-shadow: 0 0 0 3px rgba(95, 157, 57, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

.hero-form-banner button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;

  background: linear-gradient(to right, #276ea2, #5f9d39);
  color: #fff;

  font-weight: 700;
  font-size: 15px;
  cursor: pointer;

  transition: 0.35s ease;
}

.hero-form-banner button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(95, 157, 57, 0.6);
}

.hero-form-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  background: linear-gradient(to right, #276ea2, #5f9d39);
  border-radius: 10px;
}


@media (max-width: 900px) {
  .hero-banner {
    flex-direction: column;
    padding: 90px 8%;
  }

  .hero-form-banner {
    width: 100%;
  }

  .stats-banner {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.form-title-banner {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
  background-color: whitesmoke;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.6px;
}

.form-title-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(to right, #276ea2, #5f9d39);
  box-shadow: 0 0 12px rgba(95, 157, 57, 0.7);
}
.form-title-banner {
  animation: glowIn 1s ease;
}

@keyframes glowIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 10%;
  gap: 80px;
  overflow: hidden;
}
.banner-image-banner {
  position: absolute;
  inset: 0;

  /* background-image: url("/assets/image/seo-services-los-angeles.webp"); */
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transition: transform 6s ease, opacity 3s ease;
}
.banner-image-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Makes it behave like background-size: cover */
}
.banner-image-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.service-banner:hover .banner-image-banner {
  transform: scale(1.1);
}

.bottom-section-sec {
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  gap: 40px;
  align-items: center;
}

.bottom-section-sec img {
  width: 45%;
  height: 300px;
  border-radius: 20px;
}

.bottom-content-sec h3 {
  font-size: 28px;
  color: #276ea2;
  margin-bottom: 10px;
}

.bottom-content-sec p {
  color: #444;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .container-sec {
    flex-direction: column;
  }

  .content-sec,
  .media-sec,
  .bottom-section-sec img {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .service-banner {
    padding: 60px 10%;
    gap: 40 !important;
  }
  .hero-content-banner h1 {
    font-size: 31px;
    font-weight: 700;
  }
  .hero-desc-banner {
    font-size: 15px;
    line-height: 1.5;
  }
  .education-section-about {
    padding: 20px 20px 0px 20px;
  }
  .content-about h2 {
    font-size: 30px;
  }
  .desc-about {
    line-height: 1.5;
  }
  .features-about {
    display: block;
  }
  .seo-process {
    padding: 0px 20px 20px !important;
  }

  .process-card-process {
    padding: 15px 25px;
  }
  .seo-container h2 {
    margin-top: 40px;
  }
  .icon-circle {
    min-width: 30px;
    height: 30px;
  }
  .bottom-content-sec p {
    font-size: 15px;
    line-height: 1.5;
  }
  .content-item {
    margin-bottom: 10px !important;
  }
  .bottom-section-sec {
    gap: 10px !important;
  }
  .bottom-section-sec img {
    height: 200px;
  }
  .services {
    padding: 30px 10%;
  }
  .services h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .card {
    padding: 15px 20px;
  }
  .service-grid {
    gap: 20px;
  }
  .bottom-section-sec img {
    width: 80%;
  }
  .hero-cont {
    padding: 40px 8% !important;
    gap: 40px !important;
  }
  .hero-content-cont h1 {
    font-size: 30px !important;
    font-weight: 700 !important;
  }
  .hero-desc-cont {
    font-size: 15px;
    line-height: 1.6;
  }
  .stats-cont {
    margin-top: 20px !important;
  }
  .stat-box-cont h3 {
    font-size: 30px;
  }
}
.hero-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 10%;
  gap: 80px;
  position: static;
  overflow: hidden;

  background: radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.08),
      transparent 40%
    ),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.9), transparent 45%),
    linear-gradient(135deg, #000 30%, #0c2233 60%);
}



.hero-content-cont {
  max-width: 540px;
  position: relative;
  z-index: 2;
  /*animation: fadeLeft 0.9s ease;*/
}

.hero-content-cont h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #fff;
}

.hero-content-cont h1 span {
  background: linear-gradient(90deg, #276ea2, #5f9d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc-cont {
  font-size: 17px;
  line-height: 1.8;
  color: #d1d1d1;
  max-width: 480px;
}

/* ================= STATS ================= */
.stats-cont {
  display: flex;
  gap: 45px;
  margin-top: 40px;
}

.stat-box-cont h3 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
}

.stat-box-cont span {
  font-size: 14px;
  color: #cfcfcf;
  display: block;
  margin-top: 4px;
}

.stat-box-cont {
  position: relative;
}

.stat-box-cont::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
}

.stat-box-cont:last-child::after {
  display: none;
}

/* ================= FORM ================= */
.hero-form-cont {
  background: white;
  padding: 35px;
  border-radius: 14px;
  width: 340px;
  color: #fff;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.8);
  /*animation: fadeRight 0.9s ease;*/
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-form-cont h2 {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 800;
  color: #2b2a2a;
}

.hero-form-cont input {
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  color: #fff;
  background: white;
  border: 1px solid #2a2a2a;
}

.hero-form-cont input::placeholder {
  color: #777;
}
.hero-form-cont input:focus,
.hero-form-cont textarea:focus {
  border-color: #276ea2;
  box-shadow: 0 0 0 3px rgba(39, 110, 162, 0.25);
}

.hero-form input:focus {
  border-color: #276ea2;
  box-shadow: 0 0 0 3px rgba(39, 110, 162, 0.25);
}

.hero-form-cont button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #276ea2, #5f9d39);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.hero-form-cont button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(95, 157, 57, 0.5);
}



@media (max-width: 900px) {
  .hero-cont {
    flex-direction: column;
    padding: 90px 8%;
  }

  .hero-form-cont {
    width: 100%;
  }

  .stats-cont {
    flex-wrap: wrap;
    gap: 25px;
  }
}

.bottom-section-sec {
  display: flex;
  gap: 60px;
  align-items: center;
}

.bottom-content-sec {
  max-width: 800px;
}

.content-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}


.focuss{
  margin-top: 10px;
    font-weight: 900;
    font-size: 12px;
}


.bottom-content-sec blockquote {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.bottom-content-sec p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}



@media (max-width: 900px) {
  .bottom-section-sec {
    flex-direction: column;
    gap: 30px;
  }
}
.seo-process {
  padding: 50px 60px;
}

.container-process {
  max-width: 1300px;
  margin: auto;
  position: relative;
}

.process-left-process h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

.process-timeline-process {
  position: relative;
  height: 2px;
  background: #e2e2e2;
  margin: 40px 0 70px;
}

.process-timeline-process .dot {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

.process-timeline-process .dot:nth-child(1) {
  left: 0%;
}
.process-timeline-process .dot:nth-child(2) {
  left: 25%;
}
.process-timeline-process .dot:nth-child(3) {
  left: 50%;
}
.process-timeline-process .dot:nth-child(4) {
  left: 75%;
}
.process-timeline-process .dot:nth-child(5) {
  left: 100%;
}

/* CARDS */
.process-cards-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-card-process {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.process-card-process:hover {
  transform: translateY(-8px);
}

.process-card-process .number {
  font-size: 32px;
  color: #ddd;
  font-weight: 700;
}

.process-card-process h4 {
  margin: 10px 0;
  font-size: 18px;
}

.process-card-process p {
  font-size: 14px;
  color: #555;
}

.process-desc-process {
  margin-top: 50px;
  max-width: 500px;
}

.process-desc-process p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 992px) {
  .process-cards-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .seo-process-process {
    padding: 60px 20px;
  }

  .process-left-process h2 {
    font-size: 30px;
  }

  .process-cards-process {
    grid-template-columns: 1fr;
  }

  .process-timeline-process {
    display: none;
  }
}









/* ---------------------------------------- */
.blog-content-bg-tq p {
      line-height: 1.7;
      color: #333;
      margin-bottom: 15px;
    }
    blockquote {
      background: #f9f9f9;
      border-left: 4px solid #222;
      padding: 15px;
      font-style: italic;
      margin: 20px 0;
    }.blog-container-bg-tq {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 40px 20px;
      background: #fff;
      gap: 40px;
      margin: 0 auto;
      box-sizing: border-box;
      flex-wrap: wrap;
      overflow: hidden;
    }
    .blog-content-bg-tq {
      flex: 3;
      max-width: 1200px;
      width: 100%;
      box-sizing: border-box;
      overflow-wrap: break-word;
      word-wrap: break-word;
    }
    /* .ser--p{
      margin-top: 100px;
    } */
    
      b{
      color: #6e6e6e;
     }