body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Geologica", sans-serif;
}
/* Font Face */
/* @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
} */
.zylo-new-logo {
    width: 127px;
    height: 30px;
}
.zylo-new-logo img {
    max-width: 100%;
}
.main-signup-wrapper {
    max-width: 432px;
    width: 100%;
    margin-left: 57px;
    margin-top: 71px;
}

.agency-self-service-section {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.main-agency-section {
    display: flex;
    min-height: 100vh;
}
.left-agency-form-data {
    width: 40%;
    min-width: 480px;
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    padding: 70px 20px 50px 0;
    background: #f6f4ff;
}
.right-agency-image {
    width: 60%;
    position: relative;
    background: #1E0A3C;
    /* background: url('../../assets/images/agency-self-server-image.png') no-repeat center right;
    background-size: contain;
    margin: 10px 6px;
    background-attachment: fixed; */
}
/* .right-agency-image:after {
    content: "";
    background: url('../images/d2c-image.png') no-repeat center right;
    position: fixed;
    height: calc(100vh - 21px);
    width: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 10px;
    background-position: top right;
} */
.agency-form-container {
    width: 100%;
    max-width: 541px;
}
.agency-form-header {
    margin-bottom: 35px;
    padding-bottom: 0;
}
.agency-form-header h2 {
    font-family: "Geologica", sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #0D0418;
    margin-bottom: 0;
    line-height: 40px;
    letter-spacing: -1px;
}
.main-signup-wrapper .agency-form-header .form-title em {
    display: block;
    font-style: normal;
}
.agency-form-header h2 .form-title-highlight {
    color: #5B21B6;
}
.agency-form-header p {
    font-size: 20px;
    color: #6B50A0;
    margin-bottom: 0;
    margin-top: 17px;
    line-height: 1.55;
    font-weight: 300;
}
.agency-create-form .form-group {
    margin-bottom: 24px;
}
.agency-create-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #1B1B24;
    margin-bottom: 15px;
}
.required {
    color: #E53935;
    margin-left: 2px;
}
.full-width {
    width: 100%;
}

.agency-create-form .form-row {
    display: flex;
    gap: 20px;
}
.agency-create-form .half-width {
    flex: 1;
}
.agency-create-form .phone-input-group {
    display: flex;
    gap: 10px;
}
.agency-create-form .phone-input-group .country-code-field {
    width: 70px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1B1B24;
    outline: none;
}

.phone-input-field {
    flex: 1;
}
.agency-create-form .terms-group p {
    font-size: 14px;
    color: #18181C;
    margin: 0;
}
.agency-create-form .submit-btn {
    font-family: "Geologica", sans-serif;
    width: 100%;
    background: #34D399;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #0D0418;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.2s ease;
    height: 60px;
}
.captcha-block {
    margin-bottom: 30px;
}
.agency-create-form .form-group.terms-group {
    margin-bottom: 30px;
}

.agency-create-form .submit-btn.disabled {
    opacity: 0.9;
    transform: translateY(-1px);
}

.agency-create-form .submit-btn:hover {
    background: #34D399 !important;
}

.agency-create-form .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.agency-create-form .submit-btn > span {
    position: relative;
}
.agency-create-form .terms-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.agency-create-form .submit-btn .rocket-icon {
    width: 20px;
    height: 22px;
    display: inline-block;
    background: url('../images/agency-self-service-icons.png');
    background-position: -46px -58px;
    background-size: 254px;
    position: absolute;
    right: -30px;
    top: -3px;
}

.exiting-customer {
    text-align: center;
    padding: 16px 0 0;
}
.exiting-customer a {
    font-size: 14px;
    color: #7838F6;
    font-weight: 600;
    text-decoration: none;
}
/* .exiting-customer a:hover {
    text-decoration: underline;
} */
.agency-create-form .validation-msg {
    font-size: 13px;
    color: #f00;
}
.agency-create-form input {
    width: calc(100% - 32px);
    height: 49px;
    border: 1px solid #6B50A066;
    border-radius: 8px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    color: #6B50A0;
    background: #EDE8FF;
}
.agency-create-form input.f-field {margin-bottom: 8px;}

