*:focus,
*:focus-visible,
*:focus-within {
    outline: none;
    box-shadow: none;
}
.is-scrolled .main-header {
    transition: all 0.3s ease-in-out;
}
.is-scrolled .main-header {
    border-bottom: 1px solid var( --e-global-color-8c79383 ) !important;
    transition: all 0.3s ease-in-out;
}
.main-header > div {
    width: 100% !important;
}

.search_box  input{
    background:var( --e-global-color-8d8282c ) !important;
    width: 520px !important;
    padding: 20px !important;
    color: var( --e-global-color-8c79383 ) !important;
}
.search_box  input::placeholder{
    color: #5B5B5B;
    font-family: "JetBrains Mono", Sans-serif;
}
.search_box  .searchwp-form-input-container::after{
    position: absolute;
    right: 20px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("https://61.notredamme.com/utpalmv-v1/wp-content/uploads/2025/12/search-2.png") no-repeat center;
    background-size: contain;
}
input[type="search" i]::-webkit-search-cancel-button {
    opacity: 0;
}
 
.post-clamp h2 a{
    display: -webkit-box;
  -webkit-line-clamp: 2;      /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-clamp div > p{
    display: -webkit-box;
  -webkit-line-clamp: 3;      /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-clamp div + a:after {
    content: '';
    background: url('../hello-elementor/arrow-right.svg') no-repeat center;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.3s ease-in;
    top: 4px;
}
.post-clamp div + a:hover::after{
    transform: translateX(2px);
}
.post-info-dots ul li:after {
    content: '•';
    display: inline-block;
    background: transparent;
    border: none;
    color: var( --e-global-color-8c79383 );
    width: 5px !important;
    height: 5px !important;
    top: -7px;
    border-inline-start-width: 0 !important;
}
.post-info-dots ul li:last-child:after {
    display: none;
}

/* blog detail page  */
.content-editing h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    font-family: "Cormorant Garamond", Sans-serif;
}
.content-editing h2 span {
    font-weight: 700 !important;
}
.content-editing ul,
.content-editing ol {
    padding-left: 16px;
}
.content-editing ul li,
.content-editing ol li{
   font-family: "JetBrains Mono", Sans-serif;
    font-size: 14px;
    line-height: 21px; 
    margin-bottom: 8px;
}
.content-editing ul li ul,
.content-editing ol li ul,
.content-editing ul li ol,
.content-editing ol li ol {
    margin-top: 8px;
}
.content-editing p{
   font-family: "JetBrains Mono", Sans-serif;
    font-size: 14px;
    line-height: 21px; 
}
.content-editing blockquote {
    margin: 0.25em 0;
    padding: 0.25em 40px;
    border-left: 5px solid #ededed;
}
.content-editing p:has(.left-float) {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.content-editing a {
    color: var( --e-global-color-primary ) !important;
}

/* Contact page  */
.contact-form-wrapper .form-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 48px;
}
.contact-form-wrapper .form-wrapper .grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 1024px) {
    .content-editing ul,
    .content-editing ol {
        padding-left: 26px;
    }
    .content-editing h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .search_box  input {
        width: 100% !important;
        padding: 20px 40px 20px 20px;
    }
    .search_box  .searchwp-form-input-container::after {
        right: 20px;
        width: 16px;
        height: 16px;
    }
    .content-editing h2 {
        font-size: 26px;
        line-height: 36px;
    }
}