/* SRG Realcon Custom Styles */

/* Fed Up With Default Builders Section */
.srs-problems-section {
    background: #fff;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.srs-problems-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.srs-section-title {
    color: #161e2d;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-family: "Roboto", sans-serif;
}

.srs-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #161e2d;
    margin: 0px auto 0;
}

.srs-problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.srs-problem-box {
    background-color: #1e4182;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.srs-problem-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.srs-problem-box h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.4;
}

/* Trust SRG Realcon Solution Section */
.srs-solution-section {
    background: #f8f9fa;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.srs-solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.srs-solution-title {
    color: #161e2d;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.srs-solution-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #161e2d;
    margin: 0px auto 0;
}

.srs-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.srs-benefit-item {
    text-align: center;
    color: white;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
}

.srs-benefit-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background-color: rgb(30 65 130 / 12%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    line-height: 1;
    color: #1c3e7b;
}

.srs-benefit-item:hover .srs-benefit-icon {
    background-color: rgba(212, 175, 55, 0.2);
    transform: scale(1.1);
}

.srs-benefit-title {
    font-size: 16px;
    font-weight: 500;
    color: #161e2d;
    margin-bottom: 0px;
    line-height: 30px;
}

/* Objectives Section */
.srs-objectives-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #f3f4f6 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.srs-objectives-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

.srs-objectives-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.srs-objectives-title {
    font-size: 30px;
    font-weight: 600;
    color: #1a2332;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.srs-objectives-title::after {
	content: '';
    border-radius: 2px;
    display: block;
    width: 80px;
    height: 3px;
    background-color: #161e2d;
    margin: 0px auto 0;
}

.srs-objectives-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 30px auto 0;
    letter-spacing: 1px;
}

.srs-objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    position: relative;
    z-index: 1;
}

.srs-objective-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.srs-objective-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #1e4182;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.srs-objective-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.2);
}

.srs-objective-card:hover::before {
    opacity: 1;
}

.srs-objective-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: #1e4182;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #f6f7f9;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgb(30 65 130 / 11%);
}

.srs-objective-card:hover .srs-objective-icon {
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 18px 50px rgba(212, 175, 55, 0.3);
}

.srs-objective-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a2332;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px;
}

/* Counter Section */
.srs-counter-section {
    background: linear-gradient(135deg, #1e4182 0%, #0d2c65 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.srs-counter-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

.srs-counter-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

/* Counter Header */
.srs-counter-header {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

.srs-counter-circle-text {
    font-size: 54px;
    font-weight: 600;
    color: #efba86;
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
}
.srs-counter-circle-text span{
    font-size: 24px;
}
.srs-counter-circle-subtext {
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.srs-counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.srs-counter-item {
    text-align: center;
    position: relative;
}

.srs-counter-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(239 186 134 / 49%);
    padding: 40px 20px;
    border-radius: 16px;
    position: relative;
    text-align: center;
}

.srs-counter-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #efba86;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #f6f7f9;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgb(30 65 130 / 11%);
}

.srs-counter-number {
    font-size: 56px;
    font-weight: 600;
    color: #efba86;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
}

.srs-counter-suffix {
    font-size: 36px;
    font-weight: 700;
    color: #dddddd;
    margin-left: 5px;
    vertical-align: baseline;
    display: inline-block;
}

.srs-counter-label {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    display: block;
}



/* Contact Form Section */
.srs-contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #f3f4f6 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.srs-contact-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

.srs-contact-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.srs-contact-title {
    font-size: 30px;
    font-weight: 600;
    color: #1a2332;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.srs-contact-title::after {
    content: '';
    border-radius: 2px;
    display: block;
    width: 80px;
    height: 3px;
    background-color: #161e2d;
    margin: 0px auto 0;
}

.srs-contact-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 500;
    margin: 20px auto 0;
    letter-spacing: 1px;
}

.srs-contact-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.srs-contact-form {
    background: white;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.srs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.srs-form-row.srs-captcha-row {
    grid-template-columns: 1fr;
    margin-top: 30px;
}

.srs-form-group {
    display: flex;
    flex-direction: column;
}

.srs-form-group.full-width {
    grid-column: 1 / -1;
}

.srs-form-label {
    font-size: 16px;
    font-weight: 500;
    color: #1a2332;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.srs-form-input,
.srs-form-textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #1a2332;
}

.srs-form-input:focus,
.srs-form-textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background-color: #fafafa;
}

.srs-form-input::placeholder,
.srs-form-textarea::placeholder {
    color: #999;
}

.srs-form-textarea {
    resize: vertical;
    min-height: 140px;
    font-size: 14px;
}

.srs-error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
    display: none;
    font-weight: 600;
    letter-spacing: -0.1px;
}

