/* Start custom CSS for html, class: .elementor-element-f2877ed *//*=================================
        GENERAL
==================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial,Helvetica,sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/*=================================
        TOP BAR
==================================*/

.top-bar{

    background:#183153;
    color:#fff;
    padding:12px 0;
    font-size:15px;

}

.top-bar-content{

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;

}

.top-left{

    display:flex;
    gap:30px;
    align-items:center;

}

.top-left a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.top-left a:hover{

    color:#B89B72;

}

.top-left i{

    margin-right:8px;

}

.top-right{

    display:flex;
    gap:18px;

}

.top-right a{

    color:#fff;
    font-size:18px;
    transition:.3s;

}

.top-right a:hover{

    color:#B89B72;

}

/*=================================
        HEADER
==================================*/

.header{

    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 5px 25px rgba(0,0,0,.08);

}

.header-content{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;

}

.logo img{

    width:220px;

}

/* Navigation */

.navbar ul{

    list-style:none;
    display:flex;
    gap:35px;

}

.navbar ul li a{

    text-decoration:none;
    color:#183153;
    font-weight:600;
    transition:.3s;

}

.navbar ul li a:hover{

    color:#B89B72;

}

/* Button */

.btn-primary{

    background:#183153;
    color:#fff;
    padding:14px 28px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;

}

.btn-primary:hover{

    background:#B89B72;

}

/* Mobile Menu */

.menu-toggle{

    display:none;
    flex-direction:column;
    cursor:pointer;

}

.menu-toggle span{

    width:28px;
    height:3px;
    background:#183153;
    margin:4px 0;
    transition:.3s;

}

/*=================================
        RESPONSIVE
==================================*/

@media(max-width:991px){

.navbar{

display:none;

}

.btn-primary{

display:none;

}

.menu-toggle{

display:flex;

}

.top-bar-content{

flex-direction:column;
gap:12px;

}

.top-left{

flex-direction:column;
gap:10px;

}

}

