/*
Theme Name: Worayud SEO Book
Version: 1.1.0
Requires at least: 6.6
Requires PHP: 8.1
Description: Theme for Worayud SEO Book
Author: Nikko
Author URI: https://ostenpowers.com.au/
Theme URI: https://ostenpowers.com.au/web-design-development/
*/

:root {
    --bs-dark: #252525;
    --bs-dark-rgb: 37, 37, 37;
    --bs-danger: #FF3B59;
    --bs-danger-rgb: 255, 59, 89;
    --bs-primary: #4816F7;
    --bs-primary-rgb: 75, 80, 229;
}

body {
    font-family: "Poppins", serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

.bg-primary {
    background: var(--bs-primary);
}

.nav-link.active {
    border-bottom: 5px solid var(--bs-warning);
}

.montserrat {
    font-family: 'Montserrat', serif;
}

.open-sans {
    font-family: 'Open Sans', serif;
}

.header-bg {
    background: url('assets/img/header-bg.webp');
    background-size: cover;
    background-position: bottom center;
}

.hero-bg {
    background: url('assets/img/hero-bg-1.webp');
    background-repeat: no-repeat;
    background-position: top;
	background-size: cover;
    min-height: 810px;
}

.spaghetti-bg {
    background: url('assets/img/spaghetti.webp');
    background-repeat: no-repeat;
    background-position: top left;
}

.about-bg {
    background: url('assets/img/about-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.cilantro-bg {
    background: url('assets/img/cilantro-onion-bg.webp');
    background-position: top center;
    background-size: cover;
}

.cilantro-2-bg {
    background: url('assets/img/cilantro-onion-2-bg.webp');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tomato-bg {
    background: #F3F4FF url('assets/img/tomato-bg.webp');
    background-repeat: repeat;
}

.cta-bar-bg {
    background: url('assets/img/cta-bar-bg.webp');
    background-size: cover;
}

.order-bg {
    background: url('assets/img/order-bg.webp');
    background-size: cover;
}

.chart-stat-bg {
    background: url('assets/img/chart-stat.webp');
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}

.testi-bg {
    background: url('assets/img/testi-bg.webp');
    background-position: center center;
    background-size: cover;
}

.cooking-pot-bg {
    background: url('assets/img/cooking-pot-bg.webp');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.wave-bg {
    background: url('assets/img/wave-bg.webp');
    background-repeat: no-repeat;
    background-position: top right;
}

.lets-talk-bg {
    background: url('assets/img/lets-talk-dotted.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.lets-talk-bg p {
    color: #C2C2C2;
}

.lets-talk-bg .frypan {
    position: absolute;
    top: -8rem;
    right: -4rem;
}

.lets-talk-bg .frypan div {
    position: absolute;
    top: 6.7rem;
    left: 6.5rem;
    font-weight: bold;
    text-align: center;
}

h1.with-chef-hat {
    position: relative;
    font-size: 2.75rem;
}

h1.with-chef-hat::before {
    background: url('assets/img/h1-chef-hat.webp');
    background-repeat: no-repeat;
    top: -34px;
    left: -7px;
    height: 50px;
    width: 50px;
    content: "";
    position: absolute;
}

.timeline-img-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.timeline-img-wrapper img {
    width: 100%;
}

.timeline-year {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transform: translateY(35%);
    font-family: 'Montserrat', serif;
    font-weight: bold;
    font-size: 2rem;
    color: white;
}

.roadmap-lr {
    background: url('assets/img/roadmap-lr.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.roadmap-rl {
    background: url('assets/img/roadmap-rl.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.book-stats {
    background: rgba(255, 255, 255, 0.6);
    width: calc(100% - 10rem);
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    padding: 1rem;
}

.about-pop {
    position: absolute;
    bottom: 0;
}

.btn {
    padding: 1rem 2rem;
}

.bg-gradient,
.btn-gradient {
    color: white;
    background: linear-gradient(50deg, rgba(255, 0, 116, 1) 0%, rgba(255, 113, 89, 1) 100%) !important;
}

.btn-primary {
    background: var(--bs-primary);
}

.striped-left::before,
.striped-right::after {
    content: "";
    height: 1px;
    background-color: var(--bs-danger);
    margin: 6px 10px;
    display: inline-block;
    width: 5rem;
}

.striped-left.striped-white::before,
.striped-right.striped-white::after {
    background-color: white;
}

.achievement-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.spaghetti-forked {
    position: absolute;
    bottom: -15rem;
    right: 7px;
}

.cutting-board {
    background: url('assets/img/cutting-board.webp');
    width: 275px;
    height: 300px;
    padding-top: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.linkedin-frame {
    background: url('assets/img/linkedin-frame.webp');
    width: 240px;
    height: 220px;
    padding: 2rem;
    padding-top: 4rem;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blue-tabs-content {
    background: #E5E8FF;
}

.blue-tabs-header {
    background: #E5E8FF;
    width: calc(100% - 15rem);
    position: relative;
}

.blue-tabs-header.with-top-skill::after {
    content: "";
    background: url(assets/img/top-skill.png);
    background-repeat: no-repeat;
    right: -1rem;
    top: -1rem;
    display: block;
    position: absolute;
    width: 135px;
    height: 135px;
}

.form-full,
.form-half {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: .75rem 1rem;
    border-radius: 8px;
    margin-top: 20px;
}

.form-half::placeholder,
.form-full::placeholder {
    color: whitesmoke;
}

.form-half {
    width: calc(50% - 10px);
}

.form-half:nth-child(odd) {
    margin-right: 10px;
}

.form-full {
    width: 100%;
}

#footer {
    background: var(--bs-dark) url('assets/img/footer-spices.webp');
    background-repeat: no-repeat;
    background-position: top right;
}

#footer a {
    color: inherit;
}

#footer .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 0;
    padding-right: 0;
}

#footer .form-control::placeholder {
    color: #c9c9c9;
}

.input-group {
    border: 1px solid grey;
    border-left: 2px solid #FF449E;
}
.blog-item-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.blog-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-sidebar-thumbnail {
    aspect-ratio: 1/1;
    overflow: hidden;
}
.blog-sidebar-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item-dates {
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 70px;
    height: 60px;
    background: linear-gradient(50deg, rgba(255, 0, 116, 1) 0%, rgba(255, 113, 89, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-weight: bold;
}
.blog-item-months {
    background-color: #010D19;
    color: #fff;
    position: absolute;
    bottom: -2rem;
    left: 1rem;
    height: 2rem;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.reference .blog-item-dates {
    background: #4452E4;
    left: auto;
    right: 1rem;
}
.reference .blog-item-months {
    left: auto;
    right: 1rem;
}
.blog-item-flower {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
}
.w-fit {
    width: max-content;
}

.icon-box {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.icon-box i {
    color: #fff;
}
.blog-post-content {
    color: #969696;
}
.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    color: #403F3F;
    font-weight: 700;
}
.blog-post-content a {
    color: #FF8215;
}
.blog-post-content blockquote {
    border-left: 5px solid #FF449E;
    padding-left: 4rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
}
.blog-post-content blockquote p {
    margin-bottom: 0;
}
.blog-post-content blockquote::before {
    content: '';
    background-image: url(assets/img/quote.png);
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-separator {
    border: 2px solid !important;
    border-image: linear-gradient(50deg, rgba(255, 0, 116, 1) 0%, rgba(255, 113, 89, 1) 100%) 1 !important;
    width: 15%;
    opacity: 1;
}

.header-bg .dropdown-menu.dropdown-menu-end.show {
    background: transparent;
    box-shadow: 0 0 10px yellow;
}
.hero-bg .dropdown-menu.dropdown-menu-end.show {
    background: white;
    box-shadow: 0 0 10px yellow;
}
.dropdown-menu li a {
    background: transparent !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

@media screen and (max-width: 768px) {
    .hero-bg {
        background: url('assets/img/hero-mobile-top.webp');
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
    }
    .spaghetti-bg {
        background-size: contain;
        padding-top: 10rem;
    }
    .blue-tabs-header {
        width: 50%;
        margin-top: 2rem;
    }
    .about-pop {
        position: relative;
    }
    .spaghetti-forked {
        position: absolute;
        bottom: -9rem;
        right: 7px;
        width: 15rem;
    }
    .timeline-year {
        font-size: 1.5rem;
        transform: translateY(20%);
    }
    .chart-stat-bg {
        background-size: contain;
        height: 700px !important;
    }
    .wave-bg {
        background-image: none;
    }
    #footer {
        background-size: cover;
        background-position: top right;
    }
}