/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
.header-cox-v2 {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 15px;
}

/* LOGO CENTER */
.logo-center a {
  font-size: 22px;
  font-weight: bold;
  color: #1e3a8a;
  text-decoration: none;
}

/* MENUS */
.nav-left ul,
.nav-right ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-left a,
.nav-right a {
  text-decoration: none;
  color: #1e293b;
  font-size: 14px;
}

/* CTA PILL */
.cta-pill {
  background: linear-gradient(135deg, #ff7a00, #ff9a2f);
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* MOBILE */
.menu-toggle {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-top: 1px solid #eee;
}

.mobile-menu a {
  padding: 10px 0;
  text-decoration: none;
  color: #1e293b;
}

.mobile-call {
  margin-top: 10px;
  background: #ff7a00;
  color: #fff !important;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}

/* RESPONSIVE */
@media(max-width:768px){

  .nav-left,
  .nav-right,
  .cta-pill {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }
}
.hero-cox {
  position: relative;
  padding: 140px 0 100px;
  background: #f8fafc;
  overflow: hidden;
}

/* BACKGROUND SHAPE */
.hero-bg {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #1e3a8a, transparent);
  opacity: 0.2;
}

/* CENTER CONTENT */
.hero-center {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

/* TAG */
.hero-tag {
  background: #e0f2fe;
  color: #1e3a8a;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* TITLE */
.hero-center h1 {
  font-size: 48px;
  margin: 15px 0;
  color: #0f172a;
}

.hero-center p {
  color: #64748b;

}

/* SEARCH */
.hero-search {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

.hero-search input {
  padding: 14px 20px;
  border: none;
  outline: none;
  width: 250px;
}

.hero-search button {
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 14px 20px;
  cursor: pointer;
}

/* CARDS */
.hero-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  width: 180px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  text-align: center;
}

.hero-card.highlight {
  border: 2px solid #ff7a00;
}

.hero-card h3 {
  font-size: 16px;
}

.hero-card p {
  font-size: 13px;
  color: #64748b;
}

/* MOBILE */
@media(max-width:768px){
  .hero-center h1 {
    font-size: 32px;
  }

  .hero-search {
    flex-direction: column;
    border-radius: 10px;
  }

  .hero-search input {
    width: 100%;
  }

  .hero-search button {
    width: 100%;
  }
}
.cox-plans {
  padding: 100px 0;
  background: #ffffff;
}

/* HEADER */
.plans-header {
  text-align: center;
  margin-bottom: 40px;
}

.plans-header h2 {
  font-size: 36px;
}

.plans-header p {
  color: #64748b;
}

/* SCROLL */
.plans-scroll {

  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

/* HIDE SCROLLBAR */
.plans-scroll::-webkit-scrollbar {
  display: none;
}

/* SLIDE */
.plan-slide {
  min-width: 260px;
  background: #f8fafc;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  scroll-snap-align: start;
  position: relative;
  transition: 0.3s;
  margin-top: 20px;
}

.plan-slide:hover {
  transform: translateY(-6px);
}

/* FEATURED */
.plan-slide.featured {
  border: 2px solid #ff7a00;
  background: #fff7ed;
}

.badge {
  position: absolute;
  top: -10px;
  right: 15px;
  background: #ff7a00;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
}

/* TEXT */
.plan-slide h3 {
  margin-bottom: 5px;
}

.speed {
  font-size: 14px;
  color: #1e3a8a;
  display: block;
  margin-bottom: 10px;
}

.plan-slide p {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 15px;
}

.price {
  font-size: 28px;
  margin-bottom: 15px;
}

.price span {
  font-size: 13px;
  color: #64748b;
}

/* BUTTON */
.plan-btn {
  display: block;
  text-align: center;
  background: #1e3a8a;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}

.plan-btn.highlight {
  background: #ff7a00;
}

/* SECTION */
.why-cox {
  padding: 110px 0;
  background: #f8fafc;
}

/* HEADER */
.why-head {
  text-align: center;
  margin-bottom: 60px;
}

.why-head h2 {
  font-size: 38px;
}

.why-head p {
  color: #64748b;
}

/* BLOCK LAYOUT */
.why-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

/* REVERSE */
.why-block.reverse {
  direction: rtl;
}

.why-block.reverse .why-text {
  direction: ltr;
}

/* TEXT */
.why-text h3 {
  margin-bottom: 10px;
}

.why-text p {
  color: #64748b;
  line-height: 1.6;
}
.why-visual {
  height: 240px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* BACKGROUNDS (keep light, not heavy gradients) */
.visual-blue {
  background: #e0f2fe;
}

.visual-orange {
  background: #fff7ed;
}

.visual-light {
  background: #f0f9ff;
}

/* BIG ICON */
.why-visual i {
  font-size: 70px;
  color: #ff7a00; /* main accent */
  opacity: 0.9;
}

/* OPTIONAL VARIATION COLORS */
.visual-blue i {
  color: #1e3a8a;
}

.visual-light i {
  color: #0284c7;
}

/* SUBTLE HOVER */
.why-visual:hover {
  transform: translateY(-6px);
  transition: 0.3s;
}

/* OPTIONAL SOFT SHADOW */
.why-visual {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


.cox-cta {
  padding: 120px 0;
  background: linear-gradient(135deg,#0b3d91,#1e3a8a);
  color: #fff;
}

/* LAYOUT */
.cta-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.cta-left h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.cta-left p {
  color: #cbd5f5;
  margin-bottom: 20px;
}

/* POINTS */
.cta-points {
  list-style: none;
}

.cta-points li {
  margin-bottom: 8px;
  font-size: 14px;
}

.cta-points i {
  color: #22c55e;
  margin-right: 6px;
}

/* RIGHT BOX */
.cta-right {
  background: rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

/* INPUT */
.cta-right input {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: none;
  margin-bottom: 15px;
}

/* MAIN BUTTON */
.cta-main-btn {
  width: 100%;
  padding: 14px;
  background: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
}

/* CALL BUTTON */
.cta-call-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  text-decoration: none;
}

/* MOBILE */
@media(max-width:768px){
  .cta-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.cox-faq {
  padding: 110px 0;
  background: #ffffff;
}

.faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.faq-head h2 {
  font-size: 34px;
}

.faq-head p {
  color: #64748b;
}

/* LIST */
.faq-list {
  max-width: 700px;
  margin: auto;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-q {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-a {
  display: none;
  padding-bottom: 15px;
  color: #64748b;
  font-size: 14px;
}

.faq-item.active .faq-a {
  display: block;
}

/* ICON ROTATE */
.faq-item.active i {
  transform: rotate(45deg);
}
.cox-coverage {
  padding: 110px 0;
  background: #f8fafc;
}

.coverage-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.coverage-left h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.coverage-left p {
  color: #64748b;
  margin-bottom: 15px;
}

.coverage-left ul {
  list-style: none;
}

.coverage-left li {
  margin-bottom: 8px;
}

.coverage-left i {
  color: #22c55e;
  margin-right: 6px;
}

/* RIGHT CARDS */
.coverage-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.coverage-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

/* MOBILE */
@media(max-width:768px){
  .coverage-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.footer-cox {
  background: #020617;
  color: #cbd5e1;
}

/* DISCLAIMER BAR */
.footer-disclaimer {
  background: #0b3d91;
  padding: 15px 0;
  text-align: center;
}

.footer-disclaimer p {
  font-size: 13px;
  color: #e2e8f0;
  max-width: 800px;
  margin: auto;
}

/* MAIN GRID */
.footer-wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  padding: 60px 0;
}

/* HEADINGS */
.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 10px;
}

/* TEXT */
.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

/* LINKS */
.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  text-decoration: none;
  color: #cbd5e1;
  font-size: 14px;
}

.footer-col a:hover {
  color: #ff7a00;
}

/* ICON */
.footer-col i {
  margin-right: 6px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  padding: 20px;
  font-size: 13px;
}

/* MOBILE */
@media(max-width:768px){
  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.plans-hero-cox {
  padding: 120px 0;
  background: linear-gradient(135deg,#f0f9ff,#e0f2fe);
}

.plans-hero-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.plans-left h1 {
  font-size: 42px;
  margin: 10px 0;
}

.plans-left p {
  color: #64748b;
  margin-bottom: 20px;
}

/* TAGS */
.plans-tags {
  display: flex;
  gap: 10px;
}

.plans-tags span {
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* RIGHT */
.plans-preview {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* CARD */
.preview-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.preview-card span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

/* FEATURED */
.preview-card.highlight {
  border: 2px solid #ff7a00;
}

.badge {
  background: #ff7a00;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

/* MOBILE */
@media(max-width:768px){
  .plans-hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .plans-tags {
    justify-content: center;
  }
}
.plans-table {
  padding: 110px 0;
  background: #ffffff;
}

/* HEAD */
.table-head {
  text-align: center;
  margin-bottom: 40px;
}

.table-head h2 {
  font-size: 34px;
}

.table-head p {
  color: #64748b;
}

/* TABLE */
.table-wrap {
  max-width: 900px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

/* ROW */
.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.5fr 1fr auto;
  padding: 15px 20px;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
}

/* HEADER */
.table-header {
  background: #f8fafc;
  font-weight: 600;
}

/* PLAN NAME */
.plan-name {
  font-weight: 500;
}

/* PRICE */
.price {
  font-weight: bold;
}

/* BUTTON */
.table-btn {
  padding: 8px 14px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
}

.table-btn.highlight {
  background: #ff7a00;
}

/* FEATURED */
.table-row.featured {
  background: #fff7ed;
}

.tag {
  background: #ff7a00;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 5px;
}

/* MOBILE */
@media(max-width:768px){
  .table-row {
    grid-template-columns: 1fr;
    gap: 5px;
    text-align: left;
  }
}
.plans-table {
  padding: 110px 0;
  background: #ffffff;
}

/* HEAD */
.table-head {
  text-align: center;
  margin-bottom: 40px;
}

.table-head h2 {
  font-size: 34px;
}

.table-head p {
  color: #64748b;
}

/* TABLE */
.table-wrap {
  max-width: 900px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

/* ROW */
.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.5fr 1fr auto;
  padding: 15px 20px;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
}

/* HEADER */
.table-header {
  background: #f8fafc;
  font-weight: 600;
}

/* PLAN NAME */
.plan-name {
  font-weight: 500;
}

/* PRICE */
.price {
  font-weight: bold;
}

/* BUTTON */
.table-btn {
  padding: 8px 14px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
}

.table-btn.highlight {
  background: #ff7a00;
}

/* FEATURED */
.table-row.featured {
  background: #fff7ed;
}

.tag {
  background: #ff7a00;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 5px;
}

/* MOBILE */
@media(max-width:768px){
  .table-row {
    grid-template-columns: 1fr;
    gap: 5px;
    text-align: left;
  }
}
.plan-guide-cox {
  padding: 110px 0;
  background: #f8fafc;
}

/* HEAD */
.guide-head {
  text-align: center;
  margin-bottom: 50px;
}

.guide-head h2 {
  font-size: 34px;
}

.guide-head p {
  color: #64748b;
}

/* ROWS */
.guide-rows {
  max-width: 900px;
  margin: auto;
}

/* SINGLE ROW */
.guide-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

/* ICON */
.guide-icon {
  font-size: 22px;
  color: #1e3a8a;
}

/* TEXT */
.guide-content h3 {
  margin-bottom: 5px;
}

.guide-content p {
  font-size: 14px;
  color: #64748b;
}

/* PLAN */
.guide-plan {
  font-weight: 500;
  color: #ff7a00;
}

/* HIGHLIGHT */
.guide-row.highlight {
  background: #fff7ed;
  border-radius: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .guide-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.plans-faq-cox {
  padding: 110px 0;
  background: #ffffff;
}

.faq-head {
  text-align: center;
  margin-bottom: 40px;
}

.faq-head h2 {
  font-size: 34px;
}

.faq-head p {
  color: #64748b;
}

/* LIST */
.faq-list {
  max-width: 750px;
  margin: auto;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

/* QUESTION */
.faq-q {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* ANSWER */
.faq-a {
  display: none;
  padding-bottom: 15px;
  color: #64748b;
  font-size: 14px;
}

.faq-item.active .faq-a {
  display: block;
}

/* ICON ROTATE */
.faq-item.active i {
  transform: rotate(45deg);
}

.why-hero-cox {
  padding: 120px 0;
  background: #ffffff;
}

.why-hero-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.why-hero-left h1 {
  font-size: 42px;
  margin: 10px 0;
}

.why-hero-left p {
  color: #64748b;
  margin-bottom: 20px;
}

/* BUTTONS */
.btn-primary {
  background: #ff7a00;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 10px;
}

.btn-outline {
  border: 1px solid #e2e8f0;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #1e293b;
}

/* RIGHT STATS */
.why-hero-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stat-box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
}

.stat-box h3 {
  margin-bottom: 5px;
}

/* MOBILE */
@media(max-width:768px){
  .why-hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.about-cox {
  padding: 110px 0;
  background: #f8fafc;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.about-left h2 {
  font-size: 36px;
  margin: 10px 0;
}

.about-left p {
  color: #64748b;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* RIGHT STACK */
.about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.about-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* OFFSET CARD */
.about-card.shift {
  margin-left: 30px;
}

/* MOBILE */
@media(max-width:768px){
  .about-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-card.shift {
    margin-left: 0;
  }
}
.cox-features {
  padding: 110px 0;
  background: #ffffff;
}

/* HEAD */
.features-head {
  text-align: center;
  margin-bottom: 50px;
}

.features-head h2 {
  font-size: 34px;
}

.features-head p {
  color: #64748b;
}

/* LIST */
.feature-list {
  max-width: 900px;
  margin: auto;
}

/* ITEM */
.feature-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
}

/* TITLE */
.feature-title {
  font-weight: 600;
  color: #1e293b;
}

/* DESC */
.feature-desc {
  color: #64748b;
  font-size: 14px;
}

/* HOVER EFFECT */
.feature-item:hover {
  background: #f8fafc;
  border-radius: 8px;
  padding-left: 10px;
  transition: 0.3s;
}

/* MOBILE */
@media(max-width:768px){
  .feature-item {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.why-final-cox {
  padding: 120px 0;
  background: #f8fafc;
}

.final-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* FAQ */
.final-faq h2 {
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-q {
  width: 100%;
  padding: 15px 0;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-a {
  display: none;
  padding-bottom: 10px;
  font-size: 14px;
  color: #64748b;
}

.faq-item.active .faq-a {
  display: block;
}

/* CTA BOX */
.final-cta-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.final-cta-box h3 {
  margin-bottom: 10px;
}

.final-cta-box p {
  color: #64748b;
  margin-bottom: 15px;
}

/* INPUT */
.final-cta-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

/* BUTTON */
.cta-main {
  width: 100%;
  padding: 12px;
  background: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
}

.cta-call {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #1e293b;
}

.note {
  font-size: 12px;
  margin-top: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .final-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.internet-hero {
  padding: 120px 0;
  background: linear-gradient(135deg,#f8fafc,#e0f2fe);
}

.internet-hero-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.internet-left h1 {
  font-size: 42px;
  margin: 10px 0;
}

.internet-left p {
  color: #64748b;
  margin-bottom: 20px;
}

/* ACTIONS */
.internet-actions a {
  margin-right: 10px;
}

/* RIGHT */
.internet-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.internet-highlight {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

/* MOBILE */
@media(max-width:768px){
  .internet-hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.internet-types {
  padding: 110px 0;
  background: #ffffff;
}

/* HEAD */
.types-head {
  text-align: center;
  margin-bottom: 40px;
}

.types-head h2 {
  font-size: 34px;
}

.types-head p {
  color: #64748b;
}

/* TABS */
.types-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.tab-btn.active {
  background: #ff7a00;
  color: #fff;
  border-color: #ff7a00;
}

/* CONTENT */
.tab-content {
  display: none;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.tab-content.active {
  display: block;
}

.tab-content p {
  color: #64748b;
  margin-top: 10px;
}
.internet-usage {
  padding: 110px 0;
  background: #f8fafc;
}

/* HEAD */
.usage-head {
  text-align: center;
  margin-bottom: 50px;
}

.usage-head h2 {
  font-size: 34px;
}

.usage-head p {
  color: #64748b;
}

/* LINE */
.usage-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* CONNECT LINE */
.usage-line::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
}

/* ITEM */
.usage-item {
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 1;
}

/* ICON */
.usage-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff7a00;
  font-size: 20px;
  color: #ff7a00;
  margin-bottom: 10px;
}

/* TEXT */
.usage-item p {
  font-size: 13px;
  color: #64748b;
}

/* MOBILE */
@media(max-width:768px){
  .usage-line {
    flex-direction: column;
    gap: 30px;
  }

  .usage-line::before {
    display: none;
  }
}
.contact-cox {
  padding: 120px 0;
  background: #f8fafc;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.contact-info h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.contact-info p {
  color: #64748b;
  margin-bottom: 20px;
}

/* DETAILS */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  gap: 12px;
}

.contact-item i {
  color: #ff7a00;
  font-size: 18px;
}

/* FORM */
.contact-form-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.contact-form-box button {
  width: 100%;
  padding: 12px;
  background: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.form-note {
  font-size: 12px;
  color: #64748b;
  margin-top: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .contact-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-item {
    justify-content: center;
  }
}
.policy-page {
    padding: 100px 0;
  background: #ffffff;
}

.policy-page h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.policy-page h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.policy-page p {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 10px;
}

.policy-page ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.policy-page li {
  margin-bottom: 5px;
}