.elementor-652 .elementor-element.elementor-element-06b6750{--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-652 .elementor-element.elementor-element-204b13b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;top:0px;}body:not(.rtl) .elementor-652 .elementor-element.elementor-element-204b13b{left:0px;}body.rtl .elementor-652 .elementor-element.elementor-element-204b13b{right:0px;}.elementor-652 .elementor-element.elementor-element-7782c96{--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-652 .elementor-element.elementor-element-62e69f0{margin:155px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-652 .elementor-element.elementor-element-eb32a16{--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-652 .elementor-element.elementor-element-0370ebc{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-652 .elementor-element.elementor-element-0370ebc{left:0px;}body.rtl .elementor-652 .elementor-element.elementor-element-0370ebc{right:0px;}@media(max-width:767px){.elementor-652 .elementor-element.elementor-element-62e69f0{margin:215px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-204b13b */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial, sans-serif;
  background:#fff;
  position:relative;
  z-index:9999;
}

.spge-top-bar{
  width:100%;
  background:linear-gradient(90deg,#ff6900,#ff8a26);
  color:#fff;
  padding:9px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

.spge-top-left{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  line-height:1.4;
}

.spge-top-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.spge-top-right a{
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
}

.spge-navbar{
  width:100%;
  background:#fff;
  padding:13px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 6px 22px rgba(0,0,0,0.08);
  position:relative;
}

.spge-logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.spge-logo a{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.spge-logo img{
  height:82px !important;
  width:auto !important;
  max-width:190px !important;
  object-fit:contain !important;
  display:block !important;
}

.spge-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}

.spge-menu a,
.spge-dropdown > a{
  text-decoration:none;
  color:#222 !important;
  font-size:14px;
  font-weight:700;
  padding:12px 0;
  white-space:nowrap;
  position:relative;
  transition:0.3s ease;
}

.spge-menu a:hover,
.spge-dropdown > a:hover{
  color:#ff6900 !important;
}

.spge-menu a::after,
.spge-dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:5px;
  width:0;
  height:2px;
  background:#ff6900;
  transition:0.3s ease;
}

.spge-menu a:hover::after,
.spge-dropdown > a:hover::after{
  width:100%;
}

.spge-contact-btn{
  background:#ff6900 !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
  box-shadow:0 8px 18px rgba(255,105,0,0.25);
}

.spge-contact-btn::after{
  display:none;
}

.spge-contact-btn:hover{
  background:#e85f00 !important;
  color:#fff !important;
}

.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  min-width:285px;
  border-radius:14px;
  box-shadow:0 16px 35px rgba(0,0,0,0.15);
  border:1px solid #eee;
  padding:8px 0;
  z-index:99999;
  overflow:hidden;
}

.spge-dropdown-menu a{
  display:block;
  padding:12px 18px;
  color:#333 !important;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}

.spge-dropdown-menu a::after{
  display:none;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900 !important;
  padding-left:24px;
}

.spge-dropdown:hover .spge-dropdown-menu{
  display:block;
}

#spge-menu-toggle{
  display:none;
}

.spge-menu-icon{
  display:none;
  width:36px;
  height:30px;
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}

.spge-menu-icon span{
  display:block;
  width:100%;
  height:3px;
  background:#ff6900;
  border-radius:20px;
}

.spge-ticker{
  width:100%;
  background:#111;
  color:#fff;
  overflow:hidden;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  align-items:center;
  gap:42px;
  width:max-content;
  animation:spgeTicker 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}

@keyframes spgeTicker{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

@media(max-width:1100px){

  .spge-navbar{
    flex-wrap:wrap;
  }

  .spge-menu-icon{
    display:flex;
    margin-left:auto;
  }

  .spge-menu{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:12px 0 0;
    border-top:1px solid #eee;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  .spge-menu a,
  .spge-dropdown,
  .spge-dropdown > a{
    width:100%;
  }

  .spge-menu a,
  .spge-dropdown > a{
    padding:13px 0;
    border-bottom:1px solid #f1f1f1;
  }

  .spge-dropdown-menu{
    position:static;
    min-width:100%;
    box-shadow:none;
    border:none;
    border-radius:0;
    padding:0 0 8px 15px;
    background:#fff8f2;
  }

  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

@media(max-width:767px){

  .spge-top-bar{
    padding:9px 12px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .spge-top-left{
    font-size:12px;
  }

  .spge-top-right{
    gap:8px;
  }

  .spge-top-right a{
    font-size:12px;
  }

  .spge-navbar{
    padding:12px;
    gap:12px;
  }

  .spge-logo img{
    height:58px !important;
    max-width:135px !important;
  }

  .spge-menu-icon{
    width:32px;
  }

  .spge-menu a,
  .spge-dropdown > a{
    font-size:14px;
  }

  .spge-contact-btn{
    text-align:center;
    margin-top:8px;
  }

  .spge-ticker-track span{
    font-size:13px;
  }
}

@media(max-width:480px){

  .spge-logo img{
    height:50px !important;
    max-width:120px !important;
  }

  .spge-navbar{
    padding:10px 12px;
  }

  .spge-top-right{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62e69f0 */.sp-gallery-page,
.sp-gallery-page * {
  box-sizing: border-box;
}

.sp-gallery-page {
  width: 100%;
  font-family: Arial, sans-serif;
  color: #1f2933;
  overflow: hidden;
}

/* HERO */
.sp-gallery-hero {
  min-height: 460px;
  background:
    linear-gradient(rgba(0,55,35,0.74), rgba(0,25,15,0.84)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  display: flex;
  align-items: center;
}

.sp-gallery-hero-content {
  max-width: 1150px;
  margin: auto;
  color: #fff;
  width: 100%;
  text-align: center;
}

.sp-gallery-hero-content span,
.sp-gallery-heading span {
  display: inline-block;
  background: #ff6900;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.sp-gallery-hero h1 {
  font-size: 52px;
  line-height: 1.12;
  margin: 0 0 18px;
}

.sp-gallery-hero p {
  max-width: 780px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
}

/* NOTE */
.sp-gallery-note {
  background: #fff7ed;
  border-top: 1px solid #fed7aa;
  border-bottom: 1px solid #fed7aa;
  padding: 18px 20px;
  color: #7c2d12;
  font-size: 15px;
  line-height: 1.7;
}

.sp-gallery-container {
  max-width: 1150px;
  margin: auto;
}

/* SECTION */
.sp-gallery-section {
  padding: 80px 20px;
  background: #f4fbf7;
}

.sp-gallery-heading {
  text-align: center;
  margin-bottom: 45px;
}

.sp-gallery-heading h2 {
  font-size: 38px;
  color: #0b6b3a;
  margin: 0;
}

/* GRID */
.sp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.sp-gallery-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.sp-gallery-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

.sp-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.sp-gallery-content {
  padding: 24px;
}

.sp-gallery-content h3 {
  color: #0b6b3a;
  font-size: 22px;
  margin: 0 0 10px;
}

.sp-gallery-content p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* CTA */
.sp-gallery-cta {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ff6900, #0b6b3a);
  color: #fff;
  text-align: center;
}

.sp-gallery-cta h2 {
  font-size: 40px;
  margin: 0 0 15px;
}

.sp-gallery-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.7;
}

.sp-gallery-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.sp-gallery-buttons a {
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 50px;
  background: #fff;
  color: #0b6b3a;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #fff;
  transition: 0.3s ease;
}

.sp-gallery-buttons a:hover {
  transform: translateY(-3px);
  background: #f4fbf7;
}

.sp-gallery-buttons .outline {
  background: transparent;
  color: #fff;
}

.sp-gallery-buttons .outline:hover {
  background: #fff;
  color: #0b6b3a;
}

/* TABLET */
@media (max-width: 992px) {
  .sp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-gallery-hero h1 {
    font-size: 40px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .sp-gallery-hero {
    min-height: 420px;
    padding: 60px 16px;
  }

  .sp-gallery-hero h1 {
    font-size: 31px;
  }

  .sp-gallery-hero p {
    font-size: 15px;
  }

  .sp-gallery-section,
  .sp-gallery-cta {
    padding: 55px 16px;
  }

  .sp-gallery-heading h2,
  .sp-gallery-cta h2 {
    font-size: 28px;
  }

  .sp-gallery-grid {
    grid-template-columns: 1fr;
  }

  .sp-gallery-card img {
    height: 220px;
  }

  .sp-gallery-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */