/* Pages CSS */



span[style*="orangoryZoom"] {
  padding: 0 !important;
}


.riverside-industries {
  padding: 60px 0;
}

.industries-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.industries-subtitle {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 60px;
  color: #555;
  line-height: 1.7;
}

.industries-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.industry-pill {
  padding: 14px 28px;
  background: #f8f8f8;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

/* Hover effect */
.industry-pill:hover {
  background: #EA4723;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(234, 71, 35, 0.35);
}

/* Mouse hold / active */
.industry-pill:active,
.industry-pill.active {
  background: #EA4723;
  color: #fff;
  box-shadow: 0 0 0 6px rgba(234, 71, 35, 0.18);
  transform: scale(0.96);
}

/* Responsive */
@media (max-width: 768px) {
  .industries-title {
    font-size: 32px;
  }
  .industry-pill {
    padding: 12px 22px;
    font-size: 15px;
  }
}

.hero-riverside {
    padding: 250px 0 200px;
    background-size: cover;
  background-position: center;
}
.hero-riverside h1 {
    font-size:52px;
    font-weight:700;
    color: #fff;
}
.hero-riverside span {
    color:#EA4723;
}
.hero-riverside p {
    font-size:20px;
    color:#d9d7d7;
    max-width:800px;
    margin:20px auto;
}
.section-pad { padding:90px 0; }
.service-card {
    background:#fff;
    border-radius:10px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    height:100%;
    transition:.3s;
}
.service-card:hover { transform:translateY(-6px); }
.service-icon {
    font-size:48px;
    color:#EA4723;
    margin-bottom:20px;
}
.lead-box {
    background:linear-gradient(135deg,#EA4723,#ff6b4a);
    color:#fff;
    border-radius:14px;
    padding:70px;
}
.lead-box h2 { font-size:40px; font-weight:700; }
.cta-btn {
    background:#fff;
    color:#EA4723;
    padding:14px 36px;
    border-radius:50px;
    font-weight:700;
    display:inline-block;
}





/* SEo Audit section */

.seo-audit-section {
  padding: 100px 0;
}

.seo-audit-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.seo-audit-subtitle {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}

.seo-card {
  border-radius: 40px;
  padding: 50px 45px;
  height: 100%;
  text-align: left;
}

.seo-card-blue {
  background: #f3f6ff;
}

.seo-card-green {
  background: #ea472324;
}

.seo-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.seo-card p {
  font-size: 17px;
  color: #444;
  margin-bottom: 25px;
}

.seo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.seo-list li {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 14px;
  padding-left: 34px;
  position: relative;
}

.seo-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #EA4723;
  font-size: 18px;
}

.seo-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #EA4723;
  color: #fff;
  padding: 14px 34px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}
.seo-btn span {
  position: absolute;
    width: 25%;
    height: 100%;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.seo-btn span {
    background-color: var(--digihub-base, #c5c5c5);
}

/* Responsive */
@media (max-width: 768px) {
  .seo-audit-title {
    font-size: 32px;
  }
  .seo-card {
    padding: 40px 30px;
  }
}


.trusted-clients {
  padding: 60px 0;
  background: #f8fbfe;
}

.trusted-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
}

.trusted-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 17px;
  color: #555;
}

.review-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 35px;
  text-align: center;
  box-shadow: 3px 6px 11px 2px rgb(234 71 35 / 32%);
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

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

.review-card.featured {
  transform: rotate(-2deg);
}

.review-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.review-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.review-role {
  font-size: 14px;
  color: #888;
  display: block;
  margin-bottom: 15px;
}

.review-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.quote-icon {
  font-size: 40px;
  color: #e6eef7;
  margin-top: 15px;
}

/* Tablet & below */
@media (max-width: 991px) {
  .review-card {
    padding: 30px 25px;
  }

  .review-card.featured {
    transform: none; /* remove rotation on small screens */
  }

  .quote-icon {
    font-size: 32px;
    margin-top: 10px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .trusted-clients {
    padding: 70px 0;
  }

  .trusted-title,
  .sec-title__heading {
    font-size: 30px;
  }

  .trusted-subtitle {
    font-size: 15px;
    padding: 0 10px;
  }

  .review-card {
    padding: 24px 20px;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(234, 71, 35, 0.25);
  }

  .review-avatar {
    width: 60px;
    height: 60px;
  }

  .review-card h4 {
    font-size: 16px;
  }

  .review-role {
    font-size: 13px;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .quote-icon {
    font-size: 28px;
  }
}








/* mid black section */
.seo-transparency {
  background: #000;
  padding: 100px 0;
  color: #fff;
}

.seo-transparency__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
  color:#fff;
}

.seo-transparency__text {
  font-size: 20px;
  color: #d1d1d1;
  line-height: 1.8;
  margin-bottom: 18px;
}

.seo-transparency__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.seo-transparency__list li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
}

