body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    color: #333;
    padding: 40px;
    margin: 30px;
    font-weight: bold;
}

.ser-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.ser {
    flex: 0 0 45%;
    background: #f4f4f4;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(63, 245, 2, 0.438);
}

.ser h3 {
    margin-top: 0;
    color: #555;
}

.ser p {
    color: #666;
}

.ser ul {
    list-style-type: none;
    padding: 0;
}

.ser ul li {
    background: #e9e9e9;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}

.ser-buttons {
    margin-top: 20px;
}

.ser-buttons button {
    background: #27eb00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.ser-buttons button:hover {
    background: #555;
}

#footer {
    padding: 0 0 30px 0;
    font-size: 14px;
    background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f5f8fd;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 span {
    color: #3bdc1b;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Fantcy", sans-serif;
    color: #413e66;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #507457;
}

#footer .footer-top .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1bdc1b;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a i {
    line-height: 0;
    font-size: 16px;
}

#footer .footer-top .social-links a:hover {
    background: #22c00a;
    color: #fff;
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #3e6641;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #65926d;
}

#footer .footer-top .footer-links ul a:hover {
    color: #1bdc22;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #25dc1b;
    border: 1px solid #1bdc22;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #0dc00a;
}

#footer .php-email-form .validate {
    display: none;
    color: rgb(255, 162, 0);
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#footer .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #0ded14;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .error-message br+br {
    margin-top: 25px;
}

#footer .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#footer .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#footer .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #2bd218;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

#footer .php-email-form input,
#footer .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px;
}

#footer .php-email-form input:focus,
#footer .php-email-form textarea:focus {
    border-color: #32dc1b;
}

#footer .php-email-form input {
    padding: 10px 15px;
}

#footer .php-email-form textarea {
    padding: 12px 15px;
}

#footer .php-email-form button[type=submit] {
    background: #1bdc22;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .php-email-form button[type=submit]:hover {
    background: #37c00a;
    cursor: pointer;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #535074;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #82a886;
}

#footer .credits a {
    color: #1bdc28;
}

#footer .credits a:hover {
    color: #10c00a;
}


#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: #fff;
    height: 70px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

#header .logo {
    font-size: 36px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "fantasy", sans-serif;
}

#header .logo a {
    color: #1f1e2b;
    text-decoration: none;
}

#header .logo img {
    max-height: 40px;
}

#header h1 span {
    color: #3bdc1b;
}

#header .social-links {
    margin: 0 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .social-links a {
    color: #15141e;
    transition: 0.3s;
    line-height: 0;
    margin-left: 15px;
}

#header .social-links a i {
    line-height: 0;
}

#header .social-links a:hover {
    color: #1bdc1b;
}

@media (max-width: 992px) {
    #header .social-links {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 24px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #413e66;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #22dc1b;
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #1d1c27;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(16, 16, 24, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #1f1e2a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #1bdc2e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}


.whatsapp-button, .instagram-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px; /* Added margin for separation */
}

.instagram-button {
    bottom: 90px; /* Position it above the WhatsApp button */
}

.whatsapp-button img, .instagram-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