@media(max-width:768px){

.logo img{

width:180px;

}

.top-left{

font-size:14px;

}

.top-right{

margin-top:10px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-760e4db *//*=================================
        SERVICES HERO
==================================*/

.services-hero{
    position:relative;
    min-height:360px;
    display:flex;
    align-items:center;
    background:url('http://studdardfinancial.com/wp-content/uploads/2019/08/home.jpg') center/cover no-repeat;
    overflow:hidden;
}

/* Overlay */
.services-hero .hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(24,49,83,.68);
}

/* Content */
.services-hero-content{
    position:relative;
    z-index:2;
    max-width:720px;
    color:#fff;
    padding:30px 0;
}

/* Tag */
.hero-tag{
    display:inline-block;
    background:#B89B72;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

/* Heading */
.services-hero-content h1{
    font-size:52px;
    line-height:1.15;
    margin-bottom:20px;
    font-weight:700;
    letter-spacing:-0.5px;
}

/* Paragraph */
.services-hero-content p{
    font-size:18px;
    line-height:1.7;
    color:#f1f3f5;
    margin-bottom:32px;
    max-width:650px;
}

/* Button */
.hero-btn{
    display:inline-block;
    background:#fff;
    color:#183153;
    text-decoration:none;
    padding:15px 32px;
    border-radius:50px;
    font-weight:700;
    transition:all .3s ease;
}

.hero-btn:hover{
    background:#B89B72;
    color:#fff;
    transform:translateY(-2px);
}

/*=================================
        Tablet
==================================*/
@media(max-width:991px){

    .services-hero{
        min-height:320px;
    }

    .services-hero-content h1{
        font-size:42px;
    }

    .services-hero-content p{
        font-size:17px;
    }
}

/*=================================
        Mobile
==================================*/
@media(max-width:768px){

    .services-hero{
        min-height:280px;
        text-align:center;
    }

    .services-hero-content{
        margin:auto;
    }

    .services-hero-content h1{
        font-size:32px;
        line-height:1.2;
    }

    .services-hero-content p{
        font-size:15px;
        line-height:1.6;
        margin-bottom:28px;
    }

    .hero-btn{
        width:100%;
        max-width:280px;
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ebcf19 *//*=================================
        CORE SERVICES GRID
==================================*/

.services-grid-section{
    padding:80px 0;
    background:#f8f9fb;
}

.section-title{
    text-align:center;
    max-width:760px;
    margin:0 auto 50px;
}

.section-title span{
    display:inline-block;
    background:#183153;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.section-title h2{
    font-size:40px;
    color:#183153;
    margin-bottom:18px;
}

.section-title p{
    color:#667085;
    line-height:1.8;
    font-size:16px;
}

/* Grid */
.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* Card */
.service-card{
    background:#fff;
    padding:35px 28px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Icon */
.service-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#183153;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:24px;
}

/* Title */
.service-card h3{
    font-size:22px;
    color:#183153;
    margin-bottom:16px;
    line-height:1.4;
}

/* Text */
.service-card p{
    color:#667085;
    line-height:1.8;
    font-size:15px;
}

/*=================================
        Tablet
==================================*/
@media(max-width:991px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:34px;
    }
}
.services-cta{
    text-align:center;
    margin-top:50px;
}

.services-btn{
    display:inline-block;
    background:#183153;
    color:#fff;
    text-decoration:none;
    padding:15px 32px;
    border-radius:50px;
    font-weight:700;
    transition:all .3s ease;
}

.services-btn:hover{
    background:#B89B72;
    transform:translateY(-2px);
}
/*=================================
        Mobile
==================================*/
@media(max-width:768px){

    .services-grid-section{
        padding:60px 0;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:28px;
    }

    .service-card{
        padding:30px 24px;
    }

    .service-card h3{
        font-size:20px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d69beb *//*=================================
    WHY CLIENTS CHOOSE US
==================================*/

.trust-section{
    padding:80px 0;
    background:#ffffff;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.trust-card{
    background:#f8f9fb;
    padding:32px 24px;
    border-radius:18px;
    text-align:center;
    transition:all .3s ease;
    border:1px solid #eef1f5;
}

.trust-card:hover{
    transform:translateY(-5px);
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.trust-icon{
    width:68px;
    height:68px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#183153;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.trust-card h3{
    font-size:20px;
    color:#183153;
    margin-bottom:14px;
    line-height:1.4;
}

.trust-card p{
    color:#667085;
    font-size:15px;
    line-height:1.7;
}

/* Tablet */
@media(max-width:991px){

    .trust-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:768px){

    .trust-section{
        padding:60px 0;
    }

    .trust-grid{
        grid-template-columns:1fr;
    }

    .trust-card{
        padding:28px 22px;
    }

    .trust-card h3{
        font-size:18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ddf425 *//*=================================
    FEATURED EDUCATIONAL VIDEO
==================================*/

.featured-video-section{
    padding:80px 0;
    background:#f8f9fb;
}

.featured-video-content{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:45px;
    align-items:center;
}

/* Text */
.video-text span{
    display:inline-block;
    background:#183153;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.video-text h2{
    font-size:40px;
    color:#183153;
    margin-bottom:20px;
    line-height:1.2;
}

.video-text p{
    color:#667085;
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
}

/* Button */
.video-link-btn{
    display:inline-block;
    background:#183153;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    transition:all .3s ease;
}

.video-link-btn:hover{
    background:#B89B72;
    transform:translateY(-2px);
}

/* Video */
.video-wrapper{
    position:relative;
    width:100%;
    padding-top:56.25%; /* 16:9 */
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.video-wrapper iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

/* Tablet */
@media(max-width:991px){

    .featured-video-content{
        grid-template-columns:1fr;
    }

    .video-text{
        text-align:center;
    }

    .video-text h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:768px){

    .featured-video-section{
        padding:60px 0;
    }

    .video-text h2{
        font-size:28px;
    }

    .video-text p{
        font-size:15px;
    }

    .video-wrapper{
        border-radius:18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03c8b8a *//*=================================
    FINAL CONSULTATION CTA
==================================*/

.final-cta-section{
    position:relative;
    padding:100px 0;
    background:url('http://studdardfinancial.com/wp-content/uploads/2019/08/home.jpg') center/cover no-repeat;
    overflow:hidden;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(24,49,83,.82);
}

.final-cta-content{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:760px;
    margin:auto;
    color:#fff;
}

.final-cta-content span{
    display:inline-block;
    background:#B89B72;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.final-cta-content h2{
    font-size:46px;
    line-height:1.2;
    margin-bottom:22px;
    font-weight:700;
}

.final-cta-content p{
    font-size:18px;
    line-height:1.8;
    color:#f1f3f5;
    margin-bottom:38px;
}

/* Buttons */
.cta-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.cta-btn{
    display:inline-block;
    padding:15px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:all .3s ease;
}

.cta-btn.primary{
    background:#fff;
    color:#183153;
}

.cta-btn.primary:hover{
    background:#B89B72;
    color:#fff;
    transform:translateY(-2px);
}

.cta-btn.secondary{
    border:2px solid #fff;
    color:#fff;
}

.cta-btn.secondary:hover{
    background:#fff;
    color:#183153;
    transform:translateY(-2px);
}

/* Tablet */
@media(max-width:991px){

    .final-cta-content h2{
        font-size:38px;
    }

    .final-cta-content p{
        font-size:17px;
    }
}

/* Mobile */
@media(max-width:768px){

    .final-cta-section{
        padding:70px 0;
    }

    .final-cta-content h2{
        font-size:30px;
    }

    .final-cta-content p{
        font-size:16px;
    }

    .cta-buttons{
        flex-direction:column;
        align-items:center;
    }

    .cta-btn{
        width:100%;
        max-width:300px;
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee43b59 *//*=================================
            FOOTER
==================================*/

.footer{

    background:#183153;

    color:#fff;

    padding:90px 0 0;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.5fr;

    gap:50px;

}

/* Logo */

.footer-logo{

    max-width:220px;

    margin-bottom:25px;

}

.footer-column p{

    color:#d9d9d9;

    line-height:1.8;

    margin-bottom:30px;

}

/* Headings */

.footer-column h3{

    font-size:22px;

    margin-bottom:25px;

    color:#fff;

}

/* Lists */

.footer-column ul{

    list-style:none;

    padding:0;

}

.footer-column ul li{

    margin-bottom:15px;

}

.footer-column ul li a{

    color:#d9d9d9;

    text-decoration:none;

    transition:.3s;

}

.footer-column ul li a:hover{

    color:#B89B72;

    padding-left:5px;

}

/* Contact */

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    color:#d9d9d9;

}

.footer-contact i{

    color:#B89B72;

    margin-top:4px;

    width:20px;

}

/* Social */

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:45px;

    height:45px;

    background:rgba(255,255,255,.08);

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    transition:.35s;

}

.footer-social a:hover{

    background:#B89B72;

    transform:translateY(-5px);

}

/* Bottom */

.footer-bottom{

    margin-top:70px;

    border-top:1px solid rgba(255,255,255,.15);

    padding:25px 0;

    text-align:center;

}

.footer-bottom p{

    color:#d9d9d9;

    margin:0;

    font-size:15px;

}

/* Responsive */

@media(max-width:992px){

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.footer{

    padding:70px 0 0;

}

.footer-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.footer-social{

    justify-content:center;

}

.footer-contact li{

    justify-content:center;

}

.footer-logo{

    margin:0 auto 25px;

}

}/* End custom CSS */