/* 
Theme Name:		 Inflanar Child
Theme URI:		 http://wpthemeexpress.com/
Description:	 inflanar Child is a child theme of inflanar, created by wpthemeexpress.com
Author:			 wpthemeexpress
Author URI:		 http://wpthemeexpress.com/
Template:		 inflanar
Version:		 1.0.0
Text Domain:	 inflanar-child
*/


/*
    Add your custom styles here
*/

.inflanar-hero__title {
    line-height: 1.1em;
        letter-spacing: -0.04em;
}

.footer-area
 {
    background-color: #0C0819;
}

.copyright__inner {
    border-top: 1px solid #ffffff4f;
}
.inflanar-sdetail__tabnav a.active, .inflanar-sdetail__tabnav a:hover {
    background: #583bd1 !important;
}

.inflanar-sdetail__tabnav a {
    background: #e4dff9;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .inflanar-header__button {
        display: flex;
        margin-right: 48px;
    }
    .inflanar-btn.inflanar-btn__nbg {
        display: none;
    }
    
    .inflanar-btn.inflanar-btn--header {
        padding: 0 20px;
        font-size: 16px;
        height: 40px;
    }
}

.inflanar-hero__title {
    line-height: 1.2em;
}

body.login {
  background: linear-gradient(135deg, #f6f7fb, #eef1f7);
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.login form {
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: none;
  max-width: 420px;
  margin: auto;
}

.login input[type="password"] {
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
}

.login input[type="password"]:focus {
  border-color: #5b5cf6; /* Influencers Hub accent */
  box-shadow: 0 0 0 3px rgba(91,92,246,0.15);
}

.wp-core-ui .button-primary {
  background: #5b5cf6;
  border: none;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 15px;
}

.wp-core-ui .button-primary:hover {
  background: #4a4be0;
}

.password-strength {
  border-radius: 8px;
  font-weight: 600;
}

.password-strength.strong {
  background: #dcfce7;
  color: #166534;
}
