/*
Items Name : Akonta
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    background: #ffffff;
    color: #5a5a5a;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Heebo", sans-serif;
    padding: 0;
    margin: 0;
    color: #2a2a2a;
}

h1 {
    font-size: 58px;
    line-height: 65px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #464646;
}

a:hover {
    color: #39d196;
}

p {
    margin: 5px 0 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}

img {
    width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #2d3e50;
}

.loader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader .loading .aloader {
    background: #2d3e50;
    color: #39d196;
}

/* ------------------------------
  button
---------------------------------*/
.button {
    padding: 12px 30px;
    background: #39d196;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 1px;
    border: 0;
    transition: 0.2s;
    font-weight: 600;
}

.button:hover {
    background: #101010;
    color: #2d3e50;
    border-color: transparent;
}

.button2 {
    padding: 12px 30px;
    background: #39d196;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 1px;
    transition: 0.2s;
    font-weight: 600;
    border: 0;
}

.button2:hover {
    background: #ffffff;
    color: #2d3e50;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
    top: 0;
    background: #2d3e50;
    padding: 25px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.navbar .navbar-brand {
    text-align: left;
    width: 20%;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}
.navbar .navbar-brand:hover {
    color: #39d196;
    transform: translateY(-2px);
}
.navbar .navbar-brand::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #39d196, #2dd4bf);
    transition: width 0.3s ease;
}
.navbar .navbar-brand:hover::after {
    width: 100%;
}
.navbar .navbar-brand img {
    height: 40px;
    width: auto;
}
.navbar .navbar-toggler {
    padding: 0;
}
.navbar .navbar-toggler i {
    font-size: 32px;
    color: #ffffff;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .navbar-collapse {
    position: relative;
    width: 60%;
    text-align: center;
    left: -10px;
}
.navbar .navbar-nav {
    margin-right: auto;
    margin-left: auto;
}
.navbar .navbar-nav li {
    padding: 0 10px;
}
.navbar .navbar-nav li a {
    color: #ffffff;
    font-weight: 500;
}
.navbar .navbar-nav li a:hover {
    color: #39d196;
}
.navbar .button-navbar {
    width: 20%;
    float: right;
    text-align: right;
}
.navbar .button-navbar li {
    display: inline-block;
    margin-left: 15px;
}

.navbar-fixed {
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0),
        0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
    margin-top: 92px;
    background: #2d3e50;
    color: #eee;
    padding: 80px 0 100px;
}
.intro h1 {
    color: #ffffff;
}
.intro .content-image {
    text-align: right;
    margin-right: 20px;
}
.intro .content-image img {
    transform: rotate(8deg);
    position: relative;
    width: 80%;
}
.intro .button {
    margin-top: 20px;
}

/* ------------------------------
  title stripe
---------------------------------*/
.the-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2d3e50;
}
.the-title span {
    height: 1px;
    width: 40px;
    background: #2a2a2a;
    display: inline-block;
    bottom: 5px;
    position: relative;
    margin-right: 12px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about .about-logo {
    width: 250px;
    height: auto;
    margin-bottom: 25px;
    display: block;
    filter: drop-shadow(0 5px 15px rgba(57, 209, 150, 0.2));
    transition: all 0.3s ease;
}
.about .about-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(57, 209, 150, 0.3));
}
.about ul li {
    padding: 5px 0;
    font-weight: 500;
    color: #2a2a2a;
}
.about ul li i {
    color: #39d196;
    margin-right: 10px;
}

/* ------------------------------
  achievement
---------------------------------*/
.achievement {
    text-align: center;
}
.achievement i {
    color: #39d196;
    font-size: 60px;
}
.achievement h2 {
    margin: 10px 0;
}
.achievement .content {
    padding: 50px 0 35px;
    background: #f3f6f9;
}

