/**
 * FONTS
 */
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
:root{
    --color-primary: #007A33;
    --color-accent: #00aae0;
    --color-body: #000000;
    --color-white: #ffffff;
    --color-highlight: #15CD80;
    --color-dark-blue: #06334F;
    --color-button-primary: #06334F;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body{
	font-family: 'Montserrat';
    margin: 0;
    padding: 0;
}
.text-white{
    color: var(--color-white) !important;
}
.text-black{
    color: var(--color-black) !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
    color: var(--color-primary);
    font-weight: 700;
    margin-top: 0;
}
h1 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 25px;
}
h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 25px;
}
p{
	font-family: 'Montserrat';
    color: var(--color-body);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
}
.position-relative{
    position: relative !important;
}
.top-3{
    top: 3px !important;
}
.top-4{
    top: 4px !important;
}
.text-center{text-align: center;}
.text-end{text-align: right;}
.text-start{text-align: left;}

.fw-100{
    font-weight:100 !important
}

.mt-0{margin-top: 0px !important;}.mt-10{margin-top: 10px !important;}.mt-20{margin-top: 20px !important;}.mt-30{margin-top: 30px !important;}.mt-40{margin-top: 40px !important;}.mt-50{margin-top: 50px !important;}.mt-60{margin-top: 60px !important;}.mt-70{margin-top: 70px !important;}.mt-80{margin-top: 80px !important;}.mt-90{margin-top: 90px !important;}.mt-100{margin-top: 100px !important;}.mt-110{margin-top: 110px !important;}.mt-120{margin-top: 120px !important;}
.mb-0{margin-bottom: 0px !important;}.mb-10{margin-bottom: 10px !important;}.mb-20{margin-bottom: 20px !important;}.mb-30{margin-bottom: 30px !important;}.mb-40{margin-bottom: 40px !important;}.mb-50{margin-bottom: 50px !important;}.mb-60{margin-bottom: 60px !important;}.mb-70{margin-bottom: 70px !important;}.mb-80{margin-bottom: 80px !important;}.mb-90{margin-bottom: 90px !important;}.mb-100{margin-bottom: 100px !important;}.mb-110{margin-bottom: 110px !important;}.mb-120{margin-bottom: 120px !important;}
.pt-0{padding-top: 0px !important;}.pt-10{padding-top: 10px !important;}.pt-20{padding-top: 20px !important;}.pt-30{padding-top: 30px !important;}.pt-40{padding-top: 40px !important;}.pt-50{padding-top: 50px !important;}.pt-60{padding-top: 60px !important;}.pt-70{padding-top: 70px !important;}.pt-80{padding-top: 80px !important;}.pt-90{padding-top: 90px !important;}.pt-100{padding-top: 100px !important;}.pt-110{padding-top: 110px !important;}.pt-120{padding-top: 120px !important;}
.pb-0{padding-bottom: 0px !important;}.pb-10{padding-bottom: 10px !important;}.pb-20{padding-bottom: 20px !important;}.pb-30{padding-bottom: 30px !important;}.pb-40{padding-bottom: 40px !important;}.pb-50{padding-bottom: 50px !important;}.pb-60{padding-bottom: 60px !important;}.pb-70{padding-bottom: 70px !important;}.pb-80{padding-bottom: 80px !important;}.pb-90{padding-bottom: 90px !important;}.pb-100{padding-bottom: 100px !important;}.pb-110{padding-bottom: 110px !important;}.pb-120{padding-bottom: 120px !important;}


.img-fluid{
    max-width: 100%;
}

