.elementor-11736 .elementor-element.elementor-element-9c1e1f1{--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;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11736 .elementor-element.elementor-element-fbe6a95{--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;--overflow:hidden;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11736 .elementor-element.elementor-element-fbe6a95.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-11736 .elementor-element.elementor-element-32f23a8{--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;--background-transition:0.3s;}@media(min-width:768px){.elementor-11736 .elementor-element.elementor-element-fbe6a95{--width:100%;}}@media(max-width:1024px){.elementor-11736 .elementor-element.elementor-element-fbe6a95{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-11736 .elementor-element.elementor-element-fbe6a95{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-485efd6 *//* Custom Header Section */
#custom-header.custom-site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 15px 0;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.custom-main-nav {
  flex: 1;
}

.custom-nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.custom-nav-links li {
  display: inline-block;
}

.custom-nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.custom-cta-btn {
  background-color: #1E90FF;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-cta-btn:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

/* Mobile Menu Toggle */
.custom-menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: #ffffff;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  #custom-header.custom-site-header {
    position: relative;
  }

  .custom-nav-links {
    display: none; /* Hide menu on mobile */
    flex-direction: column;
    background-color: #333333;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 20px;
  }

  .custom-nav-links.active {
    display: flex; /* Show menu when toggled */
  }

  .custom-menu-toggle {
    display: block; /* Show hamburger icon on mobile */
  }

  .custom-cta-btn {
    display: none; /* Hide CTA button on mobile */
  }
}

/* Hover effects for navigation links */
.custom-nav-links a:hover {
  color: #1E90FF;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

/* Sticky Header on Scroll */
#custom-header.sticky {
  background-color: #222222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5eb1811 *//* Company Overview Section */
.company-overview {
  position: relative;
  background-image: url('https://illustrarch.com/wp-content/uploads/2024/08/modern_designed_Container_House-4-min.jpg'); /* Replace with actual background image */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #ffffff;
  text-align: center;
}

.company-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.company-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
  animation: fadeInDown 1s ease-in-out;
}

.company-content .company-subheading {
  font-size: 1.5rem;
  color: #dddddd;
  margin-bottom: 25px;
  animation: fadeInUp 1.2s ease-in-out;
}

.company-content .company-description {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 1.8;
  animation: fadeInUp 1.5s ease-in-out;
}

/* CTA Button */
.company-cta-btn {
  background-color: #1E90FF;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.company-cta-btn:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(30, 144, 255, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .company-content h2 {
    font-size: 2.5rem;
  }

  .company-content .company-subheading {
    font-size: 1.3rem;
  }

  .company-content .company-description {
    font-size: 1.1rem;
  }

  .company-cta-btn {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}

@media (max-width: 768px) {
  .company-content h2 {
    font-size: 2rem;
  }

  .company-content .company-subheading {
    font-size: 1.2rem;
  }

  .company-content .company-description {
    font-size: 1rem;
  }

  .company-cta-btn {
    font-size: 0.9rem;
    padding: 10px 25px;
  }
}

@media (max-width: 480px) {
  .company-content h2 {
    font-size: 1.8rem;
  }

  .company-content .company-subheading {
    font-size: 1rem;
  }

  .company-content .company-description {
    font-size: 0.9rem;
  }

  .company-cta-btn {
    font-size: 0.85rem;
    padding: 8px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6d59b0 *//* Values Section */
.values-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.values-section h2 {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}

.values-intro {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.values-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Values Grid - Mobile First */
.values-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column for mobile */
  gap: 20px;
}

/* Value Item */
.value-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.value-item i {
  font-size: 2.5rem;
  color: #1E90FF;
  margin-bottom: 10px;
}

.value-item h3 {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 8px;
}

.value-item p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
}

/* Responsive Design */
@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: 1fr 1fr; /* Two columns for tablet */
    gap: 30px;
  }

  .values-section h2 {
    font-size: 2.8rem;
  }

  .values-intro {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .values-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Four columns for desktop */
  }

  .values-section h2 {
    font-size: 3rem;
  }

  .values-intro {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77776c5 *//* Our Team Section */
.team-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.team-section h2 {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-intro {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Team Grid - Mobile First */
.team-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column for mobile */
  gap: 20px;
}

/* Team Member Card */
.team-member {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member h3 {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 5px;
}

.team-title {
  font-size: 1rem;
  color: #1E90FF;
  margin-bottom: 10px;
}

.team-bio {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
}

/* Responsive Design */
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr 1fr; /* Two columns for tablet */
    gap: 30px;
  }

  .team-section h2 {
    font-size: 2.8rem;
  }

  .team-intro {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr; /* Three columns for desktop */
  }

  .team-section h/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5173d7c *//* Process Section */
.process-section {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.process-section h2 {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-intro {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Process Steps - Mobile First */
.process-steps {
  display: grid;
  grid-template-columns: 1fr; /* Single column for mobile */
  gap: 20px;
}

/* Process Step Item */
.process-step {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.process-step i {
  font-size: 2.5rem;
  color: #1E90FF;
  margin-bottom: 10px;
}

.process-step h3 {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
}

/* Responsive Design */
@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: 1fr 1fr; /* Two columns for tablet */
    gap: 30px;
  }

  .process-section h2 {
    font-size: 2.8rem;
  }

  .process-intro {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .process-steps {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Four columns for desktop */
  }

  .process-section h2 {
    font-size: 3rem;
  }

  .process-intro {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f6fe6f *//* Final Call to Action Section */
.final-cta {
  background: linear-gradient(135deg, #1E90FF, #0056b3);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.cta-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #e0e0e0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button */
.cta-button {
  background-color: #ffffff;
  color: #1E90FF;
  padding: 15px 35px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  background-color: #e0e0e0;
  color: #1E90FF;
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .final-cta h2 {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .cta-button {
    font-size: 1rem;
    padding: 12px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f640ddb *//* Footer Section */
.footer {
  background-color: #222222; /* Dark background for a clean look */
  color: #dddddd; /* Lighter gray text */
  padding: 80px 20px;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px 0;
  padding: 0 20px; /* Padding to add more space between columns */
}

.footer-column h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #ffffff; /* White for headers */
  font-weight: 700;
}

.footer-column p,
.footer-column ul li {
  font-size: 1rem;
  color: #bbbbbb; /* Softer gray for text */
  line-height: 1.8;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #dddddd;
  text-decoration: none;
  font-size: 1rem; /* Slightly smaller for links */
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #1E90FF; /* Blue for hover effect */
}

.footer .social-icons {
  display: flex;
  gap: 20px; /* Increased spacing for cleaner look */
  margin-top: 20px;
}

.footer .social-icons a {
  font-size: 1.3rem; /* Reduced icon size for minimalism */
  color: #bbbbbb; /* Softer gray */
  transition: color 0.3s ease;
}

.footer .social-icons a:hover {
  color: #1E90FF; /* Bright blue on hover */
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding: 20px 0;
  background-color: #111111; /* Darker footer bottom */
  color: #999999;
}

.footer-bottom p {
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    text-align: center;
    margin: 20px 0;
  }

  .footer .social-icons {
    justify-content: center;
  }
}/* End custom CSS */