/* ------------------------------
  services
---------------------------------*/
.services {
    padding-top: 120px;
    padding-bottom: 80px;
}
.services h2 {
    margin-bottom: 20px;
}
.services .content-left {
    margin-right: 60px;
}
.services .content-right {
    margin-right: 30px;
    margin-left: 30px;
}
.services .content {
    margin: 40px 0;
}
.services .content img {
    height: 60px;
    width: auto;
}
.services .content .service-icon {
    font-size: 60px;
    color: #39d196;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(135deg, #f3f6f9 0%, #e8ecf1 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(57, 209, 150, 0.1);
}
.services .content .service-icon:hover {
    transform: translateY(-10px) scale(1.05);
    background: linear-gradient(135deg, #39d196 0%, #2dd4bf 100%);
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(57, 209, 150, 0.3);
}
.services .content h5 {
    margin: 20px 0;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
    color: #eee;
}
.testimonial h5 {
    color: #ffffff;
    margin-bottom: 3px;
}
.testimonial span {
    font-weight: 500;
}
.testimonial .content-box {
    padding: 30px;
    background: #2d3e50;
}
.testimonial .content-image {
    display: inline-block;
    width: 50%;
}
.testimonial .content {
    padding: 40px;
}
.testimonial .content i {
    font-size: 56px;
    color: #39d196;
}
.testimonial .swiper {
    float: right;
    width: 50%;
    margin-top: 40px;
    cursor: pointer;
}

/* ------------------------------
clients
---------------------------------*/
.clients {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f3f6f9;
    padding-left: 30px;
    padding-right: 30px;
}
.clients img {
    padding: 0 30px;
}

/* ------------------------------
  modal
---------------------------------*/
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 62, 80, 0.95);
    z-index: 10000;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #2a2a2a;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    transition: all 0.3s ease;
}

.modal-close:hover {
    color: #39d196;
    transform: rotate(90deg);
}

.modal-content h2 {
    color: #2d3e50;
    margin-bottom: 10px;
}

.modal-subtitle {
    color: #5a5a5a;
    margin-bottom: 30px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8ecf1;
    border-radius: 4px;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #39d196;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(57, 209, 150, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
}

.success-message {
    text-align: center;
    padding: 40px 20px;
}

.success-message i {
    font-size: 80px;
    color: #39d196;
    margin-bottom: 20px;
}

.success-message h3 {
    color: #2d3e50;
    margin-bottom: 15px;
}

.success-message p {
    color: #5a5a5a;
    font-size: 16px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact h5 {
    margin-bottom: 15px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
    background: #f3f6f9;
    padding: 50px 0 0;
}

footer .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #dde3e9;
    margin-bottom: 20px;
}

footer .footer-logo {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 3px 10px rgba(57, 209, 150, 0.15));
    transition: all 0.3s ease;
}

footer .footer-logo:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 6px 15px rgba(57, 209, 150, 0.25));
}

footer .footer-about {
    text-align: center;
}

footer .footer-about p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #5a5a5a;
}

footer .footer-social {
    text-align: right;
    margin: 0;
}

footer .footer-social li {
    display: inline-block;
    margin-left: 15px;
}

footer .footer-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

footer .footer-social li a:hover {
    background: #39d196;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(57, 209, 150, 0.3);
}

footer .footer-social li i {
    font-size: 20px;
}

footer .footer-bottom {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
    .navbar .button-navbar {
        display: none;
    }

    .clients img {
        padding: 0 15px;
    }

    .about .col-md-7 {
        width: 100%;
    }

    .about .content {
        padding-top: 0;
    }

    .testimonial .content-image {
        width: 100%;
    }

    .testimonial .swiper {
        width: 100%;
        float: none;
    }

    .testimonial .content {
        padding: 0;
    }

    .col-contact {
        width: 100%;
    }

    footer .footer-logo {
        width: 150px;
        margin-bottom: 20px;
    }

    footer .footer-about {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .footer-social {
        text-align: center;
    }

    footer .footer-social li {
        margin: 0 7px;
    }
}
@media (max-width: 767px) {
    .intro .content-image {
        text-align: right;
        margin-right: 44px;
        margin-top: 60px;
    }

    .clients {
        padding-left: 0;
        padding-right: 0;
    }

    .clients img {
        padding: 0 5px;
    }

    .services .content-left {
        margin-right: 0;
    }

    .services .content-right {
        margin-right: 0;
        margin-left: 0;
    }

    .contact span {
        margin-bottom: 20px;
        display: block;
    }
}
@media (max-width: 575px) {
    .container {
        padding: 0 25px;
    }

    h1 {
        font-size: 48px;
        line-height: 53px;
    }

    .clients img {
        padding: 0 80px;
        margin: 20px 0;
    }

    h2 {
        font-size: 36px;
        line-height: 45px;
    }

    footer {
        text-align: center;
    }

    footer .footer-logo {
        width: 120px;
        margin: 0 auto 20px;
        display: block;
    }

    footer .footer-about p {
        font-size: 14px;
    }

    footer .footer-social {
        text-align: center;
        margin-bottom: 12px;
    }

    footer .footer-social li {
        margin: 0 5px;
    }

    footer .footer-social li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    footer .footer-social li i {
        font-size: 18px;
    }

    footer .reverse {
        flex-direction: column-reverse !important;
    }

    .modal-content {
        padding: 30px 20px;
    }

    .modal-content h2 {
        font-size: 28px;
    }

    .modal-close {
        font-size: 28px;
        width: 35px;
        height: 35px;
    }
}
