/*
Theme Name: Yukio
Theme URI: https://www.yukio.in
Author: Ashish Bhagat
Description: Yukio blog theme
Tags: blog, yukio
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --gap: 0.75rem;
    --border-radius: 0.5rem;
    --text-black: #2b2b2b;
    --text-gray: #777e90;
    --brand-accent: #c83694;
    --brand-accent-dark: #d62a9a;
    --white-background: #fcfcfc;
    --light-blue-background: #f1f7ff;
    --text-lightGrey: #5d5d5d;
    --text-light-grey: #A4A6AC;
    --lightpink-background: #ffeef9;
    --lightBlue-background: #e9ecff;
    --accent-purple: #5168e3;
    --brand-accent-disable: #c83694;
    --dark-text-gray: #23262f;
    --brand-accent-light: #ffc4ea;
    --menu-bg-color: #E6E8EC;
    --text-gray-light: #d9d9d9;
    --Text-input-box: #cecece;
    --alice-blue: #f6f8fb;
    --background-white: #fefefe;
    --text-white: #fff;
    --text-moist-grey: #b8bece;
    --error-color: #d34837;
    --extreme-edge-padding: 2rem;
    --max-header-width: 1260px;
    --max-footer-width: 1260px;
    --max-content-width: 1260px;
    --max-breakout-width: 1340px;
    --break-out-width: calc((var(--max-breakout-width) - var(--max-content-width)) / 2);
    --_padding-inline: 1.5rem;
    --_padding-block: 1rem;
    --font-size: 1rem;
    --heading-size: 1.5rem;
    --title-size: 2.5rem;
    --_border-radius: 1rem;
	--white: #ffffff;
}

* {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}
h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
strong {
    font-weight: bold;
}
.site-logo {
    display: block;
}

.site-logo a {
    display: block;
}

.site-logo img {
    width: auto;
    height: 52px;
}

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

header#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding-block: calc(1.84 * var(--gap));
    background-color: var(--light-blue-background);
    display: block;
}
.post-detail {
/*     background-color: var(--light-blue-background); */
    display: flex;
    flex-direction: row;
    gap: 2rem;
	background-color: var(--white);
}
.header-wrapper {
    max-width: var(--max-header-width);
    margin: 0 auto;
    padding: 0 calc(1.84 * var(--gap));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=password],
input[type=date] {
    border-radius: var(--_border-radius);
    padding: var(--_padding-block) var(--_padding-inline);
    border-width: 2px;
    border-style: solid;
    border-color: var(--brand-accent);
    font-size: var(--font-size);
    font-weight: 500;
    line-height: var(--font-size);
}

button,
input[type=submit],
input[type=clear],
.button {
    padding: var(--_padding-block) var(--_padding-inline);
    gap: .5rem;
    border-radius: var(--_border-radius);
    border-width: 2px;
    border-style: solid;
    border-color: var(--brand-accent);
    font-size: var(--font-size);
    font-weight: 500;
    line-height: var(--font-size);
    letter-spacing: .5px;
    text-align: center;
    transition: all .25s;
    cursor: pointer;
}

.button,
.button-primary {
    color: var(--white-background);
    background-color: var(--brand-accent);
}

nav#menu ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}
nav#menu ul li a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    text-align: left;
    color: var(--text-black);
}
nav#menu ul li div {
    display: flex;
    gap: 0.5rem;
}

nav#menu ul li a:hover {
    color: var(--brand-accent);
}
footer#footer {
    padding-block: calc(3 * var(--gap));
    background-color: var(--light-blue-background);
}
.footer-body {
    max-width: var(--max-footer-width);
    margin: 0 auto;
    padding: 0 calc(1.84 * var(--gap));
}
.footer-logo img{
    height: 2.25rem;
    width: auto;
}
.footer-logo {
    margin: 0 0 1rem;
}
.footer-grid {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: calc(1.5 * var(--gap));
    align-items: end;
    gap: 5rem;
}
.footer-grid .footer-col-one {
    width: 75%;
}
.footer-grid .footer-col-two {
    width: 25%;
}
.footer-description {
    padding-right: 20%;
    margin: 0 0 2rem;
}
.footer-row {
    display: flex;
    flex-direction: row;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
#footer ul {
    display: flex;
    flex-direction: column;
    gap: calc(1 * var(--gap)); 
}
#footer ul li a {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
}
.footer-col-two {
    display: flex;
    flex-direction: column;
}

#footer ul.social-icons {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    margin-bottom: 1.45 rem;
}
.fotter-sup-txts {
    line-height: 2rem;
}
.footer-copyright {
    padding-block: calc(1.25 * var(--gap)) 0;
    border-top: .5px solid var(--brand-accent);
}
.footer-copyright p {
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
}
.footer-social {
    position: absolute;
    top: 0;
}

#container {
    padding-top: 6rem;
