* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.sendwise-section-title,
.hero-content h1,
.automation-right h2,
.section-heading h2,
.workflow-heading h2,
.pricing-heading h2,
.reviews-heading h2,
.faq-heading h2 {
    margin: 0 0 22px;
    color: #1F2937;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.hero-content h1 {
    font-size: clamp(40px, 5vw, 64px);
}

.section-heading,
.pricing-heading,
.reviews-heading,
.faq-heading {
    text-align: center;
}

.automation-right h2 span,
.section-heading span,
.workflow-heading span,
.pricing-heading span,
.reviews-heading span,
.faq-heading span {
    color: #22c55e;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* HEADER */

.site-header {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-height: 60px;
    width: auto;
}

.main-menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu ul li a {
    text-decoration: none;
    color: #2d3748;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.main-menu ul li a:hover {
    color: #1fb655;
}

.header-btn a {
    background: #1fb655;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
}

.header-btn a:hover {
    background: #179948;
}




.main-menu ul li a {
    text-decoration: none;
    color: #2d3748;
    font-size: 15px;
    font-weight: 600;
    /* Semi Bold */
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    transition: all .3s ease;
}

.main-menu ul li a:hover {
    color: #1fb655;
}


@media(max-width:768px) {

    .header-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .main-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

/* HERO */

.hero-section {
    background: #f5fbf4;
    padding: 80px 0;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.hero-content {
    width: 50%;
}

.hero-content h1 {
    line-height: 1.15;
    margin-bottom: 24px;
}

.hero-content h1 span {
    color: #1fb655;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #5d6674;
    margin-bottom: 35px;
    max-width: 550px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn-primary {
    background: #1fb655;
    color: #fff;
    text-decoration: none;
    padding: 16px 45px;
    border-radius: 12px;
    font-weight: 600;
}

.btn-secondary {
    border: 2px solid #1fb655;
    color: #1fb655;
    text-decoration: none;
    padding: 16px 45px;
    border-radius: 12px;
    font-weight: 600;
}

.hero-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-features .feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.feature-item {
    font-size: 18px;
    color: #6b7280;
}

.feature-item::before {
    content: "✓";
    color: #22c55e;
    font-weight: 700;
    margin-right: 8px;
}

.hero-image {
    width: 50%;
    text-align: right;
}

.hero-image img {
    width: 150%;
    max-width: 750px;
    height: auto;
}

/* Responsive */

@media(max-width:991px) {

    .hero-wrapper {
        flex-direction: column;
    }

    .hero-content,
    .hero-image {
        width: 100%;
        text-align: center;
    }

    .hero-content p {
        margin: auto auto 30px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        justify-content: center;
    }
}

.site-header {
    background: #fff;
    padding: 20px 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 55px;
}

.main-menu ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.main-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.header-btn {
    background: #1fb655;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

/* =====================================
   AUTOMATION SECTION
===================================== */

.automation-section {
    padding: 110px 0;
    background: #f7faf7;
}

.automation-section .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.automation-left,
.automation-right {
    flex: 1;
}

.mobile-wrapper {
    position: relative;
    text-align: center;
}

.mobile-wrapper img {
    width: 650px;
    height: 419px;
    max-width: 108%;
    position: relative;
    z-index: 2;
}

.floating-box {
    position: absolute;
    background: #fff;
    padding: 12px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 600;
}

.box-1 {
    top: 20px;
    left: 0;
}

.box-2 {
    top: 80px;
    right: 0;
}

.box-3 {
    bottom: 80px;
    right: -20px;
}

.box-4 {
    bottom: 20px;
    left: 0;
}

.automation-right h2 {
    margin-bottom: 20px;
}

.automation-right p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 25px;
}

.automation-right ul {
    list-style: none;
    padding: 0;
}

.automation-right ul li {
    margin-bottom: 15px;
    color: #374151;
    position: relative;
    padding-left: 30px;
}

.automation-right ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: bold;
}

.automation-stats {
    max-width: 1200px;
    margin: 1px auto 0;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    color: #22c55e;
    font-size: 34px;
    margin-bottom: 10px;
}

.stat-item p {
    color: #6b7280;
}

/* Mobile */

@media(max-width:991px) {

    .automation-section .container {
        flex-direction: column;
        text-align: center;
    }

    .automation-stats {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:576px) {

    .automation-stats {
        grid-template-columns: 1fr;
    }

}

/* =========================
   FEATURES SECTION
========================= */

.features-section {
    padding: 120px 0;
    background: #f7faf7;
}

.features-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.section-heading {
    margin-bottom: 60px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #ECFDF3;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.feature-icon img {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    object-fit: contain;
    display: block;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    color: #667085;
    line-height: 1.7;
}

@media(max-width:992px) {

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:576px) {

    .features-grid {
        grid-template-columns: 1fr;
    }

}

/* ==========================
   WORKFLOW SECTION
========================== */

.workflow-section {
    padding: 120px 0;
    background: #fff;
}

.workflow-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.workflow-heading {
    margin-bottom: 40px;
}

.workflow-heading span {
    display: block;
}

/* Layout */

.workflow-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* Left Banner */

.workflow-banner {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 20px;
    overflow: hidden;
}

.workflow-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Cards */

.workflow-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.workflow-card {
    background: #f8fbf9;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #eef2f1;
    transition: .3s;
}

.workflow-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

/* Icon */

.workflow-icon {
    width: 60px;
    height: 60px;
    background: #d0eedc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
    flex-shrink: 0;
}

.workflow-icon img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    display: block;
}

/* Text */

.workflow-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.workflow-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #667085;
}

/* Tablet */

@media(max-width:991px) {

    .workflow-content {
        grid-template-columns: 1fr;
    }

}

/* Mobile */

@media(max-width:576px) {

    .workflow-features {
        grid-template-columns: 1fr;
    }

}

/* ==========================
   PRICING SECTION
========================== */


.pricing-section {
    padding: 120px 0;
    background: #f8fcf8;
}

.pricing-section .container {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

/* Heading */

.pricing-heading {
    margin-bottom: 70px;
}

.pricing-heading p {
    max-width: 650px;
    margin: auto;
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

/* Cards */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

.pricing-card {
    background: #fff;
    border-radius: 30px;
    padding: 42px;
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 45px rgba(16, 24, 40, .08);

    display: flex;
    flex-direction: column;
    height: 100%;

    transition: .35s;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(16, 24, 40, .12);
}

/* Center Card */

.pricing-card.featured {
    border: 2px solid #22c55e;
    box-shadow:
        0 0 0 4px rgba(34, 197, 94, .08),
        0 30px 70px rgba(34, 197, 94, .18);
}

/* Title */

.pricing-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #12233d;
    margin-bottom: 8px;
}

/* Tag */

.plan-tag {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 35px;
}

.plan-tag.green {
    color: #22c55e;
}

/* Price */

.price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.price span {
    font-size: 72px;
    font-weight: 800;
    color: #12233d;
    line-height: 1;
}

.price {
    font-size: 20px;
    color: #667085;
}

.custom-price span {
    font-size: 64px;
}

/* Feature List */

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.pricing-card ul li {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    font-size: 19px;
    color: #12233d;
    font-weight: 500;
}

.pricing-card ul li i {
    color: #22c55e;
    font-size: 20px;
}

.disabled {
    color: #c5c8cf !important;
}

.disabled i {
    color: #d7dbe1 !important;
}

/* Button */

.plan-btn {
    margin-top: 35px;

    width: 100%;
    height: 62px;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 18px;
    font-weight: 700;

    transition: .3s;
}

/* Left Card */

.outline-btn {
    border: 2px solid #22c55e;
    color: #22c55e;
    background: #fff;
}

.outline-btn:hover {
    background: #22c55e;
    color: #fff;
}

/* Middle Card */

.solid-btn {
    background: #22c55e;
    color: #fff;
    border: 2px solid #22c55e;
}

.solid-btn:hover {
    background: #16a34a;
}

/* Right Card */

.enterprise-btn {
    border: 2px solid #12233d;
    color: #12233d;
    background: #fff;
}

.enterprise-btn:hover {
    background: #12233d;
    color: #fff;
}

/* Responsive */

@media(max-width:1100px) {

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:768px) {

    .pricing-section {
        padding: 80px 0;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }

    .price span {
        font-size: 56px;
    }

    .pricing-card {
        padding: 32px;
    }

}

/* =========================
   TESTIMONIAL SECTION
========================= */

.reviews-section {
    padding: 120px 0;
    background: #f8fcf8;
}

.reviews-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.reviews-heading {
    margin-bottom: 70px;
}

.reviews-heading p {
    max-width: 620px;
    margin: auto;
    color: #667085;
    line-height: 1.8;
    font-size: 18px;
}

.reviews-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

.review-card {

    background: #fff;
    border-radius: 26px;
    padding: 35px;
    border: 1px solid #eef2f1;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    transition: .35s;

}

.review-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

.review-stars {

    display: flex;
    gap: 5px;
    margin-bottom: 25px;

}

.review-stars i {

    color: #22c55e;
    font-size: 16px;

}

.review-text {

    font-size: 19px;
    color: #23395b;
    line-height: 1.9;
    margin-bottom: 35px;

}

.review-author {

    display: flex;
    align-items: center;
    gap: 18px;

}

.review-avatar {

    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;

}

.review-avatar img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.review-info h4 {

    margin: 0;
    font-size: 20px;
    color: #12233d;
    font-weight: 700;

}

.review-info span {

    color: #98a2b3;
    font-size: 15px;

}

@media(max-width:991px) {

    .reviews-grid {

        grid-template-columns: 1fr;

    }

}

@media(max-width:576px) {

    .review-card {

        padding: 25px;

    }

    .review-text {

        font-size: 17px;

    }

}

/* ==========================
   FAQ SECTION
========================== */

.faq-section {
    padding: 120px 0;
    background: #f8fcf8;
}

.faq-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.faq-heading {
    margin-bottom: 60px;
}

.faq-heading p {
    max-width: 650px;
    margin: auto;
    color: #667085;
    font-size: 18px;
    line-height: 1.8;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-item {
    background: #fff;
    border: 1px solid #edf2ef;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
    transition: .35s;
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 35px;

    font-size: 24px;
    font-weight: 700;
    color: #12233d;

    text-align: left;
}

.faq-question span {
    flex: 1;
    padding-right: 20px;
}

.faq-question i {

    width: 42px;
    height: 42px;

    background: #dcfce7;

    color: #22c55e;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .35s;
}

.faq-answer {

    display: none;

    border-top: 1px solid #edf2ef;

    padding: 30px 35px;

}

.faq-answer p {

    color: #667085;

    font-size: 18px;

    line-height: 1.9;

    margin: 0;

}

.faq-item.active .faq-answer {

    display: block;

}

.faq-item.active .faq-question i {

    transform: rotate(180deg);

}

@media(max-width:991px) {

    .faq-question {

        font-size: 20px;
        padding: 25px;

    }

    .faq-answer {

        padding: 25px;

    }

}

@media(max-width:576px) {

    .faq-question {

        font-size: 17px;
        padding: 20px;

    }

    .faq-question i {

        width: 36px;
        height: 36px;

    }

    .faq-answer {

        padding: 20px;

    }

    .faq-answer p {

        font-size: 16px;

    }

}

/* ==========================
   CTA SECTION
========================== */

.cta-section {
    padding: 90px 0;
    background: #f7faf7;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px;
    background: #0B4D22;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    overflow: hidden;
    position: relative;
}

/*==============================
 LEFT CONTENT
==============================*/

.cta-content {
    flex: 1;
    max-width: 560px;
}

.cta-content h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 24px;
}

.cta-content h2 span {
    color: #22C55E;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .82);
    margin: 0 0 36px;
}

/*==============================
 BUTTONS
==============================*/

.cta-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 56px;
    padding: 0 28px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
}

.primary-btn {
    background: #22C55E;
    color: #fff;
    border: 2px solid #22C55E;
}

.primary-btn:hover {
    background: #18b653;
    border-color: #18b653;
    transform: translateY(-3px);
}

.secondary-btn {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .25);
}

.secondary-btn:hover {
    background: #fff;
    color: #0B4D22;
}

/*==============================
 RIGHT IMAGE
==============================*/

.cta-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    object-fit: contain;
}