.agency-create-form input::placeholder {
    color: #6B50A0;
}
.agency-create-form input.invalid {
    border-color: #f00;
}
.agency-create-form .form-group.terms-group {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

/** Sign Up Block **/
.sign-up-block {
    margin-bottom: 5px;
    /* border-bottom: 1px solid #E6E6E6; */
    /* padding-bottom: 10px; */
}
.agency-create-form .form-row {
    display: none;
}
.divider-block {
    font-size: 14px;
    color: #9B8CBB;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 16px 0 24px;
    font-family: "DM Mono", monospace;
    display: flex;
    align-items: center;
    gap: 12px;
}
.divider-block::before,
.divider-block::after {
    content: '';
    flex: 1;
    height: 0.8px;
    background: #C4B5E8;
}
.divider-block span {
    white-space: nowrap;
}
.agency-create-form {
    margin-top: 20px;
}
.sign-up-block h3 {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    color: #18181C;
    margin-bottom: 18px;
    font-weight: bold;
}
.new-signup-block {
    background: #fff;
    border-radius: 16px;
    padding: 31px;
}
.tagline-chips {
    margin-top: 16px;
}
.chips-row {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
    margin-bottom: 65px;
    justify-content: center;
}
.chip {
    border: 1px solid #5B21B61A;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    color: #1E0A3C;
    letter-spacing: 1px;
    background: #5B21B61A;
    font-family: "DM Mono", monospace;
    height: 30px;
    width: 124px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.chips-policy {
    font-size: 12px;
    color: #0D0418;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}
.chips-policy a {
    color: #0D0418;
    text-decoration: underline;
}
.sign-up-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sign-up-block li {
    margin-bottom: 0;
    text-align: center;
}

.sign-up-block a {
    background: #ffffff;
    border: 1px solid #6B50A066;
    color: #6B50A0;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 50px;
    outline: none;
}
.sign-up-block a .google {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url('../images/google.png');
    background-size: cover;
    flex-shrink: 0;
}
.sign-up-block a .microsoft {
    width: 27px;
    height: 29px;
    display: inline-block;
    background: url('../images/microsoft.png');
    background-size: cover;
    flex-shrink: 0;
}
.sign-up-block a .facebook {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url('../images/facebook.png');
    background-size: cover;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .main-agency-section {
        flex-direction: column;
    }

    .left-agency-form-data {
        width: 100%;
        order: 2;
    }

    .right-agency-image {
        width: 100%;
        height: 200px;
        order: 1;
    }
}

@media (max-width: 576px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .half-width {
        width: 100%;
    }

    .left-agency-form-data {
        padding: 20px;
    }
}

/*** Right side video section ***/
.right-content-section {
    padding: 134px 0 0 170px;
}
.right-main-title {
    font-family: "Geologica", sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 33px;
    line-height: 1.3;
}
.right-sub-title {
    font-family: "Geologica", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #34D399;
    margin: 0 0 40px;
    line-height: 35px;
}
.right-video-grid {
    width: 637px;
    height: 416px;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
}
.right-video-grid {
    width: 637px;
    height: 416px;
}
.right-video-grid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.right-footer-text {
font-family: "Geologica", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #EDE8FF;
    margin: 0;
}

/** Account Dashboard Setup - step:2 **/
.account-dashboard-setup {
    width: 100%;
    max-width: 541px;
}
.account-dashboard-setup .dashboard-header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.account-dashboard-setup .dashboard-header .welcome-title {
    font-family: "Geologica", sans-serif;
    font-size: 24px;
    color: #18181C;
    margin-bottom: 8px;

}
.account-dashboard-setup .dashboard-header .welcome-subtitle {
    font-size: 14px;
    color: #18181C;
    margin-bottom: 18px;
    margin-top: 0;
}
.account-dashboard-setup .dashboard-form .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #18181C;
    margin-bottom: 20px;
}
.account-dashboard-setup .dashboard-form .form-group {
    margin-bottom: 20px;
}
.account-dashboard-setup .dashboard-form .form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1B1B24;
    margin-bottom: 12px;
}
.account-dashboard-setup .custom-select .select-selected {
    text-align: left;
    font-size: 14px;
    color: #1B1B24;
    font-weight: normal;
}
.account-dashboard-setup .custom-select .select-items {
    text-align: left;
    font-size: 14px;
    color: #1B1B24;
}
.account-dashboard-setup .dashboard-form .form-label .optional-text {
    color: #585858;
    font-weight: normal;
}
.account-dashboard-setup .dashboard-form .services-group {
    margin-bottom: 20px;
}
.account-dashboard-setup .dashboard-form .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    column-gap: 15px;
}
.account-dashboard-setup .dashboard-form .services-grid .service-checkbox {
    display: flex;
    column-gap: 12px;
    font-size: 13px;
    color: #1B1B24;
}
.account-dashboard-setup .dashboard-form .service-checkbox .custom-check {
    width: 16px;
    height: 16px;
}
.account-dashboard-setup .dashboard-form .service-checkbox .custom-check::after {
    top: 3px;
}
.account-dashboard-setup .dashboard-form .submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: #744BC4;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}
.account-dashboard-setup .dashboard-form .submit-btn:hover {
    background: #8861D4;
}

