/*
Theme Name: The Technical Interview
Theme URI: https://TheTechnicalInterview.com
Author: Farshad Momtaz
Author URI: https://FarshadMomtaz.com/
Description: The official The Technical Interview Wordpress to be used for The Technical Interview blog.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5.0
License: Used Only by The Technical Interview.
*/

body {
    background-color: #f0f4f8;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero-section {
    background: linear-gradient(29deg,rgba(34, 193, 195, 1) 0%, rgba(64, 227, 140, 1) 34%, rgba(204, 179, 55, 1) 74%, rgba(255, 225, 161, 1) 100%);
    padding: 100px 0;
}

.hero-section .btn {
    font-size: 50px;
    width: 100px;
    margin-right: 10px;
}

article {
    background-color: #fff;
    border-radius: 12px;
}

.card {
    border-radius: 12px 12px 0px 0px;
    padding: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.card .card-body {
    padding: 30px 30px 20px 30px;
}

.card .card-title {
    color: #1DB954;
    font-weight: 600;
}

.card:hover {
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.card .hidden-link{
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 0;
    display: block;
    padding: 0;
    margin: 0;
}

article iframe {
    border-radius: 0px 0px 12px 12px;
    background: #1f1f1f;
}

.navbar .navbar-brand img{
    height: 80px;
}

.navbar .nav-link:hover {
    color: #1DB954;
}


.episode-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.episode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.episode-card .card-title {
    color: #1DB954;
    font-weight: 600;
}

.episode-card .card-body {
    padding: 30px;
}

.episode-card .ratio iframe {
    border-radius: 0 15px 15px 0;
}

footer {
    background-color: #e9ecef;
    color: #6c757d;
    padding: 40px 0;
}

.contact-section .form-control {
    border-radius: 10px;
    padding: 15px;
}

.contact-section .btn-primary {
    background-color: #1DB954;
    border-color: #1DB954;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    transition: background-color 0.2s;
}

.contact-section .btn-primary:hover {
    background-color: #1aa34a;
}

.social-icons .social-icon {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #1DB954;
    transition: color 0.2s;
}

.meet-the-hosts-section h4 {
    color: #1DB954;
    font-weight: 600;
}

.meet-the-hosts-section .social-icons .social-icon {
    color: #1DB954;
}

.meet-the-hosts-section .social-icons .social-icon:hover {
    color: #1aa34a;
}
.sponsors-section .img-fluid {
    max-height: 60px;
    margin: 20px 0;
    filter: grayscale(100%);
    transition: filter 0.2s;
}

.featured-on-section .img-fluid {
    max-height: 50px;
    margin: 20px 0;
    filter: grayscale(100%);
    transition: filter 0.2s;
}

.featured-on-section .img-fluid:hover {
    filter: grayscale(0%);
}
.merch-section .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.merch-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.merch-section .card-title {
    color: #1DB954;
    font-weight: 600;
}

.merch-section .btn-primary {
    background-color: #1DB954;
    border-color: #1DB954;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    transition: background-color 0.2s;
}

.merch-section .btn-primary:hover {
    background-color: #1aa34a;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #1DB954;
}
.bonus-content-section {
    background-color: #1DB954;
    color: #fff;
}

.bonus-content-section h2, .bonus-content-section p {
    color: #fff;
}

.bonus-content-section .btn-primary {
    background-color: #fff;
    color: #1DB954;
    border-color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    transition: background-color 0.2s, color 0.2s;
}

.bonus-content-section .btn-primary:hover {
    background-color: #f8f9fa;
    color: #1DB954;
}

.community-section {
    background-color: #7289da;
    color: #fff;
}

.community-section h2, .community-section p {
    color: #fff;
}

.community-section .btn-primary {
    background-color: #fff;
    color: #7289da;
    border-color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    transition: background-color 0.2s, color 0.2s;
}

.community-section .btn-primary:hover {
    background-color: #f8f9fa;
    color: #7289da;
}

.how-to-listen-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
}

.how-to-listen-card i {
    color: #1DB954;
}

.how-to-listen-card h4 {
    color: #1DB954;
    font-weight: 600;
}

.social-icons .social-icon:hover {
    color: #1aa34a;
}

