/*
Theme Name: Oojo Blog
Author: Ravi Sah
Author URI: https://www.ravisah.in 
Description: A clean and modern blog theme for the Oojo Blog. Built for speed, readability, and SEO optimization.
Version: 1.0
Text Domain: Oojo Blog Theme
Tags: blog, responsive, custom-menu, custom-logo, featured-images, one-column, translation-ready
*/

:root {
    /* Colors */
    --color-primary: #363C49;
    --color-secondary: #828A99;
    --color-textfooter: #626874;
    --color-accent: #FFD834;
    --color-accent-hover: #FFCC15;
    --color-border: #E1E3E5;
    --color-light-border: #C9CCD0;
    --color-light-bg: #F7F7F7;
    --color-yellow-bg: #FFF36B;
    --color-white: #FFFFFF;
    --color-error: #ff0000;
    --color-success: #03a403;
    --color-skyblue: #CCDFF9;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'roderickregular';
    src: url('assets/fonts/roderick-domox.woff2') format('woff2'),
         url('assets/fonts/roderick-domox.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: var(--color-primary);
    background: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 56px;
}
header {
    border-bottom: 1px solid var(--color-border);
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 68px;
}
header .menuandlogo,
header .buttonbestdeal {
    flex: 50% 0 0;
}
header .menuandlogo {
    display: flex;
    gap: 32px;
    align-items: center;
}
header .buttonbestdeal {
    text-align: right;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
}
header nav a {
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    padding: 0 12px;
    align-items: center;
    height: 2.5rem;
    border-radius: 6px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
header nav a:hover {
    background-color: rgba(64,71,86,.06);
}
.parmarybtn {
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: var(--color-accent);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    border: 2px solid transparent;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.parmarybtn:hover {
    background: var(--color-accent-hover);
}
.parmarybtn:focus {
    background: var(--color-accent);
}
.ghostbtn {
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    border: 1px solid var(--color-secondary);
    background: var(--color-white);
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.ghostbtn:hover {
    background: var(--color-light-bg);
}
.ghostbtn:focus {
    border-radius: var(--border-radius-m, 6px);
    background: var(--color-white);
}
.graybtn {
    display: inline-flex;
    height: 56px;
    padding: 0 32px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; 
    letter-spacing: -0.1px;
    color: var(--color-primary);
    border: 1px solid var(--color-light-bg);
    background: var(--color-light-bg);
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.graybtn:hover {
    background: var(--color-accent-hover);
}
.graybtn:focus {
    background: var(--color-accent);
}
.headerbottombox {
    padding-top: 56px;
    display: flex;
    gap: 24px;
}
.headerbottombox .headerbottomboxtitle {
    flex: 1;
}
.headerbottombox .headerbottomboxtitle img {
    position: absolute;
    left: 456px;
    bottom: -12px;
    z-index: 2;
}
.headerbottombox .headerbottomboxtitle div {
    color: var(--color-primary);
    font-size: 56px;
    font-weight: 600;
    line-height: 60px; 
    letter-spacing: -2.2px;
    margin: 0;
    position: relative;
    z-index: 11;
}
.headerbottombox .headerbottomboxtitle div a {
    text-decoration: none;
    color: var(--color-primary);
}
.headerbottombox .headerbottomboxtitle div a:hover {
    opacity: 85%;
    text-decoration: none;
}
.headerbottombox .headerbottomboxtitle div span {
    font-size: 82px;
    font-weight: 400;
    line-height: 60px; 
    letter-spacing: 1.6px;
    font-family: 'roderickregular', serif;
    top: 6px;
    position: relative;
}
.headerbottombox .headerbottomboxsearch {
    width: 300px;
    position: relative;
}
.headerbottombox .headerbottomboxsearch form input {
    width: 306px;
    height: 56px;
    padding: 4px 13px;
    border-radius: 6px;
    border: 1px solid var(--color-light-border);
    background: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-top: 18px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.headerbottombox .headerbottomboxsearch form input:focus,
.headerbottombox .headerbottomboxsearch form input:hover {
    outline: none;
    border: 1px solid #3f4655;
}
.floating-form {
    position: relative;
    margin-bottom: 0;
}
.floating-input {
    position: relative;
    display: flex;
    align-items: center;
}
.floating-input label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    pointer-events: none;
    transition: 0.2s ease all;
}
.floating-input input:focus + label,
.floating-input input:not(:placeholder-shown) + label {
    top: 14px;
    font-size: 12px;
}
.floating-input .search-button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-white);
}
.floating-input .search-button svg:hover {
    opacity: 80%;
}
.postcategorybox {
    padding-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.postcategorybox:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, var(--color-white) 100%);
    right: 0;
    top: 0;
}
.postcategorybox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    white-space: nowrap;
}
.postcategorybox ul li a {
    display: inline-flex;
    height: 42px;
    padding: 0 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: var(--color-light-bg);
    text-decoration: none;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    border: 2px solid transparent;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.postcategorybox ul li a.active {
    background: var(--color-accent);
}
.postcategorybox ul li a:hover {
    background: var(--color-accent-hover);
}
.postcategorybox ul li a:focus {
    background: var(--color-accent);
}
.mainpagepost {
    margin-top: 56px;
    margin-bottom: 98px;
}
.mainpagepostbox {
    display: flex;
    gap: 42px;
}
.mainpagepost .postboxcontainer {
    flex: 1;
    display: flex;
    gap: 42px 24px;
    flex-wrap: wrap;
    margin-top: calc(33.59px + 24px);
}
#sinnglepost .mainpagepost .postboxcontainer {
    margin-top: 0;
}
.mainpagepost .sidebarcontainer {
    width: 306px;
}
.innertitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-top: 56px;
    margin-bottom: 0;
}
.titlebox {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
}
.titlebox h1,
.titlebox .titlebox-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--color-primary);
}
.post-card {
    flex: calc(50% - 12px) 0 0;
}
.post-card .views {
    display: flex;
    align-items: center;
    gap: 4px;
}
.post-card:hover h2.title {
    text-decoration: underline;
}
.post-card .thumbnail {
    width: 100%;
    border-radius: 13px;
    height: 250px;
    overflow: hidden;
    background-color: var(--color-secondary);
}
.post-card .thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 900ms ease-out;
}
.post-card:hover .thumbnail img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.post-card .catanddate {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; 
    letter-spacing: 0.25px;
}
.post-card .catanddate .category a {
    text-decoration: none;
    color: var(--color-primary);
}
.post-card .catanddate .date {
    color: var(--color-secondary);
}
.post-card h2.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    margin: 0;
    color: var(--color-primary);
    margin-bottom: 10px;
}
.post-card .details {
    display: flex;
    padding-top: 10px;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; 
    letter-spacing: 0.25px;
    color: var(--color-secondary);
    align-items: center;
}
.post-card .details .author {
    display: flex;
    align-items: center;
    gap: 4px;
}
.post-card .details .author .author-avatar {
    width: 20px;
    height: 20px;
    border-radius: 32px;
    overflow: hidden;
}
.post-card .details .author .author-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pagination {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pagination .current {
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
}
.pagination span,
.pagination a {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid var(--color-secondary);
    background: var(--color-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.pagination span:hover,
.pagination a:hover {
    background: var(--color-accent-hover);
    border: 1px solid var(--color-accent-hover);
}
.pagination a:focus {
    border: 1px solid var(--color-accent);
    background: var(--color-accent);
}
.stickeypos {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--color-white);
}
.promoimage {
    width: 100%; 
    height: auto;
    max-height: 100%;
    object-fit: cover;
}
.sidebar .tagbox-title,
.sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--color-primary);
    margin: 0;
    margin-bottom: 24px;
}
.sidebar .widget {
    padding: 0;
}
.sidebar .widget.widget_block p,
.sidebar .widget > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sidebar .tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sidebar .tag-list li a {
    border-radius: 6px;
    border: 1px solid var(--color-secondary);
    display: flex;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: 0.15px;
    color: var(--color-primary);
    text-decoration: none;
    height: 32px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.sidebar .tag-list li a:hover {
    background-color: #F7F7F7;
    border-color: var(--color-primary);
}
.socialconnect {
    margin-bottom: 40px;
    border-radius: 6px;
    background: var(--color-skyblue);
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 12px;
}
.socialconnect h2,
.socialconnect .sociallinks {
    flex: 1;
}
.socialconnect h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; 
    letter-spacing: 0.15px;
    color: var(--color-primary);
}
.socialconnect .sociallinks {
    display: flex;
    gap: 8px;
    justify-content: end;
}
.socialconnect .sociallinks a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid var(--color-secondary);
    background: var(--color-white);
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.socialconnect .sociallinks a:hover {
    background-color: #F7F7F7;
    border-color: var(--color-primary);
}
footer {
    margin-top: 98px;
}
footer .subscribebox {
    background: var(--color-yellow-bg);
}
footer .subscribebox .subscribemain {
    display: flex;
    gap: 24px;
}
footer .subscribebox .subscribemain .subscribemainleft,
footer .subscribebox .subscribemain .subscribemainright {
    flex: 1;
}
footer .subscribebox .subscribemain .subscribemainleft {
    padding: 74px 0;
}
.subscribemainleftheading {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px; 
    letter-spacing: -1.8px;
    color: var(--color-primary);
    margin-bottom: 24px;
}
.subscribemainleftperaone {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.1px;
    color: var(--color-primary);
    margin-bottom: 42px;
}
.subscribemainleftperatwo {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: var(--color-textfooter);
}
.subscribemainleftperatwo a {
    font-weight: 600;
    color: var(--color-textfooter);
}
.subscribemainleftperatwo a:hover {
    text-decoration: none;
}
footer .subscribebox .subscribemain .subscribemainright {
    position: relative;
}
footer .subscribebox .subscribemain .subscribemainright img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.es-form-field-container {
    display: flex;
    gap: 4px;
    align-items: center;
}
form[data-form-id="1"] .es-form-field-container .gjs-row,
#imab {
    margin-bottom: 0 !important;
}
#ic2t8 {
    margin-top: 0 !important;
}
footer form {
    margin-bottom: 18px;
}
footer form input[type="email"] {
    height: 52px;
    border-radius: 6px !important;
    border: 1px solid var(--color-light-border);
    background: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-left: -7px;
    width: 457px;
    padding: 4px 18px;
    padding-top: 12px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
footer form label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-secondary);
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.1px;
    pointer-events: none;
    transition: 0.2s ease all;
}
footer form .gjs-cell:has(input:focus) label,
footer form .gjs-cell:has(input:not(:placeholder-shown)) label {
  top: 14px;
  font-size: 12px;
}
footer form input[type="email"]:focus,
footer form input[type="email"]:hover {
    outline: none;
    border: 1px solid #3f4655;
}
footer .gjs-row:last-child .gjs-cell {
    position: relative;
    display: inline-block;
}
footer .gjs-row:last-child .gjs-cell::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.28828 4.91675H16.7117C17.4409 4.91674 18.0335 4.91673 18.5144 4.95602C19.011 4.9966 19.4541 5.08278 19.8663 5.29278C20.5154 5.62354 21.0432 6.15132 21.374 6.80048C21.5792 7.20319 21.6661 7.63546 21.7079 8.11834C21.7544 8.2508 21.7619 8.39181 21.7331 8.52526C21.75 8.93103 21.75 9.40406 21.75 9.95501V15.7785C21.75 16.5076 21.75 17.1003 21.7107 17.5812C21.6702 18.0778 21.584 18.5209 21.374 18.933C21.0432 19.5822 20.5154 20.11 19.8663 20.4407C19.4541 20.6507 19.011 20.7369 18.5144 20.7775C18.0335 20.8168 17.4409 20.8168 16.7117 20.8167H7.28826C6.55913 20.8168 5.96647 20.8168 5.48557 20.7775C4.98896 20.7369 4.54587 20.6507 4.13374 20.4407C3.48458 20.11 2.95679 19.5822 2.62603 18.933C2.41604 18.5209 2.32985 18.0778 2.28928 17.5812C2.24999 17.1003 2.24999 16.5076 2.25 15.7785V9.95503C2.25 9.40407 2.24999 8.93103 2.26694 8.52526C2.23812 8.39181 2.24557 8.2508 2.29214 8.11833C2.33386 7.63546 2.42084 7.20319 2.62603 6.80048C2.95679 6.15132 3.48458 5.62354 4.13374 5.29278C4.54587 5.08278 4.98896 4.9966 5.48557 4.95602C5.96648 4.91673 6.55914 4.91674 7.28828 4.91675ZM3.75003 9.80726C3.75001 9.86562 3.75 9.92543 3.75 9.98675V15.7467C3.75 16.5152 3.75059 17.0464 3.7843 17.459C3.81729 17.8629 3.87825 18.0866 3.96254 18.252C4.14949 18.6189 4.44781 18.9173 4.81472 19.1042C4.98015 19.1885 5.20387 19.2495 5.60772 19.2825C6.02033 19.3162 6.55156 19.3167 7.32 19.3167H16.68C17.4485 19.3167 17.9797 19.3162 18.3923 19.2825C18.7961 19.2495 19.0199 19.1885 19.1853 19.1042C19.5522 18.9173 19.8505 18.6189 20.0375 18.252C20.1218 18.0866 20.1827 17.8629 20.2157 17.459C20.2494 17.0464 20.25 16.5152 20.25 15.7467V9.98675C20.25 9.92543 20.25 9.86562 20.25 9.80726L14.0817 14.1251C14.0494 14.1476 14.0176 14.17 13.9861 14.192C13.4863 14.5427 13.0787 14.8287 12.6168 14.9439C12.2118 15.0448 11.7882 15.0448 11.3832 14.9439C10.9213 14.8287 10.5137 14.5427 10.0139 14.192C9.9824 14.17 9.95057 14.1476 9.91833 14.1251L3.75003 9.80726ZM20.1881 8.01959L13.2215 12.8962C12.5756 13.3483 12.4102 13.4495 12.254 13.4884C12.0872 13.53 11.9128 13.53 11.746 13.4884C11.5898 13.4495 11.4244 13.3483 10.7785 12.8962L3.81191 8.01959C3.84702 7.76937 3.89792 7.60829 3.96254 7.48147C4.14949 7.11455 4.44781 6.81624 4.81472 6.62929C4.98015 6.545 5.20387 6.48404 5.60772 6.45104C6.02033 6.41733 6.55156 6.41675 7.32 6.41675H16.68C17.4485 6.41675 17.9797 6.41733 18.3923 6.45104C18.7961 6.48404 19.0199 6.545 19.1853 6.62929C19.5522 6.81624 19.8505 7.11455 20.0375 7.48147C20.1021 7.60829 20.153 7.76936 20.1881 8.01959Z' fill='%23404756'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
footer .gjs-row:last-child .gjs-cell input[type="submit"] {
    padding-left: 47px !important;
    padding-right: 24px;
    height: 52px;
    border-radius: 6px !important;
    background: var(--color-accent) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
    font-family: "Open Sans", sans-serif !important;
    border: none !important;
    cursor: pointer;
    border: 2px solid transparent !important;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
footer .gjs-row:last-child .gjs-cell input[type="submit"]:hover {
    background: var(--color-accent-hover) !important;
}
footer .gjs-row:last-child .gjs-cell input[type="submit"]:focus {
    background: var(--color-accent) !important;
}
.emaillist {
    position: relative;
}
.es_subscription_message.error {
    color: var(--color-error);
    font-size: 12px;
    bottom: -20px;
    position: absolute;
}
footer .footerbottom {
    background-color: var(--color-light-bg);
    padding: 32px 0;
}
.footernavandsocialmedia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.footernavandsocialmedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.footernavandsocialmedia ul li:first-child {
    display: none;
}
.footernavandsocialmedia ul li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 17.4px; 
    height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: var(--color-primary);
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.footernavandsocialmedia ul li a:hover {
    background-color: rgba(64,71,86,.06);
}
.footersocialmedia {
    display: flex;
}
.footersocialmedia a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 17.4px;
    height: 32px;
    padding: 0 12px;
    text-decoration: none;
    border-radius: 6px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.footersocialmedia a:hover {
    background-color: rgba(64,71,86,.06);
}
.footersocialmedia a svg {
    color: var(--color-secondary)
}
.footersocialmedia p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}
.footerbottomcontent p {
    margin: 0;
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; 
    letter-spacing: 0.25px;
}
.gjs-cell {
    position: relative;
}
.errorpagecontainer {
    text-align: center;
    width: 100%;
}
h1.errorno {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.2px;
    color: var(--color-primary);
    margin: 24px 0;
}
p.errorno {
    margin-top: 0;
    margin-bottom: 24px;
}
.post-full {
    width: 100%;
    max-width: 680px;
}
.post-full img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 6px;
    margin: 40px 0;
    margin-top: 20px;
}
.post-full p a {
    color: var(--color-primary);
    text-decoration: underline;
}
.post-full p a:hover {
    color: #898989;
}
.post-full p:has(img) {
    margin: 0 !important; /* Removes margin from <p> with only image */
}
.post-full p:has(img) + p {
    margin-top: 0 !important; /* Removes space above paragraph after image */
}
.post-full .category {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.post-full .category a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.25px;
    text-decoration: none;
    display: block;
}
.post-full .category a:hover {
    text-decoration: underline;
}
.post-full .category img {
    width: auto !important;
    height: 15px !important;
    border-radius: 0;
    margin: 0;
}
.post-full .post-title {
    color: var(--color-primary);
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1.8px;
    margin: 18px 0;
}
.post-full p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-top: 0;
    margin-bottom: 18px;
}
.custom-share-icons p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; 
    letter-spacing: -0.1px;
}
.post-full .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
}
.post-full .meta .author-info {
    display: flex;
    align-items: center;
    gap: 13px;
}
.post-full .meta .author-info .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 32px;
    overflow: hidden;
}
.post-full .meta .author-info .author-avatar img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    margin: 0;
}
.post-full .meta .author-info .author-bio {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--color-primary);
}
.post-full .meta .post-other-details {
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: flex;
    gap: 13px;
    align-items: center;
}
.post-full .meta .post-other-details .views {
    display: flex;
    align-items: center;
    gap: 4px;
}
.post-full .custom-share-icons {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 18px 0;
    display: flex;
    gap: 12px;
    align-items: center;
}
.post-full .custom-share-icons p {
    margin: 0;
}
.post-full .custom-share-icons .icons-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.post-full .custom-share-icons .icons-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid var(--color-secondary);
    background: var(--color-white);
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.post-full .custom-share-icons .icons-list a:hover {
    background-color: rgb(247 247 247/1);
    border-color: hsl(221 15% 29%);
}
.post-full .tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; 
    letter-spacing: -0.1px;
}
.post-full .tags a {
    border-radius: 6px;
    border: 1px solid var(--color-secondary);
    display: flex;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--color-primary);
    text-decoration: none;
    height: 32px;
    /* Smooth transition for color-related changes */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}
