#domain-header {
    max-height: none!important;
    padding-top: 80px;
    color: white !important;
    height: auto !important;
    position: relative;
    background: -webkit-linear-gradient(left top, #009eb3, #044099)!important;
    background: -o-linear-gradient(bottom right, #009eb3, #044099)!important;
    background: -moz-linear-gradient(bottom right, #009eb3, #044099)!important;
    background: linear-gradient(to bottom right, #009eb3, #044099)!important;
}

#domain-header.moon-edition .main-header-text-title, #domain-header.moon-edition .subheader {
    text-align: left;
}

.testimonial-section {
    padding:0;
}
.testimonial-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    backdrop-filter: blur(10px);
}

.testimonial-profile {
    flex-shrink: 0;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: rotateY(180deg);
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px hsla(233, 100%, 50%, 0.20);
}

.testimonial-text {
    flex: 1;
}

.testimonial-text h3 {
    font-size: 1.4rem;
    line-height: 1.8;
    color: var(--text-white);
    font-style: italic;
    margin-bottom: 2rem;
    font-weight: 400;
}

.testimonial-author {
    margin-top: 2rem;
}

.testimonial-author cite {
    font-size: 1.1rem;
    color: var(--accent-blue);
    font-weight: 600;
    font-style: normal;
}

.testimonial-author {
    color: var(--accent-blue);
}

.socialproof-container{
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    /*border: 2px dashed rgba(255, 255, 255, 0.3);*/
    border-radius: 12px;
    padding:30px 25px;
    backdrop-filter: blur(10px);
}

.socialproof-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.socialproof-profile {
    flex-shrink: 0;
    margin:0 10px;
}

.socialproof-text {
    flex: 1;
}
.socialproof-container p {
    color: white;
    font-style: italic;
    margin-bottom: 0;
    font-weight:500;
    font-size:1rem;
}

.socialproof-text h3 {
    margin-bottom: 1rem;
}

.serviceBox3 {
    background: #f86464;
    border-radius: 25px;
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
}

.gd-headline {
    font-size: 1.7em;
    font-weight: 700;
    font-style: normal !important;
    margin-bottom: 10px !important;
    color: #FFFFFF !important;
}
.socialproof-container p span {
    font-size: .8em;
    font-weight: 600;
    display: block;
    padding-top: 15px;
    color: white;
    opacity: 1;
}

.testimonial-section .socialproof-container{
    background:none!important;
}

.subheader{
    color: #999;
    font-size: 18px;
    text-align:center;
    margin:40px 0;
    font-weight:500;
}



/* Problem Solution Section */
.problem-solution-section {
    padding: 6rem 0;
    background: #ffffff;
    color: var(--text);
}

.problem-content {
    padding-right: 3rem;
}

.problem-list {
    margin-top: 2rem;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
}

.problem-check {
    width: 26px;
    height: 26px;
    background: #f54b4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.problem-check i {
    color: white;
    font-weight: 800;
}

.problem-text h4 {
    color: var(--primary-bg);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.problem-text p {
    color: var(--text);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}
.section-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Problem Solution Section */
.final-cta {
    padding: 6rem 0;
    background: -webkit-linear-gradient(left top, #009eb3, #044099);
    background: -o-linear-gradient(bottom right, #009eb3, #044099);
    background: -moz-linear-gradient(bottom right, #009eb3, #044099);
    background: linear-gradient(to bottom right, #009eb3, #044099);
}
.final-cta .section-title{
    margin-left: 0;
    width:100%;
}
.final-cta img{
    width:100%;
    margin:0 auto;
}
.final-cta img{
    width:100%;
    margin:0 auto;
}
.solution-card{
    font-size:18px;
}

.solution-card ul{
    font-weight:bold;
}


.tagline-text {
    background: rgba(255, 255, 255, .2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.btn-xl {
    padding: 1rem 2.2rem;
    font-size: 1.2rem;
}

a.btn-secondary, a.btn-secondary:active, a.btn-secondary:visited {
    color: #333;
    /* cursor: pointer; */
}
a.btn-secondary:hover{
    color: #fff;
    /* cursor: pointer; */
}

a, a:active, a:visited {
    color: #fff;
    cursor: pointer;
}

.userback-button-container{
    display:none!important;
}

@media (max-width: 768px) {
    .btn {
        width: 100%;
        font-size: 1rem;
        padding: 1rem;
        font-weight:bold;
    }
    .arrow-btn{
        display:none;
    }
}

@media (max-width: 576px) {
    .hide{
        display:none;
    }
}

.faq-title {
    text-align:left!important;
}

.table.pricing_table_domain td:first-child, .table.pricing_table_domain th:first-child {
    width: auto!important;
}

.solution-checklist{
    line-height:2em; 
    font-weight:bold;
}
.bgBlueGrad{
    color:white!important; height:auto!important; position: relative; background: -webkit-linear-gradient(left top, #009eb3, #044099);
    background: -o-linear-gradient(bottom right, #009eb3, #044099);
    background: -moz-linear-gradient(bottom right, #009eb3, #044099);
    background: linear-gradient(to bottom right, #009eb3, #044099);
}
.listStyle{
    line-height:3em; font-weight:bold; font-size:16px;
}
.main-header-text-title{
    line-height:50px; font-size:42px;
}
.text-xs{
    font-size:13px;
}
#toTop {
    width:auto;
}
.eyebrowPosition {
        margin-top:60px;
    }

@media (max-width: 576px) {
    .main-header-text-title{
        line-height:40px; font-size:34px;
    }
    .eyebrowPosition {
        margin-top:0;
    }
    .subheader{
        font-size:17px;
    }
    #domain-header.moon-edition .main-header-text-title, #domain-header.moon-edition .subheader {
        text-align: center;
    }
    #domain-header{
        padding-top: 80px;
    }
}