/*--------------------------------------------------------------------- 
File Name: style.css 
Professional Modern Design for JSA-BAU
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@600;700;800;900&display=swap');

/*--------------------------------------------------------------------- 
Global Styles & Reset
---------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2d3748;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 145px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #1a202c;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, .btn {
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

button:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

/*--------------------------------------------------------------------- 
Header Section
---------------------------------------------------------------------*/

.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
}

.header_section.scrolled {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.header_section.hide-header {
  transform: translateY(-100%);
}

.top-bar {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
  padding: 10px 0;
}

.contact_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.contact_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.contact_menu li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #ffffff;
  gap: 8px;
}

.contact_menu li i {
  font-size: 0.95rem;
  color: #fbbf24;
}

.contact_menu li a {
  color: #ffffff;
  font-weight: 400;
  transition: color 0.3s ease;
}

.contact_menu li a:hover {
  color: #fbbf24;
}

.main-header {
  padding: 15px 0;
  background: #ffffff;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  max-height: 70px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05);
}

.main-nav {
  display: flex;
  gap: 35px;
  align-items: center;
}

.main-nav a {
  color: #1a202c;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.main-nav a:hover,
.main-nav a.active {
  color: #dc2626;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #dc2626;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.3s ease;
}

.mobile-menu-toggle:hover {
  transform: scale(1.1);
  color: #b91c1c;
}

.mobile-menu-toggle.active i::before {
  content: "\f00d";
}

/*--------------------------------------------------------------------- 
Hero/Banner Section
---------------------------------------------------------------------*/

.banner_section {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 60px 0 60px 0;
  overflow: hidden;
}

.banner_section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner-text-col {
  flex: 1;
}

.banner-image-col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_taital {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner_taital .highlight {
  color: #dc2626;
  display: block;
}

.banner_text {
  font-size: 1.25rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 600px;
}

.btn-group {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
}

.btn-secondary {
  background: transparent;
  color: #dc2626;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid #dc2626;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #dc2626;
  color: #ffffff;
  transform: translateY(-3px);
}

.banner_img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------------- 
Services Section
---------------------------------------------------------------------*/

.services_section {
  padding: 100px 0;
  background-color: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.services_taital {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.services_taital .highlight {
  color: #dc2626;
}

.section-title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  margin: 20px auto;
  border-radius: 2px;
}

.services_text {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.services-grid {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.express_text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
}

.lorem_text {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 25px;
  flex-grow: 1;
}

.service-link {
  color: #dc2626;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.service-link:hover {
  gap: 15px;
  color: #b91c1c;
}

.service-link::after {
  content: '→';
  font-size: 1.2rem;
}

/*--------------------------------------------------------------------- 
Why Choose Us Section
---------------------------------------------------------------------*/

.choose_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.choose-grid {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.choose-card {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.choose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #dc2626, #ef4444);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.choose-card:hover::before {
  transform: scaleX(1);
}

.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.choose-number {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.number_text {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.trusted_text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.dummy_text {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
}

/*--------------------------------------------------------------------- 
Contact/Inquiry Section
---------------------------------------------------------------------*/

.inquiry_section {
  padding: 100px 0;
  background-color: #ffffff;
}

.inquiry-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.inquiry-form-col {
  flex: 1;
  min-width: 300px;
}

.inquiry-map-col {
  flex: 1;
  min-width: 300px;
}

.inquiry_text {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 30px;
}

.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  background-color: #f8fafc;
}

.form-control:focus {
  outline: none;
  border-color: #dc2626;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.form-control::placeholder {
  color: #a0aec0;
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* Hide the default reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

.btn-submit {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: #ffffff;
  padding: 16px 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: none;
}

/*--------------------------------------------------------------------- 
Footer Section
---------------------------------------------------------------------*/

.footer_section {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  padding: 60px 0 40px 0;
}

.footer-content {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.useful_text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.location_text {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  color: #cbd5e0;
  font-size: 1rem;
  line-height: 1.6;
}

.location_text img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  flex-shrink: 0;
  margin-top: 3px;
}

.location_text a {
  color: #cbd5e0;
  transition: color 0.3s ease;
}

.location_text a:hover {
  color: #ffffff;
}

.footer_text {
  color: #cbd5e0;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.social-link {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #dc2626;
  transform: translateY(-5px);
}

/*--------------------------------------------------------------------- 
Copyright Section
---------------------------------------------------------------------*/

.copyright_section {
  background-color: #0f1419;
  padding: 25px 0;
}

.copyright_text {
  text-align: center;
  color: #a0aec0;
  font-size: 0.9rem;
  margin: 0;
}

.copyright_text a {
  color: #ef4444;
  font-weight: 500;
  transition: color 0.3s ease;
}

.copyright_text a:hover {
  color: #f87171;
}

/*--------------------------------------------------------------------- 
Responsive Design
---------------------------------------------------------------------*/

@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .banner-row {
    flex-direction: column;
  }
  
  .banner_taital {
    font-size: 2.5rem;
  }
  
  .services-grid,
  .choose-grid {
    flex-direction: column;
  }
  
  .inquiry-container {
    flex-direction: column;
  }
  
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 60px 0;
  }
  
  .banner_section {
    padding: 80px 0 60px 0;
  }
  
  .banner_taital {
    font-size: 2rem;
  }
  
  .banner_text {
    font-size: 1.1rem;
  }
  
  .services_section,
  .choose_section,
  .inquiry_section {
    padding: 60px 0;
  }
  
  .contact_menu {
    gap: 15px;
  }
  
  .contact_menu ul {
    flex-direction: column;
    gap: 10px;
  text-align: center;
}
  
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .banner_taital {
    font-size: 1.75rem;
  }
  
  .btn-group {
    flex-direction: column;
  width: 100%;
}
  
  .btn-primary,
  .btn-secondary {
  width: 100%;
  text-align: center;
  }
  
  .contact-form {
    padding: 25px;
  }
}

/*--------------------------------------------------------------------- 
Utility Classes
---------------------------------------------------------------------*/

.padding_right_10 {
  padding-right: 10px;
}

.padding_left_15 {
  padding-left: 15px;
}

.layout_padding {
  padding: 100px 0;
}

.margin_top_90 {
  margin-top: 90px;
}

.full {
  width: 100%;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

/*--------------------------------------------------------------------- 
Floating WhatsApp Button
---------------------------------------------------------------------*/

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

.whatsapp-float i {
  color: #ffffff;
  line-height: 1;
}

.whatsapp-tooltip {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  background: #1a202c;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #1a202c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 80px;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6), 0 0 0 15px rgba(37, 211, 102, 0.1);
  }
}

/* Mobile WhatsApp Button */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 28px;
    bottom: 20px;
    right: 20px;
  }
  
  .whatsapp-tooltip {
    display: none;
  }
  
}

/* reCAPTCHA notice styling */
.recaptcha-notice {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 15px 0 20px 0;
  line-height: 1.6;
}

.recaptcha-notice a {
  color: #dc2626;
  text-decoration: none;
}

.recaptcha-notice a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------- 
Service Modal Styles
---------------------------------------------------------------------*/

.service-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.service-modal.active {
  display: flex !important;
}

.service-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 999;
  margin: 20px auto;
}

.service-modal.active .service-modal-content {
  transform: scale(1) translateY(0);
}

.service-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f3f4f6;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100001;
  color: #1a202c;
  font-size: 1.2rem;
}

.service-modal-close:hover {
  background: #dc2626;
  color: #ffffff;
  transform: rotate(90deg);
}

.service-modal-body {
  padding: 50px 40px 40px 40px;
}

.service-modal-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
}

