html {
  background: #eef4fa;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #122033;
  background: #f9fbfe;
  line-height: 1.7;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.branding .site-title,
.slider .slide-title,
.section-heading h2,
.service-title,
.process-card h3,
.cta-panel h2 {
  font-family: "Roboto Slab", Georgia, serif;
}

p,
.feature-summary,
.service-summary,
.slide-summary,
.site-description,
.footer-navigation a,
.main-navigation .menu .menu-item a {
  color: #5c6b7c;
}

a {
  color: #2374e1;
}

.button {
  padding: 14px 28px;
  border-radius: 999px;
  background: #2374e1;
  box-shadow: 0 14px 30px rgba(35, 116, 225, 0.25);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(35, 116, 225, 0.3);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.fullwidth-block {
  padding: 78px 0;
}

.site-header {
  position: sticky;
  top: 0;
}

.bottom-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 42, 91, 0.08);
  box-shadow: 0 12px 30px rgba(12, 33, 68, 0.08);
}

.bottom-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bottom-header .branding {
  padding: 18px 0;
}

.branding img.logo-icon {
  margin-right: 14px;
  max-height: 68px;
}

.branding .site-title {
  font-size: 1.55em;
  letter-spacing: 0.01em;
}

.branding .site-description {
  font-size: 0.95em;
  margin-top: 4px;
  color: #c43d3d;
}

.main-navigation .menu {
  margin: 6px 0;
}

.main-navigation .menu .menu-item {
  padding: 0 16px;
}

.main-navigation .menu .menu-item a {
  padding: 28px 0;
  color: #122033;
  font-weight: 600;
}

.main-navigation .menu .menu-item a:after {
  color: rgba(18, 32, 51, 0.15);
}

.main-navigation .menu .menu-item:hover a,
.main-navigation .menu .menu-item.current-menu-item a {
  color: #2374e1;
  border-bottom: 2px solid #2374e1;
}

.slider {
  min-height: 0;
  height: auto;
  margin-bottom: 0;
  background: #0f3c80;
  overflow: hidden;
}

.slider::before {
  background: rgba(8, 32, 72, 0.35);
  opacity: 1;
}

.slider .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 68vh;
}

.slider .slides li {
  padding: 36px 0;
}

.slider .slides li img {
  order: 2;
  float: none;
  display: block;
  width: 38%;
  max-width: 460px;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(5, 15, 35, 0.35));
}

.slider .slide-caption {
  order: 1;
  float: none;
  width: 56%;
  padding: 0;
}

.slider .slide-title,
.slider .slide-subtitle,
.slider .slide-summary,
.slider .button,
.slider .slide-badge,
.slider .hero-highlights,
.slider .hero-actions {
  opacity: 0;
  transition: 0.35s ease-in;
}

.slider .slide-title {
  color: #ffffff;
  font-size: 3em;
  line-height: 1.08;
  margin: 14px 0 18px;
}

.slider .slide-subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1em;
  text-transform: none;
  letter-spacing: 0.02em;
}

.slider .slide-summary {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02em;
  max-width: 620px;
}

.slider .slide-summary p {
  color: inherit;
}

.slide-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #d9ecff;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-highlights span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f7fbff;
  font-size: 0.92em;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #2374e1;
  font-size: 0.83em;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 14px;
  color: #0b2a5b;
  font-size: 2.5em;
  line-height: 1.2;
}

.section-heading p {
  margin: 0;
  font-size: 1.05em;
}

.feature-section {
  background: transparent;
}

.feature {
  height: 100%;
  padding: 34px 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 45px rgba(12, 33, 68, 0.12);
}

.feature-title [class^="icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  margin-bottom: 18px;
  background: rgba(35, 116, 225, 0.14);
  color: #2374e1;
  font-size: 30px;
}

.feature-title .title {
  color: #0b2a5b;
}

.feature-title .subtitle {
  color: #2374e1;
  font-weight: 700;
}

.trust-section {
  padding-top: 18px;
  padding-bottom: 18px;
}

.trust-card {
  height: 100%;
  padding: 28px 24px;
  text-align: center;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(11, 42, 91, 0.1);
  box-shadow: 0 16px 34px rgba(11, 42, 91, 0.08);
}

.trust-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0b2a5b;
  font-size: 2.3em;
  line-height: 1;
}

.trust-card span {
  color: #5c6b7c;
  font-weight: 600;
}

.services-section {
  background: #f7fbff;
}

.service-card {
  height: 100%;
  border-radius: 24px;
  text-align: left;
  border: 1px solid rgba(35, 116, 225, 0.08);
  box-shadow: 0 18px 40px rgba(12, 33, 68, 0.1);
}

