.elementor-kit-6{--e-global-color-primary:#44A795;--e-global-color-secondary:#101B1A;--e-global-color-text:#6B6B6B;--e-global-color-accent:#307668;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h2{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
  scroll-padding-top: 11rem; 
}

.header {
  background: #ffffff;
  padding: 0 2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.navbar {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.navbar__item {
  display: flex;
}

.navbar__link {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #101B1A!important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -.4px;
  transition: color 250ms ease;
}

.navbar__link:hover {
  color: #307668!important;
}


@media (max-width: 1024px) {
.navbar__menu {
  gap: .5rem;
}
}



/* Mobile Responsive */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 10px;
    gap: 1.5rem;
  }
  
  .header__logo {
    text-align: center;
  }
  
  .header__logo img {
    max-width: 250px;
  }
  
  .navbar {
    width: 100%;
    justify-content: center;
  }
  
  .navbar__menu {
    justify-content: center;
    gap: 1rem;
  }
  
  .navbar__link {
    font-size: .938rem;
    padding: 0 0.5rem;
  }
}

/*top banner */
.hero-banner {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(25deg, #44A795 36%, #005CFF 100%);
    opacity: 0.72;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.hero-content h1 {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-btn {
    display: inline-block;
    background: white;
    color: #101B1A;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #44A795;
    color: white !important;
    box-shadow: 0 4px 12px rgba(68, 167, 149, 0.4);
}

/* Tablet */
@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 40px;
    }
    
    .hero-banner img {
    object-position: center top;
}
}

/* Mobile */
@media (max-width: 768px) {
    .hero-banner {
        height: 350px;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .hero-btn {
        padding: 12px 28px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 300px;
    }
    
    .hero-content h1 {
        font-size: 26px;
    }
}

/*footer*/
/* Container for icons */
.custom-social-icons-wrapper {
    display: flex;
    gap: 20px; 
    align-items: center;
    justify-content: flex-start;
}

/* Individual icon styling */
.custom-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* 22px as you specified */
    height: 40px;
    
    background-color: transparent; /* No visible background */
    color: #44A795!important; /* White icon (Primary Color) */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* SVG styling */
.custom-social-icon svg {
    
    width: 100%;
    height: 100%;
    fill: currentColor; /* Icon inherits color from parent */
    
}

/* Hover effect - icon turns pink, background stays same */
.custom-social-icon:hover {
    color: #307668!important; 
}/* End custom CSS */