      .login-section {
        min-height: 80vh;
        display: flex;
        align-items: center;
        padding: 100px 0 80px;
        background: 
          linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.85) 100%),
          repeating-linear-gradient(
            0deg,
            transparent,
            transparent 19px,
            rgba(255, 0, 98, 0.2) 19px,
            rgba(255, 0, 98, 0.2) 20px
          ),
          repeating-linear-gradient(
            90deg,
            transparent,
            transparent 19px,
            rgba(255, 0, 98, 0.2) 19px,
            rgba(255, 0, 98, 0.2) 20px
          ),
          linear-gradient(to top, #ffffff, #ff0062);
        background-size: 100% 100%, 20px 20px, 20px 20px, 100% 100%;
      }

      .login-container {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        max-width: 900px;
        margin: 0 auto;
        margin-top: 10vh;
      }

      .login-form-side {
        padding: 60px 50px;
      }

      .login-form-side h2 {
        color: #162447;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
      }

      .login-form-side p {
        color: #5B657E;
        font-size: 14px;
        margin-bottom: 25px;
        text-align: center;
      }

      /* Discord Login Button */
      .btn-discord {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 15px;
        background: #ff0062;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s;
        margin-bottom: 20px;
      }

      .btn-discord:hover {
        background: #cc004e;
        transform: translateY(-2px);
        color: #fff;
      }

      .btn-discord i {
        font-size: 24px;
      }

      /* Divider */
      .divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0;
      }

      .divider::before,
      .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e5e5e5;
      }

      .divider span {
        padding: 0 15px;
        color: #5B657E;
        font-size: 14px;
      }

      .form-group {
        margin-bottom: 18px;
      }

      .form-group label {
        display: block;
        color: #162447;
        font-weight: 500;
        margin-bottom: 8px;
        font-size: 14px;
      }

      .input-with-icon {
        position: relative;
        display: flex;
        align-items: center;
      }

      .input-with-icon i {
        position: absolute;
        right: 18px;
        color: #5B657E;
        font-size: 18px;
        pointer-events: none;
      }

      .input-with-icon input {
        width: 100%;
        padding: 14px 50px 14px 20px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 15px;
        transition: all 0.3s;
        background: #f8f9fa;
      }

      .input-with-icon input:focus {
        outline: none;
        border-color: #ff0062;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(255, 0, 98, 0.1);
      }

      .input-with-icon input:focus + i {
        color: #ff0062;
      }

      .login-options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
      }

      .remember-me {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .remember-me input {
        width: auto;
      }

      .forgot-password {
        color: #ff0062;
        text-decoration: none;
        font-size: 14px;
      }

      .forgot-password:hover {
        text-decoration: underline;
      }

      .btn-login {
        width: 100%;
        padding: 15px;
        background: #ff0062;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
      }

      .btn-login:hover {
        background: #cc004e;
        transform: translateY(-2px);
      }

      .register-link {
        text-align: center;
        margin-top: 20px;
        color: #5B657E;
      }

      .register-link a {
        color: #ff0062;
        font-weight: 600;
        text-decoration: none;
      }

      .register-link a:hover {
        text-decoration: underline;
      }

      .login-image-side {
        background: linear-gradient(135deg, #ff0062 0%, #ff3385 100%);
        padding: 60px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        height: 100%;
      }

      .login-image-side h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
      }

      .login-image-side p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
      }

      .login-image-side .features {
        text-align: right;
        width: 100%;
      }

      .login-image-side .features li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .login-image-side .features li i {
        color: #fff;
        font-size: 20px;
      }

      @media (max-width: 991px) {
        .login-image-side {
          display: none;
        }
      }

      /* تخصيص Footer */
      
      /* تصغير اللوجو في Footer */
      .footer .logo img {
          max-width: 100px !important;
      }
      
      /* خلفية البنر لقسم الحقوق */
      .footer .widget-wrapper {
          position: relative;

      }
      
      .footer-copyright-section {
          position: relative;
          margin-top: 0;
          margin-bottom: 0;
          padding: 0;
          overflow: hidden;
          display: flex;
          justify-content: center;
      }
      
      .footer-copyright-section .container {
          position: relative;
          max-width: 800px;
          padding: 25px 40px;
          background: url('../img/mazen.jpg') center center / cover no-repeat;
          border-radius: 15px 15px 0 0;
          overflow: hidden;
      }
      
      .footer-copyright-section .container::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          border-radius: 15px;
      }
      
      .footer-copyright-section p {
          position: relative;
          z-index: 2;
          color: #fff !important;
          text-align: center;
          margin: 0;
          font-size: 15px;
          font-weight: 600;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      }
      
      /* تحسين ألوان النصوص في Footer */
      .footer .footer-widget h3 {
          color: #1a1a2e;
      }
      
      .footer .footer-widget .desc {
          color: #2c3e50 !important;
      }
      
      .footer .footer-widget .links li a {
          color: #34495e;
      }
      
      .footer .footer-widget .links li a:hover {
          color: #ff0062;
      }
      
      .footer .socials li a i {
          color: #1a1a2e;
      }
      
      .footer .socials li a:hover i {
          color: #ff0062;
      }

      /* تصميم Footer أنيق ومرتب */
      .footer-main {
          padding: 50px 0 30px;
      }
      
      .footer-about .footer-logo img {
          max-width: 120px;
          height: auto;
      }
      
      .footer-desc {
          color: #5a6c7d;
          font-size: 14px;
          line-height: 1.8;
          margin-top: 15px;
      }
      
      .footer-title {
          color: #1a1a2e;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 20px;
      }
      
      .footer-links ul {
          list-style: none;
          padding: 0;
          margin: 0;
      }
      
      .footer-links ul li {
          margin-bottom: 12px;
      }
      
      .footer-links ul li a {
          color: #5a6c7d;
          font-size: 14px;
          text-decoration: none;
          transition: all 0.3s ease;
          display: inline-block;
      }
      
      .footer-links ul li a:hover {
          color: #ff0062;
          padding-right: 5px;
      }
      
      .social-icons {
          display: flex;
          gap: 12px;
          margin-top: 15px;
      }
      
      .social-icon {
          width: 45px;
          height: 45px;
          background: rgba(255, 0, 98, 0.1);
          border: 2px solid #ff0062;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ff0062;
          font-size: 20px;
          transition: all 0.3s ease;
          text-decoration: none;
      }
      
      .social-icon:hover {
          background: #ff0062;
          color: #fff;
          transform: translateY(-3px);
          box-shadow: 0 5px 15px rgba(255, 0, 98, 0.3);
      }

      /* تصميم Footer مطابق للصورة */
      .footer-content {
          padding: 60px 0 40px;
      }
      
      .footer-brand .brand-name {
          color: #ff0062;
          font-size: 32px;
          font-weight: 700;
          margin-bottom: 10px;
      }
      
      .footer-brand .brand-slogan {
          color: #1a1a2e;
          font-size: 14px;
          margin-bottom: 15px;
          font-weight: 500;
      }
      
      .footer-brand .brand-desc {
          color: #6c757d;
          font-size: 13px;
          line-height: 1.7;
          margin-bottom: 25px;
      }
      
      .footer-social-icons {
          display: flex;
          gap: 10px;
      }
      
      .footer-social-icons a {
          width: 38px;
          height: 38px;
          background: #ff0062;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 18px;
          transition: all 0.3s ease;
          text-decoration: none;
      }
      
      .footer-social-icons a:hover {
          background: #cc004e;
          transform: translateY(-3px);
      }
      
      .footer-column h4 {
          color: #1a1a2e;
          font-size: 15px;
          font-weight: 600;
          margin-bottom: 20px;
      }
      
      .footer-column ul {
          list-style: none;
          padding: 0;
          margin: 0;
      }
      
      .footer-column ul li {
          margin-bottom: 10px;
      }
      
      .footer-column ul li a {
          color: #6c757d;
          font-size: 13px;
          text-decoration: none;
          transition: color 0.3s ease;
      }
      
      .footer-column ul li a:hover {
          color: #ff0062;
      }
      
      .footer-bottom {
          padding: 30px 0 0 0;
          display: flex;
          justify-content: center;
          background: transparent;
          margin-bottom: 0;
      }
      
      .footer-bottom .container {
          position: relative;
          max-width: 800px;
          padding: 25px 40px;
          background: url('../img/mazen.jpg') center center / cover no-repeat;
          border-radius: 15px 15px 0 0;
          overflow: hidden;
      }
      
      .footer-bottom .container::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          border-radius: 15px;
      }
      
      .footer-bottom p {
          position: relative;
          z-index: 2;
          color: #fff;
          font-size: 14px;
          margin: 0;
          font-weight: 500;
          text-align: center;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      }