/**
Theme Name: Cosion Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Cosion theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cosion-child
Template: cosion
*/

/* =========================
   SECTION TITLE DESIGN
========================= */

.section-title {
    text-align: center;
    position: relative;
}

.section-title .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #EAF1FF;
    color: #0049DC;
    padding: 20px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 0.4;
}

.section-title h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #071c2f;
    margin: 0 0 30px;
    letter-spacing: -2px;
}

.section-title h2 span {
    color: #16c47f;
}

.section-title p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #6d7385;
    font-weight: 400;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 42px;
    }

    .section-title p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .section-title {
        padding-bottom: 40px;
    }

    .section-title .sub-title {
        font-size: 14px;
        padding: 12px 22px;
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: -1px;
    }

    .section-title p {
        font-size: 16px;
        line-height: 1.6;
    }
}

button, input[type=button], input[type=reset], input[type=submit]

 {
    background: #0049DC;
   
}
.scroll-up::after{
    color : #0049DC;
}
.scroll-up svg.scroll-circle path {
    stroke: #0049DC;}

.section-title .p-top{
    max-width: 970px;
}
.section-title .h1-top{
font-size:48px;
color : #0049DC;
}


/* ==========================
   GROWTH CTA SECTION
========================== */

.growth-section{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0049DC 0%, #0036a7 100%);
    border-radius: 24px;
    padding: 80px 70px;
    margin: 60px auto;
    max-width: 1400px;
    box-shadow: 0 20px 50px rgba(0,73,220,0.25);
}

.growth-content{
    max-width: 750px;
    position: relative;
    z-index: 2;
}

.growth-section .sub-title{
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.growth-section h2{
    color: #fff;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px;
}

.growth-section h2 span{
    display: block;
}

.growth-section p{
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.btn-primary{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0049DC;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    transition: all .3s ease;
}

.btn-primary:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.btn-primary span{
    transition: .3s;
}

.btn-primary:hover span{
    transform: translateX(4px);
}

/* Decorative Shapes */

.shape{
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.shape-1{
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    top: -120px;
    right: -120px;
}

.shape-2{
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.06);
    bottom: -80px;
    right: 180px;
}

/* Responsive */

@media(max-width:991px){

    .growth-section{
        padding: 60px 35px;
    }

    .growth-section h2{
        font-size: 50px;
    }
}

@media(max-width:767px){

    .growth-section{
        padding: 50px 25px;
        border-radius: 18px;
    }

    .growth-section h2{
        font-size: 38px;
    }

    .growth-section p{
        font-size: 16px;
    }
}