/*==============================
 LARGE SCREEN
==============================*/

@media (min-width:1400px) {

    .cta-content h2 {
        font-size: 48px;
    }

    .cta-image img {
        max-width: 460px;
    }

}

/*==============================
 TABLET
==============================*/

@media(max-width:991px) {

    .cta-container {
        flex-direction: column;
        text-align: center;
        padding: 50px 35px;
        gap: 40px;
    }

    .cta-content {
        max-width: 100%;
    }

    .cta-content h2 {
        font-size: 40px;
    }

    .cta-content p {
        font-size: 17px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .cta-image {
        width: 100%;
    }

    .cta-image img {
        max-width: 340px;
    }

}

/*==============================
 MOBILE
==============================*/

@media(max-width:576px) {

    .cta-section {
        padding: 60px 15px;
    }

    .cta-container {
        padding: 35px 22px;
        border-radius: 22px;
    }

    .cta-content h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .cta-content p {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn {
        width: 100%;
    }

    .cta-image img {
        max-width: 240px;
    }

}

/*=========================
    CONTACT SECTION
=========================*/

.contact-section{
    padding:90px 0;
    background:#f3faf5;
}

.contact-heading{
    text-align:center;
    margin-bottom:50px;
}

.contact-heading .sendwise-section-title{
    font-size:40px;
    font-weight:700;
    color:#16253d;
    margin-bottom:12px;
}

.contact-heading p{
    max-width:650px;
    margin:0 auto;
    color:#64748b;
    font-size:17px;
    line-height:1.8;
}

/* Layout */

.contact-row{
    display:flex;
    align-items:stretch;
    gap:30px;
    max-width:1200px;
    margin:0 auto;
}

.contact-row .col-lg-5{
    flex:0 0 calc((100% - 30px) * .4);
    max-width:calc((100% - 30px) * .4);
    display:flex;
    padding:0;
}

.contact-row .col-lg-7{
    flex:0 0 calc((100% - 30px) * .6);
    max-width:calc((100% - 30px) * .6);
    display:flex;
    padding:0;
}

/* Cards */

.contact-info-card,
.contact-form-card{
    width:100%;
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 16px 36px rgba(15,23,42,.06);
}

.contact-info-card{
    background:#1f9d55;
    color:#fff;
}

.contact-info-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.contact-info-card>p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:35px;
    color:rgba(255,255,255,.84);
}

/* Contact Details */

.contact-details{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.contact-detail-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.contact-detail-icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    justify-content:center;
    align-items:center;
}

.contact-detail-icon img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.contact-detail-fa-icon i{
    color:#fff;
    font-size:20px;
    line-height:1;
}

.contact-detail-content h4{
    margin:0 0 5px;
    font-size:18px;
    font-weight:700;
    color:#fff;
}

.contact-detail-content p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:rgba(255,255,255,.84);
}

