/* Header CSS */
.container {
    max-width: 1160px;
    padding: 15px;
}

.main-header {
   position: fixed; /* Changed from absolute to fixed */
    transition: transform 0.3s ease-in-out;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: -webkit-center;
}
.main-header.header-hidden {
    transform: translateY(-150%);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    max-width: 1200px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bot-logo {
    margin: 0;
    max-width: 23%;
}

.bot-logo a img {
    max-width: 60%;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin-bottom: 0 !important;
}

.nav-menu a {
    text-decoration: none;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: #0cac83;
}

.nav-menu li a.active {
    color: #0CAC83;
}

.right-section, .left-section {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
}
.left-section {
        display: none;
    }

.btn-auth {
    background: #0B273A;
    background: linear-gradient(90deg, rgba(11, 39, 58, 1) 0%, rgba(15, 110, 106, 1) 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.btn-auth:hover {
    background: linear-gradient(90deg, rgba(15, 110, 106, 1) 0%, rgba(11, 39, 58, 1) 100%);
    color: white;
}

.theme-toggle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 28px;
}

@media (max-width: 1024px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        border-top: 1px solid #f3f4f6;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        z-index: 10;
        gap: 20px;
    }

    .nav-menu.active {
        display: flex;
    }

    .mobile-toggle {
        display: block;
    }

}
@media (max-width: 650px) {
    .bot-logo {
        max-width: 55%;
    }
    .bot-logo a img {
    max-width: 80%;
    }
    .nav-menu {
        top: 66px;
    }
    .header-container {
        padding-top: 10px !important;
        padding: 10px;
        gap: 15px;
    }
    .main-header {
        top: 10px;
    }

    .mobile-toggle {
        margin: 0;
    }
    .btn-auth {
    padding: 8px 16px;
    font-size: 12px;
    }
}


.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
  justify-content: center;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .card-body {
  padding: 2rem;
}
.authentication-wrapper.authentication-cover {
  align-items: center;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100%;
  /* padding-top: 45px; */
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
  width: 100%;
  /* margin: 2rem 0 2rem 2rem; */
  /* height: calc(100vh - 4rem); */
  /* border-radius: 1.125rem; */
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
  max-height: 65%;
  z-index: 1;
}
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  height: 35%;
  z-index: -1;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
  height: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -55px;
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none;
  }
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}

/* login.blade.php */

/* .panel-features{
  display: flex;
  flex-direction: column;
  gap: 20px;
} */
.pf-card-main{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.pf-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f0fdf6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pf-card {
    display: flex;
    gap: 20px;
    padding: 30px 20px;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* .pf-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
} */

/* 1. Light greyish background with absolute positioning for background effects */
.auth-cover-bg {
    background-color: #f3f4f6 !important; /* Clean, modern light grey base */
    background-image: none !important;    /* Clear out the old image */
    min-height: 100vh;
    padding: 2rem;
    padding-bottom: 0 !important;
    position: relative;
    overflow: hidden;                      /* Keeps the big blurred circles contained */
    z-index: 1;
}

/* 2. Creating the big, blurred brand-colored circles using pseudo-elements */
.auth-cover-bg::before,
.auth-cover-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);                  /* Heavy blur to turn circles into smooth ambient glows */
    z-index: -1;                           /* Places them behind your main container */
    opacity: 0.65;                         /* Softens the color intensity */
}

/* Big Circle 1: Your exact brand green (#0f6b52) in the top right */
.auth-cover-bg::before {
    width: 450px;
    height: 450px;
    background: #0f6b52;
    top: -10%;
    right: -5%;
}

/* Big Circle 2: A lighter, complementary mint/teal shade in the bottom left */
.auth-cover-bg::after {
    width: 500px;
    height: 500px;
    background: #34d399;                  /* Vibrant mint green to add color depth */
    bottom: -15%;
    left: -10%;
}

/* 3. Main Outer Container - Frosted Glass over the grey & colored blobs */
.panel-features {
        /* background: rgba(255, 255, 255, 0.45); */
    /* backdrop-filter: blur(20px); */
    -webkit-backdrop-filter: blur(20px);
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
    /* border-radius: 28px; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04); */
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

/* 4. Inner Cards - Semi-glass rows to structure the options */
.pf-card {
    background: rgba(255, 255, 255, 0.5); 
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 18px 24px;
    transition: all 0.3s ease;
}

/* 5. Typography and Icons */
.pf-text strong {
    color: #1f2937 !important; /* Dark grey text for optimal readability against the grey/glass canvas */
    font-weight: 600;
}

.pf-icon svg {
    stroke: #0f6b52 !important; /* Keep your precise brand color sharp on the checkmarks */
}

/* Responsive card interaction */
.pf-card:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

.form-label {
    color: #000000 !important;
}
.form-check-label {
    color: black;
}

@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner:after {
    display: none;
  }
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-height: 636px) {
  .auth-multisteps-bg-height {
    height: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ea5455;
}

.light-style .authentication-wrapper.authentication-bg {
  background-color: #fff;
}
.light-style .auth-cover-bg-color {
  background: rgba(0, 0, 0, 0.38);
backdrop-filter: blur(27px) saturate(180%);
-webkit-backdrop-filter: blur(27px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.30);
/* border-radius: 10px; */
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  /* background-color: #f8f7fa; */
}

.dark-style .authentication-wrapper.authentication-bg {
  background-color: #2f3349;
}
.dark-style .auth-cover-bg-color {
  background-color: #25293c;
}
