/*
Theme Name: rwAds
Author: Reese Woodginski
Author URI: https://rw-webdevelopment.com
Description: My Business Theme
Tags: one-column, custom-logo, custom-menu, editor-style, footer-widgets, full-width-template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rw
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{overflow-x: hidden;}
body {
    font-family: 'Noto Sans', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

/* Reusable Parallelogram Shape - can be applied to buttons, cards, and other elements */
.parallelogram-shape {
    transform: skewX(-12deg);
    overflow: hidden;
}

.parallelogram-shape > * {
    transform: skewX(12deg);
}

/* Main Container */
.main-container {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}

/* Background Elements */
.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 821.5px;
    z-index: 0;
}

.bg-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-shape-2 {
    position: absolute;
    right: -210px;
    top: 70px;
    width: 600px;
    height: 500px;
}

.bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
}

.bg-shape-3 {
    position: absolute;
    right: 35px;
    top: 600px;
    width: 100px;
    height: 100px;
}

.bg-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bg-shape-4 {
    position: absolute;
    right: 961.26px;
    bottom: 534.26px;
    width: 247.487px;
    height: 247.487px;
    transform: rotate(315deg);
}

.bg-shape-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.2;
}

.bg-shape-5 {
    position: absolute;
    left: 35px;
    bottom: 140px;
    width: 150px;
    height: 150px;
    opacity: 0.08;
}

.bg-shape-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Navigation */
.nav {
    position: relative;
    z-index: 10;
    padding: 14px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-family: 'Bungee', cursive;
    color: #E04340;
    font-weight: 400;
    text-transform: uppercase;
}

.logo img,
.logo a img {
    height: 60px;
    width: auto;
    display: block;
}

.logo-r {
    font-size: 60px;
    line-height: 1;
}

.logo-w {
    font-size: 45px;
    line-height: 1;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    color: #364153;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #E04340;
}

.nav-button {
    background: #E04340;
    color: #ffffff;
    border: none;
    padding: 7.5px 21px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    transform: skewX(-12deg);
    overflow: hidden;
}

.nav-button:hover {
    background: #c83633;
}
.nav-button p{margin: 0; transform: skewX(12deg);}

/* Content Wrapper */
.content-wrapper {
    position: relative;
    z-index: 5;
    padding: 119px 20px 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}


/* Left Column */
.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 9.5px 21px 10.5px 18.825px;
    border-radius: 4px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    width: fit-content;
    transform: skewX(-12deg);
    overflow: hidden;
}

.badge > * {
    transform: skewX(12deg);
}

.badge-icon {
    width: 14.849px;
    height: 14.849px;
    background: #E04340;
    transform: skewX(12deg) rotate(45deg);
    margin-right: 4px;
}

.badge span {
    color: #364153;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
}

/* Main Heading */
.heading-container {
    display: flex;
    flex-direction: column;
    gap: 6.875px;
}

.main-heading {
    font-size: 63px;
    font-weight: 700;
    line-height: 78.75px;
    color: #101828;
}

.heading-accent {
    color: #E04340;
    position: relative;
}

.underline-svg {
    position: absolute;
    bottom: -10.38px;
    left: 0;
    right: 0;
    height: 10px;
}

.underline-svg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description */
.description {
    max-width: 588px;
}

.description p {
    color: #4A5565;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 28.44px;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 21px;
    align-items: flex-start;
}

.btn-primary, .btn-secondary {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 21px 35px;
    border: none;
    border-radius: 4px;
    font-size: 15.8px;
    font-weight: 600;
    line-height: 24.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: skewX(-12deg);
    overflow: hidden;
}

.btn-primary > *, .btn-secondary > * {
    transform: skewX(12deg);
}

.btn-primary {
    background: #E04340;
    color: #ffffff;
}

.btn-primary:hover {
    background: #c83633;
}

.btn-secondary {
    background: #D9D9D9;
    color: #101828;
}

.btn-secondary:hover {
    background: #c4c4c4;
}

.btn-icon {
    width: 14px;
    height: 14px;
}

/* Feature Cards */
.feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 20px;
}

.feature-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 21px;
    border-radius: 8.75px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    display: flex;
    gap: 9.17px;
    align-items: center;
}

.feature-icon {
    width: 42px;
    height: 42px;
    background: #E04340;
    border-radius: 8.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(12deg);
    flex-shrink: 0;
}

.feature-icon img {
    width: 21px;
    height: 21px;
    transform: rotate(-12deg);
}

.feature-content h3 {
    color: #101828;
    font-size: 22px;
    font-weight: 700;
    line-height: 31.5px;
    margin-bottom: -1px;
}

.feature-content p {
    color: #4A5565;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
}

.card-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0.1;
}

.card-bg-icon img {
    width: 100%;
    height: 100%;
}

/* Right Column - Contact Form */
.right-column {
    width: 480px;
    flex-shrink: 0;
}

.form-container {
    position: relative;
    background: #ffffff;
    padding: 35px;
    border-radius: 8.75px;
    box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
}

.form-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    opacity: 0.05;
}

.form-bg-icon img {
    width: 100%;
    height: 100%;
}

/* Form Header */
.form-header {
    margin-bottom: 20px;
}

.form-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #E04340;
    padding: 4.5px 11.5px;
    border-radius: 6.75px;
    position: relative;
}
.form-badges{display: flex; align-items: center; gap: 4px; margin-bottom: 4px;}
.form-badge-icon {
    width: 28px;
    height: 28px;
    background: #E04340;
    transform: rotate(45deg);
    margin: 8px;
}

.form-badge span {
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 14px;
}

.form-header h2 {
    color: #101828;
    font-size: 26.3px;
    font-weight: 700;
    line-height: 31.5px;
    margin-bottom: 7px;
}

.form-header p {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 21px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.form-group label {
    color: #364153;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
}

.form-group input,
.form-group textarea {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 6.75px;
    padding: 7.75px 15px;
    color: #717182;
    font-size: 12.3px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Noto Sans', sans-serif;
	width: 100%;
}

.form-group input {
    height: 31.5px;
}

.form-group textarea {
    height: 112px;
    min-height: 112px;
    resize: vertical;
    line-height: 17.5px;
}

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

/* Checkbox Grid */
.checkbox-grid .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    height: 50px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #364153;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #767676;
    border-radius: 2.5px;
    background: #ffffff;
    margin: 0;
    cursor: pointer;
}

/* Form Submit Button */
.form-submit, .wpcf7-submit {
    background: #E04340;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 4px;
    font-size: 15.8px;
    font-weight: 600;
    line-height: 24.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
    transition: background 0.3s ease;
    overflow: hidden;
}

/* .form-submit > *, .wpcf7-submit > .button-text {
    transform: skewX(12deg);
} */

.form-submit:hover, .wpcf7-submit:hover {
    background: #c83633;
}

/* Responsive Design */
@media (max-width: 1240px) {
    .nav {
        padding: 14px 40px;
    }
    
    .content-wrapper {
        padding: 119px 40px 0 40px;
    }
}

