style.css */
  * {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.vb-seo-form-section {
  width: 100%;
  background-color: black;
  color: #fff;
}

.vb-seo-form-header {
  text-align: center;
  padding: 30px 20px 10px;
}

.vb-seo-form-header img {
  width: 80%;
  max-width: 300px;
  margin-bottom: 20px;
}

.vb-seo-form-header h1 {
  font-size: 28px;
  font-weight: bold;
}

.vb-seo-form-header p {
  font-size: 16px;
  margin: 5px 0;
}

.vb-seo-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
}

.vb-seo-form-image {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: center;
}

.vb-seo-form-image img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.vb-seo-form-box {
  background-color: #fff;
  color: #000;
  padding: 30px 25px;
  border-radius: 6px;
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
  transform: none;
}

.vb-seo-form-box h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.vb-seo-form-group {
  margin-bottom: 15px;
}

.vb-seo-form-group input,
.vb-seo-form-group select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.vb-seo-form-group input:focus,
.vb-seo-form-group select:focus {
  outline: none;
  border-color: #e60000;
}

.vb-seo-submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.vb-seo-submit-btn:hover {
  background-color: #333;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .vb-seo-form-container {
    flex-direction: column;
    padding: 15px;
  }

  .vb-seo-form-image,
  .vb-seo-form-box {
    padding: 10px;
    margin: 10px auto;
  }

  .vb-seo-form-box {
    padding: 20px;
  }

  .vb-seo-form-header h1 {
    font-size: 24px;
  }

  .vb-seo-form-header p {
    font-size: 14px;
  }

  .vb-seo-form-box h2 {
    font-size: 18px;
  }
}

    /* google rate.css */
    .seo-agency-review-section {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      color: #111;
    }

    .seo-agency-review-section h1 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-top: 40px;
      margin-bottom: 30px;
      text-align: center;
      padding: 0 15px;
    }

    .seo-agency-review-section .seo-review-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      padding: 0 20px;
    }

    .seo-agency-review-section .seo-google-rating-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 200px;
    }

    .seo-agency-review-section .seo-google-logo {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }

    .seo-agency-review-section .seo-stars {
      color: #0f9d58;
      font-size: 1.5rem;
      margin-bottom: 5px;
    }

    .seo-agency-review-section .seo-rating-text {
      font-weight: 600;
      font-size: 1rem;
      text-align: center;
    }

    .seo-agency-review-section .seo-review-slider {
      overflow: hidden;
      width: 640px;
      max-width: 100%;
      position: relative;
    }

    .seo-agency-review-section .seo-review-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .seo-agency-review-section .seo-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 20px;
      width: 300px;
      margin: 0 10px;
      box-sizing: border-box;
      flex-shrink: 0;
    }

    .seo-agency-review-section .seo-profile {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .seo-agency-review-section .seo-profile img {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      object-fit: cover;
      margin-right: 10px;
    }

    .seo-agency-review-section .seo-card h4 {
      margin: 0;
      font-size: 1rem;
      font-weight: 600;
    }

    .seo-agency-review-section .seo-card small {
      color: #777;
    }

    .seo-agency-review-section .seo-stars-review {
      color: #ffa500;
      margin: 10px 0;
    }

    .seo-agency-review-section .seo-card p {
      margin: 0;
      font-size: 0.95rem;
    }

    .seo-agency-review-section .seo-dots {
      display: flex;
      justify-content: center;
      margin-top: 15px;
    }

    .seo-agency-review-section .seo-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #ccc;
      margin: 0 5px;
      cursor: pointer;
    }

    .seo-agency-review-section .seo-dot.active {
      background-color: #333;
    }

    .seo-agency-review-section .seo-stats-section {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 0 20px 40px;
    }

    .seo-agency-review-section .seo-stat-box {
      padding: 30px 20px;
      border-radius: 12px;
      color: #fff;
      width: 220px;
      font-size: 1.4rem;
      font-weight: 700;
      text-align: center;
    }

    .seo-agency-review-section .seo-red {
      background-color: #FDBE14;
    }

    .seo-agency-review-section .seo-black {
      background-color: #111;
    }

    .seo-agency-review-section .seo-stat-box p {
      margin: 5px 0 0;
      font-size: 1rem;
      font-weight: 500;
    }

    @media (max-width: 768px) {
      .seo-agency-review-section .seo-review-wrapper {
        flex-direction: column;
        align-items: center;
      }

      .seo-agency-review-section .seo-review-slider {
        width: 320px;
      }

      .seo-agency-review-section .seo-card {
        width: 280px;
      }

      .seo-agency-review-section h1 {
        font-size: 1.5rem;
      }
    }

    /* startfinish.css */
    /* * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background-color: #fff;
    } */

    .stf-section {
      background-color: #f9f9f9;
      padding: 60px 20px;
      text-align: center;
    }

    .stf-section .stf-heading {
      font-size: 40px;
      font-weight: 700;
      color: #1d1d1d;
      margin-bottom: 40px;
    }

    .stf-section .stf-card-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 40px;
    }

    .stf-section .stf-card {
      position: relative;
      width: 180px;
      height: 180px;
      background-color: #1d1d1d;
      border-radius: 15px;
      color: white;
      padding: 20px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease;
    }

    .stf-section .stf-card:hover {
      background-color: #Fdbe14;
    }

    .stf-section .stf-card img {
      width: 50px;
      margin-bottom: 10px;
    }

    .stf-section .stf-card p {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3;
    }

    .stf-section .stf-number {
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 60px;
      color: rgba(255, 255, 255, 0.1);
      font-weight: bold;
    }

    .stf-section .stf-button {
      background-color: black;
      color: #fff;
      border: none;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .stf-section .stf-button:hover {
      background-color: #Fdbe14;
      color: #000;
    }

    @media (max-width: 768px) {
      .stf-section .stf-card {
        width: 45%;
        height: auto;
      }
    }

    @media (max-width: 480px) {
      .stf-section .stf-card {
        width: 100%;
      }
    }
    /* resultcard.css */
    .seo-result-section * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .seo-result-section {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      color: #333;
      padding: 40px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .seo-result-section .seo-heading {
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }

    .seo-result-section .seo-highlight {
      color: #000;
    }

    .seo-result-section .seo-card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1100px;
      width: 100%;
    }

    .seo-result-section .seo-card {
      background-color: #1c1c1c;
      color: #fff;
      width: 240px;
      padding: 20px 15px;
      border-radius: 10px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      flex: 1 1 220px;
    }

    .seo-result-section .seo-card-yellow {
      background-color: #fdbe14;
      color: #000;
    }

    .seo-result-section .seo-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    }

    .seo-result-section .seo-card img {
      width: 45px;
      height: 45px;
      margin-bottom: 15px;
    }

    .seo-result-section .seo-card h3 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .seo-result-section .seo-card p {
      font-size: 0.85rem;
      line-height: 1.4;
    }

    @media (max-width: 768px) {
      .seo-result-section .seo-card-container {
        flex-direction: column;
        align-items: center;
      }

      .seo-result-section .seo-card {
        width: 100%;
        max-width: 320px;
      }

      .seo-result-section .seo-heading {
        font-size: 1.6rem;
      }
    }
    /* result.css */
      * {
      box-sizing: border-box;
    }

    .realres-section {
      font-family: 'Poppins', sans-serif !important;
      background-color: #fff;
      text-align: center;
      padding: 30px 15px;
    }

    .realres-section .realres-heading {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 40px;
      color: black;
    }

    .realres-section .realres-cards-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .realres-section .realres-card {
      width: 100%;
      max-width: 500px;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      transition: transform 0.3s ease;
    }

    .realres-section .realres-card:hover {
      transform: translateY(-5px);
    }

    .realres-section .realres-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .realres-section .realres-cta-btn {
      margin-top: 50px;
      background-color: black;
      color: white;
      padding: 12px 36px;
      border-radius: 40px;
      font-size: 1.1rem;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: background 0.3s;
      width: 220px;
    }

    .realres-section .realres-cta-btn:hover {
      background-color: #fdbe14;
    }

    @media (max-width: 768px) {
      .realres-section .realres-card {
        max-width: 90%;
      }

      .realres-section .realres-cta-btn {
        width: 80%;
        max-width: 220px;
      }
    }
    /* platform.css */
      /* body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #222;
      color: #fff;
    } */

    .platforms-section {
      text-align: center;
      padding: 50px 20px;
      overflow-x: auto;
      background-color: #222;
      color: #fff;
    }

    .platforms-section h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .platforms-scroll-container {
      display: flex;
      justify-content: center;
      gap: 24px;
      white-space: nowrap;
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .platforms-card {
      background-color: #fff;
      border-radius: 16px;
      width: 170px;
      height: 140px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      flex-shrink: 0;
      transition: transform 0.3s ease;
    }

    .platforms-card:hover {
      transform: translateY(-4px);
    }

    .platforms-card img {
      max-width: 80%;
      max-height: 80%;
      object-fit: contain;
    }

    /* Optional scrollbar style */
    .platforms-scroll-container::-webkit-scrollbar {
      height: 8px;
    }

    .platforms-scroll-container::-webkit-scrollbar-thumb {
      background: #444;
      border-radius: 4px;
    }
    /* leadingbrand.css */
      .scrolling-partners * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .scrolling-partners {
      font-family: 'Poppins', sans-serif;
      background-color: #1f1f1f;
      color: #fff;
      padding: 60px 20px;
    }

    .scrolling-partners .partner-heading {
      text-align: center;
      margin-bottom: 50px;
    }

    .scrolling-partners .partner-heading h2 {
      font-size: 36px;
      font-weight: 600;
    }

    .scrolling-partners .partner-heading span {
      color: #FDBE14;
      font-size: 32px;
      font-weight: 700;
      display: block;
      margin-top: 5px;
    }

    .scrolling-partners .partner-slider-container {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .scrolling-partners .partner-slider-track {
      display: flex;
      animation: partner-scroll 35s linear infinite;
    }

    .scrolling-partners .partner-logo-group {
      display: grid;
      grid-template-rows: repeat(2, 1fr);
      gap: 30px;
      margin-right: 40px;
    }

    .scrolling-partners .partner-logo-box {
      width: 180px;
      height: 120px;
      background-color: #fff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .scrolling-partners .partner-logo-box img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    @keyframes partner-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media(max-width: 768px) {
      .scrolling-partners .partner-logo-group {
        margin-right: 20px;
      }

      .scrolling-partners .partner-logo-box {
        width: 140px;
        height: 100px;
      }

      .scrolling-partners .partner-heading h2 {
        font-size: 26px;
      }

      .scrolling-partners .partner-heading span {
        font-size: 24px;
      }
    }
    /* industry work.css */
    .industries-section {
      font-family: 'Poppins', sans-serif;
      background: #fff;
      text-align: center;
      padding-bottom: 50px;
    }

    .industries-section .industries-heading {
      font-size: 36px;
      font-weight: 700;
      margin-top: 40px;
      color: #222;
    }

    .industries-section .industries-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1200px;
      margin: 25px auto;
      gap: 20px;
      padding: 0 20px;
    }

    .industries-section .industries-card {
      width: 160px;
      height: 160px;
      border-radius: 30px;
      color: #fff;
      background-color: #111;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s;
    }

    .industries-section .industries-card.red {
      background-color: #fdbe14;
    }

    .industries-section .industries-card:hover {
      transform: translateY(-10px);
    }

    .industries-section .industries-card img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
      padding: 10px;
      background: #fff;
      border-radius: 15px;
    }

    .industries-section .industries-card span {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }

    .industries-section .industries-enquire-btn {
      display: inline-block;
      margin: 40px auto 0;
      background-color: black;
      color: white;
      text-decoration: none;
      padding: 15px 35px;
      font-size: 20px;
      font-weight: bold;
      border-radius: 40px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .industries-section .industries-enquire-btn:hover {
      background-color: #fdbe14;
      color: #000;
    }

    @media (max-width: 600px) {
      .industries-section .industries-card {
        width: 140px;
        height: 140px;
      }

      .industries-section .industries-card img {
        width: 40px;
        height: 40px;
      }

      .industries-section .industries-card span {
        font-size: 16px;
      }
    }
    /* why us .css */
    .whyus-section * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .whyus-section {
      font-family: 'Poppins', sans-serif;
      background: #fff;
      padding: 40px 20px;
      text-align: center;
    }

    .whyus-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #222;
    }

    .whyus-cards {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      overflow-x: auto;
      padding-bottom: 30px;
      flex-wrap: nowrap;
    }

    .whyus-card-box {
      width: 160px;
      height: 160px;
      border-radius: 15px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 15px;
      transition: background-color 0.3s ease, transform 0.3s ease;
      flex-shrink: 0;
      cursor: pointer;
    }

    .whyus-card-box.red {
      background-color: #FDBE14;
    }

    .whyus-card-box.dark {
      background-color: #1d1d1d;
    }

    .whyus-card-box.red:hover,
    .whyus-card-box.dark:hover {
      background-color: #FDBE14;
      color: #fff;
    }

    .whyus-card-box img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .whyus-card-box p {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      color: #fff;
      text-align: center;
      transition: color 0.3s ease;
    }

    .whyus-button {
      display: inline-block;
      background-color: #FDBE14;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      border: none;
      padding: 12px 35px;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .whyus-button:hover {
      /*background-color: #FDBE14;*/
      background-color: #373435;
    }

    @media (max-width: 768px) {
      .whyus-card-box {
        width: 140px;
        height: 140px;
      }

      .whyus-button {
        font-size: 16px;
        padding: 10px 28px;
      }
    }
    /* faq.css */
      /* body {
      font-family: 'Helvetica', sans-serif;
      margin: 0;
      padding: 0;
      background: #fff;
      color: #000;
    } */

    .faq1-section-wrapper {
      max-width: 1000px;
      margin: 60px auto;
      padding: 0 20px;
      color: #000;
       background: #fff;
      background-color: #ffff; /* Unique CSS property added */
    }

    .faq1-main-title {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .faq1-items-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
    }

    .faq1-column {
      flex: 1 1 450px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .faq1-box {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      cursor: pointer;
    }

    .faq1-question-title {
      font-size: 18px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq1-answer-text {
      font-size: 16px;
      line-height: 1.5;
      margin-top: 10px;
      display: none;
      color: #333;
    }

    .faq1-box.faq1-active .faq1-answer-text {
      display: block;
    }

    .faq1-box.faq1-active .faq1-icon {
      transform: rotate(45deg);
    }

    .faq1-icon {
      font-size: 24px;
      transition: transform 0.3s ease;
    }
    /* finalform.css */
     /* * {
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      margin: 0;
      background: #f5f5f5;
    } */

    /* Wrapper Section */
    .seo-section-wrapper {
      max-width: 1200px;
      margin: 40px auto;
      background-color: #fdbe14; /* red */
      border-radius: 20px;
      padding: 20px;
    }

    /* Title Section */
    .seo-section-title {
      color: white;
      font-size: 28px;
      text-align: center;
      margin: 0;
      padding: 20px 10px 10px;
      line-height: 1.4;
    }

    /* Form Container Section */
    .seo-section-form-container {
      background-color: #ffffff;
      padding: 30px 20px;
      border-radius: 8px;
      margin-top: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .seo-section-form-heading {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 25px;
      font-family: sans-serif;
      color: #222;
    }

    /* Form Input Section */
    .seo-section-form-container input,
    .seo-section-form-container select {
      width: 100%;
      padding: 12px 10px;
      margin-bottom: 18px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
      font-family: sans-serif;
    }

    /* Recaptcha */
    .seo-section-recaptcha {
      margin-bottom: 20px;
    }

    /* Button Section */
    .seo-section-submit-btn {
      background-color: #111;
      color: #fff;
      padding: 14px;
      width: 100%;
      border: none;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
    }

    .seo-section-submit-btn:hover {
      background-color: #333;
    }
    

   /* footor css start */
       .tc-footer-section {
      background-color: #2c2929;
      color: #dcdcdc;
      font-family: 'Poppins', sans-serif;
    }

    .tc-footer {
      padding: 60px 20px 20px;
    }

    .tc-footer a {
      color: #dcdcdc;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .tc-footer a:hover {
      color: #f4b829;
    }

    .tc-footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .tc-footer-column {
      flex: 1 1 200px;
      min-width: 180px;
    }

    .tc-footer-logo {
      max-width: 220px;
      margin-bottom: 20px;
    }

    .tc-footer-text {
      font-size: 15px;
      line-height: 1.8;
      color: #c5c5c5;
    }

    .tc-footer-column h4 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 20px;
    }

    .tc-footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .tc-footer-column ul li {
      margin-bottom: 12px;
    }

    .tc-footer-column ul li a {
      font-size: 15px;
    }

    .tc-f-contact-info {
      font-size: 15px;
      line-height: 1.6;
      color: #c5c5c5;
    }

    .tc-footer-socials {
      display: flex;
      gap: 15px;
      margin-top: 10px;
      flex-wrap: wrap;
    }

    .tc-footer-socials a {
      color: #dcdcdc;
      font-size: 18px;
      transition: color 0.3s ease;
    }

    .tc-footer-socials a:hover {
      color: #f4b829;
    }

    .tc-footer-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-top: 1px solid #444;
      padding-top: 20px;
      margin-top: 40px;
      font-size: 14px;
      color: #aaa;
    }

    .tc-footer-bottom p {
      margin: 0;
    }

    .tc-floating {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #tc-scrollToTopBtn {
      background-color: #f4b829;
      color: #000;
      font-size: 18px;
      border: none;
      border-radius: 50%;
      padding: 14px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    #tc-scrollToTopBtn:hover {
      background-color: #e5a900;
    }

    .tc-whatsapp-float {
      background-color: #25d366;
      color: white;
      font-size: 22px;
      padding: 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .tc-whatsapp-float:hover {
      background-color: #1ebc59;
    }

    /* ===== Responsive Styles ===== */
    @media (max-width: 991px) {
      .tc-footer-container {
        gap: 30px;
      }
    }

    @media (max-width: 768px) {
      .tc-footer-container {
        flex-direction: column;
        align-items: flex-start;
      }

      .tc-footer-column {
        width: 100%;
      }

      .tc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
    }

    @media (max-width: 480px) {
      .tc-footer-logo {
        max-width: 180px;
      }

      .tc-footer-column h4 {
        font-size: 16px;
      }

      .tc-footer-text,
      .tc-footer-column ul li a,
      .tc-f-contact-info {
        font-size: 14px;
      }

      .tc-footer-socials a {
        font-size: 16px;
      }

      #tc-scrollToTopBtn,
      .tc-whatsapp-float {
        padding: 12px;
        font-size: 18px;
      }
    }