
/*
Theme Name: ES Theme
Theme URI: https://example.com/es-theme
Author: Shafeek Ajmal
Author URI: https://elevatesservices.com
Description: A clean Bootstrap 5 starter theme tailored for ES projects.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: es-theme
*/

:root {
    --es-primary: #243678;
    --es-primary-accent: #58d2cb;
    --es-primary-dark: #243678;
    --es-primary-light: #0fb6ef;
    --es-primary-hero: #243678d9;
    --es-primary-hero-dark: #243678d7;
    --es-white: #ffffff;
    --es-font-family-base: #334155;
    --es-font-family-white: #ffffff;

}
.hidden{
    display: none;
}   

body {
    font-family: "Rubik","Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    color:var(--es-font-family-base)
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: var(--es-primary);
}

.rubik-font{
    font-family: "Rubik", sans-serif !important;
}
.nunito-font{
    font-family: "Nunito", sans-serif !important;
}
.inter-font{
    font-family: "Inter", sans-serif !important;
}

h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}  


.wp-block-button__link {
    background-color: var(--es-primary);
    border-radius: 0.25rem;
    border: none;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    color: var(--es-white) !important;
}

.wp-block-button__link:hover {
    background-color: var(--es-white);
}

button,
.btn {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 24px; 
    border-radius: 100px;
    text-align: center;
    color: var(--es-white) !important;
    background-image: radial-gradient(at right top, var(--es-primary) 0%, var(--es-primary-light) 100%);
    border: none;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
}
.btn-dark {
    background-color: var(--es-white) !important;
    background-image: none;
    color: var(--es-primary) !important;
    font-size: 16px;
}

/* change live */
.bg-theme {
    background-color: var(--es-white);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    color: var(--es-white) !important;
    padding-top: 70px !important;
}
ul.custom-check {
    list-style: none;
    padding: 0;
  }

a {
    color: var(--es-primary);
}

a:hover,
a:focus {
    color: var(--es-primary-dark);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #253984;
}
.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.hero {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--es-primary-hero), var(--es-primary-hero-dark));
}

.hero .btn-primary {
    background-color: var(--es-white) !important;
    background-image: none !important;
    color: var(--es-primary) !important;
    border: none;
}

.hero .btn-primary:hover {
    background-color: var(--es-primary-light);
    color: var(--es-white);
}

.hero h1, .hero .h1, .hero h2, .hero .h2, .hero h3, .hero .h3, .hero h4, .hero .h4, .hero h5, .hero .h5, .hero h6, .hero .h6, .title-white {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: var(--es-white);
}



.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.accent{
    color: var(--es-primary-accent) !important;
    font-size: 70px;
}
.accent-color{
    color: var(--es-primary-accent) !important;
}
.middle-video{
    margin-top: 13%;
}
.home_main_small_heading{
    font-size: 18px;
    font-family: "Nunito", sans-serif !important;
    margin-bottom: 20px;
}
.home_main_heading_before{
    font-size: 33px;
}
.home_main_heading_after{
    font-size: 35px;
}

p{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.about-image{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 59px 41px -37px #000d3d;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 20px;
    margin-top: -350px;
}
.about-banner{
    margin-top: 400px;
}
.about_name{
    font-size: 0.8em;
}
.about-content{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.about-content p{
     text-align: justify;
}

.testimonial-image{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.vertical-center-video {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
button.navbar-toggler {

    background-image: none !important;
    width: auto;
}
.video-container {
  width: 100%;
  max-width: 1080px; margin: auto;
}
.client-onboard-q{
    max-width: 75%;
    height: auto;
    box-shadow: 0px 59px 41px -48px #999999;
    border-radius: 20px;
    margin-bottom: 20px;
}
.vertical-center-text{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
/* Tablet Styles */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    h2 {
    font-size: 35px !important;
}
    .accent{
    font-size: 45px !important;
}

h1, .h1, .home_main_heading_before{
    font-size: 28px !important;
}
h4, .h4 {
    font-size: 1.2rem;
}
.home_main_heading_after{
    font-size: 28px !important;
}
.middle-video{
    margin-top: 13%; margin-bottom: 20px;
}

.about-image{
  width: 100%;
}
.about-banner {
    margin-top: 320px;
}
.about_founder {
    font-size: 45px !important;
}
.about_name{
    font-size: 30px !important;
}
.client-onboard-q{
    max-width: 100%;
}

}

/* Mobile Styles */
@media screen and (max-width: 767px) {
    h2 {
    font-size: 25px !important;
    }
    .accent{
    font-size: 35px !important;
}
.bg-theme{
    padding-top: 40px !important;
}
h1, .h1, .home_main_heading_before{
    font-size: 25px !important;
}
h4, .h4 {
    font-size: 1.2rem;
}
.home_main_heading_after{
    font-size: 22px !important;
}
.home_main_small_heading
{
    margin-bottom: 0px;
}
.middle-video{
    margin-top: 20px; margin-bottom: 20px;
}
.px-xs-5 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.about-image{
    width: 100%;
    margin-top: -50px;
}
.about-banner{
    margin-top: 120px;
}
.about_founder {
    font-size: 35px !important;
}
.about_name{
    font-size: 25px !important;
}
.testimonial-image,.about-content{
    width: 100%;
}
.vertical-center-video {
    max-width: 100%;
}
.client-onboard-q{
    max-width: 100%;
}

}