.seo-transparency__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color:#EA4723;
;
  font-weight: 700;
}

.seo-transparency__image {
  border-radius: 12px;
  overflow: hidden;
}

.seo-transparency__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .seo-transparency {
    padding: 70px 0;
  }

  .seo-transparency__title {
    font-size: 32px;
    line-height: 1.4;
  }

  .seo-transparency__image {
    margin-top: 40px;
  }
}

.why-orangory {
  padding: 90px 0;
  background: #ffffff;
}

.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #EA4723;
  margin-bottom: 10px;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  color: #1a1a1a;
}

.section-title span {
  color: #EA4723;
}

.section-text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.why-list {
  list-style: none;
  padding: 30px 35px;
  background: #f8f9fa;
  border-radius: 14px;
}

.why-list li {
  font-size: 17px;
  color: #333;
  padding-left: 32px;
  margin-bottom: 18px;
  position: relative;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #EA4723;
}

/* Responsive fix */
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
  .why-list {
    padding: 25px;
  }
}


/* FAQ Section */
.seo-faq {
  padding: 100px 0;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
}



/* FAQ Section */
.seo-faq {
  padding: 60px 0;
  background: #f9f9f9;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #333;
}

.faq-item {
  background: white;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Question */
.faq-question {
  width: 100%;
  padding: 22px 24px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #333;
}

.faq-question:hover {
  background-color: #f5f5f5;
}

/* Icon */
.faq-icon {
  font-size: 26px;
  color: #EA4723;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  font-weight: 300;
}

/* Answer (collapsed by default) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 24px;
}

.faq-answer p {
  color: #666;
  line-height: 2.0;
  font-size: 20px;
}

/* Active answer */
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 24px 24px;
}

/* Active question background + text */
.faq-item.active .faq-question {
  background-color: #EA4723 !important;
  color: #ffffff !important;
}

/* Make sure the span inside question also turns white */
.faq-item.active .faq-question span[itemprop="name"] {
  color: #ffffff !important;
}

/* Active icon color */
.faq-item.active .faq-icon {
  color: #ffffff !important;
  transform: rotate(45deg);
}

/* Remove hover effect when active */
.faq-item.active .faq-question:hover {
  background-color: #EA4723;
}


/* CTA 2 */

/* ==========================
   Insight CTA
========================== */

.cta-insight {
  padding: 60px 0;
}

.cta-insight__box {
  background: linear-gradient(135deg, #EA4723, #ff6a3d);
  border-radius: 26px;
  padding: 70px 60px;
  text-align: center;
  color: #ffffff;
}

.cta-insight__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
}

.cta-insight__text {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 35px;
  line-height: 1.7;
  opacity: 0.95;
  color: #ffffff;
}

.cta-insight__btn {
  display: inline-block;
  padding: 16px 38px;
  background: #ffffff;
  color: #EA4723;
  font-size: 17px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-insight__btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.cta-insight__note {
  margin-top: 18px;
  font-size: 14px;
  opacity: 0.9;
  color: #000;
}

/* ==========================
   Responsive
========================== */

@media (max-width: 768px) {
  .cta-insight__box {
    padding: 50px 30px;
  }

  .cta-insight__title {
    font-size: 30px;
  }

  .cta-insight__text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cta-insight {
    padding: 60px 0;
  }

  .cta-insight__btn {
    width: 100%;
    padding: 15px;
  }
}





/* Locations */
.seo-locations {
  padding: 90px 0;
  background: #f9f9f9;
}

.seo-locations__title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* Card */
.location-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
}

.location-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Overlay */
.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.location-card span {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

/* Hover */
.location-card:hover img {
  transform: scale(1.08);
}

.location-card:hover::after {
  background: rgba(234, 71, 35, 0.65);
}


/* Pop us form css */

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

.popup-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Popup Container */
.popup-container {
  background: white;
  border-radius: 12px;
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
  overflow: hidden;
}

@keyframes slideUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.3s;
}

.popup-close:hover {
  background: #d32f2f;
  transform: rotate(90deg);
}

/* Left Side - Form */
.popup-left {
  flex: 1;
  padding: 40px 35px;
  overflow-y: auto;
}

.popup-left h2 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.3;
}

.popup-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 14px;
}

/* Input Groups */
.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px 12px 12px 45px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
}

.input-group textarea {
  resize: vertical;
  font-family: inherit;
  min-height: 80px;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  border-color: #f44336;
  box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}

/* reCAPTCHA */
.g-recaptcha {
  margin: 15px 0;
  transform: scale(0.9);
  transform-origin: 0 0;
}

