/*
Theme Name: Rakesh Kumar Yadav
Theme URI: https://demo.themagnifico.net/motivational-life-coach/
Author: Manoj
Author URI: #
Description: Professional motivational life coach WordPress theme with modern design. Perfect for coaching, consulting, and business services.
Version: 1.0.0
License: GPL v2 or later
Text Domain: rakeshkumaryadav
Tags: coaching, motivational, business, strategy, life-coach, consulting, modern
*/

/* Base Styles */
:root {
    --primary-color: #d88d15;
    --secondary-color: #e74c3c;
    --accent-color: #3498db;
    --text-color: #333333;
    --light-gray: #f8f9fa;
    --medium-gray: #e0e0e0;
    --dark-gray: #6c757d;
    --white: #ffffff;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background: var(--white);
    overflow-x: hidden;
}

.container, .container_second {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--secondary-color);
    color: var(--white);
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    color: var(--dark-gray);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}
.logo {
    width: 25%;
}
/* ul#menu-main_menu li:last-child a { */
li#menu-item-18 a {
    background: linear-gradient(90deg, rgb(249, 197, 98) 0%, rgb(222, 165, 71) 100%);
    border-radius: 99px;
    will-change: auto;
    padding: 9px 10px;
    color: #fff;
    font-size: 13px;
}
