
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	scroll-behavior: smooth;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body{
	margin: 0 !important;
	font-family: "Public Sans", sans-serif;
}
p{
  font-family: "Inter", sans-serif;  
}
img{
    
    max-width: 100%;
    height: auto;
}
/* Top contact bar */
        .top-bar {
            background-color: transparent;
            background-image: linear-gradient(135deg, #30CB65 0%, #30CB9D 100%);
            padding: 5px 5px 8px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1000;
        }

        .top-bar.hidden {
            transform: translateY(-100%);
            opacity: 0;
            visibility: hidden;
        }

        .top-bar-content, .header-content {
            /*max-width: 1520px;*/
            margin: 0 auto;
                padding: 0 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }


        .social-links {
            display: flex;
            gap: 5px;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            fill: #fff;
                text-decoration: none;
                transition: all 0.3s ease;
                height: 28px;
                width: 28px;
                 border-radius: 50%;
        }
        .social-links svg {
              display: block;
    height: 14px;
    position: relative;
    width: 14px;
        }

        .social-links a:hover {
            background: #30cb6a;
            transform: scale(1.2);
               
        }
            
        

        /* Main header */
        .main-header {
            position: sticky;
            top: 0;
            z-index: 999;
            backdrop-filter: blur(0px);
            transition: all 0.3s ease;
        }

        .main-header.scrolled {
            background: #30cb65;
 
        }
        .main-header.scrolled .cta-button {
            background: white;
            color: #30cb65;
        }
        .logo {
            padding: 10px;
        }
        .logo img {
                height: 60px;
            width: auto;
            max-width: 170px;
        }

        /* Navigation */
        .nav-container {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap:20px;
            align-items: center;
        }

        .nav-menu li {
            position: relative;
        }

        .nav-menu a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            padding: 8px 0;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 5px;
        }
.dropdown-menu li a {
    color: #000000;
}
ul.dropdown-menu li {
    list-style: none;
    list-style-type: none;
}

        .nav-menu a.active {
            color: #43e97b;
        }

        /* Dropdown */
        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
                visibility: hidden;
                padding:unset;
     
        }
        
.dropdown-menu a:hover {
    background-color: #30cb65;
    color: white;
}
        .dropdown-menu li a {
            color: #000000;
            background-color: white;
            min-width: 200px;
            border-radius: 8px;
            padding: 12px 11px;
            text-align: center;
            margin-top: 10px;
            transition: all 0.3s ease;
            list-style: none;
            margin-top: 10px;
        
            
        }
        li.dropdown a:hover .dropdown-menu {
    visibility: visible;
        transform: translateY(-10px);
        
}
        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu a {
            padding: 10px 20px;
            display: block;
        }
        li.dropdown-menu a:hover {
            color: #43e97b;
        }
        .dropdown-menu a:hover {
      
        }

        /* CTA Button */
        .cta-button {
            background:#30cb65;
            color: #fff;
            padding: 11px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 400;
            font-size: 15px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            background:#fdd61f;
        }
                div#menuToggle {
        display: none;
        }
         /* Responsive */
        @media (max-width: 768px) {
            
        }
 
        /* Responsive */
        @media (max-width: 768px) {
            
        /* Mobile menu toggle */
        div#menuToggle {
            background-color: #30CB65;
            padding: 8px;
            border-radius: 5px;
            display: flex;
        }
        .menu-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 5px;
        }

        .menu-toggle span {
            width: 25px;
            height: 3px;
            background: #fff;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

            .nav-menu{
                gap:unset;
            }
           .nav-menu a.active {
color: #fff;
        background-color: #43e97b;

}

/* Dropdown toggle open/close (mobile) */
.dropdown-menu {
  display: none;
}
.dropdown-menu.open {
  display: block;
}

/* Hamburger to X animation */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
} 
            
            
            .nav-menu {
                        position: fixed;
        top: -225px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding: 0;
       
        transition: right 0.3s 
ease;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        align-items: flex-start;
        margin:0;
            }

