@font-face {
  font-family: 'Playfair-Display';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  /* src: url('../fonts/brandonprinted-one-webfont.woff2') format('woff2'); */
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.woff2') format('woff2');
}

/* ===== VARIABLES ===== */
:root{
    /* --secondary-font: 'Playfair-Display'; */
    /* --primary-color: #18324f; */
    --primary-color: #0048E0;
    /* --secondary-color: #f33f33; */
    --secondary-color: #FEDC3D;
    --text-color: #33244a;
    --link-color: #FEDC3D;

    --soft-white: #d7d7d7;
}

/* ===== CSS RESET ===== */

body{
    overflow: unset;
}
body .menu-item a{
    outline: none !important;
}
body .menu-item a .sub-arrow{
    border: none !important;
}

a:focus{
    outline: none !important;
}


/* ===== BASE STYLES ===== */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
html.menu-active{
    overflow: hidden !important;
}

p:last-of-type{
    margin-bottom: 0;
}

body h2{
    margin-bottom: 20px;
}
#main #content-wrap{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.container{
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: column;
}
.content-area{
    max-width: 1220px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
}

/* ===== TYPO STYLES ===== */

h1{
    font-size: 48px;
    line-height: 1.3 !important;
}

h2{
    font-size: 28px;
    line-height: 1.2 !important;
}
h3{
    font-size: 20px;
    line-height: 1.4 !important;
}
h4{
    font-size: 18px;
    line-height: 1.4 !important;
}

p{
    font-size: 16px;
    line-height: 1.6;
}

.hld-sec-title h2,
.hld-month-holiday h3,
.hld-contact-left h1,
.hld-faq-main h1{
    font-family: var(--secondary-font) !important;
}
/* ===== header ===== */

.hl-header-main .hfe-dropdown:not(.menu-is-active){
    width: 0 !important;
    overflow: hidden;
}
.hl-header-main .sub-menu{
    padding: 15px 0;
}

.menu-toggle{
    width: fit-content !important;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle.active .hamburger-icon {
  display: none;
}

.menu-toggle.active .close-icon {
  display: block;
}
.menu-toggle .close-icon > div,
.menu-toggle .hamburger-icon > div{
    display: flex;
}
.hl-header-left{
    flex: 1 !important;
}
.hl-header-left .hl-header-nav{
    margin: 0 auto;
}

/* ===== FOOTER ===== */
.hl-footer-main{
    font-size: 14px;
}
.hl-footer-main *{
    color: white;
}
.hl-footer-main h3{
    margin-bottom: 10px !important;
}
.hl-footer-main .menu-item a:hover{
    color: var(--link-color) !important;
}

.hl-footer-main .hl-ftr-icon-sec-wrap .hl-ftr-icon{
    background: var(--soft-white);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 14px;
    display: flex;
    justify-content: center;    
    margin-right: 20px;
}
.hl-footer-main .hl-ftr-icon-sec-wrap .hl-ftr-icon > div{
    display: flex;
}

.hl-footer-main .hl-ftr-icon-sec-wrap .hl-ftr-icon svg{
    width: 100%;
    height: 100%;
}
.hl-footer-main .hl-ftr-icon-right{
    flex: 1;
}
.hl-footer-main .hl-ftr-inner-btm p a:hover{
    text-decoration: underline;
}

/* ===== MONTS SECTION ===== */
.hld-mnth-btm{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}
.hld-month-img-ctn{
    width: 100%;
    /* width: 16%; */
    /* aspect-ratio: 1/1; */
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: .3s all;
}
.hld-month-img-ctn:hover{
    transform: translateY(-8px);
    box-shadow: 0px 4px 18px -4px #757575;
}
.hld-month-img-ctn .hld-month-images{
    display: flex;
    height: 100%;
}
.hld-month-img-ctn .hld-month-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hld-month-img-ctn .hld-month-holiday{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.116);
}
.hld-month-img-ctn .hld-month-holiday h3{
    height: fit-content;
    color: white;    
    text-align: center;
    text-shadow: 2px 2px #444;
    text-transform: uppercase;

    display: flex;
    gap: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 0 !important;
    font-weight: 800;
    line-height: 1 !important;
}
.hld-month-img-ctn .hld-month-holiday h3 span{
    font-size: 18px;
}

/* ===== UPCOMING HOLYDAYS ===== */