.post-full .tags a:hover {
    background-color: rgb(247 247 247/1);
    border-color: hsl(221 15% 29%);
}
.post-full h2,
.post-full h3,
.post-full h4, 
.post-full h5 {
    padding: 26px 0;
    margin: 0;
}
.post-content a {
    color: var(--color-primary);
    text-decoration: underline;
}
.post-content a:hover {
    color: #898989;
}
.post-full ul,
.post-full ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.1px;
}
.post-full li {
    margin-bottom: 8px;
}
.post-full table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.1px;
}
.post-full th,
.post-full td {
    padding: 12px;
    border: 1px solid var(--color-border);
    text-align: left;
}
.post-full th {
    font-weight: 600;
    background-color: var(--color-light-bg);
}
.relatedposts h2 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 24px;
    margin-top: 0;
}
.relatedposts .related-posts-list {
    display: flex;
    gap: 40px 24px;
    flex-wrap: wrap;
}
.relatedposts .related-posts-list .post-card {
    flex: calc(33.33% - 16px) 0 0;
}
.es_subscription_message.success {
    color: var(--color-success) !important;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
    display: block;
}
.formobile {
    display: none !important
}
.nav-links {
    gap: 8px;
    display: flex;
}
blockquote {
    padding: 40px;
    display: block;
    position: relative;
    background-color: var(--color-yellow-bg);
    overflow: hidden;
    margin: 24px 0;
    border-radius: 6px;
}
blockquote p {
    margin: 0 !important;
}
blockquote cite {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-weight: 600;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
}
.thumb img {
    margin: 40px 0;
}
.deskshow {
    display: block !important
}
.mobileshow {
    display: none !important
}
.sticktoit {
    border-bottom: 1px solid var(--color-border);
    padding-top: 12px;
    padding-bottom: 12px !important;
    z-index: 11;
}
.sticktoit .postcategorybox ul {
    flex-wrap: nowrap;
    overflow: auto;
    width: 78%;
    position: relative;
}
.sticktoit .postcategorybox ul::-webkit-scrollbar {
    height: 2px;
}
.sticktoit .postcategorybox ul::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.sticktoit .postcategorybox ul::-webkit-scrollbar-thumb {
    background: #888; 
}
.sticktoit .postcategorybox ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.sticktoit .postcategorybox ul li a {
    padding: 0 13px;
}
.sidebar .titlebox {
    position: static;
    margin-bottom: 24px;
}
.sticktoit .postcategorybox ul li a {
    height: 32px;
}
.sticktoit .postcategorybox {
    padding-top: 0;
}
.sticklink {
    display: none;
    height: 40px;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px; 
    letter-spacing: -0.1px;
}