.service-modal-header h2 {
  font-size: 2.5rem;
  color: #1a202c;
  margin-bottom: 10px;
  font-weight: 800;
}

.service-modal-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  margin: 0;
}

.service-modal-details {
  margin-bottom: 30px;
}

.service-detail-section {
  margin-bottom: 35px;
}

.service-detail-section:last-child {
  margin-bottom: 0;
}

.service-detail-section h3 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.service-detail-section h3 i {
  color: #dc2626;
  font-size: 1.3rem;
}

.service-detail-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-detail-section ul li {
  padding: 12px 0;
  padding-left: 25px;
  position: relative;
  line-height: 1.8;
  color: #4a5568;
  font-size: 1rem;
}

.service-detail-section ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
  font-size: 1.1rem;
}

.service-detail-section ul li strong {
  color: #1a202c;
  font-weight: 600;
}

.service-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.application-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  padding: 15px 25px;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 150px;
}

.application-item:hover {
  border-color: #dc2626;
  background: #fef2f2;
  transform: translateY(-2px);
}

.application-item i {
  color: #dc2626;
  font-size: 1.3rem;
}

.application-item span {
  color: #1a202c;
  font-weight: 600;
  font-size: 1rem;
}

.service-modal-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e2e8f0;
  text-align: center;
}

.service-modal-footer .btn-primary {
  display: inline-block;
  margin: 0 auto;
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
  .service-modal-content {
    width: 95%;
    max-height: 95vh;
    border-radius: 15px;
  }

  .service-modal-body {
    padding: 40px 25px 30px 25px;
  }

  .service-modal-header h2 {
    font-size: 2rem;
  }

  .service-modal-subtitle {
    font-size: 1rem;
  }

  .service-detail-section h3 {
    font-size: 1.3rem;
  }

  .service-applications {
    flex-direction: column;
  }

  .application-item {
    width: 100%;
  }

  .service-modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}