.elementor-2802 .elementor-element.elementor-element-cb3c8c9{--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:300px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2802 .elementor-element.elementor-element-bac39f9{--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:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2802 .elementor-element.elementor-element-aef5be0{width:100%;max-width:100%;}.elementor-2802 .elementor-element.elementor-element-aef5be0.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2802 .elementor-element.elementor-element-bac39f9{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-bac39f9 *//*map*/



ul.province_table li a {
    background: #607D8B;
    display: block;
    margin: 1px;
    padding: 9px !important;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none !important;
    outline-color: transparent !important;
}

.scmap_wrapper {
    padding-bottom: 550px !important;

}

.mapfar div#sc_map_holder {
    width: 65% !important;
}

.mapfar .scmap-col-md-6 {
    width: 35% !important;
}

.service-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 60px 20px;
  background: #f7f7f7;
}
.service-box {
    background: transparent;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: all 0.3s 
ease;
    margin: 5px 0;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.service-title {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #660c3c;
}
.service-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.icon-box {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  border: 6px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.icon-line {
  width: 2px;
  height: 25px;
  background: currentColor;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.service1 .service-title, .service1 .icon-box, .service1 .icon-line {
    background: #ffffff;
    color: #660c3c;
}
.service-title h4 {
    margin: 12px 0;
    font-size: 23px;
    font-weight: 600;
}
.service-title p {
    margin-bottom: 19px;
    font-size: 19px;
    font-weight: 200;
}

div#provinces_tbl_title {
    background: #f7ac00 !important;
    font-size: 19px !important;
}

div#islands_tbl_title {
    background: #f7ac00 !important;
    font-size: 19px !important;
}

@media (max-width: 768px) {
  .service-box {
    width: 100%;
    max-width: 320px;
  }
}
/*map*//* End custom CSS */