/** Your new Agency Dashboard is being set up - step:3 **/
.agency-dashboard-setup {
    width: 100%;
    max-width: 541px;
    text-align: center;
}
.agency-dashboard-setup .dashboard-header h2 {
    font-family: 'Open Sans Medium', sans-serif;
    font-size: 30px;
    color: #18181C;
    margin-bottom: 10px;
}
.agency-dashboard-setup .dashboard-header p {
    font-size: 16px;
    color: #18181C;
    margin-bottom: 40px;
    margin-top: 0;
}
.agency-dashboard-setup .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: 50px 0;
}
.agency-dashboard-setup .loader-dot {
    width: 8px;
    height: 8px;
    background-color: #744BC4;
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}
.agency-dashboard-setup .please-wait-container {
    margin-bottom: 20px;
}
.agency-dashboard-setup .please-wait-container p {
    font-size: 20px;
    font-weight: 600;
    color: #744BC4;
    margin-bottom: 0;
}
.agency-dashboard-setup .explore-btn {
    width: 100%;
    padding: 15px 20px;
    background: #744BC4;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-bottom: 8px;
    transition: background 0.2s ease;
}
.agency-dashboard-setup .explore-btn:hover {
    background: #8861D4;
}
.agency-dashboard-setup .explore-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}
.agency-dashboard-setup .tips-text p {
    font-size: 16px;
    color: #888888;
}
.agency-dashboard-setup .tips-text p a {
    color: #744BC4;
    text-decoration: underline;
    font-weight: bold;
}
/** Spinner Loader - step:4 **/
.loading-dashboard .loading {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #ddd;
  border-top-color: #744BC4;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

/** Your new Agency Dashboard ready - step:4 **/
.agency-dashboard-ready {
    width: 100%;
    max-width: 541px;
    text-align: center;
}
.agency-dashboard-ready .success-image {
    width: 163px;
    height: 163px;
    margin: 0 auto 20px;
}
.agency-dashboard-ready .success-image img {
    max-width: 180px;
    height: auto;
}
.agency-dashboard-ready .ready-title {
    font-family: "Geologica", sans-serif;
    font-size: 30px;
    color: #18181C;
    margin-bottom: 30px;
    line-height: 40px;
}
.agency-dashboard-ready .explore-btn {
    width: 100%;
    padding: 15px 20px;
    background: #744BC4;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-bottom: 6px;
    outline: none;
    transition: background 0.2s ease;
}
.agency-dashboard-ready .explore-btn:hover {
    background: #8861D4;
}
.agency-dashboard-ready .tips-text p {
    font-size: 16px;
    color: #888888;
}
.agency-dashboard-ready .tips-text p a {
    color: #744BC4;
    text-decoration: underline;
    font-weight: bold;
}

/** Custom checkbox**/
.agency-self-service-section .custom-checkbox input[type="checkbox"] {
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 9;
    opacity: 0;
}
.custom-checkbox .custom-check:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D4D7E3;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    top: -2px;
}
.custom-checkbox.invalid .custom-check:before {
    border: 1px solid #FF0000;
}
.custom-checkbox input:checked + .custom-check:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 3px;
    height: 8px;
    border: solid #744bc4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}
.custom-checkbox .custom-check {
    position: relative;
}