@media (max-width: 1024px) {
    .content-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .right-column {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .feature-cards {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .background-container {
        height: 100vh;
        min-height: 600px;
    }
    
    .nav-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .main-heading {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
    
    .description {
        text-align: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .feature-cards {
        grid-template-columns: 1fr;
    }
    
    .content-wrapper {
        padding: 80px 20px 0 20px;
    }
}

/* Services Section */
.services-section {
    position: relative;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

/* Services Background Elements */
.services-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.services-bg-shape-1 {
    position: absolute;
    left: -70px;
    top: 0;
    width: 400px;
    height: 500px;
	transform: rotate(165deg);
}

.services-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-bg-shape-2 {
    position: absolute;
    right: -70px;
    bottom: -140px;
    width: 500px;
    height: 400px;
}

.services-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
}

.services-bg-shape-3 {
    position: absolute;
    right: 639.98px;
    top: 315.3px;
    width: 80px;
    height: 80px;
}

.services-bg-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-bg-shape-4 {
    position: absolute;
    left: 480px;
    bottom: 420.39px;
    width: 150px;
    height: 150px;
    opacity: 0.1;
}

.services-bg-shape-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Services Content */
.services-content {
    position: relative;
    z-index: 5;
    padding: 26px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Services Header */
.services-header {
    gap: 18px;
    margin-bottom: 30px;
}
.services-header h4{text-align: center; margin: 6px 0 12px 0; font-size: 22px; font-weight: 600;}
.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F9FAFB;
    backdrop-filter: blur(10px);
    padding: 9.5px 21px 10.5px 18.825px;
    border-radius: 6.75px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
}

.services-badge-icon {
    width: 14.849px;
    height: 14.849px;
    background: #E04340;
    transform: rotate(45deg);
}

.services-badge span {
    color: #364153;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
    text-align: center;
}

.services-heading {
    position: relative;
    color: #101828;
    font-size: 42px;
    font-weight: 700;
    line-height: 52.5px;
    text-align: center;
    margin-bottom: 0px;
}

/* .services-underline {
    height: 16px;
} */

.services-underline img {
    width: 100%; height: 16px;
}

.services-description {
    color: #4A5565;
    font-size: 15.8px;
    font-weight: 400;
    line-height: 25.59px;
    text-align: center;
    max-width: 672px;
    margin: 0 auto;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

/* Service Card */
.service-card {
    position: relative;
    background: #F9FAFB;
    padding: 28px;
    border-radius: 8.75px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 349.5px;
}

.service-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    opacity: 0.05;
}

.service-bg-icon img {
    width: 100%;
    height: 100%;
}

.service-icon {
    width: 56px;
    height: 64px;
    background: #E04340;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    transform: skewX(-12deg);
    overflow: hidden;
}

.service-icon img {
    width: 28px;
    height: 28px;
    transform: skewX(12deg);
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 9.4px;
    flex: 1;
}

.service-content h3 {
    color: #101828;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 24.5px;
    margin: 0;
}

.service-content > p {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.75px;
    margin: 0 0 11.6px 0;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.service-features li {
    position: relative;
    padding-left: 12.25px;
    color: #364153;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
}

.service-features li::before {
    content: '';
    position: absolute;
    left: -1.08px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5.25px;
    height: 5.25px;
    background: #E04340;
}

.service-accent {
    width: 60px;
    height: 3px;
    margin-top: 11.6px;
}

.service-accent img {
    width: 100%;
    height: 100%;
}

/* Services Bottom Accent */
.services-bottom-accent {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.accent-line {
    width: 70.744px;
    height: 3.5px;
    background: #E04340;
    transform: skewX(11.745deg);
}

/* Services Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services-bg-shape-3 {
        display: none;
    }
    
    .services-bg-shape-4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .services-section {
        margin-top: 60px;
        min-height: auto;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-heading {
        font-size: 32px;
        line-height: 40px;
    }
    
    .services-description br {
        display: none;
    }
    
    .service-card {
        height: auto;
        min-height: 300px;
    }
    
    .services-bg-shape-1,
    .services-bg-shape-2 {
        display: none;
    }
}

@media (max-width: 480px) {
    .logo-r {
        font-size: 40px;
    }
    
    .logo-w {
        font-size: 30px;
    }
    
    .main-heading {
        font-size: 32px;
        line-height: 40px;
    }
    
    .description p br {
        display: none;
    }
    
    .services-heading {
        font-size: 28px;
        line-height: 36px;
    }
    
    .services-content {
        padding: 20px 15px;
    }
}

/* prices */
.pricing-cards-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2%;
            max-width: 100%;
            margin: 28px auto 8px;
        }

        .pricing-card {
            width: 31.5%;
            background: white;
            border: 3px solid #E04340;
            border-radius: 8px;
            padding: 30px;
            padding-bottom: 50px;
            display: flex;
            flex-direction: column;
            position: relative;
            margin-bottom: 30px;
        }

        @media (max-width: 800px) {
            .pricing-card {
                width: 45%;
                min-width: 320px;
            }
        }

        .pricing-card-header h2 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 8px;
            color: #333;
        }

        .pricing-card-header p {
            font-size: 13px;
            color: #666;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        .pricing-amount {
            font-size: 48px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 20px;
            max-height: 200px;
            overflow-y: auto;
            padding-right: 10px;
        }

        .pricing-features::-webkit-scrollbar {
            width: 6px;
        }

        .pricing-features::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .pricing-features::-webkit-scrollbar-thumb {
            background: #E04340;
            border-radius: 3px;
        }

        .pricing-features li {
            font-size: 13px;
            color: #333;
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

        .pricing-features li::before {
            content: "•";
            color: #E04340;
            font-weight: bold;
            font-size: 16px;
            position: absolute;
            left: 0;
        }

        .pricing-discount {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .pricing-contact-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            font-size: 12px;
            color: #666;
        }

        .pricing-contact-left {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 5px;
            text-align: center;
        }

        .pricing-contact-right {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 5px;
            text-align: center;
        }

        .pricing-phone {
            font-weight: bold;
            color: #333;
            font-size: 14px;
        }

        .pricing-chat-link {
            color: #333;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
        }

        .pricing-chat-link:hover {
            text-decoration: underline;
        }

        .pricing-begin-button {
            background-color: #E04340;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
            position: absolute;
            bottom: -23px;
            left: 50%;
            transform: translateX(-50%);
            transition: background-color 0.3s;
        }

        .pricing-begin-button:hover {
            background-color: #c73a33;
        }



/* Portfolio Section */
.portfolio-section {
    position: relative;
    background: #ffffff;
    padding: 20px 0;
    margin: 0;
}

.portfolio-content {
    position: relative;
    z-index: 5;
    padding: 26px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    height: 500px;
}

/* Portfolio Card */
.portfolio-card {
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    box-shadow: 
  0px 10px 15px -3px rgba(0,0,0,0.1), 
  0px 4px 6px -4px rgba(0,0,0,0.1),
  0px -3px 8px -3px rgba(0,0,0,0.08);
	border-bottom-right-radius: 8.75px;
	border-bottom-left-radius: 8.75px;
}

.portfolio-image {
    width: 100%;
    height: 310px;
    overflow: hidden;
    flex-shrink: 0;
	border-top-right-radius: 8.75px;
	border-top-left-radius: 8.75px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.portfolio-info {
    padding: 18px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
	overflow: hidden;
}

.portfolio-info h3 {
    color: #101828;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 24.5px;
    margin: 0 0 10px 0;
}

.portfolio-features {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.portfolio-features li {
    position: relative;
    padding-left: 12px;
    color: #364153;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
}

.portfolio-features li::before {
    content: '';
    position: absolute;
    left: -1.08px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5.25px;
    height: 5.25px;
    background: #E04340;
}

.portfolio-description {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.75px;
    margin: 0;
    flex: 1;
}

/* Portfolio Responsive Design */
@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }
    
    .portfolio-card {
        height: 450px;
    }
    
    .portfolio-image {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 60px 0 0 0;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }
    
    .portfolio-card {
        height: 400px;
    }
    
    .portfolio-image {
        height: 220px;
    }
    
    .portfolio-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .portfolio-content {
        padding: 20px 15px;
    }
    
    .portfolio-card {
        height: auto;
        min-height: 350px;
    }
    
    .portfolio-image {
        height: 200px;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    background: #F9FAFB;
    padding: 70px 0;
    margin: 0;
}

/* Contact Background Elements */
.contact-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.contact-bg-shape-1 {
    position: absolute;
    right: -140px;
    top: -140px;
    width: 600px;
    height: 500px;
}

.contact-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-bg-shape-2 {
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 400px;
    height: 300px;
}

.contact-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-bg-shape-3 {
    position: absolute;
    left: 480px;
    top: 591.15px;
    width: 100px;
    height: 100px;
}

.contact-bg-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-bg-shape-4 {
    position: absolute;
    right: 639.98px;
    bottom: 443.38px;
    width: 180px;
    height: 180px;
    opacity: 0.05;
}

.contact-bg-shape-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Contact Content */
.contact-content {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

/* Contact Header */
.contact-header {
    gap: 18px;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 9.5px 21px 10.5px 18.825px;
    border-radius: 6.75px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
}

.contact-badge-icon {
    width: 14.849px;
    height: 14.849px;
    background: #E04340;
    transform: rotate(45deg);
}

.contact-badge span {
    color: #364153;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
    text-align: center;
}

.contact-heading {
    position: relative;
    color: #101828;
    font-size: 42px;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    margin-bottom: 10px;
}

/* .contact-underline {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 8px;
} */

.contact-underline img {
    width: 100%; height: 14px;
    transform: scaleX(5);
}

.contact-description {
    color: #4A5565;
    font-size: 15.8px;
    font-weight: 400;
    line-height: 25.59px;
    text-align: center;
    max-width: 672px;
    margin: 0 auto;
}

/* Contact Cards Row */
.contact-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.contact-card {
    position: relative;
    background: #ffffff;
    padding: 28px;
    border-radius: 8.75px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    height: 271.41px;
}

.contact-card-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 0.05;
}

.contact-card-bg-icon img {
    width: 100%;
    height: 100%;
}

.contact-card-icon {
    width: 56px;
    height: 56px;
    background: #E04340;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    transform: skewX(-12deg);
    overflow: hidden;
}

.contact-card-icon.email-icon {
    background: #1E2939;
}

.contact-card-icon img {
    width: 28px;
    height: 28px;
    transform: skewX(12deg);
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.contact-card-content h3 {
    color: #101828;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 24.5px;
    margin: 0;
}

.contact-card-value {
    color: #E04340;
    font-size: 15.8px;
    font-weight: 600;
    line-height: 24.5px;
    margin: 0;
}

.contact-card-subtitle {
    color: #6A7282;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
    margin: 0;
}

.contact-card-description {
    color: #4A5565;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 19.91px;
    margin: 0;
    flex: 1;
}

.contact-card-accent {
    width: 60px;
    height: 3px;
    margin-top: auto;
}

.contact-card-accent img {
    width: 100%;
    height: 100%;
}

/* Main Content Area */
.contact-main-content {
    display: flex;
    gap: 42px;
    align-items: flex-start;
    min-height: 738.5px;
}

/* Contact Form Container */
.contact-form-container {
    flex: 1;
    position: relative;
    background: #ffffff;
    padding: 35px;
    border-radius: 8.75px;
    box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
    height: 738.5px;
}

.contact-form-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    opacity: 0.05;
}

.contact-form-bg-icon img {
    width: 100%;
    height: 100%;
}

/* Form Header */
.contact-form-header {
    margin-bottom: 27px;
}

.contact-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #E04340;
    padding: 4.5px 11.5px 4.5px 18px;
    border-radius: 6.75px;
    margin-bottom: 19px;
    position: relative;
}

.contact-form-badge-icon {
    width: 28px;
    height: 28px;
    background: #E04340;
    transform: rotate(45deg);
    position: absolute;
    left: -7px;
    z-index: -1;
}

.contact-form-badge span {
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 14px;
}

.contact-form-header h2 {
    color: #101828;
    font-size: 26.3px;
    font-weight: 700;
    line-height: 31.5px;
    margin: 0 0 7px 0;
}

.contact-form-header p {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

/* Main Contact Form */
.main-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-contact-form .form-row {
    display: flex;
    gap: 21px;
}

.main-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.main-contact-form .form-group label {
    color: #364153;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
}

.main-contact-form .form-group input,
.main-contact-form .form-group textarea {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 6.75px;
    padding: 7.75px 15px;
    color: #717182;
    font-size: 12.3px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Noto Sans', sans-serif;
}

.main-contact-form .form-group input {
    height: 31.5px;
}

.main-contact-form .form-group textarea {
    height: 112px;
    min-height: 112px;
    resize: vertical;
    line-height: 17.5px;
}

.main-contact-form .form-group input:focus,
.main-contact-form .form-group textarea:focus {
    outline: none;
    border-color: #E04340;
}

/* Checkbox Grid */
.main-contact-form .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    height: 50px;
}

.main-contact-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #364153;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
    cursor: pointer;
}

.main-contact-form .checkbox-label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #767676;
    border-radius: 2.5px;
    background: #ffffff;
    margin: 0;
    cursor: pointer;
}

/* Main Contact Form Submit Button */
.main-contact-form-submit {
    background: #E04340;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 4px;
    font-size: 15.8px;
    font-weight: 600;
    line-height: 24.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
    transition: background 0.3s ease;
    transform: skewX(-12deg);
    overflow: hidden;
}

.main-contact-form-submit > * {
    transform: skewX(12deg);
}

.main-contact-form-submit:hover {
    background: #c83633;
}

.main-contact-form-submit .btn-icon {
    width: 14px;
    height: 14px;
}

/* Right Content */
.contact-right-content {
    width: 483px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 738.5px;
}

/* Project Timeline */
.project-timeline {
    position: relative;
    background: #E04340;
    padding: 28px;
    border-radius: 8.75px;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
    height: 294px;
    clip-path: polygon(
        28px 0%,           /* Top-left clip - creates triangle cut */
        100% 0%,
        100% 100%,
        0% 100%,
        0% 28px
    );
}

.timeline-bg-shape {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 80px;
    height: 80px;
    opacity: 0.2;
}

.timeline-bg-shape img {
    width: 100%;
    height: 100%;
}

.timeline-content {
    position: relative;
    z-index: 2;
}

.timeline-content h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 14px 0;
}

.timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 10.5px;
}

.step-number {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12.3px;
    font-weight: 700;
    line-height: 17.5px;
    flex-shrink: 0;
}

.step-info h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 0 0 -1px 0;
}

