.elementor-72 .elementor-element.elementor-element-b0f62d0:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-b0f62d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mertlanka.viowebdesign.lk/wp-content/uploads/2025/10/about-banners.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-72 .elementor-element.elementor-element-b0f62d0 > .elementor-container{max-width:1200px;}.elementor-72 .elementor-element.elementor-element-b0f62d0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:140px 0px 144px 0px;}.elementor-72 .elementor-element.elementor-element-b0f62d0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-72 .elementor-element.elementor-element-b0f62d0 > .elementor-shape-bottom svg{height:45px;}.elementor-bc-flex-widget .elementor-72 .elementor-element.elementor-element-aa1972a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-72 .elementor-element.elementor-element-aa1972a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-72 .elementor-element.elementor-element-aa1972a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-72 .elementor-element.elementor-element-aa1972a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 15px 0px 15px;}.elementor-72 .elementor-element.elementor-element-aa1972a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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 );color:var( --e-global-color-primary );}.elementor-72 .elementor-element.elementor-element-9ba99d0 .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:47px;font-weight:700;line-height:90px;color:#FFFFFF;}.elementor-72 .elementor-element.elementor-element-ff3e348{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-5a4e875{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-72 .elementor-element.elementor-element-264843b > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-264843b{z-index:1;}.elementor-72 .elementor-element.elementor-element-609e3b8{--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;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-5a4e875{--width:50%;}.elementor-72 .elementor-element.elementor-element-609e3b8{--width:50%;}}@media(max-width:767px){.elementor-72 .elementor-element.elementor-element-ff3e348{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-72 .elementor-element.elementor-element-264843b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-264843b img{max-width:70%;}}/* Start custom CSS for html, class: .elementor-element-381f3ea *//* 🌟 Mert Lanka About Us Section Styles */

.about-section {
  max-width: 900px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}

.about-section h2 {
  text-align: center;
  color: #004aad;
  font-size: 2rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-section h3 {
  color: #0077cc;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  border-left: 4px solid #0077cc;
  padding-left: 10px;
}

.about-section p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.about-section ul {
  margin: 15px 0 20px 20px;
  padding: 0;
  list-style: none;
}

.about-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.about-section ul li::before {
  content: "✔";
  color: #00b894;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.about-section strong {
  color: #004aad;
}

.about-section p:last-child {
  text-align: center;
  font-weight: 500;
  color: #555;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 8px;
  margin-top: 25px;
}

/* ✨ Responsive Design */
@media (max-width: 768px) {
  .about-section {
    padding: 30px 20px;
  }

  .about-section h2 {
    font-size: 1.7rem;
  }

  .about-section h3 {
    font-size: 1.2rem;
  }
}/* End custom CSS */