/* Submit Button */
.popup-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #EA4723, #ff6a3d);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.popup-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(244, 67, 54, 0.4);
}

.popup-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Right Side - USPs */
.popup-right {
  flex: 1;
  background: linear-gradient(135deg, #EA4723, #ff6a3d);
  color: white;
  padding: 40px 35px;
  border-radius: 0 12px 12px 0;
  overflow-y: auto;
}

.popup-right h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color:#fff;
}

/* USP Tags */
.usp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.usp-tag {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.usp-description {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}

.stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.stat-item i {
  font-size: 24px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 11px;
  opacity: 0.9;
  line-height: 1.3;
}

/* Ratings */
.ratings {
  text-align: center;
}

.rating-text {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #e3e3e3;
}

.rating-logos {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.rating-logos img {
  height: 25px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

/* Mobile Responsive */
@media (max-width: 968px) {
  .popup-container {
    flex-direction: column;
    max-width: 600px;
  }
  
  .popup-right {
    display: none;
  }
  
  .popup-left {
    padding: 35px 25px;
  }
  
  .popup-left h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .popup-overlay {
    padding: 10px;
  }
  
  .popup-left {
    padding: 30px 20px;
  }
  
  .popup-left h2 {
    font-size: 20px;
  }
  
  .input-group input,
  .input-group textarea {
    font-size: 14px;
    padding: 12px 12px 12px 42px;
  }
  
  .g-recaptcha {
    transform: scale(0.85);
  }
}


 @keyframes orangoryZoom {
            0% { transform: scale(1); }
            50% { transform: scale(1.08); }
            100% { transform: scale(1); }
}
        
/* ================= ABOUT HERO ================= */
.about-hero {
    padding: 200px 0 80px;
    background: #020202;
    position: relative;
}

.about-hero__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-hero__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.about-hero__subtitle {
    font-size: 20px;
    color: #d9d7d7;
    line-height: 1.6;
}

/* ================= ABOUT STORY ================= */
.about-story {
    padding: 80px 0;
}

.about-story__content {
    max-width: 900px;
    margin: 0 auto;
}

.about-story__text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* ================= SECTION TITLES ================= */
.sec-title__top {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #EA4723;
    margin-bottom: 10px;
    font-weight: 600;
}

.sec-title__heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

/* ================= ABOUT VALUES ================= */
.about-values {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-values__card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.about-values__card:hover {
    transform: translateY(-5px);
}

.about-values__icon {
    font-size: 48px;
    color: #EA4723;
    margin-bottom: 20px;
}

.about-values__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.about-values__text {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* ================= ABOUT MISSION ================= */
.about-mission {
    padding: 80px 0;
}

.about-mission__box {
    background: linear-gradient(135deg, #EA4723 0%, #ff6b4a 100%);
    padding: 60px;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
}

.about-mission__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-mission__text {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

/* ================= ABOUT APPROACH ================= */
.about-approach {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-approach__item {
    margin-bottom: 40px;
}

.about-approach__number {
    font-size: 48px;
    font-weight: 700;
    color: #EA4723;
    margin-bottom: 15px;
}

.about-approach__item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.about-approach__item-text {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}



/* footer new */

.footer-one--kota {
  background: #000;
  color: #fff;
  padding: 80px 96px 0px;
}

.footer-one__top {
  margin-bottom: 20px;
}

.footer-one__logo-box {
  margin-bottom: 48px;
}

.footer-one__logo {
  width: 200px;
  filter: brightness(0) invert(1);
}

.footer-one__social--text {
  display: flex;
  gap: 32px;
  margin: 0 0 48px 0;
  padding: 0;
  list-style: none;
}

.footer-one__social--text a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-one__social--text a:hover {
  opacity: 0.7;
}

.footer-one__bottom-link-box--stack {
  display: flex;
  gap: 32px;
  margin-top: 0;
  justify-content: flex-start;
}

.footer-one__bottom-link-box--stack a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-one__bottom-link-box--stack a:hover {
  opacity: 0.7;
}



.footer-one__right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-one__email {
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 48px 0;
  color: #fff;
  word-break: break-word;
}

.footer-one__awards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-bottom: 48px;
  justify-content: flex-end;
}

.footer-one__awards img {
  height: 40px;
}

.footer-one__newsletter-btn-outline {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-one__newsletter-btn-outline:hover {
  background: #fff;
  color: #000;
}

.footer-one__sectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 20px 0 20px 0;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-one__sectors span {
  font-size: 18px;
  margin-right: 8px;
  color: #fff;
}

.footer-one__sectors a {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer-one__sectors a:hover {
  background: #EA4723;
  color: #fff;
  border-color: #EA4723;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(234, 71, 35, 0.35);
}

.footer-one__bottom--kota {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  margin-top: 0;
}

.footer-one__bottom--kota p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.footer-one__badge {
  width: 80px;
  height: auto;
}

/* Tablet View */
@media (max-width: 991px) {
  .footer-one--kota {
    padding: 60px 48px;
  }

  .footer-one__right {
    text-align: left;
    align-items: flex-start;
    margin-top: 48px;
  }

  .footer-one__awards {
    justify-content: flex-start;
  }

  .footer-one__email {
    font-size: clamp(28px, 6vw, 48px);
  }
}

/* Mobile View - Matching KOTA exactly */
@media (max-width: 768px) {
  .footer-one--kota {
    padding: 40px 24px;
  }

  .footer-one__top {
    margin-bottom: 0;
  }

  .footer-one__logo-box {
    margin-bottom: 32px;
  }

  .footer-one__logo {
    width: 80px;
  }

  /* Social links - keep horizontal on mobile */
  .footer-one__social--text {
    gap: 24px;
    margin-bottom: 32px;
    font-size: 13px;
  }

  .footer-one__social--text a {
    font-size: 10px;
  }

.footer-one__social--text svg {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

  /* Bottom links - keep horizontal on mobile */
  .footer-one__bottom-link-box--stack {
    gap: 24px;
    margin-bottom: 32px;
  }

  .footer-one__bottom-link-box--stack a {
    font-size: 16px;
  }

  /* Sectors section */
  .footer-one__sectors {
    margin: 32px 0;
    padding-top: 0;
    border-top: none;
  }

  .footer-one__sectors span {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-one__sectors a {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Right column - full width on mobile, no gap */
  .footer-one__right {
    text-align: left;
    align-items: flex-start;
    margin-top: 32px;
  }

  .footer-one__email {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .footer-one__awards {
    justify-content: flex-start;
    gap: 35px;
    margin-bottom: 20px;
  }

  .footer-one__awards img {
    height: 36px;
  }

  .footer-one__newsletter-btn-outline {
    font-size: 16px;
    padding: 14px 28px;
    width: 100%;
    text-align: center;
  }

  /* Bottom section - hide on mobile view or adjust as needed */
  .footer-one__bottom--kota {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    display: none; /* Hidden in the mobile screenshot */
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .footer-one--kota {
    padding: 32px 20px;
  }

  .footer-one__logo {
    width: 200px;
    filter: brightness(0) invert(1);
  }

  .footer-one__social--text {
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-one__bottom-link-box--stack {
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-one__email {
    font-size: 24px;
  }

  .footer-one__awards img {
    height: 32px;
  }

  .footer-one__sectors a {
    font-size: 13px;
    padding: 8px 16px;
  }


  .sec-title__heading {
    font-size: 35px;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
  }

  .footer-one__social--text svg {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
}


/* Blog SEO CTA */

.blog-seo-cta {
  margin: 48px 0;
}

.blog-seo-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.blog-seo-cta__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

.blog-seo-cta__text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 20px;
}

.blog-seo-cta__button {
  display: inline-block;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #ff5a2a;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-seo-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 90, 42, 0.25);
}

.blog-seo-cta__note {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #6b7280;
}

/* Mobile */
@media (max-width: 600px) {
  .blog-seo-cta__inner {
    padding: 24px 20px;
  }

  .blog-seo-cta__title {
    font-size: 20px;
  }
}


@media (max-width: 768px) {
  .blog-seo-cta {
    margin: 40px 0;
  }

  .blog-seo-cta__inner {
    padding: 24px 18px;
    text-align: left;
    border-left: 4px solid #ff5a2a;
    background: #f9fafb;
  }

  .blog-seo-cta__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .blog-seo-cta__text {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .blog-seo-cta__button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
  }

  .blog-seo-cta__note {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
    .counter-one__count-box {
        margin-bottom: 20px;
    }

    .counter-one__count-title {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }
}


.seo-process {
  padding: 10px 0;
}
.seo-process__title {
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: 700;
}
.seo-process__layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding: 20px;
}
/* LEFT */
.seo-process__steps {
  width: 40%;
  max-width: 400px;
}
.process-step {
  border: 2px solid #ccc;
  padding: 20px 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  color: #333;
}
.process-step:hover {
  border-color: #EA4723;
}
.process-step.active {
 background: #EA4723;
 color: #ffffff;
}
/* RIGHT */
.seo-process__content {
  flex: 1;
}
.process-content {
  display: none;
}
.process-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.process-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #666;
}
.process-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 16px;
}
/* MOBILE - HIDE ENTIRE SECTION */
@media (max-width: 768px) {
  .seo-process {
    display: none !important;
  }
}

/* Extra safety for larger phones */
@media (max-width: 480px) {
  .seo-process {
    display: none !important;
  }
}