:root {
  --plan-blue: #4392d5;
  --plan-dark-blue: #003366;
  --plan-lime: #d8ff91;
  --plan-bg-light: #f8fbff;
    --sky-blue: #3d86c6;
  --dark-blue: #1e4d7b;
}

/* Header CSS Start */
.dropdown-item.active {
  background: #0066b2 !important;
  border-bottom: 2px solid #0066b2;
}
.text-primary{
  color : #0093DD !important;
}

.bg-blue {
  background-color: var(--plan-dark-blue) !important;
}

#connectionModal .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

#connectionModal .input-group-text {
  border-right: none;
}

#connectionModal .form-control {
  border-left: none;
}

#connectionModal .btn-primary:hover {
  filter: brightness(1.1);
}

.custom-top-bar {
  background-color: var(--sky-blue);
  font-family: sans-serif;
  font-size: 0.85rem;
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.nav-link {
  font-size: 13px !important;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.dark .nav-link {
  color: #e0e0e0 !important;
}

.nav-link:hover, .nav-link.active {
  color: var(--sky-blue) !important;
}

.btn-renewal {
  background: linear-gradient(90deg, #3d86c6 0%, #1e4d7b 100%);
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  transition: opacity 0.3s;
}

.btn-renewal:hover {
  opacity: 0.9;
  color: white;
}

.btn-outline-conn {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-conn:hover {
  background-color: var(--dark-blue);
  color: white !important;
}

.dark .btn-outline-conn {
  border-color: #5ba4e5;
  color: #5ba4e5;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 70vh;
    overflow-y: auto;
  }

  .dark .navbar-collapse {
    background: #1a1a1a;
  }

  .navbar-nav {
    padding: 10px 0;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dark .navbar-nav .nav-item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-nav .nav-link {
    padding: 12px 10px !important;
  }

  .header-btn-group {
    margin-top: 15px;
  }

  .dark .header-btn-group {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
}

.dropdown-item {
  font-size: 13px !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.3em solid #333;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dark .nav-link.dropdown-toggle::after {
  border-top-color: #fff;
}

@media (max-width: 991px) {
  .nav-link.dropdown-toggle::after {
    border-top-color: #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .navbar-nav .nav-item {
    position: relative;
  }
  
  .navbar-nav .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 30px;
  }
}

/* Header CSS End */

/* Hero CSS Start */
.hero-section {
  background: linear-gradient(90deg, #02030D 0%, #010212 50%, #090141 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 0 60px;
  color: white;
  overflow: hidden;
}

.logo-main {
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

.truly-text {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: -1px;
}

.unlimited-text {
  font-size: 4.0rem;
  font-weight: 900;
  color: #00d2ff;
  line-height: 0.9;
  text-shadow: 0 0 30px rgba(0, 210, 255, 0.4);
  margin-bottom: 15px;
  font-style: italic;
  letter-spacing: -2px;
}

.experience-text {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.plan-card {
  border-radius: 25px;
  padding: 30px 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid;
  text-align: center;
  transition: transform 0.3s ease;
}

.plan-card.purple {
  border-color: #a020f0;
  box-shadow: 0 0 20px rgba(160, 32, 240, 0.2);
}

.plan-card.blue {
  border-color: #007bff;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.2);
}

.badge-custom {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 25px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.icon-circle {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbps-val {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.mbps-unit {
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 2px;
}

.truly-label {
  color: #00d2ff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.feature-list li {
  font-size: 0.85rem;
  margin-bottom: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.feature-list i {
  font-size: 8px;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.price-tag {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.per-month {
  font-size: 0.7rem;
  display: block;
  opacity: 0.7;
  font-weight: 700;
  letter-spacing: 1px;
}

.bottom-features-row {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 40px;
  width: 100%;
}

.feature-stat {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.custom-input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none !important;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.custom-form-container {
  width: 100%;
  max-width: 500px;
  background-color: #0b0c2a;
  padding: 60px 40px;
  border-radius: 40px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.custom-form-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px; 
  padding: 2px;
  background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 25%, transparent 50%, #9d50bb 75%, #a445b2 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.custom-input {
  width: 100%;
  background-color: #3b3754 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 18px 25px !important;
  font-size: 1.1rem;
  margin-bottom: 20px;
  outline: none;
}

.custom-input::placeholder {
  color: #a09cb1;
  font-weight: 400;
}

.captcha-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  color: #000;
}

.captcha-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #202124;
}

.captcha-check {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  cursor: pointer;
}

.captcha-logo-section {
  text-align: center;
  font-size: 0.6rem;
  color: #777;
}

/* Hero CSS End */

/* Plan Section CSS Start */
.plan-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-main-wrapper {
  background-color: var(--plan-bg-light);
  padding: 60px 0;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.plan-toggle-pill-container {
  background: #ffffff;
  padding: 10px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.plan-toggle-btn {
  border: none;
  background: transparent;
  padding: 10px 25px;
  border-radius: 100px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  color: #444;
}

.plan-toggle-btn.is-active {
  background-color: var(--plan-blue);
  color: white;
  box-shadow: 0 5px 15px rgba(67, 146, 213, 0.4);
}

.plan-save-tag {
  background-color: var(--plan-lime);
  color: #000;
  font-size: 0.75rem;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 700;
}

.plan-card-item {
  background: white;
  border: 2px solid transparent;
  border-radius: 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  cursor: pointer;
}

.plan-card-item:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: var(--plan-blue);
  box-shadow: 0 20px 40px rgba(67, 146, 213, 0.15);
  z-index: 10;
}

.plan-hover-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--plan-lime);
  color: #000;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.plan-card-item:hover .plan-hover-badge {
  opacity: 1;
  transform: translateY(0);
}

.plan-action-btn {
  border: 2px solid var(--plan-blue);
  background: transparent;
  color: var(--plan-blue);
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.plan-card-item:hover .plan-action-btn {
  background: linear-gradient(180deg, #4392d5 0%, #0055a5 100%);
  color: white;
  border-color: transparent;
}

.plan-card-speed {
  color: var(--plan-dark-blue);
  font-weight: 800;
}

.plan-card-price {
  font-size: 2.8rem;
  font-weight: 800;
  color: #007bff;
}

.plan-card-check {
  color: #8bc34a;
  margin-right: 10px;
  font-weight: bold;
}

.custom-input {
  background: #e7e7e7 !important;
  height: 45px !important;
  border: 1px solid #dee2e6 !important;
  padding: 0.75rem !important;
}

.custom-input:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 0.25rem rgba(0,0,0,0.1) !important;
  outline: none !important;
}

/* Plan Section CSS End */

/* Service Section CSS Start */
.service-section {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.service-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 77, 115, 0.08);
  border-color: #00acee33;
}

.service-icon-wrapper {
  color: #00acee;
  margin-bottom: 25px;
}

.service-card-title {
  color: #004d73;
  font-weight: 700;
  font-size: 1.5rem;
}

.service-link {
  color: #00acee;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.offer-section {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('/assets/images/timer-bg.png');
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.offer-title {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #f6fcffff;
}

.offer-highlight {
  color: #ccff00;
  font-weight: 800;
  text-shadow: 0 0 5px rgba(204, 255, 0, 0.5);
}

.timer-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.timer-block {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 12px;
  min-width: 90px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.timer-val {
  font-size: 2.8rem;
  font-weight: 800;
  display: block;
  line-height: 1;
  color: #fff;
}

.timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 1px;
}

.btn-get-started {
  background: linear-gradient(90deg, #00acee, #0072b1);
  border: none;
  color: white;
  padding: 14px 50px;
  border-radius: 8px;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 10px;
}

.btn-get-started:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 172, 238, 0.4);
}

.app-section {
  padding: 30px 0;
  background-color: #f9ffff;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.app-title {
  color: #003366;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.app-checklist {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.app-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #444;
}

.check-icon {
  background: #8bc34a;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.app-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.app-bg-shape {
  position: absolute;
  width: 120%;
  z-index: 1;
  pointer-events: none;
}

.app-phone-top {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 380px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
  transition: transform 0.5s ease;
}

.app-image-wrapper:hover .app-phone-top {
  transform: translateY(-10px) rotate(-2deg);
}

.store-badge {
  height: 45px;
  transition: transform 0.2s;
}

.store-badge:hover {
  transform: scale(1.05);
}

/* Service Section CSS End */

/* Why Choose Us Section CSS Start */
.wcu-section {
  padding: 60px 0 !important;
  background-color: #ffffff;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.wcu-main-title {
  color: #003366;
  font-weight: 800;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wcu-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 60px;
}

.wcu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  padding: 20px;
  cursor: default;
}

.wcu-icon-box {
  width: 80px;
  height: 80px;
  background-color: #4392d5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(67, 146, 213, 0.2);
}

.wcu-item:hover .wcu-icon-box {
  transform: scale(1.1) rotate(10deg);
  background-color: #003366;
  box-shadow: 0 15px 30px rgba(0, 51, 102, 0.3);
}

.wcu-item:hover .wcu-title {
  color: #4392d5;
}

.wcu-title {
  color: #003366;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.wcu-desc {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.4;
  max-width: 200px;
}

@media (max-width: 991px) {
  .wcu-item {
    margin-bottom: 40px;
  }
}

/* Why Choose Us Section CSS End */

/* Advance Services CSS Start */
.adv-section {
  padding: 60px 0;
  background-color: #fcfdfe;
  font-family: 'Segoe UI', sans-serif;
}

.adv-header-title {
  color: #003366;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.adv-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid #f0f4f8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  height: 100%;
}

.adv-card:hover {
  transform: translateY(-10px);
  border-color: #00acee;
  box-shadow: 0 20px 40px rgba(0, 172, 238, 0.1);
}

.adv-icon-box {
  color: #00acee;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.adv-card:hover .adv-icon-box {
  transform: scale(1.1);
}

.adv-card-title {
  color: #003366;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.adv-explore {
  color: #00acee;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.adv-explore svg {
  transition: transform 0.3s ease;
}

.adv-card:hover .adv-explore svg {
  transform: translateX(5px);
}

.logo-section {
  margin-top: 30px;
  padding-top: 30px;
}

.logo-item {
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s ease;
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
}

.logo-item:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

/* Advance Services CSS End */

/* Why Choose Skynet CSS Start */
.skynet-section {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.skynet-header-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.skynet-subtitle {
  color: #666;
  font-size: 1.05rem;
  max-width: 500px;
  margin-bottom: 40px;
}

.feature-row {
  background: #f8fbff;
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  max-width: 600px;
}

.feature-row:hover {
  transform: translateX(10px);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 172, 238, 0.1);
}

.icon-container {
  background-color: #00acee;
  color: white;
  min-width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text-title {
  color: #004d73;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.feature-text-desc {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.main-illustration {
  width: 100%;
  height: auto;
  max-width: 600px;
}

/* Why Choose Skynet CSS End */

/* Contact Expert CSS Start */
.contact-section {
  padding: 60px 0;
  background-color: #fcfdfe;
  font-family: 'Segoe UI', sans-serif;
}

.contact-header-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f4f8;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-info h4 {
  color: #004d73;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.contact-number {
  color: #00acee;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}

.contact-icon-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00acee 0%, #0072b1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.contact-form-container {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px;
  border: 2px solid #00acee;
  box-shadow: 0 15px 40px rgba(0, 172, 238, 0.05);
}

.form-control-custom {
  background-color: #f1f1f1 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  margin-bottom: 15px;
  color: #333;
}

.form-control-custom::placeholder {
  color: #777;
  font-size: 0.9rem;
}

.btn-submit-ticket {
  background: linear-gradient(90deg, #00acee, #004d73);
  border: none;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.btn-send-message {
  background: linear-gradient(90deg, #00acee, #004d73);
  border: none;
  color: white;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* Contact Expert CSS End */

/* Testimonials CSS Start */
.testimonial-section {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.test-header-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.test-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f4f8;
  max-width: 850px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.user-avatar {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background-color: #4392d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.star-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
  color: #ffb400;
}

.test-text {
  font-style: italic;
  color: #444;
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.user-name {
  color: #004d73;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.user-role {
  color: #666;
  font-size: 1rem;
}

.swiper-container {
  padding: 20px 60px !important;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #4392d5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: #004d73;
  transform: translateY(-50%) scale(1.1);
}

.prev-el {
  left: 10%;
}

.next-el {
  right: 10%;
}

.swiper-pagination-bullet {
  width: 40px !important;
  border-radius: 5px !important;
  height: 10px !important;
  background: #cbd5e0 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #4392d5 !important;
}

@media (max-width: 768px) {
  .test-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .user-avatar {
    width: 140px;
    height: 140px;
  }

  .star-rating {
    justify-content: center;
  }
}
/* Testimonials CSS End */

/* Latest Insights CSS Start */
.insight-section {
  padding: 60px 0;
  background-color: #fcfdfe;
  font-family: 'Segoe UI', sans-serif;
}

.insight-header-title {
  color: #004d73;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.2rem;
}

.insight-card {
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f4f8;
  height: 100%;
  transition: transform 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-10px);
}

.insight-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.insight-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.insight-card:hover .insight-img-wrapper img {
  transform: scale(1.1);
}

.category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #00acee;
  color: white;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}

.insight-body {
  padding: 30px;
}

.insight-date {
  color: #adb5bd;
  font-size: 0.9rem;
  margin-bottom: 12px;
  display: block;
}

.insight-title {
  color: #004d73;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 70px;
}

.insight-desc {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-btn {
  color: #00acee;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  transition: gap 0.3s ease;
}

.read-more-btn:hover {
  gap: 12px;
  color: #004d73;
}

.view-all-container {
  margin-top: 50px;
}

.btn-view-all {
  background: linear-gradient(90deg, #00acee, #004d73);
  border: none;
  color: white;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}

.btn-view-all:hover {
  opacity: 0.9;
  color: white;
}
/* Latest Insights CSS End */

/* Footer CSS Start */
.main-footer {
  background: linear-gradient(135deg, rgba(6, 26, 51, 0.9) 0%, rgba(30, 74, 122, 0.8) 50%, rgba(6, 26, 51, 0.9) 100%),
    url('/assets/images/footer-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  color: #ffffff;
  padding: 60px 0 20px 0;
  font-family: 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cbd5e0;
  margin-bottom: 25px;
}

.footer-heading {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  color: #ffffff;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li, .footer-list a {
  color: #cbd5e0;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.footer-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-item i {
  margin-top: 5px;
  font-size: 1rem;
}

.label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8899af;
}

.contact-item a, .contact-item p {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  font-size: 0.95rem;
}

.footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 30px 0;
}

.footer-bottom {

  margin-top: 40px;
  font-size: 0.85rem;
  color: #d1d1d1;
}

.copyright {
  letter-spacing: 0.3px;
}

.legal-links .footer-link {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-links .footer-link:hover {
  color: #ffffff;
}

.separator {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .legal-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Footer CSS End */