.srs-form-group.srs-error .srs-form-input,
.srs-form-group.srs-error .srs-form-textarea {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.srs-form-group.srs-error .srs-error-message {
    display: block;
}

.srs-captcha-wrapper {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    justify-items: start;
}

.srs-captcha-input {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.srs-captcha-display {
    background: #1e4182;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    min-width: 120px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    user-select: none;
}

.srs-btn-refresh-captcha {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.srs-btn-refresh-captcha:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.3);
}

.srs-btn-refresh-captcha:active {
    transform: scale(0.98);
}

.srs-btn-refresh-captcha i {
    font-size: 16px;
}

.srs-btn-refresh-captcha:hover i {
    animation: spinRefresh 0.6s linear;
}

@keyframes spinRefresh {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.srs-form-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 35px;
}

.srs-btn-submit,
.srs-btn-reset {
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.srs-btn-submit {
    background: #1e4182;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.srs-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

.srs-btn-submit:active {
    transform: translateY(0);
}

.srs-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.srs-btn-reset {
    background: #e0e0e0;
    color: #1a2332;
}

.srs-btn-reset:hover {
    background: #d0d0d0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .srs-section-title,
    .srs-solution-title,
    .srs-objectives-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .srs-problems-section,
    .srs-solution-section,
    .srs-objectives-section,
    .srs-counter-section {
        padding: 40px 0 60px;
    }
    
    .srs-problems-grid,
    .srs-benefits-grid,
    .srs-objectives-grid,
    .srs-counter-grid {
        gap: 20px;
    }
    
    .srs-problem-box {
        padding: 30px 20px;
        min-height: 150px;
    }
    
    .srs-problem-box h5 {
        font-size: 18px;
    }
    
    .srs-objective-card {
        padding: 30px 20px;
    }
    
    .srs-objective-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
    
    .srs-objectives-description {
        font-size: 15px;
    }
    
    .srs-counter-section {
        padding: 50px 0;
    }
    
    .srs-counter-header {
        margin-bottom: 40px;
    }
    
    .srs-counter-circle-text {
        font-size: 40px;
    }
    
    .srs-counter-circle-subtext {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .srs-counter-icon {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .srs-counter-content {
        padding: 30px 20px;
    }
    
    .srs-counter-number {
        font-size: 40px;
    }
    
    .srs-counter-suffix {
        font-size: 24px;
    }
    
    .srs-counter-label {
        font-size: 13px;
        margin-top: 15px;
    }    
    .srs-contact-form {
        padding: 30px 20px;
    }
    
    .srs-contact-title {
        font-size: 26px;
    }
    
    .srs-contact-subtitle {
        font-size: 14px;
    }
    
    .srs-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .srs-form-label {
        font-size: 13px;
    }
    
    .srs-form-input,
    .srs-form-textarea {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .srs-form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .srs-btn-submit,
    .srs-btn-reset {
        width: 100%;
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .srs-captcha-wrapper {
        grid-template-columns: 1fr auto auto;
        gap: 10px;
    }
    
    .srs-captcha-display {
        font-size: 16px;
        min-width: 100px;
    }
    
    .srs-btn-refresh-captcha {
        min-width: 44px;
        height: 44px;
        padding: 10px 12px;
    }
    
    .srs-btn-refresh-captcha i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .srs-section-title,
    .srs-solution-title,
    .srs-objectives-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .srs-problems-grid,
    .srs-benefits-grid,
    .srs-objectives-grid,
    .srs-counter-grid {
        grid-template-columns: 1fr;
    }
    
    .srs-benefit-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
    
    .srs-objective-card {
        padding: 25px 15px;
    }
    
    .srs-objective-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .srs-objective-name {
        font-size: 16px;
    }
    
    .srs-objectives-description {
        font-size: 14px;
    }
    
    .srs-counter-section {
        padding: 50px 0 40px;
    }
    
    .srs-counter-header {
        margin-bottom: 30px;
    }
    
    .srs-counter-circle-text {
        font-size: 32px;
    }
    
    .srs-counter-circle-subtext {
        font-size: 15px;
        margin-top: 8px;
    }
    
    .srs-counter-icon {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .srs-counter-content {
        padding: 25px 15px;
    }
    
    .srs-counter-number {
        font-size: 32px;
    }
    
    .srs-counter-suffix {
        font-size: 20px;
    }
    
    .srs-counter-label {
        font-size: 15px;
        margin-top: 12px;
    }
    
    .srs-contact-form {
        padding: 40px 25px;
    }
    
    .srs-contact-title {
        font-size: 32px;
    }
    
    .srs-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .srs-contact-subtitle {
        font-size: 15px;
    }
    
    .srs-captcha-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .srs-captcha-display {
        justify-self: center;
    }
    
    .srs-btn-refresh-captcha {
        justify-self: center;
        min-width: 40px;
        height: 40px;
        padding: 8px 10px;
    }
    
    .srs-btn-refresh-captcha i {
        font-size: 12px;
    }
}
