/*section 1*/
.text-section1 {
  padding-top: 5rem !important;
}
.font-big {
  font-size: 50px;
  font-weight: bold;
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.custom-margin {
  margin-left: 7.5rem;
}
.font-semi-big {
  font-size: 28px;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.home-find-btn {
  background: #00b3ef !important;
  color: #ffffff !important;
  box-shadow: 0px 5px 15px #cbcbcb;
  outline: none;
}
.home-find-btn:focus {
  box-shadow: 0px 5px 15px #cbcbcb !important;
}
.home-find-btn:hover {
  background: #212425 !important;
}
.custom-header {
  background-image: url("../assets/Path\ 859.svg");
  height: auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.expertise-banner-image {
  max-width: 100%;
  height: auto;
}

/* section 2 - Intro */
.custom-divider {
  height: 5px;
}
.custom-inner-text {
  font-size: 35px;
  color: #2E2E2E;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 300;
}
.second-section {
  padding: 4rem 0;
}

/* Section headings */
.section-heading {
  font-size: 40px;
  color: #231F20;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
.section-subheading {
  font-size: 24px;
  color: #2E2E2E;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
}

/* Expertise cards on landing page */
.expertise-cards-section {
  padding: 5rem 0;
  background: #f7f7f7;
}
.expertise-card {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.expertise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.expertise-card-icon {
  width: 100px;
  height: 100px;
  background: #00b3ef;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
}
.expertise-card-title {
  font-size: 26px;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 1rem;
}
.expertise-card-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.expertise-card-link {
  color: #00b3ef;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
.expertise-card-link:hover {
  color: #231F20;
  text-decoration: underline;
}

/* Dark hero section for detail pages */
.expertise-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)), url('../assets/home-page/antennas.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
  color: #fff;
}
.expertise-hero-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.expertise-hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  opacity: 0.9;
}

/* Capability sections */
.capability-section {
  padding: 5rem 0;
}
.capability-section.alt-bg {
  background: #f7f7f7;
}
.capability-title {
  font-size: 32px;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.capability-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}
.capability-list {
  list-style: none;
  padding: 0;
}
.capability-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 18px;
  color: #666;
}
.capability-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 10px;
  height: 10px;
  background: #00b3ef;
  border-radius: 50%;
}

/* Protocol/Technology tags */
.tech-tags-section {
  padding: 4rem 0;
  background: #231F20;
}
.tech-tags-title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}
.tech-tag {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: #fff;
  padding: 0.6rem 1.5rem;
  margin: 0.4rem;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}
.tech-tag:hover {
  background: #00b3ef;
  border-color: #00b3ef;
}

/* Country/Jurisdiction grid for sports betting */
.jurisdictions-section {
  padding: 5rem 0;
  background: #f7f7f7;
}
.jurisdiction-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
.jurisdiction-card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}
.jurisdiction-flag {
  width: 60px;
  height: 40px;
  background: #e0e0e0;
  margin: 0 auto 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}
.jurisdiction-name {
  font-size: 18px;
  color: #231F20;
  font-weight: 600;
}
.jurisdiction-status {
  font-size: 13px;
  color: #00b3ef;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Stats section */
.stats-section {
  background: #00b3ef;
  padding: 4rem 0;
}
.stat-item {
  text-align: center;
  color: #fff;
}
.stat-number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 18px;
  opacity: 0.9;
}

/* Quote section */
.quote-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../assets/home-page/antennas.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}
.quote-text {
  font-size: 28px;
  color: #ffffff;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-style: italic;
  text-align: center;
  padding: 0 10%;
}
.quote-icon {
  text-align: center;
  margin-bottom: 2rem;
}

/* CTA Section */
.cta-section {
  background: #00b3ef;
  padding: 4rem 0;
}
.cta-heading {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
}
.cta-btn {
  background: #fff !important;
  color: #00b3ef !important;
  font-weight: 700;
  padding: 1rem 2.5rem;
  font-size: 18px;
  border: none;
}
.cta-btn:hover {
  background: #231F20 !important;
  color: #fff !important;
}