/* Form */

.contact-form-card{
    border:1px solid #e8eee9;
}

.sendwise-contact-form{
    width:100%;
}

/* Contact Form 7 Grid */

.sendwise-contact-grid,
.sendwise-contact-form .wpcf7-form{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.sendwise-field,
.sendwise-contact-form .wpcf7-form p{
    width:100%;
    margin:0;
}

.sendwise-field.full-width,
.sendwise-contact-form .wpcf7-form > .sendwise-contact-grid,
.sendwise-contact-form .wpcf7-form p:nth-of-type(n+3),
.sendwise-contact-form .wpcf7-response-output{
    grid-column:1/-1;
}

.sendwise-field label,
.sendwise-contact-form .wpcf7-form label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:600;
    color:#374151;
}

.sendwise-field input,
.sendwise-field textarea,
.sendwise-field select,
.sendwise-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio){
    width:100%;
    border:1px solid #d1d5db;
    border-radius:12px;
    background:#fff;
    padding:15px 18px;
    font-size:15px;
    transition:.3s;
    box-sizing:border-box;
}

.sendwise-field input,
.sendwise-contact-form input.wpcf7-form-control:not(.wpcf7-submit){
    height:55px;
}

.sendwise-field textarea,
.sendwise-contact-form textarea.wpcf7-form-control{
    min-height:150px;
    resize:vertical;
}

