/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    background-color: #c714cb;
  }
  
  a {
    text-decoration: none;
    color: #d9232d;
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #e24d55;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to Top Button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #515d6a;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s ease;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #4a5562;
  }
    /*background: #4a5562;
    background: #515d6a;*/

  
  .back-to-top:hover {
    background: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #4a5562;
    padding: 20px 0;
    transition: all 0.5s ease;
    z-index: 997;
  }
  
  #header.header-scrolled,
  #header.header-inner-pages {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: white;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .navbar a {
    padding: 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #556270;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
  
 
  .navbar .active {
    color: rgba(255, 255, 255, 0.6);
  }

   .navbar a:hover {
    color: #e1444d;
   }
  
  .navbar .getstarted {
    background: #d9232d;
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff;
    margin-left: 30px;
  }
  
  .navbar .getstarted:hover {
    background: #e1444d;
  }
  
  .navbar .dropdown ul {
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .navbar .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  
  /* Adjust for mobile view */
  .mobile-nav-toggle {
    color: #556270;
    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;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(63, 73, 83, 0.9);
      z-index: 999;
      transition: 0.3s ease;
    }
    .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: rgba(63, 73, 83, 0.9);
        overflow-y: auto;
        transition: 0.3s;
    }
  
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: rgba(63, 73, 83, 0.9);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
  }

  .navbar-mobile .active > a {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .navbar-mobile a:hover, .navbar-mobile li:hover > a {
    color: #e1444d;
  }
  /*--------------------------------------------------------------
  # Section Styling
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f8f9fa;
  }
  
  .section-title {
    padding-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }
  
  .section-title h2::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #e6636a;
    margin-left: 10px;
  }
  
  .section-title p {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #556270;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #4a5562;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .footer-top {
    background: #515d6a;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  
  #footer .footer-info p {
    line-height: 26px;
    font-size: 14px;
  }

  #footer .footer-info a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
  }
  #footer .footer-info a:hover {
    color: #e1444d;
  }
  
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #d9232d;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: background 0.3s ease;
    border-radius: 50%;
  }
  
  #footer .social-links a:hover {
    background: #e1444d;
  }
  
  #footer .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-links ul i {
    font-size: 18px;
    padding-right: 10px;
  }
  
  #footer .footer-links ul a {
    color: #fff;
    transition: 0.3s;
  }
  
  #footer .footer-links ul a:hover {
    color: #e1444d;
  }
  
  #footer .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  #footer .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: calc(100% - 110px);
    border-radius: 4px 0 0 4px;
  }
  
  #footer .footer-newsletter input[type=submit] {
    background: #d9232d;
    padding: 6px 20px;
    border: 0;
    color: #fff;
    transition: background 0.4s ease;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-newsletter input[type=submit]:hover {
    background: #e1444d;
  }

  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  #footer .credits a {
    color: rgba(255, 255, 255, 0.6);
  }
  
  /*--------------------------------------------------------------
  # Contact Form
  --------------------------------------------------------------*/
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #556270;
    background: #edeff1;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .contact .info h4 {
    padding-left: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #556270;
  }
  
  .contact .info p {
    padding-left: 60px;
    font-size: 14px;
    color: #8795a4;
  }

  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 4px;
    font-size: 14px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #d9232d;
    padding: 10px 24px;
    color: #fff;
    border-radius: 4px;
    transition: background 0.4s ease;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #e24d55;
  }
  
  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog {
    padding: 40px 0 20px;
  }
  
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .blog .entry .entry-title a {
    color: #556270;
    transition: color 0.3s ease;
  }
  
  .blog .entry .entry-title a:hover {
    color: #d9232d;
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  
  .blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  
  .blog .entry .entry-footer a {
    color: #606f7e;
    transition: color 0.3s ease;
  }
  
  .blog .entry .entry-footer a:hover {
    color: #d9232d;
  }
  
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment h5 {
    font-size: 16px;
  }
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  