.step-info p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
    margin: 0;
}

/* Guarantee Section */
.guarantee-section {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 8.75px;
    border: 2px solid #F3F4F6;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
    height: 231.5px;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 100%,
        30px 100%,         /* Bottom-left clip - creates triangle cut */
        0% calc(100% - 30px)
    );
}

.guarantee-bg-shape {
    position: absolute;
    bottom: 0.5px;
    left: 0.5px;
    width: 120px;
    height: 120px;
    opacity: 0.05;
}

.guarantee-bg-shape img {
    width: 100%;
    height: 100%;
}

.guarantee-content {
    position: relative;
    z-index: 2;
}

.guarantee-header {
    display: flex;
    align-items: center;
    gap: 10.5px;
    margin-bottom: 14px;
}

.guarantee-icon {
    width: 42px;
    height: 42px;
    background: #E04340;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15.8px;
    font-weight: 400;
    line-height: 24.5px;
    flex-shrink: 0;
}

.guarantee-header h3 {
    color: #101828;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 24.5px;
    margin: 0;
}

.guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10.5px;
}

.guarantee-list li {
    position: relative;
    padding-left: 14px;
    color: #364153;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.guarantee-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #E04340;
    border-radius: 50%;
}

/* Contact Responsive Design */
@media (max-width: 1024px) {
    .contact-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-main-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-right-content {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 20px;
    }
    
    .project-timeline,
    .guarantee-section {
        flex: 1;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .contact-cards-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-heading {
        font-size: 32px;
        line-height: 40px;
    }
    
    .contact-description br {
        display: none;
    }
    
    .contact-right-content {
        flex-direction: column;
    }
    
    .project-timeline,
    .guarantee-section {
        height: auto;
        min-height: 250px;
    }
    
    .main-contact-form .form-row {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .contact-content {
        padding: 0 15px;
        gap: 50px;
    }
    
    .contact-heading {
        font-size: 28px;
        line-height: 36px;
    }
    
    .contact-form-container {
        padding: 25px;
        height: auto;
        min-height: 600px;
    }
    
    .contact-bg-shape-1,
    .contact-bg-shape-2,
    .contact-bg-shape-3,
    .contact-bg-shape-4 {
        display: none;
    }
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    background: #ffffff;
    padding: 70px 0;
    margin: 0;
}

/* Testimonials Background Elements */
.testimonials-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    display: none; /* Hidden until SVG files are added */
}

.testimonials-bg-shape-1 {
    position: absolute;
    left: -70px;
    top: -140px;
    width: 500px;
    height: 400px;
}

.testimonials-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials-bg-shape-2 {
    position: absolute;
    right: -112px;
    top: -112px;
    width: 400px;
    height: 350px;
}

.testimonials-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
}