.service-image {
  height: 220px;
  background: #eef5fd;
}

.service-image img {
  object-fit: contain;
  padding: 18px;
}

.service-title {
  background: transparent;
  color: #0b2a5b;
  font-size: 1.28em;
  padding: 24px 22px 10px;
}

.service-summary {
  padding: 0 22px 24px;
  font-size: 0.97em;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(11, 42, 91, 0.16);
}

.process-section {
  background: #0b2a5b;
}

.process-section .section-kicker,
.process-section .section-heading h2,
.process-section .section-heading p {
  color: #ffffff;
}

.process-card {
  height: 100%;
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #7bc7ff;
  color: #0b2a5b;
  font-weight: 800;
}

.process-card h3 {
  color: #ffffff;
  margin: 0 0 12px;
}

.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.about-section {
  background: transparent;
}

.about-section h2 {
  color: #0b2a5b;
}

.feature-list li {
  border-bottom: 1px solid rgba(11, 42, 91, 0.12);
}

.feature-list [class^="icon-"] {
  color: #2374e1;
}

.cta-section {
  padding-top: 24px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px;
  border-radius: 30px;
  background: #0b2a5b;
  box-shadow: 0 24px 46px rgba(11, 42, 91, 0.24);
}

.cta-panel .section-kicker,
.cta-panel h2,
.cta-panel p {
  color: #ffffff;
}

.cta-panel h2 {
  margin: 0 0 12px;
  font-size: 2.2em;
}

.cta-panel p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer {
  background: #041c42;
  padding: 72px 0 44px;
  text-align: left;
}

.site-footer .branding .site-title a,
.site-footer .branding .site-title span,
.site-footer p,
.site-footer strong,
.site-footer .site-description {
  color: #ffffff;
}

.footer-navigation {
  margin-top: 12px;
  text-align: center;
}

.footer-navigation a {
  border-left-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

.footer-navigation a:hover {
  color: #ffffff;
}

.social-links {
  display: none;
  text-align: center;
}

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

.social-links a:hover {
  background: #ffffff;
  color: #0b2a5b;
}

.text-accent {
  color: #2374e1;
}

.breadcrumbs {
  background: transparent;
  padding: 18px 0 0;
  color: #6d7a89;
}

.breadcrumbs .container {
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 42, 91, 0.08);
}

.breadcrumbs a,
.breadcrumbs span {
  color: #6d7a89;
}

.page-hero {
  padding-top: 42px;
  padding-bottom: 28px;
}

.page-hero h1 {
  margin: 0 0 12px;
  color: #0b2a5b;
  font-size: 2.8em;
  line-height: 1.15;
}

.page-hero .leading {
  max-width: 760px;
  margin: 0;
  font-size: 1.08em;
}

.about-page .boxed-content,
.about-page .team-section .col-md-6,
.tracking-container,
.address-box {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(12, 33, 68, 0.1);
  border: 1px solid rgba(35, 116, 225, 0.08);
}

.about-page .about-story .col-md-8 > img {
  max-width: 180px;
  margin-right: 24px;
  margin-bottom: 14px;
}

.about-page .about-story h3,
.about-page .team-name,
.about-page .boxed-content h3,
.contact-page .section-title,
.contact-page .address-box h3,
.tracking-page .tracking-title {
  color: #0b2a5b;
}

.about-page .boxed-content {
  padding: 28px;
}

.about-page .team-section .col-md-6 {
  padding: 28px;
}

.about-page .team-section {
  background: transparent;
}

.about-page .list-check li {
  padding: 18px 0 18px 34px;
}

.about-page .list-check li .fa {
  color: #2374e1;
}

.services-page .services-hero {
  margin-bottom: 34px;
}

.services-page .service-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  margin-bottom: 32px;
}

.services-page .service-card:nth-of-type(even) .service-image {
  order: 2;
}

.services-page .service-card:nth-of-type(even) .service-content {
  order: 1;
}

.services-page .service-content {
  padding: 8px 4px;
}

.services-page .service-title {
  padding: 0 0 14px;
  margin-bottom: 8px;
  font-size: 1.65em;
}

.services-page .service-content p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
  color: #425063;
}

.services-page .service-image {
  max-width: none;
  min-width: 0;
  height: 240px;
  border-radius: 22px;
  overflow: hidden;
}