.nav-menu a{
    color: black;
    padding: 12px 11px;
            width: 140px;
}
.nav-menu li{
        width: 100%;
list-style: none;
}
.dropdown-menu li a{
    margin:unset;
}
ul.dropdown-menu li a {
    text-align: left;
        border-radius: unset;
        padding-left: 30px;
}
            .nav-menu.active {
               top: 70px;
            }

            .menu-toggle {
                display: flex;
            }

            .header-content .cta-button {
                display: none;
            }

            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                padding-left: 20px;
                margin-top: 5px;
            }

            .top-bar-content {
                flex-direction: row;
                gap: 10px;
                    padding: 0 1rem;
            }
            .header-content{
                 padding: 0 1rem;
            }
            
            li.home.active, .about.active {
                background-color: #30cb65;
               
            }
li.home.active a, .about.active a {
    color: white;
}
li.dropdown.about.active ul li a {
    color: black;
    background-color: white;
}
li.dropdown.about.active ul li {
    background-color: white;
}
        }

.dropdown.open > a .chevron {
  transform: rotate(-135deg);
  transition: transform 0.3s ease;
}
        /* Chevron icon */
        .chevron {
            width: 7px;
            height: 7px;
            border-right: 2px solid currentColor;
            border-bottom: 2px solid currentColor;
            transform: rotate(45deg);
            margin-left: 5px;
        }

.footer-container.inner-container {
    max-width: 1280px;
    padding: 3rem 0;
    margin: auto;
}
/**** footer style ***/
.footer {
  background-color: transparent;
    background-image: linear-gradient(180deg, #30CB65 0%, #30CB9D 100%);
  color: #fff;
  padding: 40px 0 20px;
  position: relative;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-col.about {
    padding-right: 4rem;
    flex: 1 1 35%;
}
.footer-col.contact {
    flex: 1 1 25%;
}
.footer-col.links, .footer-col .social {
    flex: 1 1 15%;
}
.footer-logo {
    width: 180px;
    margin-bottom: 15px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.footer-col {
    flex: 1 1 250px;
    padding: 1rem;
}

.footer-col h4 {
font-family: 'Public Sans'; 
  font-size: 20px;
  margin:0;
  font-weight: bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
      display: flex;
    gap: 10px;
    align-items: center;
}
.footer-col ul li p {
    margin: unset;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  font-size: 13px;
}

svg.e-font-icon-svg.e-fab-whatsapp {
    width: 30px;
    height: 30px;
    fill: white ;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.whatsapp-btn {
     position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    border-radius: 50%;
    padding: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
a.whatsapp-btn:after {
    background-color: red;
    border-radius: 50%;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
.whatsapp-btn:hover {
    background: #075e54;
    transform: scale(1.1);
}

svg.e-font-icon-svg.e-fab-whatsapp:after {
    background-color: #ff0000;
    border-radius: 50%;
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    z-index: 999;
}
.whatsapp-btn img {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 10px; /* smaller distance from bottom */
        right: 10px;  /* smaller distance from right */
        padding: 12px; /* slightly smaller button on mobile */
    }

    .footer-col.about p {
        font-size: 14px;
    }
    .footer-col h4{
        font-size:16px;
    }
    .footer-container.inner-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto auto auto;
            padding: 1rem 0;
    }
.footer-col.contact, .footer-col.social, .footer-col.links {
    text-align: left;
}
.footer-col ul li a {
    font-size:14px;
}
  .footer-col {
    margin: 10px 0;
    padding:unset !important;
  }

  .whatsapp-btn {
    right: 10px;
    bottom: 10px;
  }

.footer{
   padding: 40px 10px 20px;
}
.footer-bottom{
    font-size: 11px;
}
.footer-col.about {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
    text-align:center;
}
.footer-col.links {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
}
.footer-col.social {
    grid-column: 2 / 3;
    grid-row: 2 / 2;
}
.footer-col.contact {
    grid-column: 1 / 3;
    grid-row: 3 / 3;
}
}
/**** footer style ***/

/* ====== Responsive Menu ====== */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    left: 0;
    background: #002244;
    width: 100%;
    display: none;
    flex-direction: column;
    text-align: center;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .dropdown-menu {
    position: static;
    background: none;
    display: none;
            margin: unset;
  }

  .dropdown.active .dropdown-menu {
  
        padding: unset;
  }

  .header-btn {
    display: none;
  }
}