.testimonials-bg-shape-3 {
    position: absolute;
    right: 265px;
    bottom: 130px;
    width: 300px;
    height: 200px;
}

.testimonials-bg-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
}

.testimonials-bg-shape-4 {
    position: absolute;
    left: 35px;
    top: 629px;
    width: 200px;
    height: 300px;
}

.testimonials-bg-shape-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.2;
}

/* Testimonials Content */
.testimonials-content {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Testimonials Header */
.testimonials-header {
    gap: 30px;
    margin-bottom: 70px;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 9.5px 21px 10.5px 18.825px;
    border-radius: 6.75px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
}

.testimonials-badge-icon {
    width: 14.849px;
    height: 14.849px;
    background: #E04340;
    transform: rotate(45deg);
}

.testimonials-badge span {
    color: #364153;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
    text-align: center;
}

.testimonials-heading {
    position: relative;
    color: #101828;
    font-size: 42px;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    margin-bottom: 10px;
}

/* .testimonials-underline {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 8px;
    background: #E04340;
    border-radius: 2px;
} */

.testimonials-underline img {
    width: 100%;
    height: 15px;
    transform: scaleX(1.4)
}

.testimonials-description {
    color: #4A5565;
    font-size: 15.8px;
    font-weight: 400;
    line-height: 25.59px;
    text-align: center;
    max-width: 672px;
    margin: 0 auto;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 70px;
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    background: #ffffff;
    padding: 28px;
    border-radius: 8.75px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 248.5px;
    box-shadow: 
  0px 10px 15px -3px rgba(0,0,0,0.1), 
  0px 4px 6px -4px rgba(0,0,0,0.1),
  0px -3px 8px -3px rgba(0,0,0,0.08);
}

.testimonial-quote-icon {
    position: absolute;
    top: -24.75px;
    left: -24.75px;
    width: 49.5px;
    height: 49.5px;
    background: #E04340;
    border-radius: 8.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
}

.testimonial-quote-icon svg {
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
}

.testimonial-avatar-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-avatar {
    width: 49px;
    height: 49px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    flex-shrink: 0;
    transform: skewX(-12deg);
    overflow: hidden;
}

.testimonial-avatar span {
    transform: skewX(12deg);
}

.testimonial-avatar-red {
    background: #E04340;
}

.testimonial-avatar-dark {
    background: #1E2939;
}

.testimonial-avatar span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.testimonial-info h4 {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
}

.testimonial-role {
    color: #364153;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 17.5px;
    margin: 0;
}

.testimonial-company {
    color: #6A7282;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 7px;
}

.stars {
    display: flex;
    gap: 3.5px;
}

.stars img {
    width: 20px;
    height: 20px;
    display: none;
}

.stars::before {
    content: '★ ★ ★ ★ ★';
    color: #E04340;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
}

.rating-accent {
    width: 42px;
    height: 2.5px;
    background: #E04340;
    margin-left: 7px;
}

.testimonial-text {
    color: #364153;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.75px;
    margin: 0;
    flex: 1;
}

/* CTA Section */
.testimonials-cta {
    position: relative;
    background: linear-gradient(135deg, #1E2939 0%, #2D3A4F 100%);
    border-radius: 8.75px;
    padding: 56px 28px;
    margin-top: 70px;
    box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 8px 10px -6px rgba(0,0,0,0.1);
}

.testimonials-cta::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: #e04340;
    border-radius: 8.75px;
    transform: rotate(-1.5deg) skewY(-0.5deg);
    z-index: -1;
}

.cta-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none; /* Hidden until SVG files are added */
}

.cta-bg-shape-top {
    position: absolute;
    top: 21px;
    right: 28px;
    width: 100px;
    height: 40px;
    opacity: 0.2;
}

.cta-bg-shape-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-bg-shape-bottom {
    position: absolute;
    bottom: 28px;
    left: 42px;
    width: 80px;
    height: 30px;
    opacity: 0.2;
}

.cta-bg-shape-bottom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.cta-heading {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin: 0;
}

.cta-heading-accent {
    position: relative;
    color: #E04340;
}

.cta-underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3.5px;
    background: #E04340;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15.8px;
    font-weight: 400;
    line-height: 25.59px;
    text-align: center;
    max-width: 588px;
    margin: 0 auto 20px auto;
}

.cta-button {
    background: #E04340;
    color: #ffffff;
    border: none;
    padding: 8px 35px;
    border-radius: 4px;
    font-size: 12.3px;
    font-weight: 600;
    line-height: 17.5px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1), 0px 4px 6px -4px rgba(0,0,0,0.1);
    transform: skewX(-12deg);
    overflow: hidden;
}
.cta-button p{transform: skewX(12deg);}
.cta-button:hover {
    background: #c83633;
}

.cta-bottom-accent {
    width: 200px;
    height: 4px;
    background: #E04340;
    margin-top: 10px;
}

/* Testimonials Responsive Design */
@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .testimonials-bg-shape-3,
    .testimonials-bg-shape-4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
        min-height: auto;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonials-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .testimonials-description br {
        display: none;
    }

    .testimonial-card {
        min-height: auto;
    }

    .testimonials-bg-shape-1,
    .testimonials-bg-shape-2 {
        display: none;
    }

    .cta-heading {
        font-size: 32px;
        line-height: 38px;
    }

    .cta-description br {
        display: none;
    }

    .testimonials-cta {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .testimonials-content {
        padding: 0 15px;
    }

    .testimonials-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .cta-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .cta-bg-shape-top,
    .cta-bg-shape-bottom {
        display: none;
    }
}

/* ========================================
   FRONT PAGE / HOMEPAGE STYLES
   ======================================== */

/* Home Hero Section */
.home-hero {
    position: relative;
    padding: 80px 0 96px 0;
    background: #F9FAFB;
    overflow: hidden;
}