@media screen and (max-width:1192px) {
    .sticktoit .postcategorybox:after {
        left: 73.7%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
    .post-card .details {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    footer .subscribebox {
        overflow: hidden;
    }
}
@media screen and (max-width:1000px) {
    .sticktoit .postcategorybox ul {
        width: 76%;
    }
    .sticktoit .postcategorybox:after {
        left: 71.5%;
    }
}
@media screen and (max-width:959px) {
    .post-full .post-title {
        color: var(--color-primary);
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.8px;
    }
    .graybtn {
        height: 42px;
        padding: 0 24px;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }
    h1.errorno {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.1px;
        color: var(--color-primary);
        margin: 24px 0;
    }
    .innertitle {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.3px;
        margin-top: 42px;
        margin-bottom: 0;
    }
    .sidebar .tagbox-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.1px;
        color: var(--color-primary);
        margin: 0;
        margin-bottom: 24px;
    }
    header {
        position: sticky;
        top: 0;
        background: var(--color-white);
        z-index: 12;
    }
    .container {
        max-width: 560px;
        padding: 0 18px;
    }
    .headerbottombox {
        flex-wrap: wrap;
        padding-bottom: 12px;
        padding-top: 32px;
        gap: 24px;
    }
    .headerbottombox .headerbottomboxtitle,
    .headerbottombox .headerbottomboxsearch,
    .mainpagepost .postboxcontainer,
    .mainpagepost .sidebarcontainer {
        flex: 100% 0 0;
        width: 100%;
    }
    .headerbottombox .headerbottomboxtitle div {
        font-size: 40px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: -0.4px;
    }
    .headerbottombox .headerbottomboxtitle div span {
        display: block;
        font-size: 56px;
        font-weight: 400;
        line-height: 46px; 
        letter-spacing: -0.56px;
        top: 0;
    }
    .headerbottombox .headerbottomboxtitle img {
        left: 180px;
        bottom: 0;
    }
    .postcategorybox {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        position: relative;
    }
    .postcategorybox::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .headerbottombox .headerbottomboxsearch form input {
        height: 42px;
        padding-top: 4px;
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
    }
    .stickeypos {
        position: sticky;
        top: 60px;
        background: var(--color-white);
        padding: 12px 0px;
        padding-left: 0;
        z-index: 1;
        max-width: 100%;
        padding-bottom: 0;
    }
    .titlebox h1,
    .titlebox .titlebox-title {   
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.1px;
    }
    .mainpagepost {
        margin-top: 42px;
        margin-bottom: 0;
    }
    .mainpagepost .mainpagepostbox {
        flex-wrap: wrap;
        gap: 56px;
    }
    footer {
        margin-top: 56px;
    }
    .socialconnect {
        justify-content: space-between;
    }
    .fordesktop {
        display: none !important;
    }
    .formobile {
        display: flex !important
    }
    .post-card {
        flex: 100% 0 0;
    }
    .mainpagepost .postboxcontainer {
        gap: 32px;
    }
    .post-card .thumbnail {
        height: 210px;
    }
    .pagination {
        margin-top: 60px;
    }
    footer .subscribebox .subscribemain {
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 42px;
    }
    footer .subscribebox .subscribemain .subscribemainleft {
        padding: 0;
    }
    footer .subscribebox .subscribemain .subscribemainright img {
        position: relative;
        height: 180px;
    }
    .subscribemainleftheading {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.8px;
        margin-bottom: 12px;
    }
    .subscribemainleftperaone {
        margin-bottom: 24px;
    }
    form[data-form-id="3"] .es-form-field-container .gjs-row {
        margin-bottom: 0 !important;
    }
    footer form input[type="email"] {
        width: 418px;
    }
    footer .footerbottom {
        text-align: center;
    }
    .footernavandsocialmedia {
        flex-wrap: wrap;
        gap: 8px;
    }
    .footernavandsocialmedia ul,
    .footersocialmedia {
        flex: 100% 0 0;
        justify-content: center;
    }
    .post-full {
        width: 100%;
    }
    .post-full .meta {
        flex-wrap: wrap;
        gap: 12px;
    }
    .post-full .meta .author-info,
    .post-full .meta .post-other-details {
        flex: 100% 0 0;
    }
    .relatedposts {
        margin-top: 60px;
    }
    .relatedposts .related-posts-list .post-card {
        flex: 100% 0 0;
    }
    .relatedposts .related-posts-list {
        gap: 32px;
    }
    header {
        border-bottom: 1px solid var(--color-border);
    }
    header .menuandlogo {
        justify-content: center;
    }
    header .mobilemenuicon,
    header .menuandlogo, 
    header .buttonbestdeal {
        flex: 1;
    }
    header .mobilemenuicon .openme {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        cursor: pointer;
    }
    header .mobilemenuicon:hover .openme {
        background-color: rgba(64,71,86,.06);
    }
    .mobilemenupop {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        pointer-events: none;
    }
    .mobilemenupop .backdrop {
        background-color: rgb(0 0 0/.5);
        height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0;
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
    }
    .mobilemenupop .menuwhitebox {
        width: 300px;
        height: 100dvh;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--color-white);
        padding: 16px;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
    }
    .mobilemenupop.open .menuwhitebox {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        display: flex;
        flex-direction: column;
    }
    .mobilemenupop.open {
        pointer-events: auto;
    }
    .mobilemenupop.open .backdrop {
        opacity: 1;
    }
    .mobilemenupop .menuwhitebox .closeme {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        cursor: pointer;
    }
    .mobilemenupop .menuwhitebox .closeme:hover {
        background-color: rgba(64,71,86,.06);
    }
    .menuandlinks {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }
    .menuandlinks ul {
        margin-top: 20px;
        list-style: none;
        margin: 0;
        margin-top: 20px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .menuandlinks ul li a {
        text-decoration: none;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 600;
        height: 2.5rem;
        border-radius: 6px;
        color: var(--color-primary);
        display: inline-flex;
        padding: 0 12px;
        align-items: center;
        justify-content: center;
    }
    .menuandlinks ul li a:hover {
        background-color: rgba(64,71,86,.06);
    }
    .menuandlinks .parmarybtn {
        justify-content: center;
    }
    header .container {
        max-width: 100%;
        padding: 12px;
        height: 60px;
    }
    .postcategorybox ul {
        flex-wrap: nowrap;
    }
    .deskshow {
        display: none !important
    }
    .mobileshow {
        display: block !important
    }
    .sticklink {
        display: none !important;
    }
    .mobileheight {
        height: 32px;
        padding: 0 12px;
    }
    .postcategorybox ul li a {
        height: 32px;
        padding: 0 13px;
    }
    .sticktoit .postcategorybox ul {
        flex-wrap: nowrap;
        overflow: initial;
        width: auto;
    }
    .sticktoit .postcategorybox:after {
        left: auto;
    }
    .floating-input input:not(:placeholder-shown) + label {
        top: 12px;
    }
    .headerbottombox .headerbottomboxsearch form input:focus:placeholder-shown + label,
    .headerbottombox .headerbottomboxsearch form input:not(:placeholder-shown) + label {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}
@media screen and (max-width:598px) {
    footer form input[type="email"] {
        width: 60dvw;
    }
}
@media screen and (max-width:424px) {
    footer form input[type="email"] {
        width: 52dvw;
    }
    .mobilemenupop .menuwhitebox {
        width: 80%;
    }
    .post-card .details {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* To be removed */.ads-post-card {display:none !important}

/* ==========================================================================
   Promotional Banners
   ========================================================================== */
.oojo-promo-banner {
    display: block;
    text-decoration: none !important;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    color: var(--color-primary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 98px;
}
.oojo-promo-bg {
    display: flex;
    width: 100%;
    padding: 42px 42px 32px 42px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    background: #85BEFF;
    position: relative;
    overflow: hidden;
}
.oojo-promo-content {
    position: relative;
    z-index: 1;
    width: 100%;
}
.oojo-promo-title {
    color: var(--color-primary);
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.4px;
    margin: 0;
}
.oojo-promo-title span.curlytext {
    font-family: "roderickregular", sans-serif;
    color: #FFF;
    font-size: 63px;
    font-weight: 400;
    line-height: 48px; 
    letter-spacing: 1px;
    padding-top: 8px;
    display: block;
}
.oojo-promo-form {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    align-items: center;
}
.oojo-promo-form-large {
    margin: 24px 0;
    width: 100%;
    padding: 8px;
    height: 72px;
    border-radius: 13px;
}
.oojo-promo-form-large .oojo-promo-inputbox {
    flex: 1;
}
.oojo-promo-form-large .oojo-promo-action {
    padding: 0;
    margin-left: 8px;
}
.oojo-promo-form-large .oojo-promo-inputbox input {
    padding: 0 13px;
}
.oojo-promo-form-large .combineinputborder {
    margin: 0 8px;
}
.oojo-promo-form-large .oojo-promo-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; 
    letter-spacing: -0.1px;
}
.oojo-promo-form-large .oojo-promo-inputbox input {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px; 
    letter-spacing: -0.1px;
    border-radius: 6px;
}
.oojo-promo-inputbox input {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--color-primary);
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 8px;
}
.oojo-promo-inputbox:hover input {
    background: var(--color-light-bg);
}
.oojo-promo-inputbox.input-to .placeholder-input,
.oojo-promo-inputbox.input-return .placeholder-input {
    color: var(--color-secondary);
    font-weight: 400;
}
.oojo-promo-action {
    padding: 0 8px;
}
.oojo-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    padding: 0 24px;
    background: var(--color-accent);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: var(--color-primary);
}
.oojo-promo-btn-yellow {
    background: var(--color-accent);
}
.oojo-promo-btn:hover {
    background: var(--color-accent-hover);
}
.oojo-promo-features {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: 0.15px;
}
.oojo-promo-features .feature-item {
    display: flex;
    align-items: center;
    gap: 4px;
}
.ob-img-block-desk {
    z-index: 0;
    width: 560px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
}
.ob-img-block-desk img {
    object-fit: cover;
    min-width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
}

/* Small Box Adjustments */
.promo-search-small-container, .oojo-promo-small {
    margin-top: 24px;
}
.promo-search-small-container .combineinputborder {
    height: 30px;
}
.promo-search-small-container .combineinput .input-from {
    padding-right: 0;
}
.promo-search-small-container .combineinput .input-to {
    padding-left: 0;
}
.oojo-promo-small .oojo-promo-form {
    flex-direction: column;
    padding: 8px;
    background: #85BEFF;
    gap: var(--dimension-spacing-4, 4px);
    border-radius: 6px;
}
.oojo-promo-small .oojo-promo-inputbox {
    background: #fff;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    height: 56px;
}
.oojo-promo-small .oojo-promo-action {
    padding: 0;
    width: 100%;
}
.oojo-promo-small .oojo-promo-btn {
    width: 100%;
}
.combineinput {
    display: flex;
    background: #fff;
    border-radius: 6px;
    align-items: center;
}
.combineinput .input-from {
    border-radius: 6px 0 0 6px;
}
.combineinput .input-to {
    border-radius: 0 6px 6px 0;
}
.combineinputborder {
    background: var(--color-light-border);
    width: 1px;
    height: 40px;
    margin: 0 8px;
}
.ob-img-block-mob {
    display:none;
}
.combineinputlarge {
    display:none;
}

@media screen and (max-width:959px) {
    .promo-search-small-container {
        display: none;
    }
    .oojo-promo-bg {
        padding: 0;
    }
    .oojo-promo-banner {
        margin-top: 56px;
    }
    .oojo-promo-form-large {
        flex-direction: column;
        height: auto;
        margin: 18px 0;
        padding: 0;
        background: transparent;
    }
    .oojo-promo-form-large .oojo-promo-inputbox {
        width: 100%;
    }
    .mobilehidethings {
        display: none;
    }
    .oojo-promo-features {
        flex-direction: column;
        gap: 8px;
    }
    .ob-img-block-desk {
        display: none;
    }
    .oojo-promo-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px; 
        letter-spacing: -0.8px;
    }
    .oojo-promo-title span.curlytext {
        font-size: 46px;
        font-weight: 400;
        line-height: 40px; 
        letter-spacing: 0.8px;
        padding-top: 0;
    }
    .ob-img-block-mob {
        display:block;
        width: 100%;
    }
    .ob-img-block-mob img {
        object-fit: cover;
        min-width: 100%;
        height: 174px;
    }  
    .oojo-promo-content {
        padding: 18px;
        padding-top: 0;
        z-index: 0;
    }
    .combineinputlarge {
        display: flex;
        background: #fff;
        border-radius: 6px;
        margin-bottom: 4px;
        align-items: center;
        width: 100%;
    }
    .combineinputlarge .input-from {
        padding-right: 0 !important;
    }
    .combineinputlarge .input-to {
        padding-left: 0 !important;
    }
    .combineinputborder {
        height: 30px;
    }
    .oojo-promo-form-large .oojo-promo-inputbox {
        background: #fff;
        border-radius: 6px;
        padding: 8px;
    }
    .oojo-promo-form-large .oojo-promo-inputbox input {
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px; 
        letter-spacing: 0.15px;
        padding: 0 8px;
    }
    .oojo-promo-form-large .oojo-promo-action {
        padding: 0;
        margin-left: 0;
        margin-top: 4px;
        width: 100%;
        height: 56px;
    }
    .oojo-promo-form-large .oojo-promo-btn {
        width: 100%;
    }
    .first-line {
        display: block;
    }
}
/* ==========================================
   Comments
   ========================================== */
.comments-area {
    margin: 0;
    padding: 0;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #E5E7EB;
    font-family: 'Inter', sans-serif;
}

.comments-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--color-primary);
    letter-spacing: -0.02em;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list > li {
    margin-bottom: 40px;
}

