.elementor-1847 .elementor-element.elementor-element-267ee135{--display:flex;--min-height:0px;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1847 .elementor-element.elementor-element-67ff8f00.elementor-element{--align-self:stretch;}.elementor-1847 .elementor-element.elementor-element-2afff02{--display:flex;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1847 .elementor-element.elementor-element-921b672{--display:flex;--margin-top:19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1847 .elementor-element.elementor-element-98c0043 > .elementor-widget-container{margin:-16px 0px 0px 0px;}.elementor-1847 .elementor-element.elementor-element-f95a392{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:23px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1847 .elementor-element.elementor-element-1065f3e{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1847 .elementor-element.elementor-element-9cb35f0{--display:flex;}.elementor-1847 .elementor-element.elementor-element-0a6cb99{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1847 .elementor-element.elementor-element-b11c8c7{--display:flex;}.elementor-1847 .elementor-element.elementor-element-e234429{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1847 .elementor-element.elementor-element-9c4c899{--display:flex;}@media(min-width:768px){.elementor-1847 .elementor-element.elementor-element-2afff02{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-921b672{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-f95a392{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-1065f3e{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-9cb35f0{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-0a6cb99{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-b11c8c7{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-e234429{--content-width:1600px;}.elementor-1847 .elementor-element.elementor-element-9c4c899{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-67ff8f00 *//* Hero Section Styles */
.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 2rem;
  background: linear-gradient(to right, #1e3a8a, #0f172a);
  color: #ffffff;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem; /* Increased size */
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #ffffff; /* Ensure pure white */
}

.hero-content h1 span {
  display: inline-block;
  font-weight: 700;
  color: #ff6b35; /* Vibrant orange accent */
}

.hero-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn {
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.primary-btn {
  background-color: #ff6b35;
  color: #ffffff;
}

.primary-btn:hover {
  background-color: #e65c28;
}

.secondary-btn {
  background-color: #ff6b35; /* Now matches primary button */
  color: #ffffff;
}

.secondary-btn:hover {
  background-color: #e65c28;
  color: #ffffff;
}

.hero-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
}

.hero-image img:hover {
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-section {
    flex-direction: column-reverse;
    text-align: center;
    padding: 3rem 1.5rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-267ee135 */.elementor-1847 .elementor-element.elementor-element-267ee135 {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b137cc2 */.services-section {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.services-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #1a3e8b;
  margin-bottom: 10px;
  position: relative;
}

.services-section .title-underline {
  width: 60px;
  height: 4px;
  background: #f26b3a;
  margin: 0px auto 0;
  margin-bottom: 10px;
  border-radius: 2px;
}

.services-section .section-description {
  max-width: 800px;
  margin: 0 auto 0px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c0043 */.services-two-column {
  padding: 0px 20px;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

/* ✅ NEW: Make <a> wrapper behave like a full-width block */
.service-card-link {
  display: block;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  color: inherit;
}

.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 40px 30px;
  width: 100%;
  max-width: 100%; /* ✅ Ensure it inherits from .service-card-link */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.service-card.highlighted {
  background-color: #ffffff;
}

.service-icon {
  text-align: center;
  margin-bottom: 20px;
}

.service-icon img {
  width: 48px;
  height: 48px;
}

.service-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3e8c;
  text-align: center;
  margin-bottom: 25px;
}

.service-card.highlighted .service-title {
  color: #1a3e8c;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin: 10px 0;
  font-size: 1rem;
  color: #2f3640;
  display: flex;
  align-items: center;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.arrow {
  color: #ff5a2c;
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: bold;
}

.service-list li:hover {
  color: #1a3e8c;
}

@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-card-link {
    max-width: 100%; /* ✅ Ensure full width on mobile */
  }

  .service-card {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0393979 *//* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@600&display=swap');

.work-process {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.work-process .section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #1a3e8b;
  margin-bottom: 10px;
  position: relative;
}

.work-process .section-header h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f26b3a;
  margin: 10px auto 0;
  border-radius: 2px;
}

.work-process .section-header p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.step {
  max-width: 220px;
  flex: 1 1 200px;
  background: transparent;
  position: relative;
}

.circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-color: #1a3e8b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.step h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #1a3e8b;;
  margin-bottom: 10px;
}

.step p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.cta-button-wrapper {
  margin-top: 50px;
}

.cta-button {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background-color: #f26b3a;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #d95728;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .process-container {
    flex-direction: column;
  
    align-items: center;
  }

  .step {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81c123c *//* Section Styling */
.our-work-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.our-work-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: #1a2b4c;
  margin-bottom: 10px;
}

.our-work-section .section-subtitle {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 40px;
  max-width: 800px;
  margin-inline: auto;
}

/* Grid Layout */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

/* Work Card Styling */
.work-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.work-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.work-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #1a2b4c;
  margin: 15px 20px 5px;
}

.work-card p {
  font-size: 0.95rem;
  color: #444;
  margin: 0 20px 15px;
  line-height: 1.5;
}

/* Yellow Divider under title */
.our-work-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: #1a3e8b;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.our-work-section .section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #f26b3a; /* yellow theme */
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Image sizing fixed */
.work-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top; 
  border-bottom: 1px solid #eee;
}



/* Subtle View Sample link */
.view-sample {
  display: inline-block;
  font-size: 0.9rem;
  color: #ff5722;
  margin: 0 20px 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.view-sample::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ff5722;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.view-sample:hover::after {
  width: 100%;
}

/* Responsive: 3 → 2 → 1 columns */
@media (max-width: 992px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .work-grid {
    grid-template-columns: 1fr;
  }

  .our-work-section .section-title {
    font-size: 2rem;
  }

  .our-work-section .section-subtitle {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fd194d *//* Center container */
.btn-orange-container {
  text-align: center;
  margin-top: 0px;
}

/* Button Style */
.orange-btn {
  display: inline-block;
  background-color: #FF6F32; /* Bright orange */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 30px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.orange-btn:hover {
  background-color: #e65a1f; /* Darker orange on hover */
  transform: translateY(-2px);
}

/* Focus accessibility */
.orange-btn:focus {
  outline: 2px dashed #ffb27d;
  outline-offset: 4px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .orange-btn {
    font-size: 0.95rem;
    padding: 10px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fdb9d2 *//* Root Styling */
body {
  font-family: 'Poppins', sans-serif;
}

.about-agency {
  background-color: #f9f9fc;
  padding: 60px 20px;
  color: #1a1a1a;
}

.about-agency .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.image-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

/* Text Content */
.text-box h2 {
  font-size: 2.2rem;
  color: #1a237e;
  margin-bottom: 10px;
  border-bottom: 3px solid #ff7043;
  display: inline-block;
  padding-bottom: 6px;
}

.text-box p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

/* Bullet Points */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #2c3e50;
}

.circle-check {
  color: #2ecc71;
  margin-right: 10px;
  font-weight: bold;
}

/* Two-column layout for bullet points */
.features.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  padding: 0;
  margin-bottom: 30px;
}

.features.two-column li {
  margin: 0;
}

/* Button */
.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #1a73e8;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #155ab6;
}

/* Responsive Layout */
@media (min-width: 768px) {
  .about-grid {
    flex-direction: row;
    align-items: center;
  }

  .image-box,
  .text-box {
    flex: 1;
  }

  .text-box {
    padding-left: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f36091 */:root {
  --primary-color: #0077b6; /* Teal/Blue */
  --accent-color: #f77f00; /* Orange */
  --highlight-color: #fcbf49; /* Yellow divider */
  --text-color: #333;
  --bg-color: #f9f9f9;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

.testimonial-section {
  font-family: 'Open Sans', sans-serif;
  padding: 60px 20px;
  background: #f9fbfd;
  color: #333;
}

.testimonial-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
}

.testimonial-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #1a3e8b; /* Deep Blue */
  margin-bottom: 10px;
}

.testimonial-divider {
  width: 60px;
  height: 4px;
  background-color: #f26b3a;
  margin: 12px auto 16px;
  border-radius: 2px;
}

.testimonial-header p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}


/* Ensure all Swiper slides stretch to equal height */
.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto;
}

/* Testimonial card styling */
.testimonial-box {
  background: #fff;
  border-left: 4px solid #f26b3a; /* sky blue */
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 260px; /* Ensures all testimonial boxes are same height */
}

/* Star rating style */
.stars {
  color: #f6a623;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Client info block */
.client {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

/* Avatar circle with initials */
.client .avatar {
  background-color: #ccc;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

/* ✅ Responsive for Mobile */
@media (max-width: 768px) {
  .testimonial-section h2 {
    font-size: 28px;
  }

  .testimonial-section .subhead {
    font-size: 16px;
  }

  .testimonial-box {
    padding: 20px;
    min-height: auto;
  }

  .stars {
    font-size: 18px;
  }

  .client {
    flex-direction: row;
    gap: 10px;
  }

  .client .avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8e420f *//* Hero Section CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap');

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(135deg, #2c5aa0 0%, #1e3a72 50%, #0f2a5a 100%);
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(44, 90, 160, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-content {
  text-align: center;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 40px 0;
  color: #e8f1ff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
  color: #ffffff;
  border-color: #ff6b35;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #e55a2b 0%, #cc4f24 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ff6b35;
}

.btn-secondary:hover {
  background: #ff6b35;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}

.btn:active {
  transform: translateY(0);
}

/* Ripple Effect */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple-effect 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-effect {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    min-height: 80vh;
    padding: 60px 15px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 32px;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .btn {
    padding: 14px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .hero-section {
    padding: 40px 10px;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-section {
    background: #000080;
  }
  
  .hero-title {
    color: #ffffff;
  }
  
  .hero-subtitle {
    color: #ffffff;
  }
  
  .btn-primary {
    background: #ff4500;
    border-color: #ff4500;
  }
  
  .btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  
  .hero-content {
    transition: none !important;
  }
  
  .ripple {
    animation: none;
  }
}

/* Print styles */
@media print {
  .hero-section {
    background: #2c5aa0;
    color: #000;
    min-height: auto;
    padding: 40px 20px;
  }
  
  .hero-title,
  .hero-subtitle {
    color: #000;
  }
  
  .btn {
    border: 2px solid #000;
    color: #000;
    background: transparent;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e234429 */.elementor-1847 .elementor-element.elementor-element-e234429 {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */