.elementor-273 .elementor-element.elementor-element-6c527f2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-273 .elementor-element.elementor-element-8a4e8fc .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-273 .elementor-element.elementor-element-8a4e8fc .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-273 .elementor-element.elementor-element-8a4e8fc{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-273 .elementor-element.elementor-element-d7160a8{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2de411d */.lm-gallery-page-hero{
  padding:90px 0 60px;

  overflow:hidden;
}

.lm-gallery-container{
  width:min(1180px,92%);
  margin:0 auto;
  text-align:center;
}

.lm-gallery-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(30,58,138,0.08);
  color:#1E3A8A;
  font-size:13px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.lm-gallery-page-hero h1{
  margin:26px 0 0;
  color:#0F172A;
  font-size:clamp(34px,4vw,58px);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-0.03em;

  font-family:
  "Poppins",
  "Montserrat",
  sans-serif;

  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.lm-gallery-page-hero p{
  max-width:900px;
  margin:26px auto 0;
  color:#475569;
  font-size:20px;
  line-height:1.8;
  font-weight:400;
}

.lm-gallery-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:42px;
}

.lm-gallery-tags span{
  padding:13px 22px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,0.10);
  background:#ffffff;
  color:#334155;
  font-size:15px;
  font-weight:600;
  transition:all .25s ease;
}

.lm-gallery-tags span:hover{
  transform:translateY(-2px);
  border-color:#3B82F6;
  color:#1E3A8A;
}

/* Responsive */

@media(max-width:768px){

  .lm-gallery-page-hero{
    padding:75px 0 45px;
  }

  .lm-gallery-page-hero h1{
    font-size:46px;
  }

  .lm-gallery-page-hero p{
    font-size:16px;
    line-height:1.7;
  }

  .lm-gallery-tags{
    gap:10px;
    margin-top:32px;
  }

  .lm-gallery-tags span{
    padding:10px 16px;
    font-size:13px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2845543 */.lm-gallery-cta-section{
  padding:80px 0 100px;
  
}

.lm-gallery-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:45px;
  border-radius:32px;
  background:linear-gradient(135deg,#0F172A 0%,#1E3A8A 100%);
  overflow:hidden;
  position:relative;
}

.lm-gallery-cta-box::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:260px;
  height:260px;
  background:rgba(255,255,255,0.06);
  border-radius:50%;
}

.lm-gallery-cta-content{
  position:relative;
  z-index:2;
}

.lm-gallery-cta-content span{
  display:block;
  margin-bottom:12px;
  color:#93C5FD;
  font-size:13px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.lm-gallery-cta-content h2{
  margin:26px 0 0;
  color:#fff;
  font-size:clamp(34px,4vw,58px);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-0.03em;

  font-family:
  "Poppins",
  "Montserrat",
  sans-serif;

  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.lm-gallery-cta-content p{
  max-width:650px;
  margin:18px 0 0;
  color:rgba(255,255,255,0.76);
  font-size:17px;
  line-height:1.8;
}

.lm-gallery-cta-btn{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  background:#ffffff;
  color:#1E3A8A;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  transition:all .25s ease;
}

.lm-gallery-cta-btn:hover{
  transform:translateY(-2px);
  background:#3B82F6;
  color:#ffffff;
}

/* Responsive */

@media(max-width:900px){

  .lm-gallery-cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:35px 28px;
  }

}

@media(max-width:768px){

  .lm-gallery-cta-section{
    padding:55px 0 70px;
  }

  .lm-gallery-cta-content h2{
    font-size:34px;
  }

  .lm-gallery-cta-content p{
    font-size:15px;
    line-height:1.7;
  }

  .lm-gallery-cta-btn{
    width:100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48fab6e */.lm-gallery-seo {
  padding: 80px 20px;
  background: #ffffff;
}

.lm-gallery-seo-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.lm-gallery-seo-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.lm-gallery-seo-head span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #3b82f6;
}

.lm-gallery-seo-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
}

.lm-gallery-seo-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #64748b;
}

.lm-gallery-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.lm-gallery-seo-card {
  padding: 28px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.lm-gallery-seo-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  color: #0f172a;
}

.lm-gallery-seo-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #475569;
}

.lm-gallery-seo-card a {
  color: #1e3a8a;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 58, 138, 0.25);
}

.lm-gallery-seo-card a:hover {
  color: #3b82f6;
  border-color: #3b82f6;
}

@media (max-width: 768px) {
  .lm-gallery-seo {
    padding: 60px 16px;
  }

  .lm-gallery-seo-grid {
    grid-template-columns: 1fr;
  }

  .lm-gallery-seo-card {
    padding: 24px;
  }
}/* End custom CSS */