/*     background-color: var(--light-blue-background); */
	background-color: var(--white);
}
body.home #container,
body.archive #container{
    padding-top: 6rem;
    background: linear-gradient(180deg,hsla(220,4%,86%,0),hsla(220,4%,86%,.8));
}
main#content {
    max-width: var(--max-content-width);
    margin: 0 auto;
}
.post-cards {
    display: block;
    padding: 2rem calc(1.84 * var(--gap));
/* 	background-color: var(--white-background); */
}
.post-cards-row {
    display: flex;
    gap: calc(2 * var(--gap));
    margin-bottom: 3rem;
}
.atricle-card {
    width: 33%;
    overflow: hidden;
    background-color: var(--white-background);
    border-radius: var(--gap) var(--gap) calc(2.5 * var(--gap)) var(--gap);
    position: relative;
}
.featured-images {
    border-bottom-right-radius: calc(2.5 * var(--gap));
    overflow: hidden;
}
.image-wrapper {
    display: block;
    height: 220px;
}
.featured-images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post-card-content {
    padding: calc(1.5 * var(--gap)) calc(1.5 * var(--gap));	
}
h2.post-title {
    font-weight: 600;
    font-size: var(--heading-size);
    margin-bottom: 0.75rem;
}
.post-excerpt {
    color: var(--text-lightGrey);
    font-weight: 300;
    margin-bottom: 0.75rem;
}
.author .date {
    color: var(--text-light-greyrey);
}
.post-permalink {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

h1.entry-title {
    font-weight: bold;
    margin-bottom: 2.5rem;;
}
.breadcrumbs {
    margin-bottom: 2rem;
}
h1.post-title {
    font-weight: 400;
    font-size: var(--title-size);
    margin-bottom: 0.75rem;
}
.atricle .author-ingo p {
    font-size: 1.2rem;;
}
.atricle .author-ingo .date {
    color: var(--text-light-grey);
}
.atricle .author-ingo{
    margin: 0 0 2rem;
}
.atricle .image-wrapper {
    display: block;
    height: 400px;
}
.atricle .featured-images {
    border-radius: calc(2.5 * var(--gap));
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.post-content {
    font-size: 1.2rem;
    font-weight: 300;
}

.post-content p {
    margin-bottom: 1.5rem;
}
.post-content h1 {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}
.post-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.post-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.post-content h4 {
    font-weight: bold;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.post-content h5 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.post-detail .atricle{
    width: 65%;
}
.post-detail .sidebar{
    width: 35%;
}

.post-detail table {
  margin-bottom: 1.5rem;
}

.widget-area ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.home-menu {
    margin: 0 0 2rem;
	overflow-x: auto;
}
.home-menu ul {
    display: flex;
    gap: 1rem;
    justify-content: left;
}
.home-menu ul a {
    background-color: var(--menu-bg-color);
    padding: 0 1rem;
    line-height: 2rem;
    display: flex;
    font-size: 1rem;
    gap: 0.25rem;
    align-items: center;
    border-radius: 0.25rem;
	white-space: nowrap;
}

.home-menu ul li.current-menu-item a {
    background-color: var(--brand-accent);
    color: var(--text-white);
}
h1.site-title {
	font-weight: 600;
	font-size: var(--heading-size);
	padding: 0 0 1.5rem;
}
.home-slider {
    display: block;
}
.home-slider-mobile {
    display: none;
}

.new-tag-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}

.nav-menu-items {
  align-items: center;
}

.more-to-read-section {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #E6E8EF;
}

.more-to-read-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-title {
  font-size: var(--title-size);
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--text-black);
}

.tour-form {
    flex: 1;
    background: white;
    padding: 2rem;
  	border-radius: 24px;
    border: 1px solid #E6E8EC;
    background: #FEFEFE;
    box-shadow: 0px 55px 110px 0px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-black);
  	font-weight: 600;
}

.tour-form h3 {
    margin-bottom: 0.75rem;
    color: var(--brand-accent);
  	font-size: var(--heading-size);
  	font-weight: 600;
}

.tour-form h4 {
    margin-bottom: 0.75rem;
    color: #222;
  	font-size: 0.875rem;
  	font-weight: 400;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-black);
  	font-size: 0.938rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="datetime-local"]{
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 0.875rem;
  	font-weight: 400;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder {
  color: var(--text-light-grey);
}

.whatsappContainer {
  	display: flex;
  	flex-direction: row;
  	width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 400;
}

.whatsappContainer input[type="tel"]::placeholder{
  color: var(--text-light-grey);
}

.form-group select {
    width: 100%;
    padding: 0.75rem;
    padding-right: 2.5rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%230F1015' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
  	color: var(--text-light-grey) !important;
}

.form-group select.has-value {
  color: #000 !important;
}


.radio-group {
    display: flex;
  	flex-direction: column;
    gap: 0.5rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.schedule-button {
    width: 100%;
    padding: 1rem;
    background-color: var(--brand-accent);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
  	font-weight: 500;
}

#dateTimePicker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  color: var(--text-lightGrey) !important;
}

.custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 2px solid #CECECE;
  border-radius: 50%;
  outline: none;
  background: #fff;
  position: relative;
  transition: border 0.2s;
  cursor: pointer;
}

.custom-radio .radio-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
  border-radius: 50%;
}

.custom-radio input[type="radio"]:checked {
  border: 2px solid #C83694;
  background: #fff;
}

.custom-radio:has(input[type="radio"]:checked) {
  font-weight: 600;
}

.custom-radio input[type="radio"]:checked + .radio-mark::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #C83694;
  border-radius: 50%;
}

.custom-radio input[type="radio"]:not(:checked) + .radio-mark::after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
}

.terms-text {
  font-size: 0.875rem;
  color: var(--text-lightGrey);
}

.terms-text a{
	text-decoration: underline;
}


@media (max-width: 768px) {
    .post-detail {
        flex-direction: column;
    }
   
   .post-content {
     font-size: 0.875rem;
   }
   
  .post-content h3 {
     font-size: 1.25rem;
   }
}



/* Show mobile image only on small screens */
@media (max-width: 768px) {
    .home-slider {
        display: none !important;
    }
    .home-slider-mobile {
        display: block !important;
    }
    .nav-menu-items {
    	align-items: start;
  	}
}