/** Custom Select Dropdown **/
.custom-select {
    position: relative;
    cursor: pointer;
}
.custom-select .select-selected {
    background-color: #fff;
    border: 1px solid #D4D7E3;
    border-radius: 4px;
    padding: 0 25px 0 15px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    font-weight: 600;
    color: #1B1B24;
    text-align: center;
}
.custom-select .select-selected:after {
    content: '';
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 2px 2px 0px;
    transition: border-width 150ms ease-in-out;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-73%) rotate(45deg);
}
.custom-select .select-selected.select-arrow-active:after {
    border-top-color: transparent;
    border-bottom-color: #000000;
    transform: translateY(-26%) rotate(-134deg);
}
.custom-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #D4D7E3;
    border-radius: 0;
    margin-top: 0;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    border-top: 0;
    text-align: center;
}
.custom-select .select-items.dropdown-top {
    top: auto;
    bottom: 100%;
    border-top: 1px solid #D4D7E3;
    border-bottom: 0;
}
.custom-select .select-items div {
    padding: 10px 13px;
    font-size: 14px;
    color: #1B1B24;
    cursor: pointer;
}
.custom-select .select-items div:hover {
    background-color: #f5f5f5;
}
.custom-select .select-hide {
    display: none;
}
.custom-select.country-code-field {
    width: 70px;
    min-width: 70px;
}

/*** verify email block ***/
.verify-email-block {
    max-width: 395px;
    margin: 0 auto;
    /* width: 100%; */
}
.verify-email-block.new-signup-block {
    margin-bottom: 65px;
    padding: 27px 31px 33px 31px !important;
}
.verify-title {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    color: #0D0418;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.verify-subtitle {
    font-family: "Geologica", sans-serif;
    font-size: 15px;
    color: #6B50A0;
    margin: 0 0 16px 0;
    line-height: 1.5;
    font-weight: 300;
}

.verify-subtitle #user-email {
    color: #6B50A0;
}

.otp-input-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.otp-input {
        width: 52px;
    height: 52px;
    border: 1px solid #6B50A0;
    border-radius: 10px;
    text-align: center;
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0D0418;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease;
}
.otp-input:focus {
    border-color: #6B50A0;
}
.verify-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 37px;
    margin-top: 8px;
}
.verify-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resend-text {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    color: #0D0418;
    margin: 0;
    font-weight: 300;
}
.resend-link {
    color: #34D399;
    color: #059669;
    text-decoration: none;
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    font-weight: 500;
    align-self: flex-start;
}
.change-email-link {
    color: #059669;
    text-decoration: none;
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.verify-btn {
    width: 100%;
    height: 60px;
    background: #34D399;
    border: none;
    border-radius: 8px;
    color: #0D0418;
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}
.verify-btn:hover {
    background: #34D399;
}
.verify-btn.disabled {
    background: #A7F3D0;
    pointer-events: none;
}

/** Zylo pricing **/
.zylo-pricing .main-agency-section {
    display: block;
    background: url('../images/pricing-page-bg.png') no-repeat;
    background-size: contain;
}
.zylo-pricing .main-agency-section header {
    padding: 25px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}
.zylo-pricing .main-agency-section .logo {
    width: 70px;
}
.zylo-pricing .main-agency-section .logo img {
    width: 100%;
}
.zylo-pricing-section {
    /* max-width: 1200px; */
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;
}

.pricing-header {
    text-align: center;
    max-width: 655px;
    width: 100%;
    margin: 0 auto 50px;
}

.pricing-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    color: #2E1460;
    margin: 0 0 16px 0;
    font-weight: 600;
}

.pricing-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #18181C;
    line-height: 26px;
    margin: 0 0 30px 0;
}

.pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.toggle-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #18181C;
    font-weight: 500;
}

.toggle-switch {
    position: relative;
    width: 44px;
    height: 22px;
}

.toggle-checkbox {
    display: none;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 34px;
    border: 1px solid #D1D1D1;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #744BC4;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* .toggle-checkbox:checked + .toggle-slider {
    background-color: #7C3AED;
    border-color: #7C3AED;
} */

.toggle-checkbox:checked + .toggle-slider:before {
    transform: translateX(20px);
}