.sendwise-field input:focus,
.sendwise-field textarea:focus,
.sendwise-field select:focus,
.sendwise-contact-form .wpcf7-form-control:focus{
    outline:none;
    border-color:#1f9d55;
    box-shadow:0 0 0 3px rgba(31,157,85,.1);
}

.sendwise-field input[type="submit"],
.sendwise-contact-form .wpcf7-submit{
    width:100%;
    height:56px;
    border:none;
    background:#1f9d55;
    color:#fff;
    font-size:17px;
    font-weight:700;
    border-radius:12px;
    cursor:pointer;
    transition:.3s;
}

.sendwise-field input[type="submit"]:hover,
.sendwise-contact-form .wpcf7-submit:hover{
    background:#187c44;
}

/* Keep Contact Form 7 generated wrappers from adding browser/plugin spacing. */

.contact-form-card .wpcf7,
.contact-form-card .wpcf7 form{
    margin:0;
}

.contact-form-card .wpcf7-form-control-wrap{
    display:block;
}

.contact-form-card .wpcf7-spinner{
    margin:10px 0 0;
}

.contact-form-card .wpcf7 br{
    display:none !important;
}

/* Tablet */

@media(max-width:991px){

.contact-row{
    flex-direction:column;
}

.contact-row .col-lg-5,
.contact-row .col-lg-7{
    flex:0 0 100%;
    max-width:100%;
}

.contact-info-card,
.contact-form-card{
    padding:30px;
}

}

