.elementor-2702 .elementor-element.elementor-element-9935a5b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2702 .elementor-element.elementor-element-1ab522d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2702 .elementor-element.elementor-element-c530090{text-align:center;font-family:"Roboto Slab", Sans-serif;font-weight:400;text-transform:none;}.elementor-2702 .elementor-element.elementor-element-131fa3b{--display:flex;border-style:none;--border-style:none;--border-radius:40px 40px 40px 40px;}.elementor-2702 .elementor-element.elementor-element-c0cfda1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2702 .elementor-element.elementor-element-331728a .elementor-heading-title{font-family:"Ropa Sans", Sans-serif;font-weight:600;}.elementor-2702 .elementor-element.elementor-element-3cd2ab6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-2702 .elementor-element.elementor-element-d4b8632{--display:flex;}.elementor-2702 .elementor-element.elementor-element-c182844{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2702 .elementor-element.elementor-element-10dcaed{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2702 .elementor-element.elementor-element-6d80114{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-2702 .elementor-element.elementor-element-e60a0c8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bbd98f7 */hero-search {
  background: linear-gradient(135deg, #006400, #00a86b);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.hero-search h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.search-box {
  display: inline-flex;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  max-width: 500px;
  width: 100%;
}

.search-box input {
  border: none;
  padding: 15px 20px;
  flex: 1;
  font-size: 16px;
  outline: none;
}

.search-box button {
  background: #004d2e;
  border: none;
  padding: 0 20px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.search-box button i {
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bbdfea */.scroll-slider {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.slide {
  flex: 0 0 auto;
  min-width: 180px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 12px;
  scroll-snap-align: start;
  text-align: center;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86c91b2 */.slider-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.service-box {
  min-width: 200px;
  background-color: #004d26;
  color: white;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8326970 */.promo-card {
  max-width: 400px;
  margin: 30px auto;
  padding: 30px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e3c72, #f3af34); /* blue to mustard */
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
}

.promo-card h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.promo-card p {
  font-size: 16px;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background-color: white;
  color: #1e3c72;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #eee;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6977b07 */```css
.freelance-section {
  max-width: 500px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  color: #333;
  padding: 20px;
  text-align: left;
}

.freelance-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.freelance-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.freelance-feature span {
  font-size: 24px;
  margin-right: 15px;
}

.freelance-feature p {
  margin: 0;
  font-size: 16px;
}

.freelance-btn {display: inline-block;
  margin-top: 30px;
  padding: 12px 25px;
  background-color: #007BFF; /* Blue */
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.freelance-btn:hover {
  background-color: #0056b3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9a5df0 */```css
.logo-box {
  background-color: #fff4ee;
  padding: 25px;
  border-radius: 16px;
  max-width: 350px;
  font-family: Arial, sans-serif;
  color: #333;
  text-align: left;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.logo-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.logo-box h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.big-text {
  font-size: 18px;
  margin: 0 0 10px;
}

.highlight {
  color: orange;
  font-weight: bold;
}

.logo-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.blue-btn {
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  transition: background 0.3s;
} .blue-btn:hover {
  background-color: #0056b3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bdfc80 */.demo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-item p {
  margin: 10px 0;
  font-size: 16px; font-weight: 500;
  color: #333;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}/* End custom CSS */