@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  /* margin-bottom: 2000px; */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:root {
  --primary-color: #f70b0b;
  --secondary-color: #005efe;
  --dark-color: #000000;
  --footer-background: #013b6b;
}

.logo {
  max-height: 60px;
}

.nav-item {
  /* text-transform: uppercase; */
  font-weight: 500;
}

.nav-item .nav-link.active {
  color: var(--primary-color);
}

.nav-item .nav-link.active:hover {
  color: var(--dark-color);
}

.nav-item .nav-link:hover {
  color: var(--primary-color);
  transition: all .3s ease-in-out;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
  font-size: 15px;
  /* text-transform: uppercase; */
}

.btn-2 {
  background: #004dff;
  background: linear-gradient(0deg, #004dff 0%, #004dff 100%);
  border: none;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .5),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  transition: dropdown .5s ease-in-out;
}

.navbar.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  background-color: white !important;
  transition: background-color 0.2s ease-in-out;
}


#hero {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.header-content {
  position: relative;
  top: 40%;
}

.header-content-heading {
  font-size: 55px;
  font-weight: 800;
  color: white;
}

.carousel-item {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.carousel-caption {
  bottom: 60%;

}

.carousel-caption h1,
p {
  color: var(--dark-color);
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.carousel-caption .btn {
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 50px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #ff5a00;
  /* Optional: match brand color */
}

.carousel-indicators {
  bottom: 30px;
}

.ship-heading {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.about-us-section {
  background: url('../images/hero-image-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}

.about-container {
  background: #001a58b9;
  padding: 36px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-text {
  text-align: justify;
  color: white;
}

.about-heading-container {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.meet-heading {
  font-weight: 600;
}

.kara {
  color: var(--primary-color);
}


/* === removing default button style ===*/
.button {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

/* button styling */
.button {
  --border-right: 6px;
  --text-stroke-color: rgb(255, 255, 255);
  --animation-color: var(--primary-color);
  --fs-size: 1.5em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-stroke-color);
}

/* this is the text, when you hover on button */
.hover-text {
  position: absolute;
  box-sizing: border-box;
  content: attr(data-text);
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
}

/* hover */
.button:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color))
}

.service-img {
  width: 120px;
}

.services-img {
  width: 300px;
}

.ser {
  font-weight: 600;
  color: var(--primary-color);
}

.ser-p {
  font-size: 14px;
}

.read-more-button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.read-more-button {
  --primary-color: #111;
  --hovered-color: #c84747;
  position: relative;
  display: flex;
  /* font-weight: 600; */
  font-size: 16px;
  gap: 0.5rem;
  align-items: center;
}

.read-more-button p {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: var(--primary-color);
}

.read-more-button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.3s ease-out;
}

.read-more-button p::before {
  position: absolute;
  /*   box-sizing: border-box; */
  content: "Explore";
  width: 0%;
  inset: 0;
  color: var(--hovered-color);
  overflow: hidden;
  transition: 0.3s ease-out;
}

.read-more-button:hover::after {
  width: 100%;
}

.read-more-button:hover p::before {
  width: 100%;
}

.read-more-button:hover svg {
  transform: translateX(4px);
  color: var(--hovered-color);
}

.read-more-button svg {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}

.why-choose-us {
  background: url('../images/why-choose-bg-1.jpg');
  height: 90vh;
  background-size: cover;
  background-attachment: fixed;
}

.why-choose-us-heading {
  font-weight: 700;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.why-list li i {
  margin-right: 16px;
  color: var(--secondary-color);
}


.why-choose-p {
  font-size: 13px;
  color: rgb(160, 160, 160);
}


.testimonial-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 900px;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.testimonial-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}

.testimonials {
  position: relative;
  min-height: 250px;
  /* Set enough space to hold all testimonial sizes */
}

.t-name {
  color: #7a7a7a;
  font-size: 16px;
}

.clients-heading {
  font-weight: 700;
}

.stats-section {
  /* display: flex; */
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
}

.stat {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.stats-section p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}


.footer {
  background: #001a58;
}

.foot-head {
  color: var(--secondary-color);
}

.foot-services-list {
  color: white;
  font-size: 14px;
  padding-top: 10px;
}

.my-float {
  /* font-size: 30px; */
  color: #01A652
}

.float {
  position: fixed;
  padding: 5px 10px;
  /* width: 60px; */
  /* height: 60px; */
  bottom: 40px;
  left: 40px;
  background-color: var(--secondary-color);
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.service-heading {
  font-weight: 700;
}


.back-to-top-btn {
  border: none;
  background: transparent;
  color: var(--primary-color);

}

.about-hero {
  background: none;
  /* padding: 10px; */
  overflow: hidden;
}

.mission-and-vision {
  background: url(../images/logistics-background.jpg);
  background-attachment: fixed;
}

.main-about {
  background: url('../images/about-headr.jpg');
  width: 100%;
  height: 50vh;
  /* border-radius: 20px; */
  background-size: cover;
  position: relative;
}

.services-about {
  background: url('../images/logistics-services-header.jpg');
  width: 100%;
  height: 50vh;
  /* border-radius: 20px; */
  background-position: center;
  background-size: cover;
  position: relative;
}

.contact-about {
  background: url('../images/contact-logistics-header.jpg');
  width: 100%;
  height: 50vh;
  /* border-radius: 20px; */
  background-position: center;
  background-size: cover;
  position: relative;
}

.overlay {
  background-color: rgba(2, 50, 122, 0.774);
  position: absolute;
  height: 50vh;
  /* border-radius: 20px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay1 {
  background-color: rgba(2, 50, 122, 0.774);
  position: absolute;
  /* height: 100%; */
  z-index: 1;
  width: 100%;
  content: "";
}

.mission-vision-content {
  z-index: 1;
}

.about-page-heading {
  color: white;
  font-size: 4rem;
}

.circle {
  color: var(--primary-color);
}

.who-heading {
  text-transform: uppercase;
}

.about-highlight {
  color: var(--primary-color);
}

.below-text {
  background-color: lightblue;
  padding: 10px;
  border-bottom: 3px solid var(--primary-color);
}

.who-we-are-text {
  line-height: 1.5;
}

.who-image {
  border-radius: 20px;
}

.mission-area {
  background: #e4e4e4;
  padding: 16px;
  border-radius: 20px;
}


.vision-area {
  background: lightblue;
  padding: 16px;
  border-radius: 20px;
}

.mission-icon,
.vision-icon {
  margin-bottom: 60px;
}

.mission-icon img {
  width: 70px;
  height: 70px;
}

.vision-icon img {
  width: 70px;
  height: 70px;
}

.team-member-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.team-member-name {
  font-size: 20px;
}

.team-member-position {
  color: #7a7a7a;
}

.services-button {
  --bg: #000;
  --hover-bg: var(--secondary-color);
  --hover-text: #000;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--bg);
  border-radius: 4px;
  padding: 0.8em 2em;
  background: var(--bg);
  transition: 0.2s;
  width: 200px;
}

.services-button:hover {
  color: var(--hover-text);
  transform: translate(-0.25rem, -0.25rem);
  background: var(--hover-bg);
  box-shadow: 0.25rem 0.25rem var(--bg);
}

.services-button:active {
  transform: translate(0);
  box-shadow: none;
}

.contact-icons {
  color: var(--primary-color);
}

.contact-box {
  border: 1px solid rgb(211, 211, 211);
  border-radius: 10px;
}

/* .contact-heading{
  font-weight: 600;
  font-size: 30px;
} */

.contact-form-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

.wave-group {
  position: relative;
}

.wave-group .input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 200px;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
}

.wave-group .input:focus {
  outline: none;
}

.wave-group .label {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  display: flex;
}

.wave-group .label-char {
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * .05s);
}

.wave-group .input:focus~label .label-char,
.wave-group .input:valid~label .label-char {
  transform: translateY(-20px);
  font-size: 14px;
  color: #5264AE;
}

.wave-group .bar {
  position: relative;
  display: block;
  width: 200px;
}

.wave-group .bar:before,
.wave-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
  left: 50%;
}

.wave-group .bar:after {
  right: 50%;
}

.wave-group .input:focus~.bar:before,
.wave-group .input:focus~.bar:after {
  width: 50%;
}

.contact-submit {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.contact-submit:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.contact-submit:hover .icon {
  transform: translate(4px);
}

.contact-submit:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.contact-submit::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}


@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.map-area {
  background: url('../images/logistics-background.jpg');
  /* background-position: top; */
  /* background-size: cover; */
  background-attachment: fixed;
}

.services-circle {
  color: var(--primary-color);
  font-size: 20px;
}

.services-heading {
  font-weight: 800;
}

.service-row-1 {
  background: rgb(241, 241, 241);
  cursor: pointer;
}

.service-row-2 {
  background: var(--footer-background);
  cursor: pointer;
}


.service-row-contact {
  background: url('../images/contact-us-from-services.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  background-attachment: fixed;
}

.tracking {
  /* height: 60vh; */
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.tracking .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tracking .card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.tracking .input-group-text {
  border: none;
}

.tracking .btn-primary {
  border: none;
  transition: all 0.3s ease;
}

.tracking .btn-primary:hover {
  transform: scale(1.05);
}

.track-heading {
  font-weight: 750;
  font-size: 2.5rem;
}

.tracking-heading {
  color: #6c757d;
  font-weight: 400;
}

/* Modern Tracking Results Styles */
.tracking-results-container {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeInUp 0.6s ease-out;
}

.result-header-card .tracking-icon {
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.status-badges .status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.status-badges .status-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.status-success { background: linear-gradient(135deg, #4CAF50, #45a049); color: white; }
.status-primary { background: linear-gradient(135deg, #007bff, #0056b3); color: white; }
.status-info { background: linear-gradient(135deg, #17a2b8, #138496); color: white; }
.status-warning { background: linear-gradient(135deg, #ffc107, #e0a800); color: black; }
.status-danger { background: linear-gradient(135deg, #dc3545, #c82333); color: white; }
.status-secondary { background: linear-gradient(135deg, #6c757d, #545b62); color: white; }

.progress-section .card-header {
  background: var(--primary-color);
  border: none;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-gradient-success {
  background: linear-gradient(135deg, #4CAF50, #45a049);
}

.bg-gradient-info {
  background: linear-gradient(135deg, #17a2b8, #138496);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc107, #e0a800);
}

.bg-gradient-danger {
  background: linear-gradient(135deg, #dc3545, #c82333);
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.info-card {
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card .info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.detail-item {
  background: #f8f9fa;
  padding: 1rem;
  /* border-radius: 10px; */
  border-left: 4px solid var(--footer-background);
  transition: all 0.3s ease;
}

.detail-item:hover {
  background: #e9ecef;
  border-left-color: #0056b3;
  /* transform: translateX(5px); */
}

.detail-item label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.result-footer {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

/* Timeline Styles Enhancement */
.timeline-container {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #007bff, #28a745);
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateX(10px);
}

.timeline-marker {
  position: absolute;
  left: -25px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 3px solid #dee2e6;
  z-index: 1;
}

.timeline-item.completed .timeline-marker {
  background: #28a745;
  border-color: #28a745;
}

.timeline-item.current .timeline-marker {
  background: white;
  border-color: #007bff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}

.timeline-content {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.timeline-item.completed .timeline-content {
  border-left-color: #28a745;
}

.timeline-item.current .timeline-content {
  border-left-color: #007bff;
  background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

/* PDF Generation Styles */
@media print {
  .tracking-results-container {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .result-header-card,
  .progress-section,
  .info-cards-grid,
  .detailed-info-section {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .card {
    box-shadow: none !important;
    border: 1px solid #dee2e6 !important;
  }

  .status-badge {
    border: 1px solid currentColor !important;
  }

  .info-card .card {
    border: 1px solid #dee2e6 !important;
  }

  .detail-item {
    border-left: 3px solid currentColor !important;
  }
}

/* Ensure proper rendering for PDF generation */
.tracking-results-container * {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

.tracking-results-container {
  background: white !important;
  color: black !important;
}

/* Fix for html2canvas rendering */
.tracking-results-container .card {
  background: white !important;
  border: 1px solid #dee2e6 !important;
}

.tracking-results-container .text-primary {
  color: #0d6efd !important;
}

.tracking-results-container .text-success {
  color: #198754 !important;
}

.tracking-results-container .text-info {
  color: #0dcaf0 !important;
}

.tracking-results-container .text-warning {
  color: #ffc107 !important;
}

.tracking-results-container .text-danger {
  color: #dc3545 !important;
}

.tracking-results-container .text-muted {
  color: #6c757d !important;
}

.tracking-results-container .bg-primary {
  background-color: #0d6efd !important;
  color: white !important;
}

.tracking-results-container .bg-light {
  background-color: #f8f9fa !important;
}

.tracking-results-container .border-0 {
  border: 1px solid #dee2e6 !important;
}

/* Loading and Error States */
.loading-container {
  animation: fadeInUp 0.6s ease-out;
}

.loading-spinner {
  animation: bounceIn 0.8s ease-out;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loading-dots {
  display: inline-block;
}

.loading-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #007bff;
  animation: loadingDots 1.4s infinite ease-in-out both;
}

.loading-dots span:nth-child(1) { animation-delay: -0.32s; }
.loading-dots span:nth-child(2) { animation-delay: -0.16s; }

@keyframes loadingDots {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.error-container {
  animation: shake 0.6s ease-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
  20%, 40%, 60%, 80% { transform: translateX(10px); }
}

.error-icon {
  animation: pulse 2s infinite;
}

.privacy-value {
  font-size: 16px;
}

/* Main Container Styles */
.cookie-consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: #333333;
  padding: 18px 30px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 1px solid #e0e0e0;
}

/* Content Layout */
.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Message Styling */
.cookie-message {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 250px;
}

.cookie-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-icon {
  font-size: 20px;
  flex-shrink: 0;
}

/* Button Styles */
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}


.cookie-btn {
  padding: 8px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  border: none;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
}

.accept-btn {
  background-color: var(--primary-color);
  color: white;
}

.accept-btn:hover {
  background-color: #1d4ed8;
}

.decline-btn {
  background-color: #f3f4f6;
  color: #4b5563;
  border: 1px solid #d1d5db;
}

.decline-btn:hover {
  background-color: #e5e7eb;
}

.settings-btn {
  background-color: white;
  color: #2563eb;
  border: 1px solid #2563eb;
}

.settings-btn:hover {
  background-color: #f0f5ff;
}

/* Settings Modal Styles */
.cookie-settings-modal {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  z-index: 10000;
}

.cookie-settings-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #111827;
}

.cookie-category {
  margin-bottom: 20px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.cookie-required {
  color: #6b7280;
  font-size: 12px;
  font-style: italic;
}

.cookie-description {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  padding-left: 42px;
}

.cookie-settings-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2563eb;
}

input:checked+.slider:before {
  transform: translateX(18px);
}

.timeline {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.timeline-item {
  position: relative;
  padding-bottom: 1.5rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -1.5rem;
  width: 1.5rem;
  text-align: center;
  color: #6c757d;
}

.timeline-item.completed .timeline-marker {
  color: #28a745;
}

.timeline-item.current .timeline-marker {
  color: #007bff;
}

.timeline-content {
  padding-left: 0.5rem;
}

/* Article cards */
.article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Article detail page */
#articleImage {
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 2rem;
}

/* Related articles sidebar */
.related-article {
  transition: all 0.2s ease;
  padding: 0.5rem;
  border-radius: 6px;
}

.related-article:hover {
  background-color: #f8f9fa;
}

.related-article h6 {
  transition: color 0.2s ease;
}

.related-article:hover h6 {
  color: #0d6efd !important;
}

/* Admin styles */
#articlesTable img {
  border-radius: 4px;
}

.editor-toolbar {
  background-color: #f8f9fa;
  padding: 0.5rem;
  border-radius: 4px 4px 0 0;
  border: 1px solid #dee2e6;
}



/* Responsive Design */
@media (max-width: 768px) {
  .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }

  .header-content {
    position: relative;
    top: 40%;
  }

  .cookie-message {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .cookie-actions {
    width: 100%;
    justify-content: center;
  }

  .cookie-settings-modal {
    bottom: 120px;
  }
}



@media screen and (max-width: 600px) {

  html {
    overflow-x: hidden;
  }

  body {
    overflow: hidden;
    overflow-y: hidden;
    /* margin-bottom: 500px; */
  }


  .header-content {
    position: relative;
    top: 40%;
  }

  .foot-head {
    margin-top: 20px;
  }

  .navbar {
    background-color: white;
  }


  .carousel-caption {
    bottom: 55%;
    text-align: left;
  }

  .carousel-caption h1 {
    font-size: 1.4rem;
  }

  .carousel-caption p {
    font-size: 0.8rem;
  }

  .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* width: 100%; */
    --webkit-transform: translateZ(0);
  }

  .language-switch {
    margin-bottom: 16px;
  }

  .custom-btn {
    margin-bottom: 16px;
  }

  .why-choose-us {
    background: none;
  }

  .footer-logo {
    max-height: 100px;
  }

  .below-text {
    margin-bottom: 10px;
  }

  .mission-area,
  .vision-area {
    margin-bottom: 10px;
  }

  .team-member-image img {
    width: 50%;
    height: 200px;
    object-position: top;
  }

  .team-member-name {
    margin-top: 20px;
  }

  .contact-page-heading {
    margin-bottom: 0 !important;
  }
}

.news-image img {
  width: 100%;
  z-index: 100;
  border-radius: 15px;
}

.news-content {
  position: relative;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  margin: 0 auto;
  margin-top: -25px;
  z-index: 1000;
  padding: 16px;
  border-radius: 15px;
  border-bottom: 2px solid var(--secondary-color);
}

.read-blog-button {
  border: none;
  background: none;
  color: var(--secondary-colorr);
  transition: all .3s ease-in-out;
}

.read-blog-button:hover {
  color: var(--sec-color);
}

.date-stamp {
  color: var(--secondary-color);
}

/* Blog Detail Page Styles */

.blog-detail-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-meta {
  color: #6c757d;
  margin-bottom: 20px;
}

.blog-detail-content img {
  border-radius: 8px;
  margin-bottom: 30px;
}

.sidebar {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar-news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.sidebar-news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-news-img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}

.sidebar-news-content h5 {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

/* show-more-button */
.show-morebutton {
  padding: 15px 20px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  z-index: 1;
}

.show-morebutton::after,
.show-morebutton::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.show-morebutton::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.show-morebutton::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.show-morebutton:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.show-morebutton:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.show-morebutton:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

/* ============================================
   SERVICE TABS SECTION STYLES
   ============================================ */

.services-tabs-section {
  background: #f8f9fa;
  padding: 60px 0;
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.services-tabs-section .container {
  width: 100%;
}

.service-tabs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0 20px;
}

.service-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 25px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.service-tab-btn i {
  font-size: 18px;
}

.service-tab-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 11, 11, 0.2);
}

.service-tab-btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(247, 11, 11, 0.3);
}

.service-tabs-content-wrapper {
  position: relative;
  min-height: 500px;
  margin: 40px 0;
}

.service-tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.service-tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-tab-image {
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.service-tab-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.service-tab-info {
  padding: 20px;
}

.service-tab-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.service-tab-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
}

.service-tab-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.service-tab-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.service-tab-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

.service-tab-features li:last-child {
  border-bottom: none;
}

.service-tab-features li i {
  color: var(--primary-color);
  font-size: 18px;
  flex-shrink: 0;
}

.service-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  background: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(247, 11, 11, 0.2);
}

.service-explore-btn:hover {
  background: #d60a0a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 11, 11, 0.3);
}

.service-explore-btn i {
  transition: transform 0.3s ease;
}

.service-explore-btn:hover i {
  transform: translateX(5px);
}

.service-tab-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0;
}

.tab-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-indicator:hover {
  background: #999;
  transform: scale(1.2);
}

.tab-indicator.active {
  background: var(--primary-color);
  width: 30px;
  border-radius: 6px;
}

/* Responsive Design for Service Tabs */
@media (max-width: 768px) {
  .service-tabs-nav {
    gap: 8px;
  }

  .service-tab-btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  .service-tab-btn span {
    display: none;
  }

  .service-tab-btn i {
    font-size: 20px;
  }

  .service-tab-title {
    font-size: 24px;
  }

  .service-tab-description {
    font-size: 14px;
  }

  .service-tab-features li {
    font-size: 14px;
  }

  .service-tab-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .service-tabs-content-wrapper {
    min-height: auto;
  }

  .service-explore-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   STATISTICS SECTION - KRT
   ============================================ */
.krt-statistics-section {
  background: #f8f9fa;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.krt-stat-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.krt-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f70b0b 0%, #ff4444 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.krt-stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(247, 11, 11, 0.15);
}

.krt-stat-card:hover::before {
  transform: scaleX(1);
}

.krt-stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #f70b0b 0%, #ff4444 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.krt-stat-icon i {
  font-size: 32px;
  color: #fff;
}

.krt-stat-card:hover .krt-stat-icon {
  transform: scale(1.1) rotate(5deg);
}

.krt-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 15px 0 10px;
  line-height: 1;
}

.krt-stat-label {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   TESTIMONIALS SECTION - KRT
   ============================================ */
.krt-testimonials-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.krt-testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.krt-testimonials-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.krt-testimonials-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.krt-testimonials-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 400px;
}

.krt-testimonial-card {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.krt-testimonial-card.krt-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  position: relative;
}

.krt-testimonial-content {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.krt-testimonial-quote-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f70b0b 0%, #ff4444 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}

.krt-testimonial-quote-icon i {
  font-size: 30px;
  color: #fff;
}

.krt-testimonial-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  font-style: italic;
}

.krt-testimonial-text::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  color: #f70b0b;
  line-height: 1;
  opacity: 0.3;
}

.krt-testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.krt-testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.krt-testimonial-info {
  text-align: left;
}

.krt-testimonial-name {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 5px;
}

.krt-testimonial-role {
  font-size: 14px;
  color: #f70b0b;
  margin: 0;
  font-weight: 500;
}

/* Navigation Dots */
.krt-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.krt-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.krt-dot:hover {
  background: #f70b0b;
  transform: scale(1.2);
}

.krt-dot.krt-dot-active {
  background: #f70b0b;
  width: 30px;
  border-radius: 6px;
}

/* Navigation Arrows */
.krt-testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f70b0b;
  color: #f70b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.krt-testimonial-nav:hover {
  background: #f70b0b;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.krt-testimonial-nav i {
  font-size: 20px;
}

.krt-prev {
  left: -25px;
}

.krt-next {
  right: -25px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .krt-statistics-section {
    padding: 60px 0;
  }

  .krt-stat-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .krt-stat-number {
    font-size: 40px;
  }

  .krt-testimonials-section {
    padding: 60px 0;
  }

  .krt-testimonials-title {
    font-size: 32px;
  }

  .krt-testimonials-subtitle {
    font-size: 16px;
  }

  .krt-testimonial-content {
    padding: 40px 30px;
  }

  .krt-testimonial-text {
    font-size: 16px;
  }

  .krt-prev {
    left: -15px;
  }

  .krt-next {
    right: -15px;
  }
}

@media (max-width: 768px) {
  .krt-stat-icon {
    width: 60px;
    height: 60px;
  }

  .krt-stat-icon i {
    font-size: 28px;
  }

  .krt-stat-number {
    font-size: 36px;
  }

  .krt-stat-label {
    font-size: 14px;
  }

  .krt-testimonials-carousel {
    min-height: 450px;
  }

  .krt-testimonial-content {
    padding: 30px 25px;
  }

  .krt-testimonial-text {
    font-size: 15px;
  }

  .krt-testimonial-avatar {
    width: 60px;
    height: 60px;
  }

  .krt-testimonial-name {
    font-size: 18px;
  }

  .krt-testimonial-nav {
    width: 40px;
    height: 40px;
  }

  .krt-testimonial-nav i {
    font-size: 16px;
  }

  .krt-prev {
    left: 10px;
  }

  .krt-next {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .krt-statistics-section {
    padding: 40px 0;
  }

  .krt-testimonials-section {
    padding: 40px 0;
  }

  .krt-testimonials-title {
    font-size: 28px;
  }

  .krt-testimonials-carousel {
    min-height: 500px;
  }

  .krt-testimonial-content {
    padding: 25px 20px;
  }

  .krt-testimonial-quote-icon {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
  }

  .krt-testimonial-text {
    font-size: 14px;
    padding-left: 15px;
  }
}

/* ============================================
   FOOTER SECTION - KRT
   ============================================ */
.krt-footer {
  background: linear-gradient(135deg, #001a58 0%, #013b6b 100%);
  position: relative;
  overflow: hidden;
}

.krt-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f70b0b 0%, #ff4444 100%);
}

.krt-footer-main {
  padding: 80px 0 60px;
  position: relative;
}

/* Brand Section */
.krt-footer-brand {
  margin-bottom: 30px;
}

.krt-footer-logo {
  max-width: 200px;
  margin-bottom: 25px;
  filter: brightness(1.1);
}

.krt-footer-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 350px;
}

.krt-footer-world-map {
  opacity: 0.3;
  margin-top: 20px;
}

.krt-footer-world-map img {
  max-width: 100%;
  height: auto;
}

/* Footer Links */
.krt-footer-links {
  margin-bottom: 30px;
}

.krt-footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.krt-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f70b0b;
}

.krt-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.krt-footer-list li {
  margin-bottom: 12px;
}

.krt-footer-list a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.krt-footer-list a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.krt-footer-list a:hover {
  color: #f70b0b;
  padding-left: 5px;
}

.krt-footer-list a:hover i {
  transform: translateX(3px);
}

/* Contact Section */
.krt-footer-contact {
  margin-bottom: 30px;
}

.krt-footer-contact-info {
  margin-top: 20px;
}

.krt-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.krt-contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}

.krt-contact-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f70b0b 0%, #ff4444 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.krt-contact-icon i {
  color: #fff;
  font-size: 20px;
}

.krt-contact-text {
  flex: 1;
}

.krt-contact-text a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  word-break: break-all;
}

.krt-contact-text a:hover {
  color: #f70b0b;
}

/* Footer Bottom */
.krt-footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.krt-footer-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.krt-footer-copyright i {
  font-size: 16px;
}

.krt-footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.krt-footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.krt-footer-bottom-links a:hover {
  color: #f70b0b;
}

.krt-separator {
  color: rgba(255, 255, 255, 0.3);
}

.krt-back-to-top {
  width: 40px;
  height: 40px;
  background: #f70b0b;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.krt-back-to-top:hover {
  background: #fff;
  color: #f70b0b;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(247, 11, 11, 0.3);
}

.krt-back-to-top i {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .krt-footer-main {
    padding: 60px 0 40px;
  }

  .krt-footer-logo {
    max-width: 180px;
  }

  .krt-footer-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .krt-footer-main {
    padding: 50px 0 30px;
  }

  .krt-footer-brand {
    text-align: center;
    margin-bottom: 40px;
  }

  .krt-footer-logo {
    margin: 0 auto 20px;
    display: block;
  }

  .krt-footer-tagline {
    margin: 0 auto 30px;
    text-align: center;
  }

  .krt-footer-world-map {
    display: none;
  }

  .krt-footer-links,
  .krt-footer-contact {
    margin-bottom: 35px;
  }

  .krt-footer-bottom {
    padding: 20px 0;
  }

  .krt-footer-copyright {
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .krt-footer-bottom-links {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .krt-footer-main {
    padding: 40px 0 20px;
  }

  .krt-footer-logo {
    max-width: 150px;
  }

  .krt-footer-tagline {
    font-size: 14px;
  }

  .krt-footer-title {
    font-size: 15px;
  }

  .krt-footer-list a {
    font-size: 14px;
  }

  .krt-contact-item {
    padding: 12px;
  }

  .krt-contact-icon {
    width: 40px;
    height: 40px;
  }

  .krt-contact-icon i {
    font-size: 18px;
  }

  .krt-footer-copyright {
    font-size: 13px;
  }

  .krt-footer-bottom-links {
    font-size: 13px;
  }

  .krt-back-to-top {
    width: 35px;
    height: 35px;
  }

  .krt-back-to-top i {
    font-size: 16px;
  }
}




