.elementor-216 .elementor-element.elementor-element-c49737f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-216 .elementor-element.elementor-element-c49737f:not(.elementor-motion-effects-element-type-background), .elementor-216 .elementor-element.elementor-element-c49737f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-33d4ef1 );}.elementor-216 .elementor-element.elementor-element-8917d43{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:40px 40px;--row-gap:40px;--column-gap:40px;--grid-auto-flow:row;--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-216 .elementor-element.elementor-element-07d28d1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-216 .elementor-element.elementor-element-dad5914 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-216 .elementor-element.elementor-element-ca77f68{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-216 .elementor-element.elementor-element-92fb970 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-216 .elementor-element.elementor-element-8917d43{--e-con-grid-template-columns:repeat(3, 1fr);--grid-auto-flow:row;}}@media(max-width:767px){.elementor-216 .elementor-element.elementor-element-8917d43{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-824e58e */.elementor-216 .elementor-element.elementor-element-824e58e {
    min-width: 200px;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b9056 */.elementor-216 .elementor-element.elementor-element-85b9056 {
    min-width: 200px;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32a48ee */.elementor-216 .elementor-element.elementor-element-32a48ee {
    min-width: 200px;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07d28d1 */.elementor-216 .elementor-element.elementor-element-07d28d1 {
    min-width: 200px;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8917d43 */.elementor-216 .elementor-element.elementor-element-8917d43 {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-col h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #05bfdb;
}

.footer-col p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}


.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #05bfdb;
  padding-left: 5px;
}

.contact-info {
  list-style: none;
}

.contact-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.contact-info i {
  margin-right: 10px;
  color: #05bfdb;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #05bfdb;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad5914 *//* WhatsApp Floating Button Styles */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    border-radius: 50px;
}

.whatsapp-text {
    display: none;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Expanded button on hover */
.whatsapp-float:hover {
    width: auto;
    padding: 0 20px;
    border-radius: 30px;
}

.whatsapp-float:hover .whatsapp-text {
    display: inline-block;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
        font-size: 25px;
    }
    
    .whatsapp-float:hover {
        width: 50px;
        padding: 0;
        border-radius: 50px;
    }
    
    .whatsapp-float:hover .whatsapp-text {
        display: none;
    }
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-8px);
    }
}

.whatsapp-float {
    animation: bounce 2s infinite;
}

.whatsapp-float:hover {
    animation: none;
    transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92fb970 *//*.elementor-216 .elementor-element.elementor-element-92fb970 {*/
/*    display: none;*/
/*}*//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ca77f68 */.elementor-216 .elementor-element.elementor-element-ca77f68 {
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c49737f */.elementor-216 .elementor-element.elementor-element-c49737f {
    color: white;
    padding: 70px 5% 20px;
}/* End custom CSS */