
/* herrrooooooo */


.hero-container {
    padding: 3.75rem 5rem;
    background-color: #F5F6F8;
    padding-top: 10rem;
}

.hero-section {
    height: 44.75rem;
    background: linear-gradient(180deg, rgba(3, 20, 39, 0.4) 0%, rgba(3, 20, 39, 0.6) 50%, rgba(3, 20, 39, 0.4) 100%), 
                url(/static/img/services_energy_audit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    z-index: 2;
    position: relative;
}

.hero-title {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-hero {
    width: 11.25rem;
    height: 3.375rem;
    background-color: #71BF1E;
    border: 2px solid #71BF1E;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 0.625rem;
    font-size: 1.375rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(124, 179, 66, 0.3);
}

.btn-hero:hover {
    background-color: #689F38;
    border-color: #689F38;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 179, 66, 0.4);
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-container {
        padding: 1rem;
    }
    
    .hero-section {
        height: 400px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
}


 /* Our Mission Section Styles */
.video-section {
    padding: 3.75rem 9.375rem;
    background-color: #ffffff;
}

.video-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8.563rem;
    height: 100%;
}

.video-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-badge {
    color: #4C4C4C;
    background: linear-gradient(180deg, rgba(113, 191, 30, 0.1) 0%, rgba(2, 160, 233, 0.1) 100%);
    font-size: 1.25rem;
    font-weight: 600;
    padding: 8px 16px;
    display: inline-flex;
    align-self: flex-start;
    letter-spacing: 0.5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    border: none;
    top: -1;
}

.mission-badge::before {
	content: "";
	position: absolute;
	inset: 0;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	padding-top: 1px; /* border thickness */
	background: linear-gradient(270deg, #71BF1E 0%, #02A0E9 100%);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 0;
}


.mission-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #2B2B2B;
    margin: 0;
    line-height: 1.2;
}

.mission-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #525252;
    margin: 0;
    letter-spacing: 0%;
}

.video-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.video-image img {
    width: 100%;
    height: 44.75rem;
    border-radius: 15px;
    object-fit: cover;
}

.play-icon {
    position: absolute;
}

@media (max-width: 992px) {
    .video-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .mission-badge {
        align-self: center;
    }
    
    .mission-title {
        font-size: 2rem;
    }
    
    .video-image img {
        height: 300px;
    }
    .video-image svg {
        height: 75px;
    }
}


.services-container {
    background-color: #F5F6F8;
    padding: 3.75rem 9.375rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
}

.services-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}


.services-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.3;
}

/* Visual inspection Section */
.inspection-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9.375rem;
}

.section-image {
    display: flex;
    align-items: center;
}

.section-image img {
    width: 31.25rem;
    height: 21.375rem;
    object-fit: cover;
    border-radius: 0.625rem;
}

.section-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-title {
    font-size: 2.125rem;
    font-weight: 600;
    color: #2F2F2F;
    line-height: 1.3;
}

.section-description {
    font-size: 1.5rem;
    color: #525252;
    line-height: 2.125rem;
}

.see-details-btn {
    width: 11.25rem;
    height: 3rem;
    background-color: #71BF1E;
    color: white;
    border: none;
    border-radius: 0.625rem;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}

.see-details-btn:hover {
    background-color: #48bb78;
}

/* Home Energy Audit Section */

.moisture-humidity-testing-image {
    display: flex;
    align-items: center;
}

.moisture-humidity-testing-image img {
    width: 31.25rem;
    height: 21.375rem;
    object-fit: cover;
    border-radius: 0.625rem;
}


.energy-audit-title {
    font-size: 2.125rem;
    font-weight: 600;
    color: #2F2F2F;
    line-height: 1.3;
}


@media (max-width: 768px) {
    .services-container {
        gap: 50px;
        padding: 40px 20px;
    }

    .services-title {
        font-size: 28px;
    }

    .inspection-section{
        flex-direction: column;
        gap: 30px;
    }
    .section-title,
    .energy-audit-title {
        font-size: 24px;
    }

    .section-image img,
    .moisture-humidity-testing-image img {
        height: 250px;
    }
}



.about-section {
    background-color: #1B2F46;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.75rem 15rem ;
    position: relative;
    overflow: hidden;
}

.about-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.logo-section svg {
    width: 12.5rem;
    height: 2.625rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.about-text {
    color: #FFFFFF;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 500;
}

.author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.author-name {
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 500;
}

.credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.credential-item {
    color: #FFFFFFCC;
    font-weight: 400;
    white-space: nowrap;
}


.about-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23.063rem;
    height: 11.247rem;
    background-image: url('/static/img/about-bg.png');
    opacity: 0.2;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
    }

    .about-container {
        gap: 30px;
    }

    .logo-main {
        font-size: 24px;
    }

    .about-text {
        font-size: 16px;
    }

    .credentials {
        flex-direction: column;
        gap: 10px;
    }

    .credential-separator {
        display: none;
    }

    .author-name {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .logo-section {
        flex-direction: column;
        gap: 10px;
    }

    .logo-text {
        align-items: center;
    }

    .about-text {
        font-size: 15px;
    }
}