@media (max-width:767px){
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    .mt-m-0{margin-top: 0px !important;}.mt-m-10{margin-top: 10px !important;}.mt-m-20{margin-top: 20px !important;}.mt-m-30{margin-top: 30px !important;}.mt-m-40{margin-top: 40px !important;}.mt-m-50{margin-top: 50px !important;}.mt-m-60{margin-top: 60px !important;}.mt-m-70{margin-top: 70px !important;}.mt-m-80{margin-top: 80px !important;}.mt-m-90{margin-top: 90px !important;}.mt-m-100{margin-top: 100px !important;}.mt-m-110{margin-top: 110px !important;}.mt-m-120{margin-top: 120px !important;}
    .mb-m-0{margin-bottom: 0px !important;}.mb-m-10{margin-bottom: 10px !important;}.mb-m-20{margin-bottom: 20px !important;}.mb-m-30{margin-bottom: 30px !important;}.mb-m-40{margin-bottom: 40px !important;}.mb-m-50{margin-bottom: 50px !important;}.mb-m-60{margin-bottom: 60px !important;}.mb-m-70{margin-bottom: 70px !important;}.mb-m-80{margin-bottom: 80px !important;}.mb-m-90{margin-bottom: 90px !important;}.mb-m-100{margin-bottom: 100px !important;}.mb-m-110{margin-bottom: 110px !important;}.mb-m-120{margin-bottom: 120px !important;}
    .pt-m-0{padding-top: 0px !important;}.pt-m-10{padding-top: 10px !important;}.pt-m-20{padding-top: 20px !important;}.pt-m-30{padding-top: 30px !important;}.pt-m-40{padding-top: 40px !important;}.pt-m-50{padding-top: 50px !important;}.pt-m-60{padding-top: 60px !important;}.pt-m-70{padding-top: 70px !important;}.pt-m-80{padding-top: 80px !important;}.pt-m-90{padding-top: 90px !important;}.pt-m-100{padding-top: 100px !important;}.pt-m-110{padding-top: 110px !important;}.pt-m-120{padding-top: 120px !important;}
    .pb-m-0{padding-bottom: 0px !important;}.pb-m-10{padding-bottom: 10px !important;}.pb-m-20{padding-bottom: 20px !important;}.pb-m-30{padding-bottom: 30px !important;}.pb-m-40{padding-bottom: 40px !important;}.pb-m-50{padding-bottom: 50px !important;}.pb-m-60{padding-bottom: 60px !important;}.pb-m-70{padding-bottom: 70px !important;}.pb-m-80{padding-bottom: 80px !important;}.pb-m-90{padding-bottom: 90px !important;}.pb-m-100{padding-bottom: 100px !important;}.pb-m-110{padding-bottom: 110px !important;}.pb-m-120{padding-bottom: 120px !important;}

}

/**
 * BUTTON
 */
.btn-outline-light {
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}
.btn-outline-light:hover {
    color: #06334f;
    border: 1px solid #06334f;
    background-color: #15cd80;
    transition: all 0.3s ease;
}
.section__header.sticky .btn-outline-light,
.section__header.v2 .btn-outline-light {
    color: #06334f;
    border: 1px solid #06334f;
}

.btn-primary {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    border-radius: 50px;
    padding: 19px 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(21, 205, 128, 0.3);
    text-decoration: none;
    color: var(--color-button-primary);
    display: inline-block;
}

.btn-primary:hover {
    background-color: #13b973;
    border-color: #13b973;
    transform: translateY(-2px);
}

/**
 * HEADER STYLES
 */
.section__header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    background-color: transparent;
}

.section__header.sticky{
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.section__header.v2 {
    background-color: #ffffff;
}

.section__header-logo img {
    max-height: 40px;
}
.section__header-logo .logo-green{
    display: none;
}
.section__header.sticky .section__header-logo .logo-green,
.section__header.v2 .section__header-logo .logo-green{
    display: block;
}
.section__header.sticky .section__header-logo .logo-white,
.section__header.v2 .section__header-logo .logo-white{
    display: none;
}
.section__header-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.section__header-nav ul li {
    margin-right: 50px;
}

.section__header-nav ul li a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}
.section__header.sticky .section__header-nav ul li a,
.section__header.v2 .section__header-nav ul li a {
    color: #000000;
}

