:root{
  --salasar-navy:navy;
  --salasar-orange:#f47c20;
}

.text-salasar-navy{color:var(--salasar-navy);}
.bg-salasar-navy{background-color:var(--salasar-navy);}
.text-salasar-orange{color:var(--salasar-orange);}
.bg-salasar-orange{background-color:var(--salasar-orange);}

.btn-brand {
  background-color: var(--salasar-navy);
  color: #fff;
  border: none;
}

.btn-brand-orange {
  background-color: var(--salasar-orange)!important;
  color: #fff;
  border: none;
}

.quote-btn{
  background-color: var(--salasar-orange) !important;
  color: #fff;
  box-shadow: none;
}

.slider-form{
  background-color: var(--salasar-orange) !important;
    color: #fff !important;
}

body {
  font-family: sans-serif;
  color: #000000;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 0.875rem;
}
#top-header {
  padding: 6px 0;
  line-height: 1.5;
  font-size: 18px;
  color: var(--light-color);
}
.header-top-left a,
.header-top-right a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-right: 25px;
}
.header-top-right {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-right: 25px;
  font-weight: 500;
}
.nav-head-left {
  margin-left: 56px;
}
.nav-head-right {
  margin-right: -160px;
}
.social-links {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  /* gap: 1px; */
  margin: 0;
  padding: 0;
}
.social-links li b {
  color: var(--light-color);
  margin-right: 5px;
}
.social-links a i {
  font-size: 18px;
  transition: color 0.3s ease;
}
.navbar {
  background-color: var(--light-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1%;
}
.nav-link {
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0 3px;
  position: relative;
  font-size: 16px;
}
.nav-link:hover,
.nav-link.active {
  color: black;
}
.nav-link.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  bottom: -5px;
  left: 0;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    transition: transform 0.3s ease;
  }
  .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
      background-color: #212529;
  }
}
@media (max-width: 992px) {
  .navbar-brand img {
    height: 55px !important;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .navbar-brand img {
    height: 70px !important;
    margin-left: -67px !important;
  }
}

.navbar-brand img {
  height: 80px;
}
.dropdown-item {
  padding: 8px 20px;
  color: white;
  font-weight: 500;
  background-color: #212529;
  
}
.dropdown-item:hover {
  background-color: white;
  color: black;
}
.navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--dark-color);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.navbar-toggler .icon-bar:nth-child(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .icon-bar:nth-child(3) {
  bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.offcanvas {
  width: 280px !important;
  background-color: #0B3C6D;
  color:white;
  height: 100vh;
}

@media (max-width: 576px) {
  .offcanvas {
    width: 50vw !important;
    max-width: 280px;
  }
}
.offcanvas-end {
  right: 0;
  left: auto;
}
.offcanvas-header {
  justify-content: flex-end;
  padding: 15px;
}
.offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #0B3C6D;
  overflow-y: auto;

}
.mobile-header-top {
  background-color: #0B3C6D !important;
}

body.mobile-offcanvas-open {
  overflow: hidden;
  height: 100vh;
}
.mobile-nav-items {
  background-color: var(--primary-color);
  flex: 1;
  min-height: 100%;
}
.mobile-nav-item {
  padding: 12px 20px;
 
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.mobile-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.mobile-dropdown {
  position: relative;
}
.mobile-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;

  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.mobile-dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.mobile-dropdown-toggle i {
  transition: transform 0.3s ease;
  font-size: 0.9rem;
}
.mobile-dropdown-toggle.active i {
  transform: rotate(180deg);
  color: var(--primary-color);
}
.mobile-dropdown-menu {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  flex-direction: column;
  color: #ffffff;
  width: 100%;
}
.mobile-dropdown-menu.show {
  display: block;
}
.mobile-dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
  text-decoration: none;
  background-color: transparent;
}
.mobile-dropdown-item:last-child {
  border-bottom: none;
}
.mobile-dropdown-item:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile-dropdown-item i {
  margin-right: 8px;
  width: 23px;
  text-align: center;
}

.testimonial-section {
    background-color: #f5f6f8;
    padding: 80px 0;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
}

.slider-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scrollLeft 40s linear infinite;
}