.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home-hero-bg-shape-1 {
    position: absolute;
    top: 50px;
    left: -100px;
    width: 400px;
    height: 400px;
}

.home-hero-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-hero-bg-shape-2 {
    position: absolute;
    bottom: 79.88px;
    left: 100px;
    width: 150px;
    height: 150px;
    opacity: 0.06;
}

.home-hero-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 48px;
    align-items: center;
}

.home-hero-left,
.home-hero-right {
    flex: 1;
	width: 50%;
}

.home-hero-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* .home-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13.515px 8px 16px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
    width: fit-content;
} */

.home-badge-icon {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #E04340;
}

.home-badge span {
    color: #364153;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-hero-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #101828;
    margin: 0;
}

.home-hero-accent {
    color: #E04340;
    font-weight: 700;
}

.home-hero-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5565;
    margin: 0;
}

.home-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.home-hero-cta .btn-primary,
.home-hero-cta .btn-secondary {
    padding: 12px 32px;
}

.home-hero-cta .btn-secondary {
    background: #FFFFFF;
    color: #101828;
    border: 1px solid #E5E7EB;
}

.home-hero-cta .btn-secondary:hover {
    background: #F9FAFB;
}

.home-trust-badges {
    display: flex;
    gap: 24px;
    margin-top: 10px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 18px;
}

.trust-badge-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    position: relative;
    flex-shrink: 0;
}

.trust-badge-icon-red {
    background: #E04340;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.trust-badge-icon-dark {
    background: #1E2939;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.trust-badge-inner {
    width: 24px;
    height: 24px;
	transform: rotate(-45deg);
	margin: 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trust-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trust-badge-text strong {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    line-height: 24px;
}

.trust-badge-text span {
    font-size: 14px;
    font-weight: 400;
    color: #4A5565;
    line-height: 20px;
}

.home-hero-right {
    min-height: 500px;
    height: 500px;
}

/* Home Services Section */
.home-services {
    position: relative;
    padding: 96px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.home-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.home-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.home-section-heading {
    margin: 14px 0;
    text-align: center;
}

.home-section-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5565;
    margin: 14px 0;
    text-align: center;
}

.home-services-grid {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    justify-content: center;
}

.home-services-grid > * {
    flex: 0 0 calc(33.333% - 22px);
}

.home-service-card {
    position: relative;
    padding: 32px;
    background: #F9FAFB;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.home-service-card-bordered {
    border-top: 4px solid #E04340;
    padding-top: 36px;
    padding-bottom: 32px;
}

.home-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-service-icon-container {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.home-service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 2px 4px -2px rgba(0,0,0,0.1);
}

.home-service-icon-red {
    background: #E04340;
}

.home-service-icon-dark {
    background: #1E2939;
}

.home-service-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transform: rotate(-45deg);
}

.home-service-card h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #101828;
    margin: 18px 0 12px 0;
}

.home-service-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5565;
    margin: 0 0 24px 0;
}

.home-service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-service-card ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #364153;
    padding-left: 14px;
    position: relative;
}

.home-service-card ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #E04340;
    border-radius: 50%;
}

.home-services-cta {
    text-align: center;
    margin-top: 40px;
}

.home-services-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E04340;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.home-services-link:hover {
    gap: 12px;
}

.home-services-link .link-icon {
    width: 16px;
    height: 16px;
}

/* Home Portfolio Section */
.home-portfolio {
    padding: 100px 0;
    background: #F9FAFB;
}

.home-portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.home-portfolio-header {
    text-align: center;
    margin-bottom: 60px;
}

.home-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

.home-portfolio-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
}

.home-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-portfolio-image {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.portfolio-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-label {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
}

.home-portfolio-info {
    padding: 24px;
}

.portfolio-category {
    font-size: 12px;
    font-weight: 600;
    color: #E04340;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.home-portfolio-info h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    color: #101828;
    margin: 0 0 10px 0;
}

.home-portfolio-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #667085;
    margin: 0 0 14px 0;
}

.portfolio-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.portfolio-tag {
    padding: 4px 10px;
    background: #F3F4F6;
    color: #364153;
    font-size: 11px;
    font-weight: 500;
    border-radius: 4px;
}

.home-portfolio-cta {
    text-align: center;
    margin-top: 40px;
}

/* Home Contact Section */
.home-contact {
    position: relative;
    padding: 100px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.home-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.home-contact-bg-shape-1 {
    position: absolute;
    top: -100px;
    left: -50px;
    width: 350px;
    height: 350px;
    opacity: 0.08;
}

.home-contact-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-contact-bg-shape-2 {
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 300px;
    height: 300px;
    opacity: 0.06;
    transform: rotate(150deg);
}

.home-contact-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-contact-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.home-contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.home-contact-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.home-contact-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #101828;
    margin: 0;
}

.home-contact-accent {
    color: #E04340;
    position: relative;
}

.home-contact-accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 3px;
    background: linear-gradient(90deg, #E04340 0%, rgba(224, 67, 64, 0.2) 100%);
}

.home-contact-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5565;
    margin: 0;
}

.home-contact-info {
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 14px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transform: rotate(45deg);
}

.contact-info-icon-red {
    background: #E04340;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 2px 4px -2px rgba(0,0,0,0.1);
}

.contact-info-icon-dark {
    background: #1E2939;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 2px 4px -2px rgba(0,0,0,0.1);
}

.contact-info-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transform: rotate(-45deg);
}

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

.contact-info-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #6B7280;
    margin: 0;
}

.contact-info-value {
    font-size: 18px;
    font-weight: 600;
    color: #101828;
    margin: 0;
}

.contact-info-value.contact-info-link {
    color: #E04340;
}

.contact-info-detail {
    font-size: 13px;
    font-weight: 400;
    color: #9CA3AF;
    margin: 0;
}

.home-contact-right {
    position: relative;
}

.home-contact-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding: 35px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.05), 0px 4px 6px -4px rgba(0,0,0,0.05);
}

.home-contact-form-decorative {
    position: absolute;
    top: -12px;
    right: 32px;
    width: 24px;
    height: 24px;
    background: #E04340;
    border-radius: 4px;
    transform: rotate(45deg);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1);
}

.home-contact-form h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #101828;
    margin: 0 0 14px 0;
}

.home-contact-form .form-row {
    display: flex;
    gap: 16px;
}

.home-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.home-contact-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.home-contact-form .form-group input,
.home-contact-form .form-group textarea {
    padding: 10px 14px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #111827;
    font-family: 'Noto Sans', sans-serif;
    transition: all 0.2s ease;
}

.home-contact-form .form-group input {
    height: 44px;
}

.home-contact-form .form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.home-contact-form .form-group input:focus,
.home-contact-form .form-group textarea:focus {
    outline: none;
    border-color: #E04340;
    background: #FFFFFF;
}

.home-contact-form .form-group input::placeholder,
.home-contact-form .form-group textarea::placeholder {
    color: #9CA3AF;
}

.home-contact-form .form-submit {
    background: #E04340;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 2px 4px -2px rgba(0,0,0,0.1);
    transition: background 0.3s ease;
    transform: skewX(-12deg);
    overflow: hidden;
}

.home-contact-form .form-submit > * {
    transform: skewX(12deg);
}

.home-contact-form .form-submit:hover {
    background: #c83633;
}

.home-contact-form .form-submit .btn-icon {
    width: 14px;
    height: 14px;
}

/* Footer Styles */
.site-footer {
    background: #1F2937;
    color: #FFFFFF;
    padding: 60px 0 30px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 14px 0;
}

.footer-logo {
    margin-bottom: 14px;
}

.footer-logo img,
.footer-logo a img {
    height: 50px;
    width: auto;
}

.footer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #E04340;
}

.footer-links li:not(:has(a)) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Responsive Design for Homepage */
@media (max-width: 1024px) {
    .home-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-hero-right {
        min-height: 300px;
    }

    .home-services-grid,
    .home-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-hero {
        padding: 60px 0 80px 0;
    }

    .home-hero-heading {
        font-size: 42px;
        line-height: 50px;
    }

    .home-section-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .home-services,
    .home-portfolio,
    .home-contact {
        padding: 60px 0;
    }

    .home-services-grid,
    .home-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .home-hero-content,
    .home-services-container,
    .home-portfolio-container,
    .home-contact-container,
    .footer-container {
        padding: 0 20px;
    }
	.nav{padding: 14px 20px;}
    .home-hero-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .home-section-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .home-contact-form {
        padding: 24px;
    }
}

/* Update nav-button to have proper skew */
.nav-button span {
    transform: skewX(12deg);
}

/* Services Section Updates */
.home-services {
    position: relative;
    overflow: hidden;
}

.home-services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.home-services-bg-shape-1 {
    position: absolute;
    top: 60px;
    right: -70px;
    width: 400px;
    height: 350px;
    opacity: 0.15;
}

.home-services-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-services-bg-shape-2 {
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 273px;
    height: 273px;
    opacity: 0.15;
}

.home-services-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-services-container {
    position: relative;
    z-index: 1;
}

.home-services-gradient {
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, #E04340 0%, #F97316 50%, #FBBF24 100%);
    margin: 16px auto 24px auto;
    border-radius: 2px;
}

.home-service-card {
    position: relative;
    overflow: hidden;
}

.home-service-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    opacity: 0.08;
    pointer-events: none;
}

.home-service-bg-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-service-content {
    position: relative;
    z-index: 1;
}

.home-service-icon {
    margin-bottom: 18px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-service-card-dark .home-service-icon {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.home-service-icon::before {
    content: '';
    position: absolute;
    inset: 10px;
    background: #E04340;
    border-radius: 8px;
}

.home-service-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* Services Section Background Updates */
.home-services-bg-shape-1 {
    position: absolute;
    top: 60px;
    right: -70px;
    width: 400px;
    height: 350px;
    opacity: 0.06;
}

.home-services-bg-shape-2 {
    position: absolute;
    bottom: 63.4px;
    left: 13.4px;
    width: 200px;
    height: 200px;
    opacity: 0.04;
    transform: rotate(150deg);
}

/* Services Gradient - Red to Transparent */
.home-services-gradient {
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, #E04340 0%, rgba(224, 67, 64, 0.2) 100%);
    margin: 16px auto 24px auto;
    border-radius: 0;
}

/* Service Card Background Icon */
.home-service-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    opacity: 0.05;
    overflow: hidden;
    border-top-right-radius: 10px;
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

/* About Hero Section */
.about-hero {
    position: relative;
    padding: 110px 0 140px 0;
    background: #F9FAFB;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Large rotated dark rectangle - top right */
.about-hero-bg-shape-1 {
    position: absolute;
    top: -193px;
    right: -200px;
    width: 800px;
    height: 600px;
    background: #364153;
    opacity: 0.03;
    transform: rotate(-15deg);
}

/* SVG shape - left side */
.about-hero-bg-shape-2 {
    position: absolute;
    top: 80px;
    left: -256px;
    width: 529px;
    height: 400px;
    opacity: 88%;
}

.about-hero-bg-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Small red square rotated 45deg - top right */
.about-hero-bg-shape-3 {
    position: absolute;
    top: 107.57px;
    right: 200px;
    width: 60px;
    height: 60px;
    background: #E04340;
    opacity: 0.15;
    transform: rotate(45deg);
}

/* Small red border square rotated 45deg - bottom left */
.about-hero-bg-shape-4 {
    position: absolute;
    bottom: 91.71px;
    left: 141.72px;
    width: 40px;
    height: 40px;
    border: 4px solid #E04340;
    opacity: 0.1;
    transform: rotate(45deg);
}

/* Large circle border - top right */
.about-hero-bg-shape-5 {
    position: absolute;
    top: 200px;
    right: 100px;
    width: 120px;
    height: 120px;
    border: 20px solid #364153;
    border-radius: 50%;
    opacity: 0.05;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 25.101px 14px 28px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.08);
}

.about-badge-icon {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #E04340;
}

.about-badge span {
    color: #364153;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-hero-heading {
    font-size: 64px;
    font-weight: 600;
    line-height: 86px;
    color: #101828;
    margin: 0;
    text-align: center;
}

.about-hero-accent-row {
    display: flex;
    align-items: center;
    gap: 21px;
    width: 100%;
    justify-content: center;
}

.about-accent-line {
    width: 80px;
    height: 4px;
    background: #E04340;
}

.about-hero-subheading {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: #E04340;
    margin: 0;
    text-align: center;
}

.about-hero-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #4A5565;
    margin: 0;
    text-align: center;
    max-width: 700px;
}

/* About Responsive Design */
@media (max-width: 1024px) {
    .about-hero {
        padding: 120px 0 100px 0;
    }

    .about-hero-heading {
        font-size: 56px;
        line-height: 68px;
    }

    .about-hero-subheading {
        font-size: 38px;
        line-height: 48px;
    }

    .about-hero-bg-shape-1,
    .about-hero-bg-shape-5 {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 0 80px 0;
    }

    .about-hero-content {
        padding: 0 20px;
    }

    .about-hero-heading {
        font-size: 42px;
        line-height: 52px;
    }

    .about-hero-subheading {
        font-size: 32px;
        line-height: 40px;
    }

    .about-hero-description {
        font-size: 18px;
        line-height: 28px;
    }

    .about-hero-description br {
        display: none;
    }

    .about-accent-line {
        width: 60px;
    }

    .about-hero-bg-shape-2,
    .about-hero-bg-shape-3,
    .about-hero-bg-shape-4 {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 80px 0 60px 0;
    }

    .about-hero-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .about-hero-subheading {
        font-size: 28px;
        line-height: 36px;
    }

    .about-hero-accent-row {
        gap: 14px;
    }

    .about-accent-line {
        width: 40px;
        height: 3px;
    }
}

/* About Stats Section */
.about-stats {
    position: relative;
    padding: 120px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.about-stats-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* SVG shape - bottom right */
.about-stats-bg-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px;
    opacity: 0.04;
}

.about-stats-bg-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Rotated dark square - top left */
.about-stats-bg-shape-2 {
    position: absolute;
    top: 72px;
    left: 25px;
    width: 300px;
    height: 300px;
    background: #364153;
    opacity: 0.03;
    transform: rotate(12deg);
}

.about-stats-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 84px;
    align-items: flex-start;
}

.about-stats-left,
.about-stats-right {
    flex: 0 0 518px;
}

.about-stats-left {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

/* Years Header */
.about-years-header {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.about-years-number {
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
    color: #E04340;
}

.about-years-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 28px 0 0 21px;
}

.about-years-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #101828;
}

.about-years-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #4A5565;
}

.about-stats-gradient {
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, #E04340 0%, rgba(224, 67, 64, 0.05) 100%);
}

.about-stats-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #4A5565;
    margin: 0;
}

/* Stat Cards */
.about-stat-cards {
    display: flex;
    gap: 28px;
}

.about-stat-card {
    flex: 1;
    padding: 24px 24px 24px 28px;
    background: #F9FAFB;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.about-stat-card-red {
    border-left: 4px solid #E04340;
}