.contact-page .contact_section {
  background:
    linear-gradient(135deg, rgba(11, 42, 91, 0.92), rgba(20, 89, 173, 0.84)),
    url('images/contactus.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  margin: 0 auto 36px;
  max-width: 1200px;
}

.contact-page .contact_section .section-title,
.contact-page .contact_section .section-subtitle {
  color: #ffffff;
}

.contact-page #contactForm {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.contact-page .contact_section .form-control,
.contact-page .contact_section textarea.form-control {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  color: #122033;
  box-shadow: none;
}

.contact-page .btn-primary,
.tracking-page .btn-primary,
.tracking-page .btn-success {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(35, 116, 225, 0.25);
}

.contact-page .btn-primary,
.tracking-page .btn-primary {
  background: #2374e1;
}

.contact-page .btn-primary:hover,
.tracking-page .btn-primary:hover {
  background: #125bc0;
}

.tracking-page .btn-success {
  background: #0f9d6c;
}

.contact-page .address-section {
  background: transparent;
}

.contact-page .address-box {
  padding: 28px;
  text-align: left;
}

.tracking-page .inner-content {
  padding-top: 30px;
}

.tracking-page .tracking-container {
  max-width: 680px;
  margin: 0 auto 28px;
  padding: 34px;
}

.tracking-page #trackingFrame {
  width: 100%;
  min-height: 540px;
  border: none;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 33, 68, 0.1);
  display: none;
}

.tracking-page .spinner-border,
.tracking-page #downloadBtn {
  display: none;
}

.tracking-page .input-group .form-control {
  border-radius: 999px 0 0 999px;
  min-height: 52px;
}

.tracking-page .input-group .btn {
  border-radius: 0 999px 999px 0;
}

.site-footer {
  margin-top: 54px;
  padding: 56px 0 30px;
}

.site-footer .container {
  max-width: 1180px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.85fr;
  gap: 34px;
  align-items: start;
}

.site-footer .footer-branding {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.site-footer .footer-branding .logo-icon {
  width: 92px;
  max-width: 92px;
  height: auto;
  margin: 0;
  flex: 0 0 auto;
}

.site-footer .footer-branding-copy {
  flex: 1;
}

.site-footer .site-title {
  margin: 0 0 6px;
  font-size: 1.25em;
}

.site-footer .site-description {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer .footer-heading {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.05em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-footer .footer-contact p + p,
.site-footer .footer-links-group p + p {
  margin-top: 10px;
}

.site-footer .footer-contact strong {
  display: inline-block;
  min-width: 82px;
}

.site-footer .footer-navigation {
  margin: 0;
  text-align: left;
}

.site-footer .footer-navigation a {
  display: inline-block;
  margin: 0 16px 12px 0;
  padding: 0;
  border: 0;
}

.site-footer .footer-links-note {
  margin-top: 8px;
}

.site-footer .footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94em;
}

.about-page .boxed-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-page .boxed-content li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #425063;
  font-weight: 600;
}

.about-page .boxed-content li:last-child {
  margin-bottom: 0;
}

.about-page .boxed-content li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2374e1;
}

.contact-page .page-hero,
.tracking-page .page-hero {
  padding-bottom: 18px;
}

.contact-page .page-hero .leading,
.tracking-page .page-hero .leading {
  max-width: 780px;
}

.contact-page .address-section .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-page .address-section .address-box {
  margin: 0;
  text-align: left;
}

.tracking-page .inner-content > .container > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tracking-page .tracking-container {
  text-align: left;
}

.tracking-page .tracking-support {
  margin-top: 20px;
  color: #5c6b7c;
}

@media screen and (max-width: 991px) {
  .slider {
    min-height: auto;
  }

  .bottom-header .container,
  .slider .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider .slides li img {
    order: 1;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 12px;
  }

  .slider .slide-caption {
    order: 2;
    width: 100%;
    padding: 12px 0 20px;
  }

  .slider .slide-title {
    font-size: 2.5em;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-page .service-card {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .fullwidth-block {
    padding: 62px 0;
  }

  .main-navigation .menu {
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(11, 42, 91, 0.08);
    box-shadow: 0 18px 32px rgba(12, 33, 68, 0.08);
  }

  .main-navigation {
    width: 100%;
  }

  .main-navigation .menu .menu-item a {
    padding: 12px 20px;
  }

  .section-heading h2 {
    font-size: 2em;
  }

  .hero-highlights,
  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-panel {
    padding: 32px 24px;
  }

  .about-page .about-story .col-md-8 > img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .contact-page #contactForm,
  .tracking-page .tracking-container {
    padding: 24px;
  }

  .contact-page .address-section .row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 46px 0 24px;
  }
}

@media screen and (max-width: 480px) {
  .branding img.logo-icon {
    max-height: 56px;
  }

  .branding .site-title {
    font-size: 1.18em;
  }

  .slider .slide-title {
    font-size: 2em;
  }

  .slide-badge,
  .hero-highlights span {
    font-size: 0.82em;
  }

  .service-card,
  .feature,
  .process-card,
  .trust-card {
    border-radius: 20px;
  }
}