/* Mobile */

@media(max-width:767px){

.contact-section{
    padding:60px 0;
}

.contact-heading .sendwise-section-title{
    font-size:30px;
}

.contact-heading p{
    font-size:15px;
}

.sendwise-contact-grid,
.sendwise-contact-form .wpcf7-form{
    grid-template-columns:1fr;
}

.sendwise-field.full-width,
.sendwise-contact-form .wpcf7-form p{
    grid-column:auto;
}

.contact-info-card,
.contact-form-card{
    padding:25px;
}

.contact-detail-item{
    gap:14px;
}

.contact-detail-icon{
    width:44px;
    height:44px;
    min-width:44px;
}

}
/* ==========================
   FOOTER
========================== */

.site-footer {
    background: #ffffff;
    margin-top: 100px;
    border-top: 1px solid #edf2ef;
}

.footer-top {
    max-width: 1400px;
    margin: auto;
    padding: 70px 20px;

    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.footer-about {
    width: 340px;
}

.footer-logo img {
    width: 220px;
    display: block;
    margin-bottom: 20px;
}

.footer-about p {
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;

    border: 1px solid #dfe5e1;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: #12233d;

    transition: .3s;
}

.footer-social a:hover {
    background: #22c55e;
    color: #fff;
    border-color: #22c55e;
}

.footer-links {
    flex: 1;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column h4 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #12233d;
    margin-bottom: 22px;
}

.footer-column a {
    display: block;
    text-decoration: none;
    color: #667085;
    margin-bottom: 14px;
    transition: .3s;
}

.footer-column a:hover {
    color: #22c55e;
}

.footer-bottom {
    text-align: center;
    padding: 25px 20px;

    border-top: 1px solid #edf2ef;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    color: #667085;
}

/* Responsive */

@media(max-width:991px) {

    .footer-top {
        flex-direction: column;
    }

    .footer-about {
        width: 100%;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {

    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-logo img {
        width: 180px;
    }
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1200px) {

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .hero-wrapper,
    .automation-section .container,
    .workflow-content,
    .cta-container {
        gap: 40px;
    }

    .testimonial-heading h2 {
        font-size: 48px;
    }
}

/* Tablet */

@media (max-width: 991px) {

    .hero-wrapper,
    .automation-section .container,
    .workflow-content,
    .cta-container {
        flex-direction: column;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-image img,
    .automation-left img,
    .workflow-banner img,
    .cta-image img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .hero-features {
        justify-content: center;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .workflow-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .featured {
        transform: none;
    }

    .automation-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 768px) {

    .site-header {
        padding: 15px 0;
    }

    .header-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .main-menu {
        width: 100%;
        order: 3;
    }

    .main-menu ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .testimonial-heading h2,
    .cta-content h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .features-grid,
    .workflow-features,
    .automation-stats {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .testimonial-card,
    .workflow-card,
    .feature-card {
        padding: 24px;
    }

    .cta-container {
        padding: 40px 25px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}

/* Small Mobile */

@media (max-width: 480px) {

    .testimonial-heading h2,
    .cta-content h2 {
        font-size: 28px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
    }

    .automation-stats {
        padding: 20px;
    }

    .price span {
        font-size: 50px;
    }
}

/* =========================================================
   RESPONSIVE OPTIMIZATION - DESKTOP FIRST
   Preserves desktop design and fixes layouts below 1400px.
========================================================= */

@media (max-width: 1400px) {

    body {
        overflow-x: hidden;
    }

    .container,
    .automation-section .container,
    .features-section .container,
    .workflow-section .container,
    .pricing-section .container,
    .reviews-section .container,
    .faq-section .container,
    .cta-container,
    .footer-top {
        max-width: calc(100% - 48px);
    }

    .hero-image img {
        max-width: min(100%, 700px);
        height: auto;
    }

    .mobile-wrapper img,
    .workflow-banner img,
    .cta-image img,
    .footer-logo img {
        max-width: 100%;
        height: auto;
    }

    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pricing-grid,
    .reviews-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {

    .container,
    .automation-section .container,
    .features-section .container,
    .workflow-section .container,
    .pricing-section .container,
    .reviews-section .container,
    .faq-section .container,
    .footer-top {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .main-menu ul {
        gap: 28px;
    }

    .hero-section,
    .automation-section,
    .features-section,
    .workflow-section,
    .pricing-section,
    .reviews-section,
    .faq-section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .hero-wrapper,
    .automation-section .container,
    .workflow-content,
    .cta-container {
        gap: 36px;
    }

    .hero-image img {
        width: 100%;
    }

    .mobile-wrapper img {
        width: 100%;
        max-width: 560px;
    }

    .features-grid {
        gap: 20px;
    }

    .pricing-card {
        padding: 34px;
    }

    .pricing-card ul li {
        font-size: 17px;
    }

    .footer-top {
        gap: 56px;
    }
}

@media (max-width: 1024px) {

    .site-header {
        padding: 16px 0;
    }

    .header-wrapper {
        gap: 20px;
    }

    .logo img {
        max-width: 190px;
        height: auto;
    }

    .main-menu ul {
        gap: 22px;
    }

    .main-menu ul li a,
    .main-menu a {
        font-size: 14px;
        white-space: nowrap;
    }

    .header-btn a {
        min-height: 48px;
        padding: 13px 24px;
    }

    .hero-section,
    .automation-section,
    .features-section,
    .workflow-section,
    .pricing-section,
    .reviews-section,
    .faq-section {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .features-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .workflow-content {
        grid-template-columns: 1fr;
    }

    .workflow-banner img {
        height: auto;
        object-fit: contain;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-card:last-child {
        grid-column: 1 / -1;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-card:last-child {
        grid-column: 1 / -1;
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    .header-wrapper {
        flex-wrap: wrap;
        align-items: center;
    }

    .logo {
        flex: 0 1 auto;
    }

    .main-menu {
        order: 3;
        width: 100%;
    }

    .main-menu ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 24px;
    }

    .header-btn {
        margin-left: auto;
    }

    .header-btn a,
    .btn-primary,
    .btn-secondary,
    .plan-btn,
    .cta-btn {
        min-height: 48px;
    }

    .hero-wrapper,
    .automation-section .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content,
    .hero-image,
    .automation-left,
    .automation-right {
        width: 100%;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons,
    .hero-features,
    .cta-buttons {
        justify-content: center;
    }

    .hero-image {
        text-align: center;
    }

    .automation-right ul {
        max-width: 640px;
        margin: 0 auto;
        text-align: left;
    }

    .automation-stats {
        width: calc(100% - 48px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .features-grid,
    .workflow-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .pricing-card:last-child,
    .review-card,
    .review-card:last-child {
        grid-column: auto;
        max-width: 620px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card.featured,
    .featured {
        transform: none;
    }

    .cta-container {
        flex-direction: column;
        text-align: center;
        max-width: calc(100% - 48px);
    }

    .cta-content {
        max-width: 100%;
    }

    .cta-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-about {
        width: 100%;
    }

    .footer-links {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {

    .container,
    .automation-section .container,
    .features-section .container,
    .workflow-section .container,
    .pricing-section .container,
    .reviews-section .container,
    .faq-section .container,
    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-wrapper {
        flex-direction: row;
        justify-content: space-between;
        gap: 14px;
    }

    .logo img {
        max-width: 170px;
        max-height: 52px;
    }

    .main-menu {
        order: 3;
        width: 100%;
    }

    .main-menu ul {
        gap: 12px 18px;
    }

    .header-btn {
        margin-left: 0;
    }

    .header-btn a {
        padding: 12px 20px;
    }

    .hero-section,
    .automation-section,
    .features-section,
    .workflow-section,
    .pricing-section,
    .reviews-section,
    .faq-section {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .cta-content h2 {
        font-size: clamp(32px, 6vw, 40px);
        line-height: 1.2;
    }

    .hero-content p,
    .pricing-heading p,
    .reviews-heading p,
    .faq-heading p,
    .cta-content p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-wrap: wrap;
    }

    .btn-primary,
    .btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
    }

    .hero-features {
        gap: 12px 18px;
    }

    .feature-item {
        font-size: 15px;
    }

    .mobile-wrapper img {
        max-width: 500px;
    }

    .features-grid,
    .workflow-features {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .workflow-card,
    .pricing-card,
    .review-card {
        padding: 28px;
    }

    .workflow-heading {
        text-align: center;
    }

    .workflow-banner img {
        max-height: none;
    }

    .faq-question {
        font-size: 18px;
        gap: 16px;
    }

    .faq-question span {
        padding-right: 0;
    }

    .cta-section {
        padding: 70px 20px;
    }

    .cta-container {
        max-width: 100%;
        padding: 42px 28px;
    }

    .cta-image img {
        max-width: 320px;
    }
}

@media (max-width: 576px) {

    .container,
    .automation-section .container,
    .features-section .container,
    .workflow-section .container,
    .pricing-section .container,
    .reviews-section .container,
    .faq-section .container,
    .footer-top {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-header {
        padding: 14px 0;
    }

    .header-wrapper {
        align-items: center;
    }

    .logo img {
        max-width: 150px;
    }

    .main-menu ul {
        gap: 10px 14px;
    }

    .main-menu ul li a,
    .main-menu a {
        font-size: 13px;
    }

    .header-btn a {
        min-height: 48px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .hero-section,
    .automation-section,
    .features-section,
    .workflow-section,
    .pricing-section,
    .reviews-section,
    .faq-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .cta-content h2 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .section-heading,
    .pricing-heading,
    .reviews-heading,
    .faq-heading {
        margin-bottom: 40px;
    }

    .hero-buttons,
    .cta-buttons {
        width: 100%;
    }

    .hero-buttons a,
    .cta-btn {
        width: 100%;
        min-height: 48px;
    }

    .hero-features {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-features .feature-item {
        justify-content: center;
        width: 100%;
    }

    .automation-stats {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .stat-item h3 {
        font-size: 30px;
    }

    .feature-card,
    .workflow-card,
    .pricing-card,
    .review-card {
        padding: 24px;
    }

    .price span {
        font-size: clamp(46px, 13vw, 56px);
    }

    .custom-price span {
        font-size: clamp(42px, 12vw, 52px);
    }

    .pricing-card ul li {
        align-items: flex-start;
        font-size: 16px;
    }

    .review-author {
        align-items: flex-start;
    }

    .faq-question,
    .faq-answer {
        padding: 20px;
    }

    .faq-question i {
        width: 36px;
        height: 36px;
    }

    .cta-section {
        padding: 60px 16px;
    }

    .cta-container {
        padding: 34px 22px;
        border-radius: 22px;
    }

    .footer-top {
        gap: 36px;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 480px) {

    .header-wrapper {
        justify-content: center;
    }

    .logo,
    .header-btn {
        width: 100%;
        text-align: center;
    }

    .header-btn a {
        width: auto;
        min-width: 150px;
    }

    .main-menu ul {
        justify-content: center;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .hero-content p,
    .automation-right p,
    .pricing-heading p,
    .reviews-heading p,
    .faq-heading p,
    .cta-content p {
        line-height: 1.7;
    }

    .hero-image img,
    .mobile-wrapper img,
    .workflow-banner img,
    .cta-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .feature-icon {
        width: 62px;
        height: 62px;
    }

    .workflow-icon {
        width: 54px;
        height: 54px;
    }

    .pricing-card h3 {
        font-size: 26px;
    }

    .plan-tag {
        margin-bottom: 26px;
    }

    .price {
        margin-bottom: 30px;
    }

    .plan-btn {
        height: auto;
        min-height: 54px;
        font-size: 16px;
    }

    .review-text {
        font-size: 16px;
    }

    .footer-logo img {
        width: 170px;
    }
}

@media (max-width: 360px) {

    .container,
    .automation-section .container,
    .features-section .container,
    .workflow-section .container,
    .pricing-section .container,
    .reviews-section .container,
    .faq-section .container,
    .footer-top {
        padding-left: 14px;
        padding-right: 14px;
    }

    .main-menu ul {
        gap: 8px 12px;
    }

    .main-menu ul li a,
    .main-menu a {
        font-size: 12px;
    }

    .header-btn a {
        width: 100%;
    }

    .hero-section,
    .automation-section,
    .features-section,
    .workflow-section,
    .pricing-section,
    .reviews-section,
    .faq-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .cta-content h2 {
        font-size: 27px;
    }

    .feature-card,
    .workflow-card,
    .pricing-card,
    .review-card {
        padding: 20px;
    }

    .faq-question {
        font-size: 15px;
        padding: 18px;
    }

    .faq-answer {
        padding: 18px;
    }

    .cta-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .cta-container {
        padding: 30px 18px;
    }
}