.health-cards-section {
    width: 100%;
    padding: 3.75rem 18.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.pricing-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.pricing-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pricing-header .mission-badge {
    align-self: unset !important;
}

.pricing-tag {
    background-color: #e8f5e8;
    color: #4a5568;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #d4e6d4;
}

.pricing-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #2B2B2B;
}

.pricing-cards {
    display: flex;
    gap: 1.875rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.pricing-card {
    background-color: white;
    border-radius: 16px;
    padding: 1.875rem 0;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 1.875rem;
}

.card-icon {
    width: 6.875rem;
    height: 6.875rem;
}
.card-icon svg {
    width: 6.875rem;
    height: 6.875rem;
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
}

.card-subtitle {
    font-size: 16px;
    color: #718096;
}

.price-section {
    background: linear-gradient(135deg, #1B2F46 0%, #34495e 100%);
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* padding: 20px 0px; */
    position: relative;
    z-index: 1;
}

.price-interval {
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(135deg, #1B2F46 0%, #34495e 100%);
    position: relative;
    z-index: 3;
}

.price-interval > div {
    display: flex;
    align-items: center;
    border-top: 2px dashed #DDDDDD80;
    border-bottom: 2px dashed #DDDDDD80;
    width: 100%;
    justify-content: center;
}

.price-interval-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-2deg);
    background: linear-gradient(180deg, #71BF1E 0%, #71BF1E 100%);
    /* z-index: 2; */
}

.price {
    font-size: 2.75rem;
    font-weight: 700;
}

.price-period {
    font-size: 1.75rem;
    font-weight: 700;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.pricing-info {
    padding: 0 1.875rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-item svg {
    width: 2.188rem;
    height: 2.188rem;
}

.check-icon {
    width: 20px;
    height: 20px;
    background-color: #71BF1E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.check-icon::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.feature-text {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.4;
}

.claim-btn {
    background-color: #71BF1E;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.claim-btn:hover {
    background-color: #48bb78;
}

@media (max-width: 576px) {
    .health-cards-section {
        padding: 60px 20px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .health-cards-section {
        padding: 60px 20px;
    }

    .pricing-container {
        gap: 40px;
    }

    .pricing-title {
        font-size: 28px;
    }

    .pricing-cards {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .pricing-card {
        max-width: 400px;
        width: 100%;
    }

    .card-title {
        font-size: 22px;
    }

    .price {
        font-size: 32px;
    }
    .video-section {
        padding: 3.75rem 1.375rem;
    }
    .navbar .container {
        padding: 0rem 1rem !important;
    }
}


 /* Contact Section Styles */
.contact-section {
    padding: 3.75rem 9.375rem;
    background-color: #F5F6F8;
    width: 100%;
}

.contact-container {
    display: flex;
    gap: 3.5rem;
    width: 100%;
}

.contact-form-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.contact-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-badge {
    background-color: #e8f5e8;
    color: #71BF1E;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.contact-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: #2B2B2B;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row {
    display: flex;
    gap: 1.125rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.form-group label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
}

.form-group input {
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    border-radius: 0.625rem;
    background-color: #FFFFFF;
    height: 3.125rem;
}

.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    border-radius: 0.625rem;
    background-color: #FFFFFF;
    height: 12.938rem;
    resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #71BF1E;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-question {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #71BF1E;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #71BF1E;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.radio-option input[type="radio"]:checked {
    border-color: #71BF1E;
    background: radial-gradient(circle, #71BF1E 50%, transparent 50%);
}

.radio-option label {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

.btn-send {
    background-color: #71BF1E;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 0.625rem;
    font-size: 1.375rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    height: 3.375rem;
}

.btn-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 179, 66, 0.3);
}

.contact-info-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    background-color: #1B2F46;
    padding: 1.875rem;
    border-radius: 1.25rem;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-placeholder {
    width: 100%;
    height: 31.75rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 3px solid #34495e;
}

.map-placeholder .zoom-in {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
}

.map-placeholder .zoom-out {
    position: absolute;
    bottom: 6.25rem;
    right: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
}

.map-placeholder img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.work-radius {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.563rem;
    margin: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.813rem;
}

.contact-details .contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-icon {
    width: 1.875rem;
    height: 1.875rem;
}
.contact-icon svg {
    width: 100%;
    height: 100%;
}

.contact-item span {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 500;
}

@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-header {
        align-items: center;
        text-align: center;
    }
    
    .contact-badge {
        align-self: center;
    }
    
    .contact-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-container {
        padding: 0 1rem;
        gap: 30px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-info-side {
        padding: 20px;
    }
    
    .map-placeholder {
        height: 250px;
    }
    
    .btn-send {
        align-self: stretch;
        text-align: center;
    }
}

.list-label {
    font-weight: 700;
}


.health-card {
    width: 19.5rem;
    height: 14.625rem;
    padding: 1.5rem;
    border: 0.125rem solid rgba(231, 231, 231, 1);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.health-card-image {
    width: 4rem;
    height: 4rem;
}

.health-card-image svg {
    width: 100%;
    height: 100%;
}

.health-card-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: rgba(0, 0, 0, 1);
}

.health-card-body {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(83, 83, 83, 1);
}

.health-card-description {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}