/* Reset default styles */
body, h1, h2, h3, h4, p, ul, li {
    margin: 0;
    padding: 0;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f2f2f2;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header styles */
header {
    position:sticky;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
}

/* About section styles */
.about-section {
    padding: 40px 0;
    background-color: #fff;
    margin-top: 80px; /* Added margin to push down the content */
}

.about-section .container {
    display: flex;
    align-items: center;
}

.about-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.about-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.about-image {
    margin-left: 40px;
}

.about-image img {
    max-width: 100%;
    height: auto;
}

/* Features section styles */
.about-area{
    position:relative;
}
.features-section {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.features-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.features-section p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-menu li {
    margin-right: 20px;
}

.footer-menu li a {
    text-decoration: none;
    color: #fff;
}

.social-links a {
    color: #fff;
    margin-right: 10px;
}

/* Additional styles */
.fa {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.about-area {
    margin-top: 80px; /* Added margin to push down the content */
}

/* Responsive Styles */
@media (max-width: 767px) {
    .header {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        text-align: center;
    }

    .responsive-menu {
        display: block;
    }

    .mainmenu {
        display: none;
    }

    .about-area {
        margin-top: 60px;
    }
}
.showcase-area{
    padding: 80px 0;
    background-color: #f8f9fa;
    margin-top: 80px;
}
.platform-section {
    background-color: #f8f9fa;
  }
  .platform-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .platform-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .platform-section .icon-box {
    margin-bottom: 40px;
  }
  .platform-section .icon-box i {
    font-size: 32px;
    color: #007bff;
    margin-bottom: 20px;
  }
  .platform-section .btn-download {
    margin-top: 30px;
  }
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }



  h1 {
    text-align: center;
    margin-bottom: 30px;
  }

  p {
    line-height: 1.6;
  }

  .btn-group {
    margin-top: 20px;
    text-align: center;
  }

  .btn-group a {
    display: inline-block;
    margin: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
  }
  .mt{
    background-color: #f8f9fa;
    margin-top: 100px;
  }
     body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    

    h1 {
      text-align: center;
      margin-bottom: 30px;
    }

    p {
      line-height: 1.6;
    }
    .section-title {
  text-align: center;
  padding-bottom: 30px;
}

    .contact {
    margin-top: 90px;
    }
    .contact .info-box {
        color: #444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 0 30px 0;
        margin-bottom: 30px;
        width: 100%;
      }
      
      .contact .info-box i {
        font-size: 32px;
        color: #ed1f24;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted red;
      }
      
      .contact .info-box h3 {
        font-size: 20px;
        color: #666;
        font-weight: 700;
        margin: 10px 0;
      }
      
      .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
      }
      
      .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
      }
      
      .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
      }
      
      .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
      }
      
      .contact .php-email-form .error-message br + br {
        margin-top: 25px;
      }
      
      .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
      }
      
      .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
      }
      
      .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
      }
      
      .contact .php-email-form .form-group {
        margin-bottom: 20px;
      }
      
      .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
      }
      
      .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
        background-color: #ed1f24;
      }
      
      .contact .php-email-form input {
        padding: 10px 15px;
      }
      
      .contact .php-email-form textarea {
        padding: 12px 15px;
      }
      
      .contact .php-email-form button[type="submit"] {
        background: #ed1f24;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
      }
      
      .contact .php-email-form button[type="submit"]:hover {
        background: #ed1f24;
      }
      
      @-webkit-keyframes animate-loading {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      
      @keyframes animate-loading {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