.hld-uphld-main .hld-uphld-inner-main{
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(4,1fr);
}
.hld-uphld-main .hld-uphld-inner-col{
    width: 100%;    
    position: relative;
}
.hld-uphld-main .hld-uphld-inner-col .hld-img{
    display: flex;
    margin-bottom: 10px;
    position: relative;
}
.hld-uphld-main .hld-uphld-inner-col .hld-img::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.hld-uphld-main .hld-uphld-inner-col .hld-img:hover::before{
    opacity: 1;
}
.hld-uphld-main .hld-uphld-inner-col img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 4;
}
.hld-uphld-main .hld-uphld-inner-col .hld-date{
    position: absolute;
    top: 4px;
    left: 4px;
    background: var(--primary-color);
    border-radius: 5px;
    z-index: 1;
    padding: 6px 10px;
    color: #ffffff;
}
.hld-uphld-main .hld-uphld-inner-col .hld-date span{
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
.hld-uphld-main .hld-uphld-inner-col .hld-heading h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}
.hld-uphld-main .hld-uphld-inner-col:hover .hld-heading h3{
    color: var(--primary-color);
}
.hld-uphld-main .hld-seemore-btn{
    display: flex;
    justify-content: end;
    margin-top: 40px;
}
.hld-uphld-main .hld-seemore-btn a{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    width: fit-content;
}
.hld-uphld-main .hld-seemore-btn a span{
    font-size: 16px;
    color: #ffffff;
}
.hld-uphld-main .hld-seemore-btn a:hover{
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
}
.hld-uphld-main .hld-seemore-btn a:hover span{
    font-weight: 400;
    color: var(--primary-color);
}
.hld-uphld-main .hld-uphld-inner-col h2{
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== GIFTS SECTION ===== */
.hld-gift-main-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.hld-gift-main-inner .hld-gift-col{
    width: 100%;
    /* overflow: hidden; */
}
.hld-gift-main-inner .hld-gift-col .hld-gift-col-img{
    margin-bottom: 10px;
    overflow: hidden;
}
.hld-gift-main-inner .hld-gift-col:nth-of-type(1),
.hld-gift-main-inner .hld-gift-col:nth-of-type(2) {
    grid-column: span 2;
}
.hld-gift-main-inner .hld-gift-col img{
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: flex;
}
.hld-gift-main-inner .hld-gift-col img:hover{
    transform: scale(1.1);
}

/* ===== HOME SLIDER SECTION ===== */
.hld-main-banner{
    /* z-index: -2;  */
}

.hld-main-banner >div{
    display: flex;
    flex-direction: row !important;
    gap: 2% !important;
    width: 100% !important;
}
.hld-banner-lft{
    width: 70%;
}
.hld-banner-rgt-main{
    flex: 1 !important;
}
.holiday-slider{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.holiday-slider .slick-arrow{
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    /* gap: 5px; */
    align-items: center;
    translate: unset;
    top: unset;
    padding: 0;
    background-color: #ffffff;
    border-color: unset;
    border-radius: 20px;
    cursor: pointer;
    /* padding: 15px; */
    font-size: 0;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.holiday-slider .slick-prev::before,
.holiday-slider .slick-next::before{
    /* border: 1px solid var(--e-global-color-primary); */
    color: #18324F;
    position: absolute;
    inset: 0;
    left: -5px;
    top: -3px;
    font-size: 40px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.holiday-slider .slick-prev:hover::before,
.holiday-slider .slick-next:hover::before,
.holiday-slider .slick-prev:focus::before,
.holiday-slider .slick-next:focus::before{
    color: #ffffff;
}
.holiday-slider .slick-prev{
    left: 40px;
}
.holiday-slider .slick-next{
    flex-direction: row-reverse;
    right: 40px;
}
.holiday-slider .hl-slide .slide-image{
    position: relative;
}
.holiday-slider .hl-slide .slide-image .slide-overlay{
    position: absolute;
    inset: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    background: linear-gradient(180deg,#313639 -50%,rgba(0,0,0,0) 5.83%,rgba(0,0,0,0) 8.85%,#313639 150%);
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top{
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    justify-content: space-between;
    right: 40px;
    left: 40px;
    position: absolute;
    top: 20px;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .featured-wrap,
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right{
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .featured-wrap{
    color: var(--primary-color);
    background: #fff;
    left: 16px;
    height: fit-content;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right{
    background: var(--primary-color);
    color: #ffffff;
    right: 16px;
    font-size: 14px;
    font-weight: 400;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right .slide-date{
    text-align: left;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right .slide-date span{
    display: block;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right span{
    font-size: 16px;
    font-weight: 600;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right .slide-date span{
    font-size: 26px;
}
.holiday-slider .hl-slide .slide-image .slide-overlay .overlay-bottom h2{
    font-family: var(--secondary-font);
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.286;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
}
.holiday-slider .slide-image img{
    width: 100%;
    aspect-ratio: 2/1;
    height: 400px;
    object-fit: cover;
}
.hld-banner-rgt-main .hld-banner-rgt{
    display: flex;
    flex-direction: column;
    height: 400px;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-top{
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 5px;
    background: var(--primary-color);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: center;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-top h3{
    color: #fff;
    font-family: var(--secondary-font);
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl{
    display: flex;
    flex-direction: column;
    max-height: 253px;
    overflow-y: auto;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl .holiday-item,
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl p{
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-top: 1px solid rgba(67, 75, 88, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 15px;
    width: 100%;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl p{
    justify-content: center;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl .holiday-item .holiday-image{
    width: 40px;
    height: 40px;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl .holiday-item .holiday-image img{
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl .holiday-item .holiday-title a{
    color: var(--text-color);
    font-weight: 500;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl .holiday-item .holiday-title a:hover{
    color: var(--primary-color);
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-btm{
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
    width: 100%;
    padding: 20px 5px;
    display: flex;
    justify-content: center;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-btm a{
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 65px;
    color: var(--primary-color);
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-btm a:hover{
    background-color: var(--primary-color);
    color: #ffffff;
}
/*24-04-26 End */

/* cta section */
.hld-news-ltr-main .hld-news-ltr-content,
.hld-news-ltr-main .hld-news-ltr-form{
    width: 100%;
    margin: 0 auto;
}
.hld-news-ltr-main .hld-news-ltr-form{
    max-width: 540px !important;  
}
.hld-news-ltr-main .hld-news-ltr-form form{
    display: flex;
    gap: 22px 10px;
    flex-wrap: wrap;
}
.hld-news-ltr-main .hld-news-ltr-form form input{
    min-height: 42px;
}
.hld-news-ltr-main .cf7-full,
.hld-news-ltr-main .cf7-submit{
    margin: 0 !important;
}
.hld-news-ltr-main .cf7-full{
    flex: 1;
}
.hld-news-ltr-main .cf7-submit{
    width: fit-content;
}
.hld-news-ltr-main .hld-news-ltr-form form .wpcf7-response-output{
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
}

/* === TODAY PAGE === */

.hld-tdy-banner .hld-tdy-main-post{
    position: relative;
}
.hld-tdy-banner .hld-tdy-main-post img{
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 2/1;
    object-fit: cover;
    max-height: 368px;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    /* background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))); */
    background: rgba(0, 0, 0, .25);
    transition: .2s all;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay:hover{
    background: rgba(0, 0, 0, .35);
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-category{
    width: fit-content;
    background-color: #f6e4f6;
    color: #4d194d;
    border-radius: 3px;
    box-shadow: 0 .0625rem .25rem 0 rgba(25, 33, 61, .08);
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px;
    text-align: center;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-date{
    position: absolute;
    width: fit-content;
    top: 20px;
    left: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    right: 16px;
    font-size: 14px;
    background: var(--primary-color);
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-share-count{
    position: absolute;
    width: fit-content;
    top: 20px;
    right: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000000;
    right: 16px;
    font-size: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 3px;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay h3{
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.hld-tdy-banner .hld-tdy-banner-heading{
    display: flex;
    justify-content: space-between;
}
.hld-tdy-banner .hld-tdy-banner-heading h1{
    font-family: var(--secondary-font);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.hld-tdy-banner .hld-tdy-banner-inner-heading h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
.hld-tdy-banner .hld-tdy-other-posts{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 24px;
    margin-top: 24px;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card{
    width: calc(33% - 13px);
    aspect-ratio: 2/1;
    min-height: 184px;
    position: relative;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
    /* background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))); */
    background: rgba(0, 0, 0, .25);
    transition: .2s all;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay:hover{
    background: rgba(0, 0, 0, .35);
}

.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-top .hld-tdy-date{
    position: absolute;
    width: fit-content;
    top: 16px;
    left: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    right: 16px;
    font-size: 14px;
    background: var(--primary-color);
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-top .hld-share-count{
    position: absolute;
    width: fit-content;
    top: 16px;
    right: 16px;
    padding: 3px 6px;
    border-radius: 5px;
    color: #000000;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 3px;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-btm,
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-btm{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-top p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-top span{
    font-size: 12px;
    font-weight: 300;
}
.hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-top p::before,
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-top p::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("http://holidaydaylist.com/wp-content/uploads/2026/04/fire.svg");
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay .hld-tdy-category{
    width: fit-content;
    background-color: #f6e4f6;
    color: #4d194d;
    border-radius: 3px;
    box-shadow: 0 .0625rem .25rem 0 rgba(25, 33, 61, .08);
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    text-align: center;
}
.hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card .hld-tdy-overlay h3{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.birthday-wrapper{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.birthday-wrapper .birthday-video-section{
    margin: 40px 0;
    width: 600px;
    align-self: center;
}
.birthday-wrapper .birthday-video-section video{
    width: 600px;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    object-fit: cover;
}
.birthday-wrapper .birthday-list-wrap{
    border: 1px solid #e2e2e3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.birthday-wrapper h2{
    background-color: #11c4e6;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 8px 20px;
    text-transform: uppercase;
}
.birthday-wrapper .birthday-main-banner{
    position: relative;
}
.birthday-wrapper .birthday-main-banner img{
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 3/1;
    object-fit: cover;
}
.birthday-wrapper .birthday-main-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .25) 100%); */
    background: rgba(0, 0, 0, .25);
    border-radius: 8px;
    z-index: 1;
    transition: .2s all;
}
.birthday-wrapper .birthday-main-banner:hover::before{
    background: rgba(0, 0, 0, .35);
}
.birthday-wrapper .birthday-main-banner h3{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
}
.birthday-wrapper .birthday-main-banner p{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #323e52;
    border-radius: 5px;
    z-index: 2;
}
.birthday-wrapper .birthday-list-item .hld-bdy-link{
    display: flex;
    gap: 18px;
    padding: 8px;
    align-items: center;
    border-bottom: 1px solid #e2e2e3;
}
.birthday-wrapper .birthday-list-item img{
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    object-fit: cover;
}
.birthday-wrapper .birthday-list-item .hld-bdy-link h3{
    font-size: 16px;
    font-weight: 700;
    margin: 0 !important;
    color: var(--text-color);
}
.birthday-wrapper .birthday-list-item .hld-bdy-link:hover h3{
    color: var(--primary-color);
}
.birthday-wrapper .birthday-list-item .hld-bdy-link span{
    color: #11c4e6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/*=== BIRTHDAY PAGES ===*/
.month-events-wrapper{
    width:100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.month-events-wrapper .event-toggle{
    width: fit-content;
    display:flex;
    margin-bottom:30px;
    border-radius: 100px;
    background:#eee;
}

.month-events-wrapper .event-toggle a{
    /* background:#eee; */
    border-radius:30px;
    text-decoration:none;

    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    padding: 8px 20px;
    color: #000 !important;
    outline: none !important;
}
.month-events-wrapper .event-toggle a.active{
    background:var(--primary-color);
    color:#fff !important;
    font-weight: 700;
    pointer-events: none;    
}
.month-events-wrapper .event-toggle a:hover{
    text-decoration: underline;
}

.month-events-wrapper .month-navigation{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    gap: 20px;
}

.month-events-wrapper .month-navigation h1{
    margin:0;
    font-size:30px !important;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
}

.month-events-wrapper .month-navigation .nav-btn{
    text-decoration:none;
    font-family: var(--secondary-font);
    font-weight:500;
    font-size:16px;
}
.month-events-wrapper .month-navigation .nav-btn:hover{
    color: var(--primary-color);
}

.month-events-wrapper .calendar-dates{
    display:flex;
    /* gap:10px; */
    flex-wrap: wrap;
    justify-content: center;
    /* overflow-x:auto; */
    margin-bottom:20px;
    padding:15px 0;
    border-bottom: 3px solid rgba(51, 58, 68, .1);
    border-top: 3px solid rgba(51, 58, 68, .1);
}

.month-events-wrapper .calendar-dates a{
    min-width:36px;
    height:60px;
    /* border-radius:50%; */
    /* background:#eee; */
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    flex-shrink:0;
    /* margin: 5px 0; */
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.month-events-wrapper .calendar-dates a:hover{
    color: var(--primary-color);
}
.month-events-wrapper .calendar-dates a:first-of-type{
    padding-top: 5px;
    background: rgba(243,63,51,.0784313725);
    border-bottom:5px solid var(--secondary-color);
}

.month-events-wrapper .event-table-header{
    display:grid;
    grid-template-columns:1fr 2fr 2fr 2fr;
    gap:20px;
    padding:12px 0;
    /* border-bottom:2px solid #ddd; */
    background:#f1f2f2 ;
    font-weight:700;
    line-height:1.3 !important;
}
.month-events-wrapper .event-table-header div:first-of-type{
    padding-left: 8px;
}
.month-events-wrapper .event-table-header div:last-of-type{
    padding-right: 8px;
}

.month-events-wrapper .event-day-section{
    margin-top:20px;
}

.month-events-wrapper .event-day-title{
    border-bottom: 1px solid rgba(51, 58, 68, .1);
    margin: 15px 0 10px;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;

    /* font-size:24px; */
    font-weight:600;
    line-height: 1.5;
    margin-bottom:20px;
    color: var(--primary-color);
}

.month-events-wrapper .event-row{
    display:grid;
    grid-template-columns:1fr 2fr 2fr 2fr;
    gap:20px;
    margin:15px 0;

    /* border-bottom:1px solid #eee; */
    border: 1px solid #f1f2f2;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .03);
}
.month-events-wrapper .event-row img{
    min-width: 90px;
    width: 90px;
    height: 60px !important;
    object-fit: cover;
}
.month-events-wrapper .event-row .event-title{
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.month-events-wrapper .event-row .event-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-color);  
    text-transform: capitalize;  
}
.month-events-wrapper .event-row .event-title a:hover{
    color: var(--primary-color);
}
.month-events-wrapper .event-row .event-category-wrap{
    display: flex;
    align-items: center;
}
.month-events-wrapper .event-row .event-category{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
.month-events-wrapper .event-row .event-category a{
    padding: 10px 16px;
    background-color: var(--secondary-color);
    color: #000000;
    width: fit-content;    
    line-height: 1;
    border-radius: 100px;
}
.month-events-wrapper .event-row .event-category:empty{
    display: none;
}
.month-events-wrapper .event-row .event-category a:hover{
    /* font-weight: 600; */
    text-decoration: underline;
}
.month-events-wrapper .event-row .event-tags-wrap{
    display: flex;
    align-items: center;
}
.month-events-wrapper .event-row .event-tags{
    color: var(--primary-color);
}
.month-events-wrapper .no-events{
    text-align: center;
    margin: 40px 0 0;
}

.hld-month-text p a:hover{
    text-decoration: underline;
}
/*=== BIRTHDAY DETAIL PAGES ===*/
.hld-single-page{
    padding: 50px 20px;
    display: flex;
}
.hld-single-inner{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: flex;   
    gap: 40px; 
}
.hld-single-main{
    flex: 1;
}
.hld-single-aside{
    width: 26%;
}
.hld-single-hero .hld-single-img{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.hld-single-hero .hld-single-img .hld-post-thumbnail{
    width: 100%;
}
.hld-single-hero .hld-single-img img{
    min-height: 550px;
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.hld-single-hero .hld-single-img .hld-single-img-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}
.hld-single-hero .hld-single-img .hld-overlay-top{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 24px;
}
.hld-single-hero .hld-single-img .social-icon svg{
    width: 20px;
    height: 20px;
}
.hld-single-hero .hld-single-img .date-wrap{
    margin-left: auto;    
}
.hld-single-hero .hld-single-img .date-wrap .date-box{
    padding:  10px 18px;
    background: var(--primary-color);
    border-radius: 5px;
}
.hld-single-hero .hld-single-img .date-wrap .hld-date-day,
.hld-single-hero .hld-single-img .date-wrap .hld-date-date{
    display: block;
    line-height: 1;
    color: white;
    text-transform: uppercase;
}
.hld-single-hero .hld-single-img .date-wrap .hld-date-day{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.hld-single-hero .hld-single-img .date-wrap .hld-date-date{
    font-size: 22px;
    font-weight: 600;
}
.hld-single-hero .hld-single-img .birthday-holiday-tags{
    width: fit-content;
    margin-bottom: 20px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hld-single-hero .hld-single-img .birthday-holiday-tags span{
    background: var(--primary-color);    
    color: white;
    padding:10px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}
.hld-single-hero .hld-single-img .birthday-holiday-title{
    padding: 20px 30px;
    background: rgba(31,49,78,.7);    
}

.hld-single-hero .hld-single-img .birthday-holiday-title *{
    color: white !important;
}
.hld-single-hero .hld-single-img .birthday-holiday-title h1{
    line-height: 1.3;
    font-size: 42px !important;
}
.hld-single-hero .hld-single-img .birthday-holiday-title h5{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
}
.hld-single-content{
    margin-top: 20px;
}
.hld-single-content *{
    color: var(--text-color);
}
.hld-related-sec{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 4px 8px 0px #0000001c;
}
.hld-related-sec .hld-related-sec-top{
    background: var(--primary-color);
    padding: 20px;
}
.hld-related-sec .hld-related-sec-top h3{
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-weight: 700;
}
.hld-related-sec .hld-related-sec-mdl{
    display: flex;
    flex-direction: column;
    max-height: 253px;
    overflow-y: auto;
}
.hld-related-sec .hld-related-item{
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-top: 1px solid rgba(67, 75, 88, .2);
    padding: 15px;
    width: 100%;
}
.hld-related-sec .hld-related-item .hld-related-image{
    width: 40px;
    height: 40px;
}
.hld-related-sec .hld-related-item .hld-related-image img{
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.hld-related-sec .hld-related-item .hld-related-item-title{
    font-weight: 500;
}
.hld-related-sec .hld-related-item:hover .hld-related-item-title{
    color: var(--primary-color);
}
.hld-related-sec .hld-related-sec-btm{
    padding: 20px;    
    display: flex;
    width: 100%;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}
.hld-related-sec .hld-related-sec-btm a{
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    /* font-family: var(--secondary-font); */
    border-radius: 100px;
}
.hld-related-sec .hld-related-sec-btm a:hover{
    background: var(--primary-color);
    color: white;
}

/*=== HOLIDAY PAGE (CALENDAR ) ===*/
.hld-holiday-page.calendar-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}
.hld-holiday-page .calendar-sidebar{
    width:17%;
    height: fit-content;
    position: sticky;
    top: 20px;
}
.hld-holiday-page .calendar-sidebar h1 {
    font-size: 34px !important;
    font-weight: 700;
    color: #2d2f4a;
    margin-bottom: 20px;
}

.hld-holiday-page .calendar-sidebar h1 span {
    display: block;
}

.hld-holiday-page .calendar-filter-heading {
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 900;
    color: #666;
    margin-bottom: 0;
    text-transform: uppercase;
}
.hld-holiday-page .calendar-filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.hld-holiday-page .calendar-filter-options li{
    font-size: 14px;
}
.hld-holiday-page .calendar-filter-all{
    display: flex;
}
.hld-holiday-page .calendar-filter-option{
    margin-bottom: 6px;
}
.hld-holiday-page .calendar-filter-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #2d2f4a;
    gap: 10px;
    position: relative;
    flex-direction: row-reverse;
    justify-content: left;
}
.hld-holiday-page .calendar-filter-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.hld-holiday-page .checkmark {
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}
.hld-holiday-page .checkmark::after {
    content: "";
    position: absolute;
    left: 38%;
    top: 23%;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.hld-holiday-page .calendar-filter-option input:not(:checked) + .checkmark {
    background: #d1d5db;
}

.hld-holiday-page .calendar-filter-option input:not(:checked) + .checkmark::after {
    display: none;
}
.hld-holiday-page .calendar-grid {
    width: 100%;
    flex: 1;
}
.hld-holiday-page .calendar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.hld-holiday-page .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3f4754;
    color: #fff;
    padding: 8px 16px;
    gap: 20px;
}
.hld-holiday-page .calendar-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    flex: 1;
    text-align: center;
}
.hld-holiday-page .calendar-header a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.hld-holiday-page .calendar-header a svg{
    margin-bottom: 1px;
}
.hld-holiday-page .calendar-header a:hover{
    color: var(--secondary-color);
}
.hld-holiday-page .calendar-header a:hover svg path{
    fill: var(--secondary-color);
}
.hld-holiday-page .thead .tr {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e0e0e0;
}

.hld-holiday-page .th {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    text-align: center;
    padding: 10px;
    font-size: 8px;
    font-weight: 800;
    color: #ccc;
    letter-spacing: 1.5px;
    line-height: 2;
    text-transform: uppercase;
}
.hld-holiday-page .tbody .tr {
    display: flex;
    flex-wrap: wrap;
}
.hld-holiday-page .td {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);    
    outline: .5px solid #eee;
    min-height: 120px;
    padding: 6px;
    background: #fff;
    position: relative;
    transition: background 0.2s;
    max-height: 130px;
    overflow: auto;
}
.hld-holiday-page .td:hover {
    background: #f9fbfc;
}
.hld-holiday-page .calendar-day-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.hld-holiday-page .calendar-day-content::-webkit-scrollbar {
    width: 4px;
}
.hld-holiday-page .calendar-day-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.hld-holiday-page .ga-calendar-day-link {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    padding: 0 6px;
    width: fit-content;
}
.hld-holiday-page .ga-calendar-day-link:hover{
    color: var(--primary-color);
}
.hld-holiday-page .calendar-holiday-link {
    display: block;
    background: var(--secondary-color) ;
    color: #000000;
    padding: 4px 6px;
    margin-top: 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hld-holiday-page .calendar-holiday-link:hover{
    /* color: var(--primary-color); */
    text-decoration: underline;
} 
.hld-holiday-page .td.today .ga-calendar-day-link{
    background: red;
    color: white;
}

/* Parent must be relative */
.calendar-grid {
    position: relative;
}

/* Overlay */
.hld-holiday-page .calendar-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 12px;
    background: #00000014;
}

/* Spinner */
.hld-holiday-page .loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #1fb6c9;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hld-holiday-page .calendar-grid.loading {
    opacity: 0.7;
}

/*=== BLOG PAGE ===*/
.hld-blog-main{
    padding: 50px 20px;
    width: 100%;
    background-color: #edf5ff;
}
.hld-blog-inner{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.hld-blog-inner .hld-blog-main-heading{
    margin-bottom: 12px;
}

.hld-blog-inner .hld-blog-main-heading a,
.hld-blog-inner .hld-blog-main-heading .hld-separator{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--primary-color);
}
.hld-blog-inner h1{
    font-family: var(--secondary-font);
    font-size: 34px !important;
    font-weight: 600;
    line-height: 60;
    color: var(--text-color);
    margin-bottom: 56px;
}
.hld-blog-inner .hld-blog-layout{
    width: 100%;
    display: flex;
    gap: 24px;
}
.hld-blog-layout .hld-blog-left{
    width: 23%;
}
.hld-blog-layout .hld-blog-left .hld-blog-left-inner{
    margin-bottom: 0;
    position: sticky;
    top: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(39, 115, 230, .07);
    overflow: hidden;
    padding: 20px 14px;

}
.hld-blog-layout .hld-blog-left .hld-blog-category-title{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-title svg{
    display: none;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items{
    list-style-type: none;
    margin: 0;
    margin-top: 20px;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item{
    border-radius: 6px;
    overflow: hidden;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item a{
    color: var(--text-color);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 8px 12px;
    text-decoration: none;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item a:hover{
    color: var(--primary-color) !important;
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item.active{
    background: rgba(39, 193, 229, .15);
}
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item.active a{
    color: var(--primary-color) !important;
}
.hld-blog-layout .hld-blog-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post{
    width: 100% !important;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 24px;
    position: relative;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img{
    aspect-ratio: 368/327;
    height: 100%;
    width: 43%;
    border-radius: 4px;
    margin-bottom: 0;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt{
    width: 57%;
}
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt .featured-label{
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 4px 14px;
    left: 35px;
    top: 35px;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt .hld-blog-date,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt .hld-blog-date{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt h3,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt h3{
    color: #33244a;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 700;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt h3 a,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt h3 a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    color: var(--text-color);
}
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt h3 a:focus,
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers:focus,
.hld-blog-layout .hld-blog-left .hld-blog-category-items .hld-blog-category-item a:focus{
    outline: none !important;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt h3 a:hover,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt h3 a:hover{
    color: var(--primary-color) !important;
    text-decoration: none;
    cursor: pointer;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt h3 a:hover svg path,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt h3 a:hover svg path{
    stroke: var(--primary-color);
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt p,
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-contnt p{
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hld-blog-layout .hld-blog-right .hld-post-card{
    width: calc(50% - 12px);
    margin: 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(39, 115, 230, .07);
    color: #33244a;
    padding: 24px 24px 32px;
    position: relative;
}
.hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img{
    padding-bottom: 0 !important;
}
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-img{
    border-radius: 4px;
    margin-bottom: 32px;
    height: 240px;
    height: 240px;
}
.hld-blog-layout .hld-blog-right .hld-post-card .hld-post-img img{
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hld-blog-pagination{
    display: flex;
    justify-content: center;
}
.hld-blog-pagination .hld-blog-pag-inner{
    border-top: 1px solid #d4e5ff;
    margin-top: 64px;
    padding: 12px 16px 16px;
    width: 100%;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c8ddfd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers{
    background-color: #fff;
    border-right: 1px solid #c8ddfd;
    color: #33244a;
    min-width: 40px;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main a.page-numbers:hover{
    background: #c8ddfd93;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.current{
    background: var(--primary-color);
    color: white;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next,
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px;
    padding-left: 16px;
    padding-right: 16px;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next .pagination-btn,
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev .pagination-btn{
    display: flex;
    gap: 8px;
    border: none;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: var(--primary-color);
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next .pagination-btn span,
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev .pagination-btn span{

    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4285714286;
    /* color: var(--primary-color); */
    margin: 0 !important;
}
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next .pagination-btn svg,
.hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev .pagination-btn svg{

    width: 20px;
    height: 20px;
}

/*=== BLOG PAGE END ===*/
/*===BLOG DETAIL PAGE ===*/
.hld-blg-details-single-post,
.hld-news-single-wrapper{
    padding: 50px 20px;
    width: 100%;
}
.hld-blg-details-inner,
.hld-news-single-inner{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.hld-blg-details-single-post p,
.hld-blg-top p{
    color: var(--text-color) !important;
}
.hld-blg-top{
    margin-bottom: 40px;
    text-align: center;
}
.hld-blg-top .breadcrumb{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    color: var(--primary-color) !important;
}
.hld-blg-top .breadcrumb a{
    color: var(--primary-color) !important;
}
.hld-blg-top .breadcrumb a:hover{
    text-decoration: underline;
}
.hld-blg-top h1{
    /* font-family: var(--secondary-font); */
    margin-bottom: 24px;
    font-size: 34px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    color: #33244a;
}
.hld-blg-top .hld-blg-details-excerpt{
    color: #17334f;
    font-size: 18px;
    font-weight: 400;
}
.hld-blg-details-post-image{
    width: 100%;
    margin-bottom: 52px;
}
.hld-blg-details-post-image img{
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    aspect-ratio: 51/24;
}
.hld-blg-details-content{
    margin-bottom: 50px;
}
.hld-blg-details-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
/* ==Related Cntent Section ==*/
.hld-related-posts h2{
    /* font-family: var(--secondary-font); */
    color: var(--text-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3 !important;
    padding-bottom: 10px;
    margin-bottom: 36px;
    border-bottom: 1px solid #33244a;
}
.hld-related-posts .hld-related-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.hld-related-grid .hld-related-card{
    width: calc(50% - 12px);
    height: fit-content;
}
.hld-related-grid .hld-related-card .hld-related-img{
    aspect-ratio: 5/3;
    margin-bottom: 13px;
    overflow: hidden;
}
.hld-related-grid .hld-related-card .hld-related-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.hld-related-grid .hld-related-card h3{
    /* font-family: var(--secondary-font); */
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    transition: .3s all;
}
.hld-related-grid .hld-related-card:hover a h3{
    color: var(--primary-color);
}
/* ==Related Cntent Section End ==*/
/*===BLOG DETAIL PAGE END ===*/

/*===ABOUT US PAGE ===*/
.hld-abt-main{
    height: fit-content;
}
.hld-abt-main h1{
    font-family: var(--secondary-font) !important;
}
.hld-abt-main-flex{
    background-color: #F1F1F1;
    padding: 20px;
    border-radius: 8px;
}
.hld-abt-main-flex .hld-abt-inner-img{
    width: 43%;
    height: auto;
}
.hld-abt-main-flex .hld-abt-inner-img >div{
    aspect-ratio: 368 / 327;
    width: 100%;
    height: 100%;
    align-content: center;
    display: flex;
    align-items: center;
}
.hld-abt-main-flex .hld-abt-inner-img img{
    aspect-ratio: 368 / 327;
    object-fit: cover;
    height: auto !important;
}
.hld-abt-main-flex .hld-abt-inner-content{
    flex: 1;
}
.hld-abt-main .hld-mission-vision-title h2{
    font-family: var(--secondary-font);
}
.hld-abt-main .hld-mission-vision-content p{
    margin-bottom: 24px;
}
/*===ABOUT US PAGE END ===*/

/*=== CONTACT US ===*/

.cf7-row {
    display: flex;
    gap: 20px;
}

.cf7-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cf7-full {
    margin-top: 20px;
}

.cf7-col label,
.cf7-full label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    line-height: 1.5;
    font-size: 14px;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    /* width: 100%; */
    /* padding: 10px; */
    border: 1px solid #ccc;
    border-radius: 4px;
    color: var(--text-color);
}

.wpcf7 textarea {
    height: 150px;
}

.cf7-submit {
    margin-top: 20px;
    text-align: right;
}

.wpcf7 input[type="submit"] {
    border-color: var(--primary-color) !important;
    width: fit-content;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-family: inherit;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active{
    color: var(--primary-color) !important;
}
.wpcf7 p br{
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-top: 5px !important; 
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    font-size: 14px !important; 
    line-height: 1.5 !important;

    background: #fff5f5 !important;
    border: 1px solid #e74c3c !important;
    color: #c0392b !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #eafaf1 !important;
    border: 1px solid #2ecc71 !important;
    color: #27ae60 !important;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 form.submitting .cf7-submit p::after{
    content: "";
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top: 3px solid #e74c3c;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-flex;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.wpcf7 form.submitting input[type="submit"] {
    opacity: 0.6;
    pointer-events: none;
}

.hld-contact-left h3{
    margin-bottom: 10px;
    color: var(--text-color);
}
.hld-contact-left p a{
    color: var(--primary-color);
}
.hld-contact-left p a:hover{
    color: var(--text-color);
}

/*=== CONTACT US ===*/

.hld-faq-main .hld-faq-accordion .e-n-accordion-item{
    /* border: 1px solid #d5d8dc; */
    outline: 1px solid #d5d8dc;
    background: #F7F8F9;
}
.hld-faq-main .hld-faq-accordion .e-n-accordion-item-title{
    border: unset;
    background: unset;
    padding-top: 16px;
}
.hld-faq-main .hld-faq-accordion .e-n-accordion-item-title-text{
    font-weight: 600;
}
.hld-faq-main .hld-faq-accordion .e-n-accordion-item-title[aria-expanded="true"]{
    box-shadow: 0 1px 0 #d5d8dc;
}

/*=== BANNER SECTION (NEWS) ===*/
.hld-banner-img::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
}

/*=== MONTH WISE HOLIDAY LIST ===*/
.hld-lst-cal-main .hld-lst-cal-title h1{
    font-family: var(--secondary-font);
}
.hld-lst-cal-months {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hld-lst-cal-months .hld-lst-cal-month {
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .12);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .12);
    border-radius: 12px;
}
.hld-lst-cal-months .hld-lst-cal-month-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.hld-lst-cal-months .hld-lst-cal-month-image{
    background-color: #c4c4c4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 220px;
    position: relative;
    text-align: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.hld-lst-cal-months .hld-lst-cal-month-image .hld-lst-cal-month-mask{
    background-color: #33244a;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.hld-lst-cal-months .hld-lst-cal-month-image .hld-lst-cal-month-name{
    color: #ffffff;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}
.hld-lst-cal-months .hld-lst-cal-month-content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 14px 17px 12px;
}
.hld-lst-cal-months .hld-lst-cal-month-content .hld-lst-cal-month-descr{
    flex-grow: 1;
    font-size: 16px;
    line-height: 26px;
}
.hld-lst-cal-months .hld-lst-cal-month-content .hld-lst-cal-month-inner-link{
    margin-top: 21px;
    display: inline-block;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
}
.hld-lst-cal-months .hld-lst-cal-month-content .hld-lst-cal-month-inner-link:focus,
.hld-lst-cal-months .hld-lst-cal-month-content .hld-lst-cal-month-inner-link:hover{
    outline: none !important;
    color: var(--primary-color);
    /* text-decoration: underline; */
}
.hld-lst-cal-months .hld-lst-cal-month-link{
    border-top: 2px solid #e3e3e3;
    padding: 12px 17px 14px;
}
.hld-lst-cal-months .hld-lst-cal-month-link a{
    /* background-color: var(--secondary-color); */
    /* border: 1px solid var(--text-color); */

    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    /* color: var(--text-color); */
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
    text-transform: uppercase;
}
.hld-lst-cal-months .hld-lst-cal-month-link a svg path{
    /* fill: var(--text-color); */
}
.hld-lst-cal-months .hld-lst-cal-month-link a:hover{
    background-color: var(--secondary-color);
    color: var(--text-color);
    border-color: var(--secondary-color);
}
.hld-lst-cal-months .hld-lst-cal-month-link a:hover svg path{
    fill: var(--text-color);
}
/*=== MONTH WISE HOLIDAY LIST END ===*/

/*=== NEWS PAGE ===*/
.hld-banner h1{
    font-family: var(--secondary-font) !important;
}
.hld-news-layout{
    display: flex;
    flex-direction: row;
    gap: 50px 60px;
    flex-wrap: wrap;
}
.hld-news-layout .hld-news-layout-lft{
    flex: 1;
}
.hld-news-layout .hld-news-layout-rgt{
    width: 24%;
}
.hld-news-layout h2{
    color: var(--text-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3 !important;
    padding-bottom: 10px;
    margin-bottom: 36px;
    border-bottom: 2px solid #e3e3e3;
}
.hld-news-layout .news-card,
.hld-news-related-posts .news-card{
    display: flex;
    gap: 30px;
    padding: 24px 0;
    border-bottom: 2px solid #f5f5f5;
}
.hld-news-layout .news-card:first-of-type,
.hld-news-related-posts .news-card:first-of-type{
    padding-top: 0;
}
.hld-news-layout .news-card:last-of-type,
.hld-news-related-posts .news-card:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.hld-news-layout .news-card .news-card-lft,
.hld-news-related-posts .news-card .news-card-lft{
    width: 36%;
}
.hld-news-layout .news-card.featured .news-card-lft{
    width: 50%;
}
.hld-news-layout .news-card img,
.hld-news-layout .news-post img,
.hld-news-related-posts .news-card img{ 
    width: 100%;
    aspect-ratio: 7 / 6;
    object-fit: cover;
}
.hld-news-layout .news-card .news-card-rgt,
.hld-news-related-posts .news-card .news-card-rgt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hld-news-layout .news-card h3,
.hld-news-related-posts .news-card h3{
    font-size: 22px;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hld-news-layout .news-card.featured h3{
    font-size: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hld-news-layout .news-card h3 a,
.hld-news-layout .news-post h3 a,
.hld-news-related-posts .news-card h3 a{
    color: var(--text-color);
}
.hld-news-layout .news-card h3 a:hover,
.hld-news-layout .news-post h3 a:hover,
.hld-news-related-posts .news-card h3 a:hover{
    color: var(--primary-color);
}
.hld-news-layout .news-card p,
.hld-news-related-posts .news-card p{
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.65;
}
.hld-news-layout .news-card .news-date,
.hld-news-related-posts .news-card .news-date{
    color: #a5a5a5;
}

.hld-news-layout .hld-news-featured-btm{
    margin-bottom: 50px;
}

.hld-news-layout .news-post{
    border-bottom: 2px solid #f5f5f5;
}
.hld-news-layout .news-post:last-of-type{
    border: none;
}
.hld-news-layout .news-post .news-post-content{
    padding: 10px 0;
}
.hld-news-layout .news-post h3{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hld-news-layout .sidebar-block{
    margin-bottom: 50px;
}
/*=== NEWS DETAIL PAGE ===*/
.hld-news-single-inner h1 {
    margin-bottom: 24px;
    font-size: 34px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    color: var(--text-color) !important;

    text-align: center;
}
.hld-news-single-inner .hld-news-top-raw p{
    text-align: center;
}
.hld-news-single-inner .hld-news-top-raw{
    margin-bottom: 40px;
}
.hld-news-single-inner .hld-news-mdl-raw{
    margin-bottom: 20px;
}
.hld-news-single-inner .hld-news-mdl-raw img{
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    aspect-ratio: 51 / 24;
    margin-bottom: 10px;
}
.hld-news-single-inner .hld-news-related-posts{
    margin-top: 50px;
}
.hld-news-single-inner .hld-news-related-posts h2{
    color: var(--text-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3 !important;
    padding-bottom: 10px;
    margin-bottom: 36px;
    border-bottom: 2px solid #e3e3e3;
}
.hld-news-related-posts .news-card .news-card-lft{
    max-width: 260px;
}

/* =========================
   GIFTS PAGE LAYOUT
========================= */

.gift-products-page,
.gift-category-page {
    padding: 0 20px;
}
.gift-products-page .gifts-page-layout-inner,
.gift-category-page .gifts-page-layout-inner{
    max-width: 1220px;
    margin: 0 auto;
}

.gifts-page-layout-inner{
    display: flex;
    gap: 30px;
    padding: 40px 0;
    flex-wrap: wrap;
}

.gifts-sidebar {
    width: 240px;
    padding-right: 30px;
    border-right: 1px solid #e4e6f1;
}
.gifts-sidebar-inner{
    position: sticky;
    top: 20px;
    align-self: flex-start;
    flex-shrink: 0;
}
.gift-sidebar-menu-title{
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.gift-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid #eee;
}

.gift-sidebar-menu li {
    margin-bottom: 10px;
}

.gift-sidebar-menu a {
    display: block;
    padding: 0 15px;
    color: #6b7094 !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

.gift-sidebar-menu a:hover,
.gift-sidebar-menu li.active a{
    border-left: 2px solid var(--primary-color);
}


/* GIFT MAIN CONTENT */

.gifts-main-content,
.gifts-product-main-content{
    flex: 1;    
}
.gift-page-header h1,
.gift-product-section-header h1{
    font-size: 34px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 40px;
    font-family: var(--secondary-font);
}
/* SECTION */
.gift-parent-section {
    padding: 24px 0 60px;
    border-top: 2px solid #eaeaea;
}

.gift-parent-section:last-of-type{
    padding-bottom: 0 !important;
}

/* SECTION HEADER */
.gift-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.gift-section-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: var(--text-color);
}

.gift-view-all {
    font-size: 16px;
    color: var(--primary-color) !important;
    text-decoration: none;
}

.gift-view-all:hover {
    text-decoration: underline;
}

/* Gift category Grid */

.gift-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gift-category-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #d9dee8;
}

.gift-category-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.gift-category-card:hover h3{
    color: var(--primary-color);
}

.gift-category-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.gift-card-image {
    width: 100%;
    aspect-ratio: 308 / 205;
    overflow: hidden;
}

.gift-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gift-card-content {
    padding: 15px;
}
.gift-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-color);
}
.gift-card-content p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0;
}

/* PRODUCT PAGE LAYOUT--------------------------------------------------------------------------------------------------- */


.gift-product-section-header{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.gift-product-section-header h1{
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}

.gift-products-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.gift-product-card{
    background: #fff;
    border: 1px solid #d9dee8;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gift-product-card:hover{
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.gift-product-image{
    padding: 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gift-product-image img{
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    display: block;
}
.gift-product-content{
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.gift-product-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.gift-product-title{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 15px;
}
.gift-product-description{
    color: #5f667a;
    margin-bottom: 30px;
    flex-grow: 1;
    line-height: 1.6;
}
.gift-buy-button{
    width: 100%;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    /* transition: .3s ease; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gift-buy-button:hover{
    background: white;
    color: var(--primary-color);
}
.gift-buy-button svg{
    transition:.3s all ;
}
.gift-buy-button:hover svg path{
    fill: var(--primary-color);
}

/*=== PRIVACY POLICY ===*/
.hld-privacy-policy-page *{
    color: var(--text-color);
}
.hld-privacy-policy-page p a{
    text-decoration: underline;
}
.hld-privacy-policy-page p a:hover{
    color: var(--primary-color);
}
.hld-privacy-policy-page h1{
    font-family: var(--secondary-font) !important;
}
.hld-privacy-policy-page h2{
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}
.hld-privacy-policy-page .hld-table-wrap{
    overflow: auto;
}
.hld-privacy-policy-page table{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    height: fit-content !important;
}
.hld-privacy-policy-page table th, 
.hld-privacy-policy-page table td{
    border: 1px solid #c5c5c5;

}
.hld-privacy-policy-page table h4{
    margin-bottom: 0 !important;
}
.hld-privacy-policy-page table ul{
    margin-top: 0;
    margin-bottom: 0;
}

.hld-video-top::before{
    content: "";
    background: #eef4ff;
    width: 100vw;
    inset: 0;
    left: 50%;
    transform: translateX(-50%);

}
.hld-video-top .elementor-widget-shortcode{
    display: flex;
}
.hld-video-top .elementor-widget-shortcode .elementor-shortcode{
    display: flex;
    width: 100%;
}
.today-video-layout{
    display:grid;
    grid-template-columns:2fr 1.1fr;
    gap:24px;
    align-items:start;
}

.today-featured-video{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

.today-featured-video img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
}

.today-featured-overlay{
    position:absolute;
    inset:0;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
}

.today-featured-small-title,
.today-featured-date{
    color:#fff;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.2;
}

.today-featured-overlay h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    max-width:700px;
    margin:0;
    text-transform:uppercase;
}

.today-video-sidebar{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.today-video-item{
    display:flex;
    gap:18px;
    align-items:center;
}

.today-video-item:hover h3{
    color: var(--primary-color);
}
.today-video-thumb{
    position:relative;
    min-width:100px;
    width:36%;
    border-radius:10px;
    overflow:hidden;
    display:block;
}

.today-video-thumb img{
    width:100%;
    aspect-ratio: 21 / 13;
    object-fit:cover;
    display:block;
}
.today-video-content{
    flex: 1;
}
.today-video-content h3{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: var(--text-color);

    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.today-play-icon{
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: white;
}
.today-featured-video{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

.today-featured-video-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
}

.today-featured-video-wrapper iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.today-featured-overlay{
    position:absolute;
    inset:0;
    pointer-events:none;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:40px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.1)
    );
}

.today-video-item{
    cursor:pointer;
}

/* bottom ---------------------------------------------------------- */

.this-week-title{
    font-size:56px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    margin:0 0 40px;
    color:#08264d;
}

.this-week-videos-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.this-week-video-card{
    display:flex;
    flex-direction:column;
}

.this-week-video-thumb{
    position:relative;
    border-radius:10px;
    overflow:hidden;
    display:block;
}

.this-week-video-thumb img{
    width:100%;
    aspect-ratio: 21 / 13;
    object-fit:cover;
    display:block;
}

.this-week-play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius:50%;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:700;
}

.this-week-video-title{
    margin:10px 0 0;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:#08264d;

    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* event detail page */

.hld-event-featured-image{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hld-event-featured-image img{
    width: 100%;
    display: block;
}

.hld-event-date-label{
    position: absolute;
    left: 24px;
    top: 24px;
    background: var(--primary-color);
    padding: 14px 18px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 120px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.hld-event-date-label strong{
    font-size: 24px;
    line-height: 1;
    color: white;
}

.hld-event-date-label span{
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hld-event-meta{
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.hld-event-meta-card{
    flex: 1;
    min-width: 240px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 16px;
}

.hld-event-meta-card label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #777;
}

.hld-event-meta-card p,
.hld-event-meta-card a{
    /* font-size: 18px; */
    /* line-height: 1.5; */
    color: var(--text-color);
    word-break: break-word;
}

.hld-event-meta-card a{
    text-decoration: none;
}

.hld-event-meta-card a:hover{
    text-decoration: underline;
    color: var(--primary-color);
}
/*=== MEDIA Quory ===*/

@media (max-width: 1400px){
    /* .hld-tdy-banner .hld-tdy-banner-heading h1{
        font-size: 40px;
    } */
    .hld-single-hero .hld-single-img .birthday-holiday-title h1{        
        font-size: 36px !important;
    }
    .hld-single-hero .hld-single-img .birthday-holiday-title h5{
        font-size: 28px;
    }
}
@media (max-width: 1200px){
    .gift-products-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .hld-mnth-btm{
        grid-template-columns: repeat(4, 1fr);
    }
    .hld-mnth-btm > a:nth-child(n+5){
        display: none;
    }
}
@media (min-width: 1025px) {
    .hld-blog-layout .hld-blog-left .hld-blog-category-items{
        display: unset !important;
    }
}
@media (max-width: 1024px) {
    .hl-mobile-menu{
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        width: 100%;
        transform: translateY(-110%);
        transition: transform 0.4s ease, opacity 0.3s ease;
        pointer-events: none;
        background: #18324F;
        border-radius: 0 0 20px 20px;
    }
    .hl-mobile-menu.active{
        transform: translateY(0);
        pointer-events: all;
    }
    .hl-mobile-menu .hl-header-nav .hfe-nav-menu-layout nav{
        overflow: auto;
        min-height: 154px;
        max-height: calc(100vh - 140px - 70px - 58px - 30px );
    }
    .hl-mobile-menu .hl-header-nav .hfe-nav-menu-layout nav::before,
    .hl-mobile-menu .hl-header-nav .hfe-nav-menu-layout nav::after,
    .hl-mobile-menu .hl-header-nav .hfe-nav-menu-layout nav ul::before,
    .hl-mobile-menu .hl-header-nav .hfe-nav-menu-layout nav ul::after{
        display: none;
    }
    .hl-mobile-menu .sub-menu:not(.sub-menu-open){
        display: none;
    }
    .hl-header-left{
        z-index: 9;
    }
    .hl-header-left::before{
        content: "";
        background: #18324F;
        position: absolute;
        inset: 0;
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
        height: 74px;
        top: -15px;
    }
    .hl-header-main{
        z-index: 9999999 !important;
    }
    .hl-header-main .sub-menu{
        padding:0;
        background: transparent !important;
    }
    .hl-header-main .hl-header-login-btn a,
    .hl-header-main .hl-header-signup-btn a{
        width: 100%;
    }
    .hl-header-main .hl-header-login-btn a{
        background: var(--primary-color) !important;
        border: 1px solid var(--primary-color) !important;
    }
    .hl-header-main .hl-header-login-btn a:hover{
        background: transparent !important;
        color: white !important;
    }
    .hld-uphld-main .hld-uphld-inner-main{
        grid-template-columns: repeat(2,1fr);
    }
    .hld-mnth-btm{
        grid-template-columns: repeat(4, 1fr);
    }
    .hld-main-banner >div{
        flex-direction: column !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
        border-radius: 12px;
        padding: 0 !important;
    }
    .hld-banner-lft{
        width: 100% !important;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-bottom h2{
        font-size: 24px;
    }
    .hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-top,
    .hld-banner-rgt-main .hld-banner-rgt .hld-banner-rgt-mdl{
        display: none !important;
    }
    .hld-banner-rgt-main .hld-banner-rgt{
        height: unset;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .holiday-slider{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    /* TODAY PAGE */
    .hld-tdy-banner .hld-tdy-banner-heading h1{
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    .hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay h3{
        font-size: 20px;
    }
    .hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay{
        justify-content: flex-end;
    }
    /* TODAY PAGE END */
    .hld-single-inner{
        flex-direction: column;
        /* gap: 40px;  */
    }
    .hld-single-aside{
        width: 100%;
    }
    .hld-single-hero .hld-single-img .birthday-holiday-tags span{
        font-size: 14px;
    }
    .hld-single-hero .hld-single-img .birthday-holiday-title h1{        
        font-size: 30px !important;
    }
    .hld-single-hero .hld-single-img .birthday-holiday-title h5{
        font-size: 20px;
    }
    .hld-holiday-page .calendar-sidebar{
        width:100%;
        margin-bottom: 20px;
        position: unset;
    }
    .hld-holiday-page .calendar-sidebar h1{
        font-size: 28px !important;
        text-align: center;
    }
    .hld-holiday-page .calendar-sidebar h1 span{
        display: unset;
    }
    .hld-holiday-page .calendar-filter-options {        
        grid-template-columns: repeat(2, 1fr);
    }
    .hld-blog-layout{
        flex-direction: column;
    }
    .hld-blog-left,
    .hld-blog-right{
        width: 100% !important;
    }
    .hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img{
        margin-bottom: 0;
    }
    .hld-blog-inner h1{
        font-size: 28px !important;
    }
    .hld-blog-layout .hld-blog-left .hld-blog-category-title svg{
        display: block;
        transform: rotate(180deg);
        transition: transform 0.4s ease, opacity 0.3s ease;

    }
    .hld-blog-layout .hld-blog-left .hld-blog-category-title.close svg{
        transform: rotate(0deg);
        transition: transform 0.4s ease, opacity 0.3s ease;
    }
    .hld-blog-layout .hld-blog-left .hld-blog-category-title.close{
        margin-bottom: 0 !important;
    }
    .hld-blg-top h1,
    .hld-news-single-inner h1{
        font-size: 28px !important;
        margin-bottom: 20px;
    }
    .hld-blg-top,
    .hld-news-single-inner .hld-news-top-raw{
        margin-bottom: 30px;
    }
    .hld-blg-details-post-image{
        margin-bottom: 30px;
    }
    .hld-related-posts h2,
    .hld-news-layout h2,
    .hld-news-single-inner .hld-news-related-posts h2{
        font-size: 24px;
    }
    .hld-lst-cal-months {
        grid-template-columns: repeat(2, 1fr);
    }
    .hld-news-layout .hld-news-layout-rgt{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .hld-news-layout .sidebar-block{
        margin-bottom: 0;
    }
    .hld-news-layout .news-card.featured h3{
        font-size: 24px;
    }
    .gift-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gifts-sidebar {
        width: 200px;
    }
    .gift-page-header h1,
    .gift-product-section-header h1{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .gift-section-header h2{
        font-size: 24px;
    }
    .gift-section-header{
        margin-bottom: 20px;
    }
    .gift-parent-section{
        padding: 16px 0 40px;
    }
    .gift-products-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .gift-product-section-header h1{
        padding-bottom: 20px;
    }
    .gift-product-section-header{
        margin-bottom: 30px;
    }
    .hld-privacy-policy-page h2{
        font-size: 20px;
    }
    .this-week-videos-grid{
        grid-template-columns:repeat(3,1fr);
    }
    .today-video-layout{
        grid-template-columns:1fr;
    }
    .today-video-sidebar{
        grid-template-columns:repeat(2,1fr);
    }
    .hld-event-date-label strong{
        font-size: 20px;
    }
}
@media (max-width: 980px) {
    .hld-tdy-banner .hld-tdy-other-posts .hld-tdy-card{
        width: 100%;
        aspect-ratio: 5/1;
    }
}
@media (max-width: 767px) {
    .hl-footer-main .hl-ftr-icon-sec-wrap .hl-ftr-icon{
        width: 50px;
        height: 50px;
        margin-right: 14px;
    }
    .hld-uphld-main .hld-uphld-inner-main{
        grid-template-columns: repeat(1, 1fr);
    }
    .hld-mnth-btm{
        grid-template-columns: repeat(1, 1fr);
    }
    .hld-gift-main-inner{
        grid-template-columns: repeat(1, 1fr);
    }
    .hld-gift-main-inner .hld-gift-col:nth-of-type(1), 
    .hld-gift-main-inner .hld-gift-col:nth-of-type(2){
        grid-column: unset;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top{
        left: 20px;
        right: 20px;
    }
    .holiday-slider .slick-next{
        right: 20px;
    }
    .holiday-slider .slick-prev{
        left: 20px;
    }
    /* .holiday-slider .slick-arrow{
        width: 25px;
        height: 25px;
    }
    .holiday-slider .slick-arrow::before{
        left: -4px;
        top: -2px;
        font-size: 32px;
    } */
    .holiday-slider .slide-image img{
        height: 300px;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .featured-wrap .featured-label,
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right .slide-date{
        font-size: 12px;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right .slide-date span{
        font-size: 18px;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .featured-wrap, 
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-top .overlay-right{
        padding: 7px 15px;
    }
    .holiday-slider .hl-slide .slide-image .slide-overlay .overlay-bottom h2{
        font-size: 18px;
    }
    /* TODAY PAGE */
    .hld-tdy-banner .hld-tdy-banner-heading h1{
        font-size: 24px;
    }
    .hld-tdy-banner .hld-tdy-main-post img{
        aspect-ratio: unset !important;
        max-height: 400px;
    }
    .hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-date{
        font-size: 15px;
        padding: 7px 15px;
    }
    .hld-tdy-banner .hld-tdy-banner-heading h1{
        margin-bottom: 20px;
    }
    .hld-tdy-banner .hld-tdy-banner-inner-heading h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .hld-tdy-banner .hld-tdy-main-post .hld-tdy-overlay .hld-tdy-category{
        font-size: 12px;

    }
    .hld-tdy-banner .hld-tdy-main-post,
    .hld-tdy-banner .hld-tdy-main-post img,
    .birthday-wrapper .birthday-main-banner,
    .birthday-wrapper .birthday-main-banner img,
    .birthday-wrapper .birthday-main-banner{
        min-height: 368px;
    }
    /* TODAY PAGE END */

    .month-events-wrapper .event-table-header,
    .month-events-wrapper .event-row{
        grid-template-columns:1fr 2fr;
    }
    .month-events-wrapper .event-category-wrap,
    .month-events-wrapper .event-tags-wrap,
    .month-events-wrapper .event-table-header div:nth-last-of-type(1),
    .month-events-wrapper .event-table-header div:nth-last-of-type(2){
        display: none !important;
    }

    .month-events-wrapper .month-navigation h1{
        font-size:22px !important;
    }
    .month-events-wrapper .event-toggle{
        margin-left: auto;
        margin-right: auto;
    }
    .month-events-wrapper .event-toggle a{
        font-size: 16px;
    }
    .month-events-wrapper .month-navigation .nav-btn{
        font-size: 14px;
    }
    .month-events-wrapper .calendar-dates a{
        min-width: 32px;
        height: 50px;
        font-size: 16px;
    }
    .birthday-wrapper .birthday-video-section{
        margin: 30px 0;
    }
    .birthday-wrapper .birthday-video-section,
    .birthday-wrapper .birthday-video-section video{
        width: 100%;
    }
    .hld-holiday-page .thead,
    .hld-holiday-page .td.pad {
        display: none;
    }

    .hld-holiday-page .tbody .tr {
        display: block;
    }

    .hld-holiday-page .td {
        display: block;
        width: 100%;
        min-height: fit-content;
        max-width: 100%;
        flex: unset;
    }

    .hld-holiday-page .ga-calendar-day-link {        
        font-size: 14px;
    }

    .hld-holiday-page .calendar-holiday-link {
        font-size: 12px;
        width: 100%;
    }

    .hld-holiday-page .calendar-sidebar h1 {
        font-size: 26px !important;
    }
    .hld-blog-layout .hld-blog-right .hld-post-card{
        width: 100%;
    }
    .hld-blog-layout .hld-blog-right .hld-post-card.featured-post{
        flex-direction: column;
    }
    .hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img,
    .hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-contnt{
        width: 100%;
    }
    .hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next .pagination-btn span,
    .hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev .pagination-btn span{
        display: none;
    }
    .hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.next,
    .hld-blog-pagination .hld-blog-pag-inner .hld-blog-pag-inner-main .page-numbers.prev{
        padding-left: 5px;
        padding-right: 5px;
    }
    /* .hld-blog-layout .hld-blog-right .hld-post-card.featured-post .hld-post-img{
        margin-bottom: 32px;
    } */
    .cf7-row {
        flex-direction: column;
    }
    .hld-blg-details-post-image img,
    .hld-news-single-inner .hld-news-mdl-raw img{
        aspect-ratio: 1/1;
    }
    .hld-abt-main-flex .hld-abt-inner-img{
        width: 100%;
    }
    .hld-news-ltr-main .hld-news-ltr-form form{
        flex-direction: column;
    }
    .hld-news-ltr-main .cf7-submit{        
        margin: 0 auto !important;
    }
    .hld-related-grid .hld-related-card{
        width: 100%;
    }
    .hld-lst-cal-months {
        grid-template-columns: 1fr;
    }
    .hld-news-layout .news-card,
    .hld-news-related-posts .news-card{
        flex-direction: column;
        gap: 20px;
    }
    
    .hld-news-layout .news-card .news-card-lft,
    .hld-news-layout .news-card.featured .news-card-lft,
    .hld-news-related-posts .news-card .news-card-lft{
        width: 100%;
    }
    .hld-news-layout .news-card h3,
    .hld-news-related-posts .news-card h3{
        font-size: 18px;
    }
    .hld-news-layout .news-card.featured h3{
        font-size: 20px;
    }
    .hld-news-layout .news-post h3{
        font-size: 16px;
    }
    .hld-news-layout .hld-news-layout-rgt{
        grid-template-columns: repeat(1, 1fr);
    }
    .hld-news-related-posts .news-card .news-card-lft{
        max-width: 100%;
    }
    .gifts-page-layout {
        flex-direction: column;
    }
    .gifts-sidebar {
        width: 100%;
        padding-right: 0;
        border: none;
    }
    .gift-category-grid {
        grid-template-columns: 1fr;
    }
    .gift-products-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gift-product-section-header{
        margin-bottom: 35px;
    }
    .this-week-videos-grid{
        grid-template-columns:1fr;
    }

    .today-video-sidebar{
        grid-template-columns:repeat(1,1fr);
    }
    .this-week-video-card{
        flex-direction: row;
        gap: 18px;
        align-items: center;
    }
    .this-week-video-thumb{
        width: 36%;
    }
    .this-week-video-title{
        flex: 1;
        margin-top: 0;
        font-size:16px;
    }
    .hld-mnth-btm > a:nth-child(n+5){
        display: block;
    }
    .hld-month-img-ctn{
        height: 220px;
    }
    .hld-month-img-ctn .hld-month-holiday h3{
        font-size: 42px;
    }
    .hld-month-img-ctn .hld-month-holiday h3 span{
        font-size: 30px;
    }
    .hld-single-hero .hld-single-img img{
        min-height: 400px;
        height: 400px;
    }
    .gift-page-header h1, 
    .gift-product-section-header h1{
        font-size: 24px;
    }
    .hld-event-meta{
        flex-direction: column;
        gap: 14px;
    }
    .hld-event-meta-card{
        padding: 14px 20px;
    }
    .hld-event-meta-card label{
        margin-bottom: 0;
    }
    .hld-event-date-label{
        left: 10px;
        top: 10px;
        padding: 10px 10px;
        min-width: 80px;
    }
    
/* Event Form */

/* Base Reset & Typography */
.hl-form-wrap {
    font-family: inherit;
    background-color: #f8fafc;
    padding: 3rem 1rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.hl-form-wrap form.wpcf7-form {
    background-color: #ffffff;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
}

/* Form Headings */
/* Since the HTML doesn't include the form title "Event Promotion Request" 
   we can add it via pseudo-element to perfectly match the design if it's missing,
   or assume it will be added in Elementor. Assuming it's added outside, 
   but just in case, we'll style the wrapper */

/* Layout & Grid */
.hl-form-wrap .cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.hl-form-wrap .cf7-col {
    flex: 1;
    min-width: calc(50% - 0.75rem);
}

.hl-form-wrap .cf7-col.cf7-full {
    flex: 100%;
    min-width: 100%;
}

/* Paragraph Resets */
.hl-form-wrap form p {
    margin: 0;
    padding: 0;
}

/* Labels */
.hl-form-wrap label {
    display: block;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.hl-form-wrap .required {
    color: #ef4444;
}

/* Inputs & Textareas */
.hl-form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.hl-form-wrap input[type="text"],
.hl-form-wrap input[type="email"],
.hl-form-wrap input[type="tel"],
.hl-form-wrap input[type="url"],
.hl-form-wrap input[type="date"],
.hl-form-wrap select,
.hl-form-wrap textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.95rem;
    color: #0f172a;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

/* Add placeholders visually via css if HTML lacks them (based on design) */
.hl-form-wrap .cf7-col:nth-child(1) input[name="first-name"]::placeholder { content: "First Name"; }
.hl-form-wrap .cf7-col:nth-child(2) input[name="last-name"]::placeholder { content: "Last Name"; }

.hl-form-wrap input[type="text"]:focus,
.hl-form-wrap input[type="email"]:focus,
.hl-form-wrap input[type="tel"]:focus,
.hl-form-wrap input[type="url"]:focus,
.hl-form-wrap input[type="date"]:focus,
.hl-form-wrap select:focus,
.hl-form-wrap textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.hl-form-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

.hl-form-wrap textarea {
    resize: vertical;
    min-height: 120px;
}

/* Specific Row Hacks to match the design (Unified Labels for Name and Date/Time) */
/* 1st Row: Name */
.hl-form-wrap .cf7-row:nth-of-type(1)::before {
    content: "Name *";
    display: block;
    width: 100%;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

/* 7th Row: Date / Time */
.hl-form-wrap .cf7-row:nth-of-type(7)::before {
    content: "Date / Time *";
    display: block;
    width: 100%;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

/* Color the asterisks red in pseudo elements */
/* Note: CSS content doesn't support rich text styling directly, so we just use red for asterisks where possible, or keep the label as is */
.hl-form-wrap .cf7-row:nth-of-type(1)::before,
.hl-form-wrap .cf7-row:nth-of-type(7)::before {
    /* To style asterisks in pseudo elements isn't possible, so we will show the first label instead! */
    display: none; /* Reverting hack, better to use the first label and hide the second */
}

/* Refined approach for Unified Labels */
/* Name Row */
.hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(1) label {
    font-size: 0; /* Hide "First Name *" */
}
.hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(1) label::before {
    content: "Name ";
    font-size: 0.95rem;
}
.hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(1) label .required {
    font-size: 0.95rem;
}

.hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(2) label {
    display: none; /* Hide Last Name label completely */
}

.hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(2) p {
    margin-top: 1.95rem; /* Align input with first name input */
}

/* Date/Time Row */
.hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(1) label {
    font-size: 0; 
}
.hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(1) label::before {
    content: "Date / Time ";
    font-size: 0.95rem;
}
.hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(1) label .required {
    font-size: 0.95rem;
}

.hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(2) label {
    display: none; 
}

.hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(2) p {
    margin-top: 1.95rem; 
}

/* Submit Button & Clear Form (Simulating Clear Form if missing) */
.hl-form-wrap form > p:last-of-type {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f1f5f9;
    position: relative;
}

/* Adding the "Your information is safe..." text via pseudo element to the form */
.hl-form-wrap form::after {
    content: "Your information is safe with us. We will only use it to promote your event.";
    display: block;
    text-align: center;
    color: #94a3b8;
    font-size: 0.85rem;
    margin-top: 1rem;
}

/* Recreating "Clear Form" visually since it's not in the HTML */
.hl-form-wrap form > p:last-of-type::before {
    content: "Clear Form";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff;
}

.hl-form-wrap form > p:last-of-type:hover::before {
    background: #f8fafc;
}

.hl-form-wrap .wpcf7-submit {
    background-color: #020617;
    color: #ffffff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.hl-form-wrap .wpcf7-submit:hover {
    background-color: #1e293b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hl-form-wrap form.wpcf7-form {
        padding: 2rem 1.5rem;
    }

    .hl-form-wrap .cf7-col {
        flex: 100%;
        min-width: 100%;
    }

    /* Reset the margins we added for desktop alignment */
    .hl-form-wrap .cf7-row:nth-of-type(1) .cf7-col:nth-child(2) p,
    .hl-form-wrap .cf7-row:nth-of-type(7) .cf7-col:nth-child(2) p {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .hl-form-wrap form.wpcf7-form {
        padding: 1.5rem 1rem;
    }

    .hl-form-wrap form > p:last-of-type {
        flex-direction: column-reverse;
    }

    .hl-form-wrap form > p:last-of-type::before {
        width: 100%;
    }
    
    .hl-form-wrap .wpcf7-submit {
        width: 100%;
    }
}

}

/* 18-06-2026 */

/* Form wrapper */
.hl-event-form-sec {
    max-width: 850px;
    margin: 40px auto 0;
}
 
.hl-event-form-sec .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
 
/* Rows */
.hl-event-form-sec .cf7-row {
    display: flex;
    gap: 24px;
}
 
.hl-event-form-sec .cf7-col {
    flex: 1;
}
 
.hl-event-form-sec .cf7-full {
    width: 100%;
}
 
/* Labels */
.hl-event-form-sec label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.5;
}
 
/* Inputs */
.hl-event-form-sec input[type="text"],
.hl-event-form-sec input[type="email"],
.hl-event-form-sec input[type="tel"],
.hl-event-form-sec input[type="url"],
.hl-event-form-sec input[type="date"],
.hl-event-form-sec select,
.hl-event-form-sec textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .3s ease;
    margin-top: 6px;
}
 
/* Focus State */
.hl-event-form-sec input:focus,
.hl-event-form-sec select:focus,
.hl-event-form-sec textarea:focus {
    outline: none;
    border-color: #0d6efd;
}
 
/* Textarea */
.hl-event-form-sec textarea {
    min-height: 140px;
    resize: vertical;
}
 
/* Required Star */
.hl-event-form-sec .required {
    color: #dc3545;
}
 
/* Validation Errors */
.hl-event-form-sec .wpcf7-not-valid {
    border-color: #dc3545 !important;
}
 
.hl-event-form-sec .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545 !important;
    font-weight: 500;
}
 
/* Top validation summary */
.hl-event-form-sec .screen-reader-response p {
    color: #dc3545;
    font-weight: 600;
}
 
/* Form response box */
.hl-event-form-sec .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px !important;
    border: 1px solid #dc3545 !important;
    border-radius: 8px;
    background: #fff5f5;
    color: #dc3545 !important;
    font-weight: 500;
}
 
/* Submit Button */
.hl-event-form-sec .wpcf7-submit {
    min-width: 220px;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: auto;
}
 
/* Remove default paragraph spacing */
.hl-event-form-sec p {
    margin: 0;
}

.hl-form-inner-wrap h2 {
    text-align: center;
    margin-bottom: 40px !important;
}
 
/* Mobile */
@media (max-width: 768px) {
    .hl-event-form-sec .cf7-row {
        flex-direction: column;
        gap: 5px;
    }
 
    .hl-event-form-sec {
        padding: 0 20px;
    }
 
    .hl-event-form-sec .wpcf7-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
.hl-event-form-sec input[type="text"],
.hl-event-form-sec input[type="email"],
.hl-event-form-sec input[type="tel"],
.hl-event-form-sec input[type="url"],
.hl-event-form-sec input[type="date"],
.hl-event-form-sec select,
.hl-event-form-sec textarea {
    padding: 8px 16px;
}
.hl-form-inner-wrap h2 {
    margin-bottom: 20px !important;
}
}