.comment-body {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: var(--color-white);
    border-radius: 16px;
    border: 1px solid var(--color-border);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.comment-body:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.comment-author {
    flex-shrink: 0;
    margin-top: 0;
}

.comment-author .avatar {
    border-radius: 12px;
    width: 48px;
    height: 48px;
    object-fit: cover;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.comment-content-wrap {
    flex-grow: 1;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.comment-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.comment-author cite {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0;
    font-style: normal;
}

.comment-author cite a {
    color: inherit;
    text-decoration: none;
}

.comment-metadata {
    font-size: 13px;
    color: var(--color-secondary);
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-primary);
    margin-bottom: 16px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    font-size: 13px;
    font-style: italic;
    color: var(--color-error);
    background: var(--color-light-bg);
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 12px;
}

.reply {
    margin-top: 10px;
}

.comment-reply-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    background: #F3F4F6;
    padding: 6px 14px;
    border-radius: 20px;
    transition: all 0.2s;
}

.comment-reply-link:hover {
    background: #FFD834;
}

/* Comment Form */
#respond {
    margin-top: 60px;
    background: var(--color-light-bg);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid var(--color-border);
}

#reply-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--color-primary);
    letter-spacing: -0.02em;
}

#reply-title small a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-error);
    margin-left: 10px;
}

.comment-notes, .logged-in-as {
    font-size: 14px;
    color: var(--color-secondary);
    margin-bottom: 30px;
}

.comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.comment-form-comment {
    grid-column: span 2;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    grid-column: span 2;
}

@media (min-width: 959px) {
    .comment-form-author, .comment-form-email {
        grid-column: span 1;
    }
}

.comment-form p {
    margin: 0;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
    color: var(--color-primary);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    background: var(--color-white);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 4px var(--color-accent);
}

.comment-form-cookies-consent {
    grid-column: span 2;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-form-cookies-consent input {
    margin-top: 3px;
}

.form-submit {
    grid-column: span 2;
    margin-top: 10px;
}

.comment-form .submit {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.2s;
    width: 100%;
}

@media (min-width: 640px) {
    .comment-form .submit {
        width: auto;
    }
}

.comment-form .submit:hover {
    background: var(--color-primary);
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Nested Comments */
.children {
    list-style: none;
    padding-left: 20px;
    border-left: 2px solid var(--color-border);
    margin-top: 20px;
}

@media (min-width: 959px) {
    .children {
        padding-left: 40px;
    }
}