.about-stat-card-dark {
    border-left: 4px solid #364153;
}

.about-stat-value {
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    color: #101828;
}

.about-stat-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4A5565;
}

/* Right Column - Service Cards */
.about-stats-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-service-cards {
    display: flex;
    gap: 21px;
    margin-bottom: 10px;
}

.about-service-card {
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
}

.about-service-card h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.about-service-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Red Service Card */
.about-service-card-red {
    background: #E04340;
    box-shadow: 0px 8px 24px 0px rgba(224, 67, 64, 0.2);
    width: 214.5px;
}

.about-service-card-red h3,
.about-service-card-red p {
    color: #FFFFFF;
}

.about-service-card-red p {
    opacity: 0.9;
}

.about-service-card-bg-shape {
    position: absolute;
    top: -70.71px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    opacity: 0.1;
    transform: rotate(45deg);
}

/* White Service Card */
.about-service-card-white {
    background: #FFFFFF;
    border: 1px solid #F9FAFB;
    width: 282.5px;
}

.about-service-card-white h3 {
    color: #101828;
}

.about-service-card-white p {
    color: #4A5565;
}

.about-service-card-bg-shape-dark {
    position: absolute;
    bottom: -54.57px;
    left: -54.57px;
    width: 80px;
    height: 80px;
    background: #364153;
    opacity: 0.05;
    transform: rotate(45deg);
}

/* Dark Service Card - Full Width */
.about-service-card-dark {
    background: #1E2939;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.about-service-card-dark h3,
.about-service-card-dark p {
    color: #FFFFFF;
}

.about-service-card-dark p {
    opacity: 0.9;
}

.about-service-card-bg-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    opacity: 0.08;
}

.about-service-card-bg-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Certification Badge */
.about-cert-badge {
    display: flex;
    align-items: center;
    gap: 21px;
}

.about-cert-square {
    width: 60px;
    height: 60px;
    background: #E04340;
    flex-shrink: 0;
    box-shadow: 0px 4px 12px 0px rgba(224, 67, 64, 0.3);
}

.about-cert-badge p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4A5565;
    margin: 0;
}

/* About Stats Responsive Design */
@media (max-width: 1200px) {
    .about-stats-content {
        flex-direction: column;
        gap: 60px;
    }

    .about-stats-left,
    .about-stats-right {
        flex: 1;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-stats {
        padding: 80px 0;
    }

    .about-stats-content {
        padding: 0 20px;
    }

    .about-years-number {
        font-size: 96px;
        line-height: 96px;
    }

    .about-years-title {
        font-size: 28px;
        line-height: 34px;
    }

    .about-service-cards {
        flex-direction: column;
        gap: 10px;
    }

    .about-service-card-red,
    .about-service-card-white {
        width: 100%;
    }

    .about-stat-cards {
        flex-direction: column;
    }

    .about-stats-description br {
        display: none;
    }

    .about-stats-bg-shape-1,
    .about-stats-bg-shape-2 {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-stats {
        padding: 60px 0;
    }

    .about-years-number {
        font-size: 72px;
        line-height: 72px;
    }

    .about-years-title {
        font-size: 24px;
        line-height: 30px;
    }

    .about-years-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .about-years-text {
        padding: 20px 0 0 14px;
    }

    .about-service-card {
        padding: 24px;
    }
}

/* About Founder Section */
.about-founder {
    position: relative;
    padding: 120px 0;
    background: #F9FAFB;
    overflow: hidden;
}

.about-founder-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Red circle border - top right */
.about-founder-bg-circle {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 200px;
    height: 200px;
    border: 30px solid #E04340;
    border-radius: 50%;
    opacity: 0.06;
}

/* SVG shape - bottom left */
.about-founder-bg-svg {
    position: absolute;
    bottom: 80px;
    left: 200px;
    width: 150px;
    height: 150px;
    opacity: 0.04;
}

.about-founder-bg-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-founder-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Section Header */
.about-founder-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.about-founder-header h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 68px;
    color: #101828;
    margin: 0;
    text-align: center;
}

.about-founder-underline {
    width: 120px;
    height: 3px;
    background: #E04340;
}

/* Founder Card */
.about-founder-card {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

/* Photo Column - 480px */
.about-founder-photo {
    position: relative;
    flex: 0 0 42%;
    width: 42%;
    overflow: hidden;
}

.about-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-founder-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(0deg, rgba(224, 67, 64, 1) 0%, rgba(122, 36, 35, 0) 100%);
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 17.64px 31.645px 31.649px 31.645px;
}

.about-founder-badge-square {
    width: 50px;
    height: 50px;
    border: 4px solid #FFFFFF;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.about-founder-photo-overlay span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

/* Content Column - 640px (approx 620 ratio) */
.about-founder-info {
    flex: 0 0 58%;
    width: 58%;
    padding: 56px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Title Section */
.about-founder-title-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-founder-title-section h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    color: #101828;
    margin: 0;
}

.about-founder-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-founder-title-line {
    width: 60px;
    height: 2px;
    background: #E04340;
    flex-shrink: 0;
}

.about-founder-title-row span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #E04340;
}

/* Description */
.about-founder-description {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.about-founder-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #4A5565;
    margin: 0;
}

/* Badges */
.about-founder-badges {
    display: flex;
    gap: 28px;
    padding-top: 21px;
}

.about-founder-badge-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-founder-badge-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-founder-badge-icon-red {
    background: #E04340;
    box-shadow: 0px 4px 12px 0px rgba(224, 67, 64, 0.25);
}

.about-founder-badge-icon-dark {
    background: #1E2939;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.about-founder-badge-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.about-founder-badge-text {
    display: flex;
    flex-direction: column;
}

.about-founder-badge-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #101828;
}

.about-founder-badge-sublabel {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #4A5565;
}