.pricing-cards {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pricing-card {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #18181C;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.card-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #18181C;
    line-height: 21px;
    margin: 0 0 20px 0;
}

.card-price {
    margin-bottom: 24px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
}

.price {
    font-family: "Geologica", sans-serif;
    font-size: 28px;
    color: #744BC4;
    font-weight: 700;
}

.price-period {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #744BC4;
    margin-left: 4px;
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.card-features li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #18181C;
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
}

.check-icon {
    width: 16px;
    height: 16px;
    background: url('../images/circle-tick.png');
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}

.trial-btn {
    width: 100%;
    height: 39px;
    background: #744BC4;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-bottom: 10px;
}

.buy-now {
    text-align: center;
}
.buy-now .buy-now-link {
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7C3AED;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #744BC4;
    border-radius: 4px;
    display: block;
    padding: 8px;
}
/* .buy-now .buy-now-link:hover {
    text-decoration: underline;
} */
.additional-features {
    padding-top: 20px;
}

.features-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #18181C;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.additional-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-features ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #18181C !important;
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
    line-height: 22px;
}

.additional-features ul li::before {
    content: '';
    background: #502A9A;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}
.pricing-card.agencies-card {
    display: none;
}
.agencies-card .zylo-desp {
    background: url('../images/mask-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    height: 299px;
}

.agencies-card .card-title,
.agencies-card .card-description,
.agencies-card .additional-features ul li {
    color: #FFFFFF;
}
.agencies-card .card-description {
    line-height: 22px;
}
.agencies-card .additional-features ul li::before {
    color: #FFFFFF;
}

.agencies-card .additional-features {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.zylo-logo {
    font-family: "Geologica", sans-serif;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    letter-spacing: 4px;
}

@media (max-width: 992px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

/**** Zylo Pricing Page enhancements ****/
.pricing-card .zylo-sso-pricing {
    background: #F9FAFB;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 18px;
}
.zylo-sso-pricing ul {
    padding: 0;
    margin: 0;
}
.zylo-sso-pricing ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.zylo-sso-pricing ul li:first-child {
    border-bottom: 1px solid #E7EDF3;
}
.zylo-sso-pricing li .diy-pricing-title h3 {
    font-size: 12px;
    font-weight: normal;
    color: #18181C;
    margin: 0;
}
.zylo-sso-pricing .card-price {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
    color: #18181C;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.zylo-sso-pricing .card-price .price {
    font-size: 18px;
}
.zylo-free-trial-sec {
    background: #F5F0FF;
    border-radius: 6px;
    padding: 11px 10px;
    margin: 20px 0;
}
.zylo-free-trial-sec h4 {
    font-size: 12px;
    color: #744BC4;
    margin: 0 0 10px;
}
.zylo-free-trial-sec p {
    font-size: 12px;
    color: #353535;
    margin: 0;
    line-height: 20px;
}
.zylo-free-trial-sec.footer-trial-section .plan-details:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2dbf1;
}
.zylo-free-trial-sec.footer-trial-section .plan-details h4 {
    margin-bottom: 4px;
}
.zylo-free-trial-sec.footer-trial-section {
    margin: 20px 0 0;
}




/** Zylo Login Page **/
.zylo-login-account {
	 width: 100%;
	 max-width: 541px;
}
 .zylo-login-account .login-header {
	 margin-bottom: 30px;
}
 .zylo-login-account .login-header .login-title {
    font-family: "Geologica", sans-serif;
	font-size: 30px;
    font-weight: bold;
    color: #18181C;
    margin-bottom: 8px;
}
 .zylo-login-account .login-header .login-subtitle {
    font-family: 'Open Sans', sans-serif;
	 font-size: 16px;
	 color: #18181c;
	 margin-bottom: 0;
}
 .zylo-login-account .login-header .login-subtitle .zylo-text {
    font-family: 'Open Sans', sans-serif;
	 color: #7838f6;
	 font-weight: 600;
}
 .zylo-login-account .login-form .form-group {
	 margin-bottom: 20px;
}
 .zylo-login-account .login-form .form-group .form-label {
	 display: block;
	 font-size: 14px;
	 font-weight: 600;
	 color: #18181c;
	 margin-bottom: 10px;
}
.zylo-login-account .login-form input::placeholder {
    color: #CFCFCF;
}
.zylo-login-account .login-form input {
    width: -webkit-fill-available;
    border-radius: 5px;
    border: 1px solid #D4D7E3;
    padding: 0 15px;
    height: 50px;
    outline: none;
}
.login-form .remember-me input[type="checkbox"] {
    padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.login-form .remember-me label {
    position: relative;
    cursor: pointer;
}
.login-form .remember-me label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E5E5E5;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    top: -2px;
}
.login-form .remember-me input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px; 
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.login-form .remember-me input[type="checkbox"]:checked + label::before {
    background: #744BC4;
    border-color: #744BC4;
}
.login-form .remember-me input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.zylo-login-account .form-options .remember-me {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
 .zylo-login-account .login-form .form-options {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 24px;
}
 .zylo-login-account .login-form .form-options .remember-me .remember-checkbox ::ng-deep .mat-checkbox-frame {
	 border: 2px solid #744bc4;
	 border-radius: 4px;
}
 .zylo-login-account .login-form .form-options .remember-me .remember-checkbox ::ng-deep .mat-checkbox-checked .mat-checkbox-background {
	 background: #744bc4 !important;
}
 .zylo-login-account .login-form .form-options .remember-me .remember-checkbox ::ng-deep .mat-checkbox-label {
	 font-size: 14px;
	 color: #18181c;
}
 .zylo-login-account .login-form .form-options .forgot-password a {
	 font-size: 14px;
	 color: #7838f6;
	 font-weight: 600;
	 text-decoration: none;
}
 .zylo-login-account .login-form .form-options .forgot-password a:hover {
	 text-decoration: underline;
}
 .zylo-login-account .login-form .login-btn {
	 width: 100%;
	 padding: 15px 20px;
	 background: #744bc4;
	 border: none;
	 border-radius: 8px;
	 font-size: 16px;
	 font-weight: 600;
	 color: #fff;
	 cursor: pointer;
	 transition: background 0.2s ease;
	 margin-bottom: 30px;
}
 .zylo-login-account .login-form .login-btn:hover {
	 background: #8861d4;
}
 .zylo-login-account .login-form .divider {
	 text-align: center;
	 position: relative;
	 margin-bottom: 24px;
}
 .zylo-login-account .login-form .divider:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 50%;
	 width: 100%;
	 height: 1px;
	 background: #e5e5e5;
}
 .zylo-login-account .login-form .divider span {
	 position: relative;
    background: #fff;
    padding: 0 16px;
    font-size: 16px;
    color: #18181c;
    font-weight: 600;
}
 .zylo-login-account .login-form .social-login-buttons {
	 display: flex;
	 gap: 20px;
	 margin-bottom: 24px;
}
 .zylo-login-account .login-form .social-login-buttons .social-login-btn {
	 flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 12px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #18181c;
    cursor: pointer;
    transition: all 0.2s ease;
}
 .zylo-login-account .login-form .social-login-buttons .social-login-btn .social-icon {
	 width: 20px;
	 height: 20px;
	 display: inline-block;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
}
 .zylo-login-account .login-form .social-login-buttons .social-login-btn.google-btn .google-icon-login {
	 background-image: url('../images/google.png');
}
 .zylo-login-account .login-form .social-login-buttons .social-login-btn.microsoft-btn .microsoft-icon-login {
	 background-image: url('../images/microsoft.png');
}
 .zylo-login-account .login-form .social-login-buttons .social-login-btn.facebook-btn .facebook-icon-login {
	 background-image: url('../images/facebook.png');
}
 .zylo-login-account .login-form .create-account-link {
	 text-align: center;
}
 .zylo-login-account .login-form .create-account-link p {
	 font-size: 16px;
    color: #18181C;
    margin: 0;
}
 .zylo-login-account .login-form .create-account-link p a {
	 color: #7838F6;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
}
 .zylo-login-account .login-form .create-account-link p a:hover {
	 text-decoration: underline;
}
.validation_messages p {
    font-size: 14px;
    color: #f00;
    line-height: 22px;
    margin: 0;
    text-align: center;
} 
.validation_messages {
    padding: 12px 0;
    max-width: 500px;
    margin: 0 auto;
}


/*** New signup page responsiveness **/

/* Large desktop */
@media (min-width: 1600px) {
   .left-agency-form-data {
    padding: 50px 123px 50px 0;
}
}

@media (max-width: 1600px) and (min-width: 1440px) {
   .new_signup_page_section .right-content-section {
    padding: 100px 0 0 70px;
}
}

@media (max-width: 1440px) {
    .new_signup_page_section .right-content-section {
          padding: 65px 50px 0 60px;
    }
    .new_signup_page_section .right-video-grid {
        width: 100%;
        max-width: 560px;
        height: 365px;
    }
    .new_signup_page_section .right-main-title,
    .new_signup_page_section .right-sub-title {
        font-size: 30px;
    }
    .new_signup_page_section .right-footer-text {
        font-size: 22px;
    }
    .right-agency-image {
    width: 53%;
}
.left-agency-form-data {
    width: 47%;
}
}

/* Tablet landscape */
@media (max-width: 1199px) {
    .new_signup_page_section .left-agency-form-data {
        padding: 70px 0 40px 24px;
        width: 50%;
        align-items: flex-start;
    }
    .new_signup_page_section .right-agency-image {
        width: 50%;
    }
    .new_signup_page_section .main-signup-wrapper {
        margin-left: 24px;
        margin-top: 40px;
    }
    .new_signup_page_section .agency-form-header h2 {
        font-size: 34px;
        line-height: 1.15;
    }
    .new_signup_page_section .agency-form-header p {
        font-size: 17px;
    }
    .new_signup_page_section .right-content-section {
        padding: 65px 0 0 30px;
    }
    .new_signup_page_section .right-main-title,
    .new_signup_page_section .right-sub-title {
        font-size: 24px;
    }
    .new_signup_page_section .right-video-grid {
        width: 100%;
        max-width: 440px;
        height: 290px;
    }
    .new_signup_page_section .right-footer-text {
        font-size: 18px;
    }
}

/* Medium screens - adjust column ratio */
/* @media (max-width: 1024px) {
    .new_signup_page_section .left-agency-form-data {
        width: 45%;
        padding: 50px 20px 50px 20px;
    }
    .new_signup_page_section .right-agency-image {
        width: 55%;
    }
    .new_signup_page_section .agency-form-container {
        max-width: 100%;
    }
} */

/* Tablet portrait — stack columns */
@media (max-width: 993px) {
    .new_signup_page_section {
        flex-direction: column;
       background: #f6f4ff;
    }
    .new_signup_page_section .right-content-section {
        display: none;
    }
    .new_signup_page_section .left-agency-form-data {
        justify-content: flex-start;
        align-items: flex-start;
        min-height: unset;
        padding: 7% 10%;
        width: 100%;
        max-width: 80%;
    }
    .new_signup_page_section .agency-form-header h2 {
        font-size: 30px;
    }
    .new_signup_page_section .chips-row {
        gap: 8px;
        margin-bottom: 25px;
   }
    .new_signup_page_section .agency-form-container {
        max-width: 700px;
        margin: 0 auto;
    }
      .new_signup_page_section .zylo-new-logo {
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }
    .new_signup_page_section .zylo-new-logo img {
        max-width: 30%;
		width: 127px;
    }
    .new_signup_page_section .main-signup-wrapper {
        margin-left: 0;
        margin-top: 32px;
        max-width: 100%;
    }
    .new_signup_page_section .new-signup-block {
        padding: 35px;
    }
    .new_signup_page_section .agency-form-header h2 em {
        display: inline-block !important;
    }
    .new_signup_page_section .agency-form-header p {
        font-size: 17px;
    }
    .new_signup_page_section .right-agency-image {
        width: 100%;
        min-height: 480px;
        display: none;
    }
    .new_signup_page_section .agency-form-header {
        margin-bottom: 24px;
        text-align: center;
    }
    .new_signup_page_section .right-content-section {
        padding: 48px 32px;
    }
    .new_signup_page_section .right-main-title,
    .new_signup_page_section .right-sub-title {
        font-size: 26px;
    }
    .new_signup_page_section .right-video-grid {
        width: 100%;
        max-width: 100%;
        height: 320px;
    }
    .new_signup_page_section .right-footer-text {
        font-size: 18px;
    }
    .chips-policy {
        font-size: 16px;
    }
    .sign-up-block ul {
        gap: 20px;
    }
    .chip {
        width: 150px;
    }
	.agency-create-form input.f-field {
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
     .new_signup_page_section .agency-form-container {
        max-width: 800px;
    }
    .new_signup_page_section .zylo-new-logo {
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }
    .new_signup_page_section .zylo-new-logo img {
    max-width: 40%;
}
    .new_signup_page_section .agency-form-header h2 {
        font-size: 72px;
    }
    .new_signup_page_section .agency-form-header p {
        font-size: 36px;
    }
 .new_signup_page_section .left-agency-form-data {
    padding: 5%;
    width: 100%;
    max-width: 90%;
    min-width: auto;
  }
     .new_signup_page_section .chips-row {
        gap: 8px;
        margin-bottom: 25px;
   }
    .new_signup_page_section .agency-form-header h2 em {
        display: inline-block !important;
    }
    .new_signup_page_section .zylo-new-logo {
        margin: 0;
    }
    .new_signup_page_section .zylo-new-logo img {
        max-width: 25%;
    }
    .new_signup_page_section .main-signup-wrapper {
        margin-top: 24px;
    }
    .new_signup_page_section .agency-form-header {
        margin-bottom: 24px;
        text-align: center;
    }
    .new_signup_page_section .agency-form-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .new_signup_page_section .agency-form-header p {
        font-size: 18px;
        margin-top: 10px;
    }
    .new_signup_page_section .new-signup-block {
        padding: 18px;
    }
    .new_signup_page_section .sign-up-block a {
        font-size: 16px;
        height: 44px;
        gap: 10px;
    }
    .new_signup_page_section .agency-create-form .submit-btn {
        height: 52px;
        font-size: 14px;
    }
    .new_signup_page_section .chips-row {
        gap: 8px;
        margin-bottom: 30px;
    }
    .new_signup_page_section .right-agency-image {
        min-height: 380px;
    }
    .new_signup_page_section .right-content-section {
        padding: 36px 20px;
    }
    .new_signup_page_section .right-main-title {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .new_signup_page_section .right-sub-title {
        font-size: 22px;
        margin: 0 0 24px;
        line-height: 1.3;
    }
    .new_signup_page_section .right-video-grid {
        height: 220px;
    }
    .new_signup_page_section .right-footer-text {
        font-size: 15px;
    }
    .new_signup_page_section .right-agency-image {
        width: 100%;
        min-height: 480px;
        display: none;
    }
    .otp-input {
        width: 36px;
        height: 36px;
        border-radius: 5px;
    }
    .otp-input-container {
        gap: 14px;
    }
    .verify-email-block.new-signup-block {
    padding: 27px 20px 33px 20px !important;
}
.verify-email-block.new-signup-block .verify-btn {
    height: 52px;
    font-size: 14px;
} 
    .verify-email-block.new-signup-block {
	    margin-bottom: 30px !important;
	}
}

/* Small mobile */
@media (max-width: 480px) {
   
    .new_signup_page_section .left-agency-form-data {
        padding: 20px;
        width: 100%;
        max-width: 90%;
        min-width: auto;
    }
   .new_signup_page_section .zylo-new-logo {
        width: 100%;
        display: block;
        text-align: center;
        height: auto;
    }
    .new_signup_page_section .zylo-new-logo img {
        max-width: 25%;
    }
    .new_signup_page_section .agency-form-header h2 {
        font-size: 26px;
    }
    .new_signup_page_section .agency-form-header p {
        font-size: 18px;
    }
    .new_signup_page_section .new-signup-block {
        padding: 14px;
    }
    .new_signup_page_section .sign-up-block a {
        height: 42px;
        font-size: 14px;
    }
    .new_signup_page_section .chip {
        width: auto;
        padding: 8px 15px 7px 15px;
        font-size: 12px;
        height: auto;
        line-height: 10px;
		
    }
    .new_signup_page_section .chips-policy {
        font-size: 11px;
    }
    .new_signup_page_section .right-agency-image {
        min-height: 320px;
    }
    .new_signup_page_section .right-content-section {
        padding: 28px 16px;
    }
    .new_signup_page_section .right-main-title,
    .new_signup_page_section .right-sub-title {
        font-size: 19px;
    }
    .new_signup_page_section .right-video-grid {
        height: 180px;
    }
    .new_signup_page_section .right-footer-text {
        font-size: 13px;
    }
    .otp-input {
        width: 36px;
        height: 36px;
        border-radius: 5px;
    }
    .otp-input-container {
        gap: 14px;
    }
    .verify-email-block.new-signup-block {
        padding: 27px 20px 33px 20px !important;
    }
	.verify-email-block.new-signup-block {
	    margin-bottom: 30px !important;
	}
	
}