/* Placeholder for images */
.image-placeholder {
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  min-height: 300px;
  border-radius: 8px;
}

/* Breadcrumb */
/* Breadcrumb - positioned after logo inside hero */
.breadcrumb-nav {
  margin-bottom: 1rem;
}
.breadcrumb-link {
  color: #00b3ef;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-separator {
  color: #999;
  margin: 0 0.5rem;
  font-size: 14px;
}
.breadcrumb-current {
  color: #666;
  font-size: 14px;
}

/* Feed Providers Section */
.feed-providers-section {
  padding: 5rem 0;
  background: #f7f7f7;
}
.provider-logo-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.provider-logo-card:hover .provider-logo {
  filter: grayscale(0%);
  opacity: 1;
}
.provider-logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  transition: color 0.3s ease;
}
.provider-logo-card:hover .provider-logo-text {
  color: #00b3ef;
}

/* Data Type Grid */
.data-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.data-type-item {
  background: #00b3ef;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 15px;
}
.data-type-item i {
  font-size: 18px;
}

/* Real-time Section */
.realtime-section {
  padding: 5rem 0;
}

/* Service Cards Dark */
.service-card-dark {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card-dark:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.service-card-dark .service-card-icon {
  width: 60px;
  height: 60px;
  background: #00b3ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 24px;
}
.service-card-dark .service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #231F20;
  margin-bottom: 1rem;
}
.service-card-dark .service-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Telecoms Advantage Section */
.telecoms-advantage-section {
  padding: 5rem 0;
}
.telecoms-advantage-card {
  background: linear-gradient(135deg, #00b3ef 0%, #0090c0 100%);
  border-radius: 12px;
  padding: 3rem;
  color: #fff;
}
.telecoms-advantage-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
}
.telecoms-advantage-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
}
.telecoms-advantage-link {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.telecoms-advantage-link:hover {
  color: #231F20;
}
.telecoms-advantage-link i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.telecoms-advantage-link:hover i {
  transform: translateX(5px);
}
.telecoms-advantage-icon {
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.telecoms-advantage-icon i {
  font-size: 70px;
  color: #fff;
}

/* Back Link Section */
.back-link-section {
  padding: 2rem 0;
  background: #f7f7f7;
}
.back-link {
  color: #00b3ef;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.back-link:hover {
  color: #231F20;
  text-decoration: underline;
}
.back-link i {
  margin-right: 0.5rem;
}

/* Founder Stats */
.founder-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.founder-stat {
  background: linear-gradient(135deg, #231F20 0%, #3a3536 100%);
  border-radius: 12px;
  padding: 2.5rem 3rem;
  text-align: center;
  min-width: 180px;
}
.founder-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #00b3ef;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.founder-stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
}

/* Case Studies Grid Section */
.case-studies-grid-section {
  padding: 5rem 0;
}
.case-study-card-small {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  border-left: 4px solid #00b3ef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case-study-card-small:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.case-study-card-icon {
  width: 50px;
  height: 50px;
  background: #00b3ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 22px;
}
.case-study-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #231F20;
  margin-bottom: 0.5rem;
}
.case-study-card-client {
  font-size: 14px;
  color: #00b3ef;
  font-weight: 600;
  margin-bottom: 1rem;
}
.case-study-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Case Study Section (Featured) */
.case-study-section {
  padding: 5rem 0;
}
.case-study-card {
  background: linear-gradient(135deg, #231F20 0%, #3a3536 100%);
  border-radius: 12px;
  padding: 3rem;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.case-study-label {
  display: inline-block;
  background: #00b3ef;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.case-study-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
}
.case-study-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1rem;
}
.case-study-security {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(0, 179, 239, 0.4);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.case-study-security i {
  color: #00b3ef;
  font-size: 24px;
  flex-shrink: 0;
}
.case-study-security span {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
}
.case-study-link {
  display: inline-block;
  color: #00b3ef;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.case-study-link:hover {
  color: #fff;
}
.case-study-link i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.case-study-link:hover i {
  transform: translateX(5px);
}
.case-study-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.case-study-stat {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 1.5rem 0.75rem;
  text-align: center;
  flex: 1;
  min-width: 100px;
}
.case-study-stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #00b3ef;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.case-study-stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Mobile responsive */
@media screen and (max-width: 991px) {
  .font-big {
    font-size: 36px;
  }
  .font-semi-big {
    font-size: 20px;
  }
  .section-heading {
    font-size: 28px;
  }
  .expertise-hero-title {
    font-size: 32px;
  }
  .capability-title {
    font-size: 26px;
  }
  .quote-text {
    font-size: 22px;
    padding: 0 5%;
  }
  .stat-number {
    font-size: 36px;
  }
  .case-study-card {
    padding: 2rem;
  }
  .case-study-title {
    font-size: 26px;
  }
  .case-study-text {
    font-size: 16px;
  }
  .case-study-stat-number {
    font-size: 30px;
  }
  .case-study-security {
    padding: 0.875rem 1rem;
  }
  .case-study-security span {
    font-size: 14px;
  }
  .case-study-card-small {
    padding: 1.5rem;
  }
  .case-study-card-title {
    font-size: 18px;
  }
  .founder-stat {
    padding: 2rem;
    min-width: 150px;
  }
  .founder-stat-number {
    font-size: 40px;
  }
  .telecoms-advantage-card {
    padding: 2rem;
  }
  .telecoms-advantage-title {
    font-size: 26px;
  }
  .telecoms-advantage-text {
    font-size: 16px;
  }
  .telecoms-advantage-icon {
    width: 120px;
    height: 120px;
  }
  .telecoms-advantage-icon i {
    font-size: 50px;
  }
  .breadcrumb-nav {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .font-big {
    font-size: 28px;
  }
  .font-semi-big {
    font-size: 18px;
  }
  .custom-inner-text {
    font-size: 24px;
  }
  .section-heading {
    font-size: 24px;
  }
  .expertise-card {
    padding: 1.5rem;
  }
  .expertise-card-title {
    font-size: 22px;
  }
  .cta-heading {
    font-size: 28px;
  }
  .stat-number {
    font-size: 28px;
  }
  .stat-label {
    font-size: 14px;
  }
  .case-study-card {
    padding: 1.5rem;
  }
  .case-study-title {
    font-size: 22px;
  }
  .case-study-stat {
    padding: 1rem;
    min-width: 90px;
  }
  .case-study-stat-number {
    font-size: 26px;
  }
  .case-study-stat-label {
    font-size: 11px;
  }
  .case-study-security {
    padding: 0.75rem;
    gap: 0.5rem;
  }
  .case-study-security i {
    font-size: 20px;
  }
  .case-study-security span {
    font-size: 13px;
  }
  .case-study-card-small {
    padding: 1.25rem;
  }
  .case-study-card-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .case-study-card-title {
    font-size: 17px;
  }
  .case-study-card-desc {
    font-size: 14px;
  }
  .founder-stats {
    gap: 1rem;
  }
  .founder-stat {
    padding: 1.5rem 2rem;
    min-width: 130px;
  }
  .founder-stat-number {
    font-size: 32px;
  }
  .founder-stat-label {
    font-size: 14px;
  }
  .telecoms-advantage-card {
    padding: 1.5rem;
  }
  .telecoms-advantage-title {
    font-size: 22px;
  }
  .telecoms-advantage-icon {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
  }
  .telecoms-advantage-icon i {
    font-size: 40px;
  }
  .data-type-item {
    font-size: 13px;
    padding: 0.5rem 1rem;
  }
  .provider-logo-card {
    height: 80px;
    padding: 1rem;
  }
  .provider-logo-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1460px) {
  .text-section1 {
      padding-top: 2rem !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .text-section1 {
      padding-top: 2rem !important;
  }
}