/* About Founder Responsive Design */
@media (max-width: 1000px) {
    .about-founder-card {
        flex-direction: column;
    }

    .about-founder-photo,
    .about-founder-info {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }

    .about-founder-photo {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .about-founder {
        padding: 80px 0;
    }

    .about-founder-content {
        padding: 0 20px;
    }

    .about-founder-header h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .about-founder-info {
        padding: 40px 32px;
    }

    .about-founder-title-section h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .about-founder-badges {
        flex-direction: column;
        gap: 21px;
    }

    .about-founder-description p br {
        display: none;
    }

    .about-founder-bg-circle,
    .about-founder-bg-svg {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-founder {
        padding: 60px 0;
    }

    .about-founder-header h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-founder-info {
        padding: 32px 24px;
    }

    .about-founder-title-section h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-founder-photo {
        min-height: 350px;
    }

    .about-founder-description p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* About Location & CTA Section */
.about-location {
    position: relative;
    padding: 120px 0;
    background: #FFFFFF;
    overflow: hidden;
}

.about-location-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Rotated red border square - top left */
.about-location-bg-border {
    position: absolute;
    top: 37.87px;
    left: -12.13px;
    width: 300px;
    height: 300px;
    border: 40px solid #E04340;
    opacity: 0.03;
    transform: rotate(45deg);
}

/* SVG shape - bottom right */
.about-location-bg-svg {
    position: absolute;
    bottom: 80px;
    right: 80px;
    width: 250px;
    height: 250px;
    opacity: 0.04;
}

.about-location-bg-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-location-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

/* Header Section */
.about-location-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about-location-title h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 68px;
    color: #101828;
    margin: 0;
}

.about-location-title h3 {
    font-size: 56px;
    font-weight: 400;
    line-height: 68px;
    color: #E04340;
    margin: 0;
}

.about-location-icon {
    width: 100px;
    height: 100px;
    background: #1E2939;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-location-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Three Cards Row */
.about-location-cards {
    display: flex;
    gap: 28px;
}

.about-location-card {
    position: relative;
    flex: 1;
    background: #F9FAFB;
    padding: 39px 35px 35px 35px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.about-location-card-red {
    border-top: 4px solid #E04340;
}

.about-location-card-dark {
    border-top: 4px solid #364153;
}

/* Card Decorative Elements */
.about-location-card-deco-red-square {
    position: absolute;
    top: 32.79px;
    right: 28.79px;
    width: 30px;
    height: 30px;
    background: #E04340;
    opacity: 0.2;
    transform: rotate(45deg);
}

.about-location-card-deco-dark-border {
    position: absolute;
    bottom: 26.71px;
    right: 26.72px;
    width: 40px;
    height: 40px;
    border: 4px solid #364153;
    opacity: 0.1;
    transform: rotate(45deg);
}

.about-location-card-deco-red-circle {
    position: absolute;
    top: 39px;
    left: 135px;
    width: 35px;
    height: 35px;
    border: 4px solid #E04340;
    border-radius: 50%;
    opacity: 0.1;
}

/* Card Icon */
.about-location-card-icon {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-location-card-icon-inner {
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
}

.about-location-card-icon-red {
    background: #E04340;
}

.about-location-card-icon-dark {
    background: #364153;
}

/* Card Content */
.about-location-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-location-card-content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #101828;
    margin: 0;
}

.about-location-card-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #4A5565;
    margin: 0;
}

/* CTA Banner */
.about-cta-banner {
    position: relative;
    background: #E04340;
    box-shadow: 0px 12px 40px 0px rgba(224, 67, 64, 0.3);
    overflow: hidden;
    transform: skewX(-2deg);
}

.about-cta-bg-svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    opacity: 0.08;
    display: flex;
}

.about-cta-bg-svg img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.about-cta-content {
    position: relative;
    z-index: 1;
    padding: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    transform: skewX(2deg);
}

.about-cta-text h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 14px 0;
}

.about-cta-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.about-cta-button {
    background: #FFFFFF;
    color: #E04340;
    border: none;
    padding: 18px 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.about-cta-button:hover {
    background: #F9FAFB;
    transform: translateY(-2px);
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.25);
}

/* About Location Responsive Design */
@media (max-width: 1024px) {
    .about-location-cards {
        flex-direction: column;
    }

    .about-location-card {
        width: 100%;
    }

    .about-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 48px 40px;
    }

    .about-cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .about-location {
        padding: 80px 0;
    }

    .about-location-content {
        padding: 0 20px;
    }

    .about-location-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .about-location-title h2,
    .about-location-title h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .about-location-icon {
        width: 80px;
        height: 80px;
    }

    .about-location-icon img {
        width: 40px;
        height: 40px;
    }

    .about-location-card {
        padding: 32px 28px;
    }

    .about-location-card-content p br {
        display: none;
    }

    .about-cta-text h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-cta-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-cta-content {
        padding: 40px 32px;
    }

    .about-location-bg-border,
    .about-location-bg-svg {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-location {
        padding: 60px 0;
    }

    .about-location-title h2,
    .about-location-title h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-location-card {
        padding: 28px 24px;
    }

    .about-cta-text h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-cta-content {
        padding: 32px 24px;
    }
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-row > .form-group{width: 50%;}
.form-row > .form-group > span{max-width: 100%;
  display: inline-block;}
.form-row > .form-group span input{width: 100%;}
.wpcf7-form-control-wrap input{width: 100%;}
.wpcf7-checkbox .wpcf7-list-item{margin: 0;}
.checkbox-grid .wpcf7-checkbox{height: auto;}
.wpcf7-checkbox .wpcf7-list-item label{display: flex; align-items: center; gap: 10px;}
.wpcf7-checkbox input{width: auto;}
.wpcf7-not-valid-tip{font-size: 14px;}
/* START mobile responsive 1250px (do not modify) */
@media only screen and (max-width: 1270px) {
/* landing */
.content-wrapper{padding-top: 64px;}
.feature-card{padding: 17px; overflow: hidden;}
.feature-content h3{font-size: 18px;}
.card-bg-icon{right: -10px;}
/* about */
.about-hero{padding-top: 42px;}
.about-hero-content{max-width: 880px;}
}
/* END mobile responsive 1250px (do not modify) DO NOT ADD CSS AFTER THIS, ADD CSS ABOVE START OF THIS SECTION */

/* START mobile responsive 900px (do not modify) */
@media only screen and (max-width: 920px) {
/* Home */
.home-hero{padding-top: 50px;}
.home-services-grid, .home-hero-content{flex-direction: column;}
.home-hero-left, .home-hero-right{width: 100%;}
}
/* about */
.about-hero-bg-shape-2{left: -320px;}
/* END mobile responsive 900px (do not modify) DO NOT ADD CSS AFTER THIS, ADD CSS ABOVE START OF THIS SECTION */

/* START mobile responsive 500px (do not modify) */
@media only screen and (max-width: 520px) {
.home-hero{padding-top: 24px;}
}
/* END mobile responsive 500px (do not modify) DO NOT ADD CSS AFTER THIS, ADD CSS ABOVE START OF THIS SECTION */

/*  menu integration */
.nav #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:last-child > a.mega-menu-link{padding-right: 0;}
/*  responsive menu */
@media (max-width: 800px) {
	.nav-content{gap: 0; align-items: flex-start;}
	.nav-links{width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 36px;}
	.nav-cta-a{flex: 1;}
	.nav-cta-a button{width: 100%;}
}
.home-hero-right{background: white;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.175);}

.pricing-header{margin-top: 24px;}
.pricing-header .contact-underline img{height: 11px;
  transform: scaleX(2);}
.pricing-header .pricing-heading{line-height: 44px;}
.ecom-pricing img{text-align: center; margin: 12px auto 24px; display: block;}
.ecom-pricing h2{text-align: center; margin: 24px 0 0; font-size: 28px;}
.ecom-pricing-grid{display: flex; gap: 24px;}
.ecom-item{
width: 50%;
	background: #F9FAFB;
  padding: 30px;
  border-radius: 8.75px;
  display: flex;
	position: relative;
  flex-direction: column;
  gap: 12px;}
.ecom-item *, .ecom-item .pricing-card-header *{margin: 0;}
.pricing-card-header{display: flex;
  flex-direction: column;
  gap: 12px;}
.service-card .service-content p{min-height: 70px;}
.service-card .service-bg-icon, .service-card{transition: all 0.4s;}
.service-card:hover{box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.075), 0px 4px 6px -4px rgba(0,0,0,0.075), 0px -3px 8px -3px rgba(0,0,0,0.06);}
.service-card:hover > .service-bg-icon{opacity: 90%;}

.web-design-heading{margin-bottom: 12px;}
.web-design-desc{margin-top: 6px;}

/* animations */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* CSS Normalize - Uniformity */
.section-header-norm{
display: flex;
flex-direction: column;
align-items: center;
}
.sec-heading-norm{color: #101828;
font-size: 42px;
font-weight: 700;
line-height: 42.5px;}

.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F9FAFB;
  backdrop-filter: blur(10px);
  padding: 9.5px 21px 10.5px 18.825px;
  border-radius: 6.75px;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);
align-self: flex-start;
}
.sec-badge-al{align-self: auto;}
.sec-badge span {
  color: #364153;
  font-size: 12.3px;
  font-weight: 600;
  line-height: 17.5px;
  text-align: center;
}