/*!
Theme Name: warmth
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: warmth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

warmth is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Matter';
    overflow-x: hidden;
    width: 100%;
    position: relative
}

.site-main {
    margin: 70px 0;
}

.entry-header,
.entry-content {
	margin-bottom: 10px;
}

.entry-content p {
	line-height: 1.4;
	margin-bottom: 5px;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px
}

.header {
    width: 100%;
    transition: all .3s ease;
    position: relative
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px #0000001a;
    z-index: 1000
}

.logo-container {
    display: flex;
    align-items: center;
    z-index: 1001
}

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

.nav-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: color .2s ease
}

.nav-link:hover {
    color: #fc7021
}

.btn {
    display: flex;
    gap: 10px;
    align-items: center
}

.try-free {
    line-height: 39px;
    background: linear-gradient(94.76deg,#f6843f 2.34%,#bf6494 97.51%);
    border-radius: 8px;
    color: #fff;
    width: 130px;
    height: 39px;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-weight: 500
}

.try-free:hover {
    width: 126px;
    height: 35px;
    line-height: 35px;
    box-shadow: 4px 4px 8px #ffc26240;
    margin: auto 2px;
    color: #fff
}

.demo-btn {
    line-height: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #CACACA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    color: #202020;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-weight: 500
}

.demo-btn:hover {
    width: 80px;
    height: 36px;
    box-shadow: 3px 3px 6px #807f7f42;
    margin: auto 2px;
    color: #202020
}

.header-hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    text-align: center
}

.hero-title {
    font-size: clamp(32px,8vw,84px);
    font-weight: 600;
    line-height: 1.2;
    color: #202020;
    margin: 0;
    padding: 30px 0 0
}

.hero-description {
    font-size: clamp(16px,4vw,20px);
    line-height: 1.4;
    color: #202020;
    font-weight: 500;
    margin: 0;
    padding-top: 10px
}

.get-start-btn {
    padding-top: 40px
}

.getBtn {
    width: fit-content;
    height: 52px;
    background: linear-gradient(94.76deg,#f6843f 2.34%,#bf6494 97.51%);
    border-radius: 6px;
    color: #fff;
    font-size: clamp(16px,4vw,20px);
    line-height: 24px;
    padding: 14px 20px;
    margin: 0 auto;
    cursor: pointer;
    justify-content: center;
    display: flex;
    gap: 8px;
    transition: all .2s ease-in-out;
    font-weight: 500;
    border: none;
    outline: none
}

.getBtn:hover {
    box-shadow: 0 4px 8px #0000001a
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.email-container {
    text-align: center;
    padding: 40px 15px;
    box-shadow: #00000026 0 5px 25px;
    border-radius: 12px;
    width: 70%;
    margin: 0 auto 3rem;
background-image: linear-gradient(94.76deg, #f6843f24 2.34%, #bf649427 97.51%);
}

.email-title {
    font-size: clamp(28px,6vw,40px);
    font-weight: 700;
    margin-bottom: 30px
}

.email-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    max-width: 800px;
    place-items: center;
    margin: 0 auto 30px
}

.email-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    width: 100%
}

.email-icon {
    font-size: 40px;
    color: #ED6F1A;
    flex-shrink: 0
}

.email-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.email-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5
}

.email-providers-section {
    background: #faf3e5;
    padding: 2rem 0;
    text-align: center
}

.email-providers-section .heading {
    color: #202020;
    font-weight: 600;
    font-size: clamp(32px,6vw,60px);
    line-height: 1.2;
    margin-bottom: 20px
}

.providers-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 20px
}

.provider-logo {
    flex: 0 1 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.faq-section {
    background: #faf7f6;
    padding: 4rem 1rem;
    text-align: start
}

.faq-section .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1440px;
    margin: 0 auto
}

.faq-left h2 {
    font-weight: 600;
    font-size: clamp(32px,6vw,48px);
    line-height: 1.2;
    color: #202020;
    text-align: center;
    padding-top: 25px
}

.faq-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.accordion {
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 2px 4px #0000000d;
    width: 100%
}

.accordion-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 500
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 1.5;
    transition: max-height .4s ease,padding .3s ease;
    padding: 0 1rem
}

.accordion-body.open {
    max-height: 500px;
    padding: 1rem
}

.features-container {
    text-align: center;
    padding: 40px 15px;
    margin: 0 auto
}

.features-heading {
    font-size: clamp(24px,5vw,32px);
    font-weight: 700;
    margin-bottom: 10px
}

.features-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1140px;
    margin: auto
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: #0000001a 0 5px 20px;
    transition: all .3s ease
}

.feature-card:hover {
    box-shadow: #00000026 0 8px 24px
}

.feature-icon {
    font-size: 60px;
    color: #f60;
    margin-bottom: 15px
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.feature-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5
}

.main-highlight-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px
}

.main-highlight-container .container {
    background-image: linear-gradient(94.76deg,#f6843f24 2.34%,#bf649427 97.51%);
    border-radius: 16px;
    padding: 60px 20px;
    width: calc(100% - 40px);
    max-width: 1200px
}

.highlight-section {
    display: flex;
    flex-direction: column;
    align-items: center
}

.highlight-image {
    width: 112px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.highlight-heading {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    margin-bottom: 20px
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    font-size: 24px
}

.main-footer {
    background-color: #000;
    padding: 30px 15px
}

.footer-top {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px
}

.footer-logo img {
    width: 150px;
    height: auto
}

.footer-social {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-social img {
    width: 24px;
    height: 24px;
    transition: opacity .3s ease
}

.footer-social img:hover {
    opacity: .7
}

.footer-bottom {
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #333;
    padding-top: 15px
}

@media (min-width: 576px) {
    .container {
        padding:0 20px
    }

    .features-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .email-container {
        padding: 50px 20px
    }

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

@media (min-width: 768px) {
    .mobile-menu-toggle {
        display:none
    }

    .nav-links,.btn {
        display: flex
    }

    .faq-section .container {
        flex-direction: row
    }

    .faq-left {
        width: 30%
    }

    .faq-right {
        width: 70%
    }

    .header-hero {
        padding: 60px 20px
    }

    .highlight-heading {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width: 992px) {
    .container {
        padding:0 30px
    }

    .features-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 25px
    }

    .email-features {
        grid-template-columns: repeat(2,1fr)
    }

    .email-container {
        padding: 60px 30px
    }

    .highlight-heading {
        font-size: 48px;
        line-height: 56px
    }
}

@media (max-width: 767px) {
    .mobile-menu-toggle {
        display:block
    }

    .nav-links {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 15px;
        box-shadow: 0 4px 8px #0000001a;
        z-index: 999;
        flex-direction: column;
        gap: 15px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        align-items: flex-start;
        text-align: left
    }

    .nav-links.mobile-open {
        transform: translateY(0)
    }

    .btn {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        align-items: flex-start
    }

    .try-free,.demo-btn {
        width: 30%;
        text-align: center;
        margin: 5px 0
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%
    }

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

    .email-container {
        width: 100%;
        padding: 30px 15px
    }

    .email-features {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .email-feature {
        flex-direction: row;
        align-items: flex-start
    }

    .email-icon {
        font-size: 30px
    }

    .email-heading {
        font-size: 16px
    }

    .email-desc {
        font-size: 13px
    }
}

.testimonials-container {
	margin: 50px 0 100px;
	position: relative;
	background-color: white;
	display: flex;
	flex-direction: column;
}

.testimonials {
	display: flex;
	justify-content: space-evenly;
	align-items: space-evenly;
}

.testimonials-container h2 {
	padding: 10px 10px 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
}

.testimonial {
	width: 25%;
	border-radius: 20px;
	background: linear-gradient(
		to right bottom,
		#fabf8f60,
		#ffc0a660,
		#ffc4bc60,
		#ffcbcf60,
		#f7d3dd60
	);
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}

.testimonial:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -15px;
	right: 50px;
	width: 0;
	border-width: 15px 20px 0;
	border-style: solid;
	border-color: #f7d3dd60 transparent;
}

.testimonial h3 {
	margin-bottom: 10px;
}

.testimonial p {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.testimonal-author {
	font-size: 1rem;
	position: absolute;
	bottom: -40px;
	right: 0;
}

@media all AND (max-width: 700px) {
	.testimonials {
		flex-direction: column;
		align-items: center;
	}

	.testimonial {
		width: 90%;
		margin-bottom: 60px;
	}
}