.testimonial-card {
  width: 280px;
  flex: 0 0 280px;
    background-color: #0b2a55;
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    border: none;
    text-align: center;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.testimonial-card p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.bg-navy {
    background-color: #0b2c5f;
}

.text-navy {
    color: #0b2c5f;
}

.service-hover:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}
  .feature-row i {
    color: #ff8c00;
  }
  .choose-us-section span,
  .choose-us-section p {
    color: navy;
  }
  .choose-us-desc {
    max-width: 720px;
  }
.accordion-button {
  width: 100%;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  background: #ff8c00;
  color: #fff;
}
.accordion-button i {
  color: #ff8c00;
}
.accordion-button:not(.collapsed) i {
  color: #fff;
}


.process-icon {
    width: 70px;
    height: 70px;
}


#shifting-process .p-4 {
    transition: 0.3s ease-in-out;
}

#shifting-process .p-4:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
.breadcrumb {
    --bs-breadcrumb-divider: "/";
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important; 
    font-weight: 600;
}
.service-card-col {
  flex: 0 0 20%;
  max-width: 20%;
}

.service-image-container {
  height: 150px;
  overflow: hidden;
  background-color: #f8f9fa;
}

.service-card-img {
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
}

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

.service-card {
  transition: all 0.3s ease;
  border: none !important;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

/* Reviews Intro Block */
.reviews-intro {
  border: 1px solid #edf1f5;
  box-shadow: 0 10px 30px rgba(10, 24, 40, 0.08);
}

.reviews-intro .badge {
  letter-spacing: 0.3px;
}

.reviews-intro .bg-light {
  background-color: #f7f9fc !important;
  border: 1px solid #eef2f7;
}

.reviews-intro .border {
  border-color: #e9edf3 !important;
}

.reviews-intro h2 {
  color: #0b2c5f;
}

.card-body {
  background-color: #ffffff;
}
.about-story-pattern {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(244, 124, 32, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}

@keyframes floatPattern {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

.about-timeline {
  position: relative;
}

.about-timeline-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
  opacity: 0;
  animation: fadeInLeft 0.6s ease-out forwards;
}

.about-timeline-item:nth-child(1) {
  animation-delay: 0.1s;
}

.about-timeline-item:nth-child(2) {
  animation-delay: 0.2s;
}

.about-timeline-item:nth-child(3) {
  animation-delay: 0.3s;
}

.about-timeline-item:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: var(--salasar-orange);
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(244, 124, 32, 0.2), 0 4px 10px rgba(244, 124, 32, 0.3);
  z-index: 2;
  transition: all 0.3s ease;
}

.about-timeline-item:hover .timeline-dot {
  transform: scale(1.2);
  box-shadow: 0 0 0 6px rgba(244, 124, 32, 0.25), 0 6px 15px rgba(244, 124, 32, 0.4);
}

.about-timeline-item::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 26px;
  bottom: -35px;
  width: 3px;
  background: linear-gradient(180deg, rgba(244, 124, 32, 0.4) 0%, rgba(244, 124, 32, 0.15) 100%);
  border-radius: 2px;
}

.about-timeline-item:last-child::before {
  display: none;
}

.timeline-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.timeline-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateX(5px);
  border-color: var(--salasar-orange);
}