.section__header-nav ul li a:hover,
.section__header.sticky .section__header-nav ul li a:hover,
.section__header.v2 .section__header-nav ul li a:hover {
    color: var(--color-highlight);
}


/**
 * HERO STYLES
 */
.section__hero {
    background: linear-gradient(152deg, #06334F 33.92%, #15CD80 195.86%);
    color: var(--color-white);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section__hero-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
}

.section__hero-subtitle .highlight {
    color: var(--color-highlight);
    margin-left: 5px;
}



.section__hero-text {
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}



.section__hero-credits {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.credits-icon {
    margin-right: 15px;
}

.credits-icon img {
    width: 22px;
    height: 17px;
}

.credits-text p {
    color: var(--color-white);
    font-size: 14px;
    margin-bottom: 0;
}

.credits-text small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.section__hero-image img {
    max-width: 100%;
    border-radius: 0 0 30px 0;
    position: relative;
    top: 5px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    text-align: right;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--color-white);
    margin: 5px 0;
    border-radius: 3px;
    transition: all 0.3s ease;
    margin-left: auto;
}
.section__header.sticky .mobile-menu-toggle span,
.section__header.v2 .mobile-menu-toggle span {
    background-color: #007a33;
}

/* Mobile Menu */  
.mobile-menu {
    display: none;
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.mobile-menu ul li {
    padding: 20px 15px;
    border-bottom: 1px solid #d3d3d3;
    text-align: left;
}
.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.mobile-menu ul li:last-child {
    margin-top: 15px;
}
.mobile-menu ul li a.btn {
    border: 1px solid #000000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section__hero {
        padding: 150px 0 0;
    }
    
    .section__hero-title {
        font-size: 36px;
    }
    
    .section__hero-image {
        margin-top: 20px;
    }
    
    .section__hero-image img {
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .section__header {
        padding: 15px;
    }
    
    .section__header-logo img {
        max-height: 30px;
    }
    
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .section__header-cta {
        display: none;
    }
    
    .section__hero {
        padding: 110px 0 0;
        border-bottom-right-radius: 0;
        background-position: bottom;
    }
    
    .section__hero-content {
        padding: 0 15px 0;
    }
    
    .section__hero-subtitle {
        font-size: 14px;
    }
    
    .section__hero-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .section__hero-text {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1.4;
    }
    
    .section__hero-text br {
        display: none;
    }
    
    .section__hero-image img {
        width: 100%;
        border-radius: 0;
    }
    .section__hero-cta{
        text-align: center;
    }
    .section__hero-cta .btn-primary {
        width: 80%;
        text-align: center;
        font-size: 16px;
        border-radius: 30px;
    }
    
    .section__hero-credits {
        margin-top: 20px;
    }
    
    .credits-icon img {
        width: 20px;
        height: 15px;
    }
    
    .credits-text p {
        font-size: 12px;
    }
    
    .credits-text small {
        font-size: 10px;
    }
}

/**
 * FEATURED 01 - BULK SMS USE CASES
 */
.featured__01 {
    background-color: var(--color-white);
}

.featured__01-header {
    text-align: center;
}

.featured__01-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.featured__01-card {
    padding: 30px 20px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

.featured__01-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.featured__01-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.featured__01-icon img {
    max-width: 100%;
    max-height: 100%;
}

.featured__01-card-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured__01-card-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 5px;
    text-align: left;
}

.featured__01-card-subtitle {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

/* Responsive styles for featured__01 */
@media (max-width: 991px) {
    .featured__01 {
        padding: 60px 0;
    }
    
    .featured__01-title {
        font-size: 32px;
    }
    
    .featured__01-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .featured__01 {
        padding: 40px 0;
    }
    
    .featured__01-header {
        margin-bottom: 30px;
    }
    
    .featured__01-title {
        font-size: 28px;
    }
    
    .featured__01-card {
        padding: 20px 15px;
        margin-bottom: 0;
    }
    
    .featured__01-card-title {
        font-size: 20px;
    }
    
    .featured__01-card-subtitle {
        font-size: 14px;
    }
    
    .featured__01-card-text {
        font-size: 14px;
    }
    
    .featured__01-cta {
        margin-top: 30px;
    }
}

/**
 * TAB 01 - Core Features of A2P Messaging
 */
.tab__01 {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.tab__01 .container {
    border: 1px solid #15CD80;
    border-radius: 40px;
    padding: 40px;
    background: linear-gradient(166deg, #FFF 60.12%, #15CD80 474.7%);
    box-shadow: 0 14px 30px 0 rgba(33, 33, 44, 0.08);
}
/* Removed border styling to match screenshot */

.tab__01-header {
    margin-bottom: 50px;
}

.tab__01-image {
    position: relative;
}

.tab__01-main-image {
    display: none;
    animation: fadeIn 0.5s ease;
    text-align: center;
}

.tab__01-main-image.active {
    display: block;
}

.tab__01-image img {
    max-width: 100%;
    box-shadow: 0 8px 20px -5px #cbcbcb;
    border-radius: 15px;
}

.tab__01-tabs {
    display: flex;
    flex-direction: column;
}

.tab__01-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
}

.tab__01-nav-item {
    padding: 12px 0;
    font-weight: 600;
    font-size: 16px;
    color: #777777;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 18px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.tab__01-nav-item:hover {
    color: var(--color-primary);
}

.tab__01-nav-item.active {
    color: var(--color-primary);
    font-weight: 700;
    border-bottom: 2px solid var(--color-primary);
}

/* Removed the after pseudo-element to match the screenshot */

.tab__01-content-wrapper {
    position: relative;
    padding: 20px 0;
}

.tab__01-content-item {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab__01-content-item.active {
    display: block;
}

.tab__01-content-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0;
}

.tab__01-content-item img {
    max-width: 100%;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive styles for tab__01 */
@media (min-width: 1200px){
    .tab__01-image img {
        max-width: 90%;
        height: 343px;
    }
}
@media (max-width: 991px) {
    .tab__01 {
        padding: 60px 0;
    }
    
    .tab__01-nav {
        flex-wrap: wrap;
    }
    
    .tab__01-nav-item {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .tab__01 {
        padding: 40px 0;
        border-radius: 0;
    }
    .tab__01 .container {
        max-width: 90%;
    }
    .tab__01::before {
        border-radius: 0;
    }
    
    .tab__01-header {
        margin-bottom: 30px;
    }
    
    .tab__01-nav {
        overflow-x: auto;
        flex-direction: row;
        padding-bottom: 10px;
    }
    
    .tab__01-nav-item {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .tab__01-content-wrapper {
        padding: 0;
        min-height: auto;
    }
    
    .tab__01-content-item p {
        font-size: 14px;
    }
    .tab__01 .container {
        border-radius: 30px;
        padding: 25px;
    }
    .tab__01-main-image {
        margin-bottom: 30px;
    }
}

/**
 * CTA 01
 */
.cta__01 {
    position: relative;
    z-index: 9;
}
.cta__01 .container {
    position: relative;
    border-radius: 30px;
    border-bottom: 7px solid var(--Supernova, #15CD80);
    background: linear-gradient(0deg, #15CD80 -244.83%, #FFF 46.29%);
    box-shadow: 0 17px 40px 0 rgba(33, 33, 44, 0.15);
    padding: 80px 40px;
    overflow: hidden;
}
.cta__01 .cta__01_ornament {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 320px;
}
.cta__01 .cta__02_ornament {
    position: absolute;
    top: 0;
    right: 0;
    width: 510px;
}
@media (max-width: 767px) {
    .cta__01 .cta__02_ornament {
        top: -50px;
        right: 0;
        left: 0;
        width: 220px;
        margin: 0 auto;
    }
    .cta__01 .cta__01_ornament {
        left: 0;
        right: 0;
        width: 180px;
        margin: 0 auto;
    }
}

/**
 * CTA FORM 01
 */
.cta__form__01 {
    padding: 310px 0 0;
    margin-top: -270px;
    background-color: #06334F;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.cta__form__01 .container {
    position: relative;
    z-index: 2;
}

.cta__form__01-content {
    padding-right: 30px;
}
.cta__form__01-content img {
    position: relative;
    top: 5px;
}
.cta__form__01-content h2 {
    color: #15CD80;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
}

.cta__form__01-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.cta__form__01-form {
    background-color: transparent;
    padding: 0;
}

.cta__form__01-form .form-control,
.cta__form__01-form .form-select {
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
    height: auto;
    background-color: #ffffff;
    box-shadow: none;
    margin-bottom: 5px;
    width: 100%;
}

.cta__form__01-form textarea.form-control {
    min-height: 120px;
    resize: none;
    border-radius: 15px;
}

.cta__form__01-form .form-control:focus,
.cta__form__01-form .form-select:focus {
    border-color: #15CD80;
    box-shadow: 0 0 0 0.25rem rgba(21, 205, 128, 0.25);
}

.cta__form__01-form .form-text {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    text-align: left;
    line-height: 1.4;
    max-width: 90%;
}

.cta__form__01-form .form-text a {
    color: #15CD80;
    text-decoration: none;
}

.cta__form__01-form .form-text a:hover {
    text-decoration: underline;
}

.cta__form__01-form .btn-primary {
    width: auto;
    padding: 12px 60px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    background-color: #15CD80;
    border-color: #15CD80;
    color: #06334F;
    box-shadow: 0 4px 15px rgba(21, 205, 128, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.cta__form__01-form .btn-primary:hover {
    background-color: #13b973;
    border-color: #13b973;
    transform: translateY(-2px);
}

.cta__form__01-form .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

/* Custom dropdown styling to match the screenshot */
.cta__form__01-form .form-select option[value="Email"] {
    background-color: #007bff !important;
    color: white !important;
}

/* Style for the dropdown when open */
.cta__form__01-form .form-select:focus option:checked,
.cta__form__01-form .form-select option:checked {
    background: #007bff linear-gradient(0deg, #007bff 0%, #007bff 100%);
    color: white;
}

.cta__form__01-form .form-select:focus {
    box-shadow: none;
    border-color: #15CD80;
}

.cta__form__01-form .form-select option {
    background-color: #fff;
    color: #333;
}

.cta__form__01-form .form-select option:checked,
.cta__form__01-form .form-select option:selected {
    background-color: #007bff;
    color: white;
}

.cta__form__01-form .form-select option[value="Email"] {
    background-color: #007bff;
    color: white;
}

/* Responsive styles for cta__form__01 */
@media (max-width: 991px) {
    .cta__form__01-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .cta__form__01-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .cta__form__01 {
        padding: 250px 0 0;
    }
    .cta__01 .container {
        padding: 80px 20px;
        max-width: 90%;
    }
    .cta__form__01-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .cta__form__01-content p {
        font-size: 14px;
    }
    
    .cta__form__01-form {
        padding: 20px 15px;
    }
    .cta__form__01-content img {
        display: none;
    }
    .cta__form__01-form .form-text {
        line-height: 1.6;
        max-width: 100%;
    }
}

/**
 * FOOTER 01
 */
.footer__01 {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    padding: 0 0 30px;
}
.footer__01.v2 {
    padding: 60px 0 40px;
}
.footer__01 hr {
    margin: 0 auto 40px;
    opacity: 0.3;
}
.footer__01-logo img {
    max-width: 160px;
    height: auto;
}

.footer__01-copyright {
    font-size: 14px;
    color: var(--color-white);
    opacity: 0.8;
    text-align: left;
}

.footer__01-heading {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 10px;
    display: inline-block;
}

.footer__01-address p {
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    opacity: 0.8;
}

.footer__01-contact {
    margin-top: 20px;
}

.footer__01-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer__01-contact-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer__01-contact-item a {
    color: var(--color-white);
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer__01-contact-item a:hover {
    opacity: 1;
    color: var(--color-highlight);
}

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

.footer__01-links li {
    margin-bottom: 12px;
}

.footer__01-links a {
    color: var(--color-white);
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer__01-links a:hover {
    opacity: 1;
    color: var(--color-highlight);
}

.footer__01-bottom {
    margin-top: 40px;
    padding-top: 20px;
}

.footer__01-legal {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer__01-legal a {
    color: var(--color-white);
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer__01-legal a:hover {
    opacity: 1;
    color: var(--color-highlight);
}

/* Responsive styles for footer__01 */
@media (max-width: 991px) {
    .footer__01 {
        padding: 50px 0 30px;
    }
    
    .footer__01-heading {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer__01 {
        padding: 40px 0 20px;
    }
    
    .footer__01-logo {
        margin-bottom: 20px;
    }
    
    .footer__01-contact-item {
        justify-content: start;
    }
    
    .footer__01-links {
        margin-bottom: 30px;
    }
    
    .footer__01-legal {
        justify-content: start;
    }
    
    .footer__01-copyright {
        text-align: left;
        margin-bottom: 15px;
    }
    
    .footer__01-heading {
        display: inline-block;
    }
    .footer__01-bottom {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/**
 * THANK YOU
 */
.thankyou__01 {
    padding: 160px 0 110px;
    position: relative;
    overflow: hidden;
}
.thankyou__01 p {
    max-width: 500px;
    margin: 0 auto;
}
.thankyou__01 h2 {
    font-size: 55px;
    color: #06334F;
}
.thankyou__ornament-1{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
}
.thankyou__ornament-2{
    position: absolute;
    bottom: 30%;
    right: 0;
    max-width: 140px;
}
.thankyou__ornament-3{
    position: absolute;
    bottom: 23%;
    right: 10%;
    max-width: 80px;
}
@media (max-width: 991px) {
    .thankyou__ornament-1{
        max-width: 210px;
        right: 0;
        bottom: -14%;
        margin: 0 auto;
        transform: rotate(341deg);
    }
    .thankyou__ornament-2{
        display: none;
    }
    .thankyou__ornament-3{
        display: none;
    }
}

/**
 * CALCULATOR
 */
.calculator-card {
	background-color: #ffffff;
	padding: 1.5rem;
	border-radius: 1rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	max-width: 28rem;
	width: 100%;
}

/* Creates vertical spacing between direct children of the card */
.calculator-card>*+* {
	margin-top: 1.5rem;
}
.calculator-card {
	background-color: #ffffff;
	padding: 1.5rem;
	border-radius: 1rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	max-width: 545px;
	width: 100%;
}
/* Creates vertical spacing between direct children of the card */
.calculator-card>*+* {
	margin-top: 1.5rem;
}
.calculator-card .flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* --- Form Elements --- */
.calculator-card .form-label {
	font-weight: 600;
	white-space: nowrap;
	margin-right: 1rem;
}
.calculator-card .currency-buttons {
	display: flex;
}

/* Creates spacing between currency buttons */
.calculator-card .currency-buttons>*+* {
	margin-left: 0.25rem;
}

.calculator-card .currency-btn {
	padding: 0.375rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	border: 1px solid;
	border-radius: 0.375rem;
	cursor: pointer;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	background-color: #ffffff;
	color: #007A33;
	border-color: #007A33;
    width: 33.3333%;
}
.calculator-card .currency-btn.active {
	background-color: #007A33;
	color: #ffffff;
	border-color: #007A33;
}
.calculator-card .country-select {
	width: 100%;
	padding: 0.75rem;
	background-color: #f9fafb;
	border: 1px solid #d1d5db;
	color: #111827;
	border-radius: 0.5rem;
	transition: border-color 0.2s, box-shadow 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
}
.calculator-card .country-select:focus {
	outline: none;
	border-color: #007A33;
	box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.4);
}
.calculator-card .rate-value {
	font-weight: 600;
	color: #1f2937;
}
/* --- Slider Component --- */
.calculator-card .slider-wrapper {
	position: relative;
	width: 80%;
	margin-top: 7rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.calculator-card input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	background: #d1d5db;
	border-radius: 9999px;
	outline: none;
	opacity: 0.9;
	transition: opacity .2s;
	padding: 0;
}
.calculator-card input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	background: #007A33;
	cursor: pointer;
	border-radius: 50%;
	border: 4px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.calculator-card input[type="range"]::-moz-range-thumb {
	width: 24px;
	height: 24px;
	background: #007A33;
	cursor: pointer;
	border-radius: 50%;
	border: 4px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.calculator-card .slider-movable {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.calculator-card .slider-tooltip {
	bottom: 100%;
	margin-bottom: 8px;
	background-color: #007A33;
	color: #ffffff;
	padding: 0.75rem;
	border-radius: 0.5rem;
	text-align: center;
	width: 7rem;
}
.calculator-card .slider-tooltip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #007A33 transparent transparent transparent;
}
.calculator-card .message-count-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
}
.calculator-card .messages-label {
	font-size: 0.75rem;
	line-height: 1rem;
	opacity: 0.9;
}
.calculator-card .slider-cost {
	top: 100%;
	margin-top: 8px;
	color: #4b5563;
	font-weight: 500;
}

/* Add logarithmic scaling for better usability with large range */
.calculator-card input[type="range"] {
	/* Using a non-linear gradient background to visually indicate logarithmic scale */
	background: linear-gradient(to right, 
		#d1d5db 0%, 
		#bbc1ca 10%,
		#a6adb9 30%,
		#9099a8 60%,
		#7b8698 100%
	);
}

/* Custom value input popup */
.custom-count-popup {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -180%);
    background-color: #ffffff;
    border: 2px solid #007A33;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    width: 200px;
}

.custom-count-popup input {
    width: 100%;
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
}

.custom-count-popup button {
    width: 100%;
    padding: 8px;
    background-color: #007A33;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 0;
}

.custom-count-popup button:hover {
    background-color: #006128;
}

/* Make the tooltip clickable */
.calculator-card .slider-tooltip {
    bottom: 100%;
    margin-bottom: 8px;
    background-color: #007A33;
    color: #ffffff;
    padding: 0.75rem;
    border-radius: 0.5rem;
    text-align: center;
    width: 7rem;
    cursor: pointer;
    pointer-events: auto;
}

.calculator-card .slider-tooltip:hover {
    background-color: #006128;
}

@media only screen and (max-width:767px){
	.calculator-card .currency-btn {
		padding: 2px 10px;
	}
}

/**
 * SECTION 404
 */
.section__404{
    padding:160px 0 80px
}
section.section__404 h1 .text-1 {
    display: block;
    color: #BEBEBE;
    font-size: 120px;
}
section.section__404 h1 .text-2 {
    display: block;
    color: #BEBEBE;
    font-size: 40px;
}

/**
 * JQUERY VALIDATION
 */
 label.error {
    font-size: 12px;
    color: #f44336;
}
.apiResponse p {
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    color: #ffffff;
}
.apiResponse .error {
    background: #f44336;
}
.apiResponse .success {
    background: #4CAF50;
}
.apiResponse .warning {
    background: #FF9800;
}

/* Spinner for form submission */
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/**
 * IS LOGGED IN
 */
body.admin-bar .section__header {
    top: 32px;
}

/**
 * GUTENBERG
 */
h1.wp-block-heading {
    font-size: 45px;
}