.timeline-year {
  display: inline-block;
  background: linear-gradient(135deg, var(--salasar-orange) 0%, #ff8c42 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(244, 124, 32, 0.25);
  letter-spacing: 0.5px;
}


.mission-card {
  background: white;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: visible;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -50px;
  width: 200px;
  height: 100px;
  background: radial-gradient(circle, rgba(244, 124, 32, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.mission-card > * {
  position: relative;
  z-index: 1;
}

.mission-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.mission-card .lead {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.mission-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(244, 124, 32, 0.15) 0%, rgba(244, 124, 32, 0.08) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(244, 124, 32, 0.15);
  animation: pulse 2s ease-in-out infinite;
}

.mission-icon-wrapper i {
  font-size: 1.5rem;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(244, 124, 32, 0.15);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(244, 124, 32, 0.25);
  }
}

.value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 10px;
  border-left: 3px solid var(--salasar-orange);
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInRight 0.5s ease-out forwards;
}

.value-item:nth-child(1) {
  animation-delay: 0.2s;
}

.value-item:nth-child(2) {
  animation-delay: 0.3s;
}

.value-item:nth-child(3) {
  animation-delay: 0.4s;
}

.value-item:nth-child(4) {
  animation-delay: 0.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.value-item:hover {
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateX(8px) !important;
  border-left-color: #ff8c42;
}

.value-item i {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.value-item span {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.9rem;
  line-height: 1.4;
}



.team-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.team-header {
  background: linear-gradient(135deg, var(--salasar-navy) 0%, #1a3a6e 100%);
  padding: 30px;
  text-align: center;
}

.team-header i {
  font-size: 3rem;
}

.team-content {
  padding: 30px;
}

.team-highlight {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-top: 20px;
  border-left: 3px solid var(--salasar-orange);
}

.team-highlight i {
  font-size: 1.2rem;
  margin-top: 3px;
}


.milestone-card {
  background: white;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.milestone-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.milestone-item {
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
}

.milestone-item:hover {
  border-color: var(--salasar-orange);
  box-shadow: 0 5px 20px rgba(244, 124, 32, 0.1);
  transform: translateX(5px);
}

.milestone-number {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--salasar-orange) 0%, #ff8c42 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(244, 124, 32, 0.25);
}

.milestone-item p {
  color: #495057;
  font-weight: 500;
  margin-top: 8px;
}


.commitment-bg-pattern {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 32, 96, 0.03) 0%, transparent 70%);
  border-radius: 50%;
}

.commitment-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.commitment-badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(244, 124, 32, 0.1) 0%, rgba(244, 124, 32, 0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.commitment-badge i {
  font-size: 1.8rem;
  color: var(--salasar-orange);
}

.commitment-note {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-top: 20px;
  border-left: 3px solid var(--salasar-orange);
}

.commitment-note i {
  font-size: 1.2rem;
  margin-top: 2px;
}


.innovation-card {
  background: linear-gradient(135deg, var(--salasar-navy) 0%, #1a3a6e 100%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.innovation-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.innovation-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.innovation-icon i {
  font-size: 1.8rem;
  color: var(--salasar-orange);
}

.innovation-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.innovation-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 500;
}

.innovation-feature i {
  width: 24px;
  height: 24px;
  background: rgba(244, 124, 32, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--salasar-orange);
  font-size: 0.9rem;
  flex-shrink: 0;
}


.cta-banner {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
}

.cta-banner:hover {
  border-color: var(--salasar-orange);
  box-shadow: 0 15px 50px rgba(244, 124, 32, 0.15);
}

@media (max-width: 991px) {
  .mission-card,
  .team-card,
  .milestone-card,
  .commitment-card,
  .innovation-card {
    margin-bottom: 30px;
  }
  
  .mission-icon-wrapper {
    width: 45px;
    height: 45px;
  }
  
  .mission-icon-wrapper i {
    font-size: 1.3rem;
  }
  
  .mission-card {
    padding: 20px;
  }
  
  .mission-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .about-timeline-item {
    padding-left: 35px;
  }
  
  .timeline-dot {
    width: 14px;
    height: 14px;
    border: 3px solid white;
  }
  
  .about-timeline-item::before {
    left: 6px;
  }
  
  .mission-card,
  .team-content,
  .milestone-card,
  .commitment-card,
  .innovation-card,
  .cta-banner {
    padding: 18px;
  }
  
  .differentiator-card {
    padding: 22px;
  }
  
  .diff-icon-circle,
  .mission-icon-wrapper {
    width: 45px;
    height: 45px;
  }
  
  .mission-icon-wrapper {
    margin-bottom: 10px;
  }
  
  .mission-icon-wrapper i {
    font-size: 1.2rem;
  }
  
  .mission-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  
  .timeline-card {
    padding: 20px;
  }
  
  .timeline-year {
    font-size: 0.8rem;
    padding: 5px 14px;
  }
  
  .value-item {
    padding: 10px 12px;
  }
  
  .value-item i {
    font-size: 1.1rem;
  }
  
  .value-item span {
    font-size: 0.85rem;
  }
}

#scrollTopBtn {
    width: 45px;
    height: 45px;
    display: flex;  
    align-items: center;
    justify-content: center;
}

.location-card {
    position: relative;
    height: 320px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 40px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: transform 0.4s ease;
}

.location-card:hover {
    transform: translateY(-8px);
}


.location-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; 
}


.location-info {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}


.location-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ff6a00;
}

.location-info span {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}


.arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1e2a5a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    flex-shrink: 0;
}

#mobileMenu.offcanvas {
  height: 100vh;
  max-height: 100vh;
  width: 85vw;
  max-width: 340px;
}

@media (max-width: 576px) {
  #mobileMenu.offcanvas {
    width: 100vw;
    max-width: 100vw;
  }
}

#mobileMenu .offcanvas-header,
#mobileMenu .offcanvas-body {
  background: #0B3C6D;
}

#mobileMenu .offcanvas-body {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 56px);
  overflow-y: hidden;
  overscroll-behavior: contain;
}

.mobile-header-link {
  font-size: 13px;
  line-height: 1.2;
  word-break: break-word;
}

.mobile-header-link span {
  display: inline-block;
  max-width: 100%;
  word-break: break-all;
}

.mobile-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-social-icon {
  text-decoration: none;
  border: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

body.mobile-offcanvas-open {
  overflow: hidden;
  height: 100vh;
}

.service-form-wrapper {
    max-width: 420px;
    margin: auto;
}

.service-form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border-top: 5px solid #f57c00;
}

.service-form-card h4 {
    color: #0b3c6d;
}

.service-form-card .form-control {
    border-radius: 8px;
    padding: 10px 14px;
}

.service-form-card button {
    border-radius: 30px;
    padding: 10px;
    font-size: 16px;
}


.simple-form-container {
              background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
              border: none;
              border-radius: 15px;
              padding: 30px;
              box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            }

            .simple-form-title {
              font-size: 26px;
              font-weight: 700;
              color: #1a1a2e;
              margin-bottom: 8px;
              text-align: left;
            }

            .simple-form-subtitle {
              font-size: 14px;
              color: #5a6c7d;
              margin-bottom: 20px;
              text-align: left;
            }

            .simple-form-group {
              margin-bottom: 15px;
            }

            .simple-form-label {
              display: block;
              font-size: 14px;
              font-weight: 600;
              color: #2c3e50;
              margin-bottom: 6px;
            }

            .simple-form-label .required-star {
              color: #dc3545;
              margin-left: 3px;
            }

            .simple-form-input {
              width: 100%;
              border: 1px solid #d1d5db;
              border-radius: 6px;
              padding: 10px 14px;
              font-size: 14px;
              color: #374151;
              background: #ffffff;
              transition: all 0.2s ease;
            }

            .simple-form-input:focus {
              border-color: #007bff;
              outline: none;
              box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
            }

            .simple-form-input::placeholder {
              color: #9ca3af;
            }

            textarea.simple-form-input {
              min-height: 90px;
              resize: vertical;
            }

            .simple-submit-button {
              background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
              border: none;
              border-radius: 6px;
              padding: 11px 28px;
              font-size: 15px;
              font-weight: 600;
              color: white;
              cursor: pointer;
              transition: all 0.3s ease;
              display: inline-block;
              box-shadow: 0 5px 15px rgba(0, 31, 63, 0.35);
            }

            .simple-submit-button:hover {
              transform: translateY(-2px);
              box-shadow: 0 10px 30px rgba(0, 31, 63, 0.45);
            }

            .simple-submit-button:active {
              transform: translateY(0);
            }

            .alert-custom {
              border-radius: 6px;
              border: none;
              padding: 12px 16px;
              font-weight: 500;
              margin-bottom: 20px;
              animation: slideDown 0.3s ease;
            }

            @keyframes slideDown {
              from {
                opacity: 0;
                transform: translateY(-10px);
              }
              to {
                opacity: 1;
                transform: translateY(0);
              }
            }

            @media (max-width: 768px) {
              .simple-form-container {
                padding: 25px 18px;
              }
              .simple-form-title {
                font-size: 26px;
              }
            }
       

         
@keyframes pulse-bottom {
  0% { box-shadow: 0 -2px 10px rgba(208,14,20,.1); }
  50% { box-shadow: 0 -2px 20px rgba(255,255,255,.3), 0 -4px 30px rgba(255,165,0,.2); }
  100% { box-shadow: 0 -2px 10px rgba(255,255,255,.1); }
}

@keyframes button-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Desktop */
@media (min-width: 768px) {

.pulse-anim {
  display: inline-block;
  animation: pulseAnim 1.2s infinite ease-in-out;
}
@keyframes pulseAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

  #scrollTopBtn-container { display: block !important; }
  #contact-buttons-container {
    display: flex !important;
    flex-direction: column;
     position: absolute;      
    bottom: 0;
    right: 0;

    margin-right: 1.5rem;    
    margin-bottom: 1.5rem;   

    display: flex;           
    flex-direction: column; 
    gap: 1rem;      
  }

  .footer-wp{
    background:green !important;
    color:white !important;

  }
  .footer-call{
    background:blue !important;
     color:white !important;
  }
}



#contact-buttons-container {
    z-index: 9999;
}
@media (max-width: 768px) {

.pulse-footer {
  animation: pulse 2s infinite;
  position: relative;
  overflow: visible;
}




#scrollTopBtn-container {
    display: none !important;
  }
    #contact-buttons-container {
        position: fixed;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;      
        background: #111;
        padding: 12px 18px;
        border-radius: 40px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.4);
        white-space: nowrap;     
    }

    #contact-buttons-container a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 120px !important;
        padding: 0 14px;
        background: transparent !important;
        border-radius: 0 !important;
        width: auto !important;
        height: auto !important;
        box-shadow: none !important;
    }
    #contact-buttons-container a:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,0.3);
    }
    #contact-buttons-container i {
        font-size: 20px;
        color: #fff;
    }


    .footer-call::before {
        content: "Call Us";
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin-right: 6px;
    }
}
.desktop-slider {
  display: block;
}
.mobile-slider {
  display: none;
}


@media (max-width: 768px) {
  .desktop-slider {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
  
  .hero-section {
    min-height: 300px !important;
  }
  

  .desktop-content,
  .desktop-overlay {
    display: none !important;
  }
  
 
  .mobile-content-section {
    display: block !important;
  }
  
  .mobile-slider {
    object-fit: cover !important;
    height: 300px !important;
  }
}


.pulse-btn {
  animation: pulse 2s infinite;
  position: relative;
  overflow: visible;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 241, 245);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(245, 124, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 124, 0, 0);
  }
}

.pulse-btn:hover, .pulse-btn-white:hover {
  animation: none;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.mobile-content-section {
  margin: 0 !important;
  padding: 20px 0 !important;
}

.pulse-btn-white:hover {
  background: white !important;
  color: #0B3C6D !important;
  border-color: white !important;
}

.service-card-col {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  .service-card-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 768px) {
  .service-card-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .service-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.service-image-container {
  height: 150px;
  overflow: hidden;
  background-color: #f8f9fa;
}

.service-card-img {
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
}

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

.service-card {
  transition: all 0.3s ease;
  border: none !important;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

.card-body {
  background-color: #ffffff;
}
  .quote-form-wrap {
    width: 100%;
    padding: 20px 12px;
  }
  .quote-form-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    max-width: 1240px;
    margin: 10px auto 24px;
    position: relative;
    overflow: hidden;
  }
  .quote-form-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #0b1b4d, #f97316);
  }
  .quote-form-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .quote-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e9f1ff;
    color: #0b1b4d;
    font-weight: 600;
    font-size: 13px;
  }
  .quote-form-title {
    font-weight: 800;
    font-size: 26px;
    margin: 10px 0 6px;
    color: #0b1b4d;
  }
  .quote-form-subtitle {
    color: #64748b;
    margin: 0;
  }
  .input-icon {
    position: relative;
  }
  .input-icon i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
  }
  .quote-form-card .form-control {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding-left: 42px;
    background: #ffffff;
  }
  .quote-form-card .btn {
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(90deg, #f97316, #ff8a1f);
    border: none;
    color: #ffffff;
  }


.client-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.client-slider-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollLoop 15s linear infinite;
}

.client-item {
  flex: 0 0 auto;
}

.client-logo {
  max-height: 60px;
  width: auto;
  display: block;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(-40%);
  }
}

@media (max-width: 750px)  {

@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-60%);
  }
}
  
}


