@import url('variables.css');

/* ---------- Base Css ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-primary);
  font-weight: var(--fw-regular);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-jet-black);
  background-color: var(--color-gray);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: var(--color-red);
  transition: color 0.2s ease;
}
a:hover {
  color: var(--color-dark-coffee);
}
ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
  font-weight: var(--fw-semibold);
  color: var(--color-dark-coffee);
  line-height: 1.25;
  margin-bottom: 16px;
}
p { margin-bottom: 16px; }

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }


@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 15px; }
  body { font-size: 15px; }
}

.ptb80 {
  padding: 80px 0;
}
.ptb50 {
  padding: 48px 0;
}
.c-red{color: var(--color-red) !important;}
.c-blue{color: var(--color-ocean-blue) !important;}
.c-black{color: var(--color-black) !important;}
.c-darkcoffee{color: var(--color-dark-coffee) !important;}
.bg-ice-blue{background-color: var(--color-ice-blue) !important;}
.bg-light-gray{background-color: var(--color-light-gray) !important;}
.bg-light-gray2{background-color: var(--color-light-gray2) !important;}
.bg-white{background-color: var(--color-white) !important;}

.site-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background-color: var(--color-white);
  min-height: 100vh;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); /* optional: subtle edge on wide screens */
  overflow-x: hidden;
}
.container{
    max-width: 994px !important;
}

.btn-outline{
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 15px;
    padding: 7px 20px;
    border-color: var(--color-black);
}
.btn-outline:hover{
    background-color: var(--color-black);
    color: var(--color-white);
}
.btn-blue{
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 15px;
    padding: 7px 20px;
}
.btn-blue:hover{
    background-color: var(--color-red);
    color: var(--color-white);
}
.btn-gray{
    background-color: var(--color-gray);
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 15px;
    padding: 7px 20px;
}
.btn-gray:hover{
    background-color: var(--color-red);
    color: var(--color-white);
}
.btn-red{
    /* background-color: var(--color-red); */
    background: linear-gradient(0deg, var(--color-rust-red), var(--color-red));
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 15px;
    padding: 7px 20px;
}
.btn-red:hover{
    /* background-color: var(--color-ocean-blue); */
    background: linear-gradient(0deg, var(--color-ocean-blue), var(--color-ocean-blue));
    color: var(--color-white);
}
.btn-red:active{
    background: linear-gradient(0deg, var(--color-ocean-blue), var(--color-ocean-blue));
    color: var(--color-white) !important;
    border-color: var(--color-ocean-blue) !important;
}
.form-control:focus{box-shadow: none;}


/* Ads Css */

.ad{
    background-color: var(--color-white);
}
.top-banner-ad{
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.mrec-ad{
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header Css */

header .navbar-toggler:focus{
    box-shadow: none;
}
header .search-box{
    background-color: var(--color-ocean-blue);
    padding: 5px;
}
header .search-box input{
    font-family: var(--font-primary);
    font-size: 15px;
    /* background-color: #86b7fe25; */
    background-color: #fff;
    color: var(--color-jet-black);
    height: 42px;
    border-radius: 10px !important;
    border-color: #86b7fe25;
    padding-left: 20px;
}
header .search-box button{
    background-color: var(--color-gray);
    color: var(--color-ocean-blue);
    height: 40px;
    border-color: #86b7fe25;
    border: none;
    margin-right: 5px;
    border-radius: 0 10px 10px 0;
    width: 80px;
    font-size: 22px;
    line-height: 1;
}
header .search-box button:hover, 
header .search-box button:active{
    background-color: var(--color-dark-gray) !important;
    color: #fff !important;
}
header .search-box button i{
    font-size: 21px;
}
header .offcanvas.offcanvas-start{
    width: 320px;
}
header .offcanvas .offcanvas-body{
    padding-top: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
header .offcanvas .offcanvas-body::-webkit-scrollbar {
    display: none;
}
header .offcanvas .offcanvas-body .loginsBtns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}
header .offcanvas .offcanvas-body .loginsBtns button{
    /* background-color: var(--color-red); */
    background: linear-gradient(0deg, var(--color-rust-red) 50%, var(--color-red));
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 17px;
    padding: 5px 20px;
    border: none;
    width: 140px;
    border-radius: 25px;
}
header .offcanvas .offcanvas-body ul li{
    font-size: 18px;
    color: var(--color-black);
    line-height: 1.5em;
}
header .offcanvas .offcanvas-body ul li a{
    color: var(--color-black);
    transition: 0.3s ease-in-out;
}
header .offcanvas .offcanvas-body ul li a::after {
    right: 0;
    position: absolute;
    top: 20px;
}
header .offcanvas .offcanvas-body ul li a.active{
    color: var(--color-red);
}
header .offcanvas .offcanvas-body ul li a:hover{
    color: var(--color-red);
}
header .offcanvas .offcanvas-body ul li ul{
    border: none;
}
header .offcanvas .offcanvas-body ul li ul li a{
    font-size: 14px;
    padding: 3px;
    padding-left: 10px;
}
header .offcanvas .offcanvas-body ul li ul li a:active{
    background-color: transparent;
}
header .offcanvas .offcanvas-body .userLogin ul li.myProfile{
    /* padding: 10px;
    border-radius: 10px;
    background-color: var(--color-light-yellow); */
}
header .userSignin{
    font-size: 38px;
    line-height: 1;
    color: var(--color-black);
}
/* header .offcanvas .dropdown-menu{
    position: static;
    float: none;
    width: 100%;
    display: none;
    box-shadow: none;
    margin-top: 0;
}
header .offcanvas .dropdown-menu.show{
    display: block;
} */

/* Header Css End */

/* Hero Css */

.hero .carousel-control-next, .hero .carousel-control-prev{
    z-index: 0;
}

/* Hero Css End */

/* General Events */

.gerenalEvents {
    padding: 40px 0;
    background-color: #ffffff;
    border-top: 2px solid var(--color-ocean-blue);
    border-bottom: 2px solid var(--color-ocean-blue);
}
.gerenalEvents .generalCates {
    position: relative;
}
.gerenalEvents .generalCates .slick-prev,
.gerenalEvents .generalCates .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 100px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gerenalEvents .generalCates:hover .slick-prev,
.gerenalEvents .generalCates:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.gerenalEvents .generalCates .slick-prev {
    left: -10px;
}
.gerenalEvents .generalCates .slick-next {
    right: -10px;
}
.gerenalEvents .generalCates .slick-prev:hover,
.gerenalEvents .generalCates .slick-next:hover {
    background: #fff;
}
.gerenalEvents .generalCates .slick-prev::before,
.gerenalEvents .generalCates .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gerenalEvents .generalCates .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.gerenalEvents .generalCates .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.gerenalEvents .generalCates .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gerenalEvents .generalCates .item img {
    width: 75px;
}
.gerenalEvents .generalCates .item h2 {
    margin: 0px 0 0;
    line-height: 1;
}
.gerenalEvents .generalCates .item h2 a {
    font-family: var(--font-secondary);
    font-size: 20px;
    color: var(--color-ocean-blue);
}

/* General Events End */

/* Most Popular Ecard Section */

.mostPopularEcard {
    padding: 40px 0 45px;
    background-color: var(--color-ice-blue);
}
.mostPopularEcard .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.mostPopularEcard .title h2 {
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-ocean-blue);
    text-align: center;
}
.mostPopularEcard .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.mostPopularEcard .mostpopularslider {
    position: relative;
}
.mostPopularEcard .mostpopularslider .slick-prev,
.mostPopularEcard .mostpopularslider .slick-next {
    position: absolute;
    top: 30%;
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mostPopularEcard .mostpopularslider:hover .slick-prev,
.mostPopularEcard .mostpopularslider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.mostPopularEcard .mostpopularslider .slick-prev {
    left: 0px;
    transform: translateX(-10px);
}
.mostPopularEcard .mostpopularslider .slick-next {
    right: 0px;
    transform: translateX(10px);
}
.mostPopularEcard .mostpopularslider:hover .slick-prev,
.mostPopularEcard .mostpopularslider:hover .slick-next {
    transform: translateX(0);
}
.mostPopularEcard .mostpopularslider .slick-prev::before,
.mostPopularEcard .mostpopularslider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.mostPopularEcard .mostpopularslider .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.mostPopularEcard .mostpopularslider .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.mostPopularEcard .mostpopularslider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mostPopularEcard .mostpopularslider .item .card {
    width: 180px;
    padding: 5px;
    border-color: var(--color-gray);
}
.mostPopularEcard .mostpopularslider .item .card a img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.mostPopularEcard .mostpopularslider .item .card .card-body {
    padding: 5px;
}
.mostPopularEcard .mostpopularslider .item .card .card-body h3 {
    margin-bottom: 5px;
    overflow: hidden;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.3;
    color: var(--color-ocean-blue);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
.mostPopularEcard .mostpopularslider .item .card .card-body h3 a {
    color: inherit;
}
.mostPopularEcard .mostpopularslider .item .card .card-body p{
    font-size: 13px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
}
.mostPopularEcard .browseMore {
    margin-top: 30px;
    text-align: center;
}
.mostPopularEcard .browseMore button {
    padding: 7px 30px;
}

/* Most Popular Ecard Section End */

/* Latest Additions Ecards Section */

/* .latestAdditionsEcard {
    padding: 40px 0 45px;
    background-color: var(--color-light-gray);
}
.latestAdditionsEcard .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.latestAdditionsEcard .title h2 {
    margin-bottom: 0;
    font-family: var(--font-secondary);
    font-size: 26px;
    color: var(--color-red);
    text-align: center;
}
.latestAdditionsEcard .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.latestAdditionsEcard .latestAdditionsSlider {
    position: relative;
}
.latestAdditionsEcard .latestAdditionsSlider .slick-prev,
.latestAdditionsEcard .latestAdditionsSlider .slick-next {
    position: absolute;
    top: 30%;
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latestAdditionsEcard .latestAdditionsSlider:hover .slick-prev,
.latestAdditionsEcard .latestAdditionsSlider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.latestAdditionsEcard .latestAdditionsSlider .slick-prev {
    left: 0px;
    transform: translateX(-10px);
}
.latestAdditionsEcard .latestAdditionsSlider .slick-next {
    right: 0px;
    transform: translateX(10px);
}
.latestAdditionsEcard .latestAdditionsSlider:hover .slick-prev,
.latestAdditionsEcard .latestAdditionsSlider:hover .slick-next {
    transform: translateX(0);
}
.latestAdditionsEcard .latestAdditionsSlider .slick-prev::before,
.latestAdditionsEcard .latestAdditionsSlider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.latestAdditionsEcard .latestAdditionsSlider .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.latestAdditionsEcard .latestAdditionsSlider .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.latestAdditionsEcard .latestAdditionsSlider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.latestAdditionsEcard .latestAdditionsSlider .item .card {
    width: 180px;
    padding: 5px;
    border-color: var(--color-gray);
}
.latestAdditionsEcard .latestAdditionsSlider .item .card .card-body {
    padding: 5px;
}
.latestAdditionsEcard .latestAdditionsSlider .item .card .card-body h3 {
    margin-bottom: 5px;
    overflow: hidden;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.3;
    color: var(--color-ocean-blue);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.latestAdditionsEcard .latestAdditionsSlider .item .card .card-body h3 a {
    color: inherit;
}
.latestAdditionsEcard .latestAdditionsSlider .item .card .card-body p{
    font-size: 13px;
    margin-bottom: 0;
}
.latestAdditionsEcard .browseMore {
    margin-top: 30px;
    text-align: center;
}
.latestAdditionsEcard .browseMore button {
    padding: 7px 30px;
} */

/* Latest Additions Ecards Section End */

/* Common Viewed Ecards Section */

.commonViewEcardSec {
    padding: 40px 0 45px;
    background-color: var(--color-light-gray);
}
.commonViewEcardSec .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.commonViewEcardSec .title h2 {
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-ocean-blue);
    text-align: center;
}
.commonViewEcardSec .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.commonViewEcardSec .gridViewCards{
    row-gap: 12px;
}
.commonViewEcardSec .gridViewCards .card{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 7px;
    gap: 10px;
    flex-wrap: wrap;
}
.commonViewEcardSec .gridViewCards .card .cardImg{
   width: 120px;
}
.commonViewEcardSec .gridViewCards .card img{
    border-radius: 5px;
    width: 115px;
	height: 115px;
    object-fit: contain;
    background: #2e2e2e;
}
.commonViewEcardSec .gridViewCards .card .card-body{
     padding: 0;
    width: calc(70% - 120px);
}
.commonViewEcardSec .gridViewCards .card .card-body .card-title{
    width: 100%;
    /* display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 18px;
    margin-bottom: 10px;
}
.commonViewEcardSec .gridViewCards .card .card-body p{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 3px;
    color: var(--color-jet-black);
}
.commonViewEcardSec .gridViewCards .card .bottomSec{
    width: calc(100% + 20px);
    background-color: var(--color-light-gray);
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -7px;
    margin-top: -3px;
    padding: 6px 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    border-radius: 0 0 7px 7px;
}
.commonViewEcardSec .gridViewCards .card .bottomSec p{
    margin-bottom: 0;
    color: var(--color-ocean-blue);
    font-weight: 500;
}
.commonViewEcardSec .gridViewCards .card .bottomSec p .fa-eye{
    color: var(--color-black);
}
.commonViewEcardSec .gridViewCards .card .bottomSec p .fa-star{
    color: var(--color-yellow);
}
.commonViewEcardSec .gridViewCards .card .card-body .VSBtn{
    background-color: var(--color-ocean-blue);
    padding: 4px 10px;
    font-size: 11px;
    color: var(--color-white);
    border-radius: 15px;
}

.cardWithoutDescSec{
    --bs-gutter-x: 12px;
}
.cardWithoutDescSec .card{
    gap: 5px !important;
}
.cardWithoutDescSec .card .cardImg{
    width: 100% !important;
}
.cardWithoutDescSec .card .cardImg img{
    margin: 0 auto;
}
.cardWithoutDescSec .card .card-body{
    width: 100% !important;
}
.cardWithoutDescSec .card .card-body .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    text-align: center;
}

/* Common Viewed Ecards Section End */

/* Birthday Videos Section */

.birthdayVideoSec {
    padding: 40px 0 45px;
    background-color: var(--color-ice-blue);
}
.birthdayVideoSec .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.birthdayVideoSec .title h2 {
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-ocean-blue);
    text-align: center;
}
.birthdayVideoSec .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.birthdayVideoSec .birthdayVideoSlider {
    position: relative;
}
.birthdayVideoSec .birthdayVideoSlider .slick-prev,
.birthdayVideoSec .birthdayVideoSlider .slick-next {
    position: absolute;
    top: 30%;
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.birthdayVideoSec .birthdayVideoSlider:hover .slick-prev,
.birthdayVideoSec .birthdayVideoSlider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.birthdayVideoSec .birthdayVideoSlider .slick-prev {
    left: 0px;
    transform: translateX(-10px);
}
.birthdayVideoSec .birthdayVideoSlider .slick-next {
    right: 0px;
    transform: translateX(10px);
}
.birthdayVideoSec .birthdayVideoSlider:hover .slick-prev,
.birthdayVideoSec .birthdayVideoSlider:hover .slick-next {
    transform: translateX(0);
}
.birthdayVideoSec .birthdayVideoSlider .slick-prev::before,
.birthdayVideoSec .birthdayVideoSlider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.birthdayVideoSec .birthdayVideoSlider .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.birthdayVideoSec .birthdayVideoSlider .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.birthdayVideoSec .birthdayVideoSlider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.birthdayVideoSec .birthdayVideoSlider .item .card {
    width: 180px;
    padding: 5px;
    border-color: var(--color-gray);
}
.birthdayVideoSec .birthdayVideoSlider .item .card a img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.birthdayVideoSec .birthdayVideoSlider .item .card .card-body {
    padding: 5px;
}
.birthdayVideoSec .birthdayVideoSlider .item .card .card-body h3 {
    margin-bottom: 0;
    overflow: hidden;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.3;
    color: var(--color-ocean-blue);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
.birthdayVideoSec .birthdayVideoSlider .item .card .card-body h3 a {
    color: inherit;
}
.birthdayVideoSec .birthdayVideoSlider .item .card .card-body p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.birthdayVideoSec .browseMore {
    margin-top: 30px;
    text-align: center;
}
.birthdayVideoSec .browseMore button {
    padding: 7px 30px;
}

/* Birthday Videos Section End */

/* Events & Holidays Section */

.eventsHolidaySec{
    background-color: var(--color-white);
    padding: 40px 0 45px;
}
.eventsHolidaySec .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.eventsHolidaySec .title h2 {
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-size: 26px;
    color: var(--color-ocean-blue);
    text-align: center;
}
.eventsHolidaySec .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.eventsHolidaySec .eventsHolidaySlider {
    position: relative;
}
.eventsHolidaySec .eventsHolidaySlider .slick-prev,
.eventsHolidaySec .eventsHolidaySlider .slick-next {
    position: absolute;
    top: 25%;
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.eventsHolidaySec .eventsHolidaySlider:hover .slick-prev,
.eventsHolidaySec .eventsHolidaySlider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.eventsHolidaySec .eventsHolidaySlider .slick-prev {
    left: 0px;
    transform: translateX(-10px);
}
.eventsHolidaySec .eventsHolidaySlider .slick-next {
    right: 0px;
    transform: translateX(10px);
}
.eventsHolidaySec .eventsHolidaySlider:hover .slick-prev,
.eventsHolidaySec .eventsHolidaySlider:hover .slick-next {
    transform: translateX(0);
}
.eventsHolidaySec .eventsHolidaySlider .slick-prev::before,
.eventsHolidaySec .eventsHolidaySlider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.eventsHolidaySec .eventsHolidaySlider .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.eventsHolidaySec .eventsHolidaySlider .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.eventsHolidaySec .eventsHolidaySlider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eventsHolidaySec .eventsHolidaySlider .item .card {
    width: 180px;
    padding: 5px;
    border-color: var(--color-gray);
}
.eventsHolidaySec .eventsHolidaySlider .item .card a img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.eventsHolidaySec .eventsHolidaySlider .item .card .card-body {
    padding: 5px;
}
.eventsHolidaySec .eventsHolidaySlider .item .card .card-body h3 {
    margin-bottom: 0;
    overflow: hidden;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.3;
    color: var(--color-ocean-blue);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.eventsHolidaySec .eventsHolidaySlider .item .card .card-body h3 a {
    color: inherit;
}
.eventsHolidaySec .eventsHolidaySlider .item .card .card-body p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.eventsHolidaySec .browseMore {
    margin-top: 30px;
    text-align: center;
}
.eventsHolidaySec .browseMore button {
    padding: 7px 30px;
}

/* Events & Holidays Section End */

/* Just To Say Section */

.justToSaySec{
    background-color: var(--color-ice-blue);
    padding: 40px 0 45px;
}
.justToSaySec .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.justToSaySec .title h2{
    font-family: var(--font-primary);
    color: var(--color-ocean-blue);
    text-align: left;
    font-size: 26px;
    margin-bottom: 0px;
}
.justToSaySec .title button {
    padding: 3px 15px;
    font-size: 15px;
}
.justToSaySec .title button:focus{
    color: var(--color-white) !important;
    border-color: inherit;
}
.justToSaySec .title .dropdown .browseMenu{
    min-width:240px;
    max-height:350px;
    overflow-y:auto;
    padding:8px 0;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}
.justToSaySec .title .dropdown .dropdown-item{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    font-size:15px;
    transition:.25s;
}
.justToSaySec .title .dropdown .browseMenu .dropdown-item img{
    width:30px;
    height:30px;
    border-radius:50%;
    object-fit:cover;
}
.justToSaySec .title .dropdown .browseMenu .dropdown-item:hover{
    background:#f4f8fb;
    color: var(--color-ocean-blue);
}
.justToSaySec .title .dropdown .browseMenu::-webkit-scrollbar{
    width:6px;
}
.justToSaySec .title .dropdown .browseMenu::-webkit-scrollbar-thumb{
    background: var(--color-gray);
    border-radius:20px;
}
.justToSaySec .justToSaySlider {
    position: relative;
}
.justToSaySec .justToSaySlider .slick-prev,
.justToSaySec .justToSaySlider .slick-next {
    position: absolute;
    top: 25%;
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.justToSaySec .justToSaySlider:hover .slick-prev,
.justToSaySec .justToSaySlider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
.justToSaySec .justToSaySlider .slick-prev {
    left: 0px;
    transform: translateX(-10px);
}
.justToSaySec .justToSaySlider .slick-next {
    right: 0px;
    transform: translateX(10px);
}
.justToSaySec .justToSaySlider:hover .slick-prev,
.justToSaySec .justToSaySlider:hover .slick-next {
    transform: translateX(0);
}
.justToSaySec .justToSaySlider .slick-prev::before,
.justToSaySec .justToSaySlider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}
.justToSaySec .justToSaySlider .slick-prev::before {
    background-image: url("/images/assets/images/arrow-left.png");
}
.justToSaySec .justToSaySlider .slick-next::before {
    background-image: url("/images/assets/images/arrow-right.png");
}
.justToSaySec .justToSaySlider .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.justToSaySec .justToSaySlider .item .card{
    width: 180px;
    padding: 5px;
    border-color: var(--color-gray);
}
.justToSaySec .justToSaySlider .item .card a img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.justToSaySec .justToSaySlider .item .card .card-body{
    padding: 5px;
}
.justToSaySec .justToSaySlider .item .card .card-body h3{
    font-family: var(--font-secondary);
    color: var(--color-ocean-blue);
    font-size: 17px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    text-align: center;
}
.justToSaySec .justToSaySlider .item .card .card-body h3 a{
    color: inherit;
}
.justToSaySec .browseMore{
    text-align: center;
    margin-top: 30px;
}
.justToSaySec .browseMore button{
    padding: 7px 30px;
}

/* Just To Say Section End */

/* Express Yourself Section */

.expressYouselfSec{
    background-color: var(--color-light-gray);
    padding: 40px 0 70px;
}
.expressYouselfSec .title h2{
    font-family: var(--font-secondary);
    color: var(--color-black);
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}
.expressYouselfSec .title h2 span{
    color: var(--color-red);
}
.expressYouselfSec .title p{
    text-align: center;
}
.expressYouselfSec .card{
    color: var(--color-white);
    margin-top: 20px;
    height: 100%;
}
.expressYouselfSec .card img{
    width: 120px;
    padding-top: 10px;
    padding-left: 10px;
}
.expressYouselfSec .card .card-body{
    padding-bottom: 0;
}
.expressYouselfSec .card .card-body .card-title{
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 500;
}
.expressYouselfSec .card .card-body .card-text{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}
.expressYouselfSec .box1{
    background-color: var(--color-ocean-blue);
}
.expressYouselfSec .box1::before{
    content: "1";
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0.5;
    font-size: 45px;
}
.expressYouselfSec .box2{
    background-color: var(--color-red);
}
.expressYouselfSec .box2::before{
    content: "2";
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0.5;
    font-size: 45px;
}
.expressYouselfSec .box3{
    background-color: var(--color-black);
}
.expressYouselfSec .box3::before{
    content: "3";
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0.5;
    font-size: 45px;
}

/* Express Yourself Section End */

/* Voices of Joy Section */

.voiceOfJoySec{
    background-color: var(--color-ice-blue);
    padding: 40px 0 45px;
}
.voiceOfJoySec .title h2{
    font-family: var(--font-secondary);
    color: var(--color-black);
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}
.voiceOfJoySec .title h2 span{
    color: var(--color-red);
}
.voiceOfJoySec .title p{
    text-align: center;
}
.voiceOfJoySec .voiceOfJoySlider .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card{
    /* width: 300px; */
    width: 95%;
    padding: 5px;
    border-color: var(--color-gray);
    /* min-height: 370px; */
    min-height: 300px;
    padding: 15px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .card-img-top{
    width: 60px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .reviewStarts{
    color: var(--color-yellow);
    position: absolute;
    top: 15px;
    right: 15px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .reviewStarts .grayed{
    color: var(--color-gray);
}
.voiceOfJoySec .voiceOfJoySlider .item .card p{
    font-size: 15px;
    padding-top: 20px;
    margin-bottom: 5px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card hr{
    margin-top: auto;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .detail{
    display: flex;
    align-items: center;
    gap: 12px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .detail img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.voiceOfJoySec .voiceOfJoySlider .item .card .detail .name{
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}
.voiceOfJoySec .voiceOfJoySlider .slick-dots{
    bottom: -40px;
}
.voiceOfJoySec .voiceOfJoySlider .slick-dots li{
    margin: 0 2px;
}
.voiceOfJoySec .voiceOfJoySlider .slick-dots li.slick-active button{
    background-color: var(--color-jet-black);
}
.voiceOfJoySec .voiceOfJoySlider .slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: var(--color-gray);
    border-radius: 50%;
}
.voiceOfJoySec .voiceOfJoySlider .slick-dots li button::before{
    display: none;
}

/* Voices of Joy Section End */

/* App Promotion Section */

.appPromotionSec{
    background-color: var(--color-cream);
    padding: 40px 0 45px;
}
.appPromotionSec .title p{
    text-align: center;
    color: var(--color-black);
    font-size: 20px;
}
.appPromotionSec .title p span{
    color: var(--color-red);
}
.appPromotionSec .stores{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}
.appPromotionSec .stores img{
    width: 150px;
}

/* App Promotion Section End */

/* Footer */

footer{
    background-color: var(--color-dark-coffee);
    padding: 30px 0 20px;
    color: var(--color-white);
}
footer .socialConnect{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--color-white);
}
footer .socialConnect span{
    font-size: 20px;
    font-weight: 300;
}
footer .socialConnect .socialLinks{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
footer .socialConnect .socialLinks a{
    font-size: 20px;
    color: var(--color-white);
    transition: 0.5 ease-in-out;
}
footer .socialConnect .socialLinks a:hover{
    color: var(--color-dark-gray);
}
footer hr{
    color: var(--color-white);
}
footer .fMenus h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    font-family: var(--font-primary);
    margin-bottom: 12px;
    margin-top: 15px;
}
footer .fMenus ul{
    padding-left: 0;
}
footer .fMenus ul li a{
    color: var(--color-white);
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}
footer .fMenus ul li a:hover{
    padding-left: 3px;
    color: var(--color-dark-gray);
}
footer .fMenus ul.implinks{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
}
footer .copyright{
    text-align: center;
}
footer .copyright p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}

/* Footer End */


/*********** Category Page ***********/

.topIntroSec{
    background-color: var(--color-white);
    padding: 30px 0;
    text-align: center;
}
.topIntroSec h1{
    font-size: 30px;
    color: var(--color-ocean-blue);
}
.topIntroSec p{
    font-size: 15px;
    color: var(--color-dark-coffee);
    line-height: 1.4;
    margin-bottom: 10px;
}
.topIntroSec .readMoreBox .hiddenText{
    display:none;
}
.topIntroSec .readMoreBox .readBtn{
    cursor:pointer;
    color:var(--color-red);
    font-weight: 600;
}

.categoriesCardsSec{
    padding: 40px 0 45px;
    background-color: var(--color-light-gray);
}
.categoriesCardsSec .subcateTitle{
    font-size: 24px;
    text-align: center;
}
.categoriesCardsSec .subcateTitle a{
    color: var(--color-red);
}
.categoriesCardsSec .subcateTitle a:hover{
    color: var(--color-red);
}
.categoriesCardsSec .cardGrid{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 25px;
}
.categoriesCardsSec .cardGrid .card{
    width: calc(25% - 9px);
}

.restCategoriesTabs{
    padding: 40px 0 35px;
    background-color: var(--color-white);
}
.restCategoriesTabs ul{
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0;
}
.restCategoriesTabs ul li h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.restCategoriesTabs ul li h3 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-ocean-blue);
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 1;
    color: var(--color-white);
}
.restCategoriesTabs ul li h3 a img{
    transform: rotate(180deg);
    height: 13px;
    filter: brightness(0) invert(1);
}
.faqsContentSec{
    padding: 40px 0;
    font-size: 12px;
}
.faqsContentSec .faqs{
    margin-top: 25px;
    margin-bottom: 25px;
}
.faqsContentSec .faqs .ftitle{
    font-size: 20px;
    color: var(--color-ocean-blue);
    margin-bottom: 15px;
}
.faqsContentSec .faqs .faqItem h4{
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--color-jet-black);
}
.faqsContentSec .faqs .faqItem p{
    font-size: 12px;
}
/*********** Category Page End ***********/

/********** Sub Category Page **********/

.ecardTabs{
    background-color: var(--color-light-gray);
    padding: 30px 0 0;
}
/*.ecardTabs .tabContent{
    display:none;
}*/
.ecardTabs .tabContent.active{
    display:block;
}
.ecardTabs .tabMenu{
    display:flex;
    list-style:none;
    padding:0;
    border:1px solid var(--color-ocean-blue);
    border-radius:25px;
    overflow:hidden;
    margin-bottom: 0;
}
.ecardTabs .tabMenu li{
    flex:1;
    text-align:center;
    padding:7px;
    cursor:pointer;
    border-right:1px solid var(--color-ocean-blue);
    background: var(--color-white);
    color: var(--color-black);
}
.ecardTabs .tabMenu li:last-child{
    border-right:none;
}
.ecardTabs .tabMenu li.active{
    /* background: linear-gradient(0deg, var(--color-rust-red), var(--color-red)); */
    background-color: var(--color-ocean-blue);
    color:#fff;
}
.myPagination{
    margin: 0 auto;
    padding-bottom: 20px;
}
.myPagination .pagination{
    margin: 0;
    justify-content: center;
}
.myPagination .pagination .page-item a{
    color: var(--color-ocean-blue);
    padding: 5px 15px;
}

/********** Sub Category Page End **********/

/*********** Card Page ***********/

.cardInfoSec{
    padding: 40px 0 45px;
    background-color: var(--color-white);
}
.cardInfoSec .backBtn{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-ocean-blue);
    margin-bottom: 20px;
}
.cardInfoSec .backBtn img{
    height: 16px;
}
.cardInfoSec .cardSec{
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
}
.cardInfoSec .cardSec .cardview{
    background-color: var(--color-white);
    padding: 5px;
    box-shadow: 0 0 10px #c7c7c7;
    width: 100%; /* Yeh ensure karega ki dabba gayab na ho */
    max-width: 560px; 
    box-sizing: border-box;
}
.cardInfoSec .cardSec .cardview .video-wrapper {
    position: relative; 
    width: 100%;
}
.cardInfoSec .cardSec .cardview .video-wrapper video {
    display: block;
    width: 100%;
    /* aspect-ratio: 550 / 350;  */
    aspect-ratio: 550 / 400; 
    object-fit: contain;
}
.cardInfoSec .cardSec .cardview .video-wrapper .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%; 
    width: 70px;
    height: 70px;
    font-size: 30px;
    cursor: pointer;
    z-index: 0;
    display: flex; 
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
}
.cardInfoSec .cardSec .cardview .video-wrapper .play-overlay:hover {
    background-color: #ff3b30; 
}
.cardInfoSec .cardSec .cardinfo{
    width: calc(100% - 580px);
}
.cardInfoSec .cardSec .cardinfo h1{
    font-size: 24px;
    color: var(--color-red);
    font-weight: 600;
    margin-bottom: 10px;
}
.cardInfoSec .cardSec .cardinfo p{
    font-size: 16px;
    color: var(--color-black);
}
.cardInfoSec .cardSec .cardinfo .cardRating{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.cardInfoSec .cardSec .cardinfo .cardRating .stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
}
.cardInfoSec .cardSec .cardinfo .cardRating .stars .star {
    font-size: 30px;
    color: var(--color-gray); 
    transition: color 0.2s ease-in-out;
    line-height: 0;
}
.cardInfoSec .cardSec .cardinfo .cardRating .stars .star.active {
    color: var(--color-yellow); 
}
.cardInfoSec .cardSec .cardinfo button{
    font-size: 18px;
}

/*********** Card Page End ***********/

/*********** Customize Card Page ***********/

.cardInfoSec .cardSec{flex-wrap: wrap;}
.cardInfoSec .cardSec .cardinfo .shareBox{
    /* max-width:600px;
    margin:auto;
    background:#fff;
    border:1px solid var(--color-light-gray);
    border-radius:10px;
    padding:15px 10px;
    text-align:center;
    box-shadow: 0 0 10px #c7c7c750;
    margin-top: 25px; */
    max-width:600px;
    margin:auto;
    text-align:center;
    margin-top: 35px;
}
.cardInfoSec .cardSec .cardinfo .shareBox h2{
    color: var(--color-ocean-blue);
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;
}
.cardInfoSec .cardSec .cardinfo .shareBox .socialIcons{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:25px;
}
.cardInfoSec .cardSec .cardinfo .shareBox .socialIcons a{
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}
.cardInfoSec .cardSec .cardinfo .shareBox .socialIcons a:hover{
    transform:translateY(-3px);
}
.socialIcons a:nth-child(1){
    color:#00557c;
    border:1px solid #00557c;
}
.socialIcons a:nth-child(2){
    color:#1877f2;
    border:1px solid #1877f2;
}
.socialIcons a:nth-child(3){
    color:#111;
    border:1px solid #111;
}
.socialIcons a:nth-child(4){
    color:#ff3b84;
    border:1px solid #ff3b84;
}
.socialIcons a:nth-child(5){
    color:#28a8ea;
    border:1px solid #28a8ea;
}
.socialIcons a:nth-child(6){
    color:#2dcc4f;
    border:1px solid #2dcc4f;
}
.socialIcons a:nth-child(7){
    color:#0a66c2;
    border:1px solid #0a66c2;
}
.socialIcons2 a:nth-child(1){
    color:#00557c;
    border:1px solid #00557c;
}
.socialIcons2 a:nth-child(2){
    color:#1877f2;
    border:1px solid #1877f2;
}
.socialIcons2 a:nth-child(3){
    color:#28a8ea;
    border:1px solid #28a8ea;
}
.socialIcons2 a:nth-child(4){
    color:#2dcc4f;
    border:1px solid #2dcc4f;
}
.socialIcons2 a:nth-child(5){
    color:#0a66c2;
    border:1px solid #0a66c2;
}
.cardInfoSec .cardSec .cardinfo .shareBox .copyTitle{
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-dark-coffee);
    font-weight: 500;
}
.cardInfoSec .cardSec .cardinfo .shareBox .copyBox{
    display:flex;
    border-radius:7px;
    overflow:hidden;
    background:#eee;
    transition:.3s ease-in-out;
}
.cardInfoSec .cardSec .cardinfo .shareBox .copyBox input{
    flex: 1;
    padding: 7px 15px;
    background: #f4f4f4;
    font-size: 12px;
    outline: none;
    border: 1px solid var(--color-gray);
    border-radius:7px 0 0 7px;
}
.cardInfoSec .cardSec .cardinfo .shareBox .copyBox button{
    width: 100px !important;
    border:none;
    background-color: var(--color-gray);
    font-size:16px;
    cursor:pointer;
    transition:.3s ease-in-out;
    font-weight: 600;
    color: var(--color-dark-coffee);
}
.cardInfoSec .cardSec .cardinfo .shareBox .copyBox button:hover{
    background: var(--color-ocean-blue);
    color: var(--color-white);
}
.cardInfoSec .cardSec .cardinfo .shareBox #copyToast{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9999;
}
.cardInfoSec .cardSec .cardinfo .shareBox #copyToast.show{
    opacity: 1;
    visibility: visible;
}
.cardInfoSec .cardSec .cardForm{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.cardInfoSec .cardSec .cardForm .sender-details{
    border: 1px solid var(--color-light-gray) !important;
    border-radius:10px !important;
    background:#fff;
    box-shadow: 0 0 10px #c7c7c750;
    width: calc(50% - 10px);
}
.cardInfoSec .cardSec .cardForm .sender-details .sender-title{
    color: var(--color-ocean-blue);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input{
    border-bottom:1px solid #bdbdbd;
    padding:10px 0;
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input .input-group-text{
    padding-left:0;
    padding-right:10px;
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input svg{
    font-size:16px;
    color:var(--color-dark-coffee);
    width:25px;
    text-align:center;
    font-size: 22px;
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input .form-control{
    box-shadow:none !important;
    background:transparent;
    font-size:16px;
    color:var(--color-dark-coffee);
    padding:0;
    border: none;
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input .form-control::placeholder{
    color:var(--color-dark-gray);
}
.cardInfoSec .cardSec .cardForm .sender-details .custom-input .form-control:focus{
    box-shadow:none;
}
.cardInfoSec .cardSec .cardForm #receiverContainer{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    width:100%;
}
.cardInfoSec .cardSec .cardForm .receiver-card{
    position:relative;
}
.cardInfoSec .cardSec .cardForm .deleteReceiver{
    position:absolute;
    right:10px;
    top:10px;
    width:35px;
    height:35px;
    border:none;
    border-radius:50%;
    background:var(--color-red);
    color: var(--color-white);
    display:none;
}
.cardInfoSec .cardSec .cardForm .receiverActions{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
}
.cardInfoSec .cardSec .cardForm .receiverActions a{
    border:none;
    background:none;
    color: var(--color-red);
    font-weight:500;
}
.cardInfoSec .cardSec .cardForm .sender-details .message-box{
    margin-top: 10px;
}
.cardInfoSec .cardSec .cardForm .sender-details .message-box textarea{
    width: 100%;
    min-height: 120px;
    resize: vertical;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    color: var(--color-dark-coffee);
    box-shadow: none;
}
.cardInfoSec .cardSec .cardForm .sender-details .message-box textarea::placeholder{
    color: var(--color-dark-gray);
}
.cardInfoSec .cardSec .cardForm .sender-details .message-box textarea:focus{
    /* border-color: var(--color-ocean-blue); */
    box-shadow: none;
    outline: none;
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .calendarIcon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-dark-coffee);
    font-size: 18px;
    pointer-events: none; 
    z-index: 1;
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .scheduleInput{
    height:40px;
    border:1px solid #d7d7d7;
    border-radius:5px;
    font-size:15px;
    color:var(--color-dark-coffee);
    padding:0 15px;
    background:var(--color-white);
    padding-right: 45px; 
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .scheduleInput:focus{
    box-shadow:none;
    /* border-color:#0d5a87; */
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .realDate{
    /*position: absolute;
    height: 100%;
    opacity: 0; */
    inset: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2;
	-moz-appearance: textfield;
    appearance: none;
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .realDate::-webkit-calendar-picker-indicator {
    display: none;
}
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .realDate::-ms-clear,
.cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .realDate::-ms-expand {
    display: none;
}
.cardInfoSec .cardSec .cardForm .sender-details #countryBox .form-select{
    height:40px;
    border-radius:5px;
    box-shadow:none;
    padding: 0 10px;
    font-size: 16px;
}
.cardInfoSec .cardSec .cardForm .sender-details #countryBox .form-select:focus{
    border-color: #d7d7d7;
}
.cardInfoSec .cardSec .cardForm .sender-details #countryBox .schedule-note{
    font-size:9px;
    color:var(--color-dark-coffee);
    margin-bottom:0;
}
.cardInfoSec .cardSec .cardForm .sender-details.legalSec{
    border: none !important;
    box-shadow: none;
    margin-top: 15px;
}
.cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button{
    font-size: 20px;
    font-weight: 500;
}
.cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button svg{
    height: 18px;
}
.cardInfoSec .cardSec .cardForm .sender-details.legalSec .card-body{
    padding: 0;
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
    align-items: center;
    padding-left: 0;
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-input{
    width: 17px;
    height: 17px;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    flex-shrink: 0;
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-input:checked{
    background-color: var(--color-ocean-blue);
    border-color: var(--color-ocean-blue);
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-label{
    font-size: 15px;
    color: var(--color-dark-coffee);
    line-height: 1.5;
    cursor: pointer;
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-label a{
    color: var(--color-red);
    text-decoration: none;
    font-weight: 600;
}
.cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-label a:hover{
    text-decoration: underline;
}
.cardInfoSec .cardSec .cardForm .sender-details.scheduleDelivery{
    min-height: 190px;
}

/*********** Customize Card Page End ***********/

/*********** Preview Card Page ***********/

.cardPreview{
    max-width: 640px;
    margin: 0 auto;
}
.cardPreview .cardSec{
    border: 2px solid #00537C50;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #c7c7c79e;
    gap: 0px;
}
.cardPreview .cardSec .cardview{
    box-shadow: none;
    max-width: 100%;
}
.cardPreview .cardSec .cardview .video-wrapper{
    background-color: var(--color-white);
    padding: 5px;
    box-shadow: 0 0 10px #c7c7c7;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.cardPreview .cardSec .cardview .toName h3{
    color: var(--color-red);
    font-size: 20px;
}
.cardPreview .cardSec .cardview .cardMessage p{
    font-size: 16px;
    color: var(--color-dark-coffee);
    line-height: 1.5;
}
.cardPreview .cardSec .cardview .fromName h3{
    color: var(--color-red);
    font-size: 20px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
}
.cardPreview .cardForm{
    margin-top: 30px;
}
.cardPreview .cardForm .sender-details.legalSec{
    margin-top: 0;
    border: none;
}
.cardPreview .cardForm .sender-details.legalSec .buttonSec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.cardPreview .cardForm .sender-details.legalSec .buttonSec button{
    font-size: 16px;
}

/*********** Preview Card Page End ***********/

/*********** Thank You Page ***********/

.thankYouSec{
    text-align: center;
    padding: 40px 0;
}
.thankYouSec img{
    margin: 0 auto;
    width: 60px;
}
.thankYouSec p{
    font-size: 22px;
    color: var(--color-green);
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.3;
}
.thankYouSec .buttonSec{
    display: flex;
    gap: 15px;
    max-width: 6000px;
    margin-top: 30px;
    justify-content: center;
}
.thankYouSec .buttonSec button{
    width: 280px;
}
.eventDobNameSec{
    background-color: var(--color-gray);
    color: var(--color-black);
    padding: 10px 20px;
}
.eventDobNameSec .dateName{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: center;
}
.eventDobNameSec .dateName img{
    width: 40px;
}
.eventDobNameSec .dateName p{
    margin-bottom: 0;
    font-size: 20px;
}
.cardInfoSec .cardSec .cardinfo #addmsgdate{
    border: none;
    background: none;
    color: var(--color-black);
    font-weight: 500;
    font-size: 16px;
    margin-top: 25px;
}

/*********** Thank You Page End ***********/


/*********** View Sent Card Page ***********/

.viewSentCardSec .cardForm .sender-details .buttonSec{
    gap: 10px !important;
    flex-direction: column;
}

.eventCardPopup .modal-header {
    background-color: var(--color-light-gray);
    gap: 20px;
}
.eventCardPopup .modal-header .modal-title{
    font-size: 15px;
    line-height: 1.3;
}
.eventCardPopup .modal-body{
    padding: 10px 0 20px;
}
.eventCardPopup .modal-body .cardInfoSec .cardSec{
    gap: 10px;
    text-align: center;
}
.eventCardPopup .modal-body .cardInfoSec .cardSec .cardinfo h1{
    font-size: 18px;
}
.eventCardPopup .modal-body .cardInfoSec .cardSec .cardinfo #addmsgdate{
    margin-top: 0;
    font-size: 13px;
    display: block;
    margin-left: auto;
}
.eventCardPopup .cardInfoSec{
    padding: 0;
}
.eventCardPopup .cardInfoSec .cardSec .cardinfo{
    width: 100%;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm{
    flex-direction: column;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details{
    width: 100%;
    text-align: left;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .card-body{
    padding: 10px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .sender-title{
    font-size: 17px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .message-box textarea {
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .date-wrapper .scheduleInput {
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    padding-right: 40px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.scheduleDelivery {
    min-height: auto;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details #countryBox .form-select {
    padding: 0 10px;
    font-size: 14px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .customCheck{
    margin-bottom: 3px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-input{
    width: 15px;
    height: 15px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details .customCheck .form-check-label{
    font-size: 13px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec{
    margin-top: 10px;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button{
    font-size: 16px;
    font-weight: 500;
    max-width: 220px;
    margin: 0 auto;
}
.eventCardPopup .cardInfoSec .cardSec .cardForm .sender-details.legalSec .buttonSec button svg{
    height: 15px;
}
.rankText{
    background-color: var(--color-light-gray);
    padding: 20px 0;
}
.rankText p{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
}

/*********** View Sent Card Page End ***********/

/*********** Import Contacts Page ***********/

.importContactSec{
    padding: 40px 0;
    background-color: var(--color-white);
}
.importContactSec .contact-container {
    max-width: 600px;
    margin: auto;
    background: var(--color-white);
}
.importContactSec .contact-container .header-title {
    color: var(--color-ocean-blue);
    font-weight: 600;
    font-family: var(--font-primary);
}
.importContactSec .contact-container .header-title .contact-count {
    background-color: var(--color-ocean-blue);
    font-size: 13px;
}
.importContactSec .contact-container .btn-add {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
    border-radius: 20px;
    padding: 2px 12px;
    font-size: 15px;
    transition: all 0.2s ease;
    border: none;
}
.importContactSec .contact-container .btn-add  svg{
    font-size: 14px;
}
.importContactSec .contact-container .btn-add:hover {
    background-color: var(--color-ocean-blue);
}
.importContactSec .contact-container .btn-save {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
    transition: all 0.2s ease;
    border: none;
}
.importContactSec .contact-container .btn-cancel {
    background-color: var(--color-gray);
    color: var(--color-black);
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
    transition: all 0.2s ease;
    border: none;
}
.importContactSec .contact-container .form-collapse-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.importContactSec .contact-container .form-collapse-wrapper.open {
    max-height: 300px; 
    opacity: 1;
    margin-bottom: 20px;
}
.importContactSec .contact-container .form-collapse-wrapper .add-form-card {
    border: 1px solid var(--color-gray);
    border-radius: 5px;
    padding: 10px;
    background-color: var(--color-white);
}
.importContactSec .contact-container .form-collapse-wrapper .add-form-card .input-group .input-group-text{
    padding: 10px;
}
.importContactSec .contact-container .form-collapse-wrapper .add-form-card .input-group input{
    font-size: 14px;
}
.importContactSec .contact-container .selectallSearch .search-input{
    font-size: 14px;
    padding: 5px 15px;
}
.importContactSec .contact-container .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.importContactSec .contact-container .list-group-item:first-child {
    border-top: none;
}
.importContactSec .contact-container .action-btn {
    border: none;
    background: none;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 10px;
}
.importContactSec .contact-container .btn-edit { color: var(--color-ocean-blue); }
.importContactSec .contact-container .btn-delete { color: var(--color-red);  }
.importContactSec .contact-container .btn-save-inline { color: var(--color-ocean-blue);  }
.importContactSec .contact-container .contact-name {
    font-weight: 500;
    margin-bottom: 2px;
}
.importContactSec .contact-container .contact-email {
    font-size: 0.85rem;
    color: var(--color-dim-gray);
}
.importContactSec .contact-container .search-input {
    border-radius: 20px;
    padding-right: 30px;
}
.importContactSec .contact-container .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-dark-coffee);
}
.importContactSec .importContact .importOptions{
    border: 1px solid var(--color-light-gray) !important;
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0 0 10px #c7c7c750;
    padding: 15px;
}
.importContactSec .importContact .importOptions.noLogin{
    position: relative;
}
.importContactSec .importContact .importOptions.noLogin .noLoginMsg{
    position: absolute;
    background-color: #00000090;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.importContactSec .importContact .importOptions.noLogin .noLoginMsg a{
    color: var(--color-white);
    font-size: 20px;
    text-shadow: 0px 0px 10px #000000;
    font-weight: 600;
}
.importContactSec .importContact .importOptions h1{
    font-size: 22px;
    color: var(--color-dark-coffee);
    text-align: center;
}
.importContactSec .importContact .importOptions .options{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.importContactSec .importContact .importOptions .options .item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    border: 1px solid var(--color-light-gray) !important;
    border-radius: 10px !important;
    background: #fff;
    width: 80px;
    height: 75px;
    transition: .3s;
}
.importContactSec .importContact .importOptions .options .item:hover{
    transform: translateY(-3px);
}
.importContactSec .importContact .importOptions .options .item img{
    height: 30px;
}
.importContactSec .importContact .importOptions .options .item p{
    margin-bottom: 0;
    color: var(--color-black);
    line-height: 1;
}
.importContactSec .importContact .blwMsg{
    font-size: 13px;
    color: var(--color-black);
    margin: 7px;
}
.importContactSec .importContact .notificationBoard{
    text-align: center;
    background-color: var(--color-light-yellow);
    border: 1px solid var(--color-light-gray) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #c7c7c750;
    padding: 15px;
    margin-top: 15px;
}
.importContactSec .importContact .notificationBoard p{
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--color-dark-coffee);
}

/*********** Import Contacts Page End ***********/

/*********** Tags Page ***********/

.tagSec{
    padding: 40px 0;
}
.tagSec .tagCloud{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
}
.tagSec .updateTime{
    font-size:12px;
    color:var(--color-jet-black);
    text-align:right;
    padding-bottom: 3px;
}
.tagSec .tagCloud .tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px 10px;
    align-items:flex-end;
}
.tagSec .tagCloud .tags a{
    text-decoration:none;
    color: var(--color-jet-black);
    transition:.3s;
    line-height:1.2;
}
.tagSec .tagCloud .tags a:hover{
    color: var(--color-red);
}
.tagSec .tagCloud .tags .size-1{
    font-size:12px;
}
.tagSec .tagCloud .tags .size-2{
    font-size:14px;
}
.tagSec .tagCloud .tags .size-3{
    font-size:16px;
}
.tagSec .tagCloud .tags .size-4{
    font-size:18px;
}
.tagSec .tagCloud .tags .size-5{
    font-size:20px;
    font-weight:600;
}
.tagSec .tagCloud .tags .size-6{
    font-size:22px;
    font-weight:700;
    color: var(--color-dark-coffee);
}

/*********** Tags Page End ***********/

/*********** No Search result Found Page ***********/

.noSearchResultSec{
    padding: 40px 0;
}
.noSearchResultSec .noSearchResult{
    max-width:600px;
    padding:20px;
    display:flex;
    align-items:flex-start;
    gap:15px;
    background:#fff8f3;
    border:1px solid #ffd3b3;
    border-left:5px solid #ff9800;
    border-radius:8px;
    margin: 0 auto;
}
.noSearchResultSec .noSearchResult .icon{
    font-size:28px;
    color:#ff9800;
    line-height:1;
    flex-shrink:0;
}
.noSearchResultSec .noSearchResult .content h4{
    margin:0 0 5px;
    font-size:22px;
    color: var(--color-red);
    font-weight:600;
}
.noSearchResultSec .noSearchResult .content p{
    margin:0 0 6px;
    color:#555;
    font-size:15px;
}
.noSearchResultSec .noSearchResult .content span{
    color:#888;
    font-size:14px;
}

/*********** No Search result Found Page End ***********/

/*********** Events and Holidays Page ***********/

.eventsHolidaySec{
    background-color: var(--color-light-gray);
}
.eventsHolidaySec .gridViewCards .card .card-body p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
}
.eventsHolidaySec .gridViewCards .card .card-body p a{
    color: inherit;
}


/*********** Events and Holidays Page End ***********/


/*********** Calendar Page ***********/

/* .calendarSec .calendar-header-wrapper {
    background-color: var(--color-white);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid var(--border-color);
}
.calendarSec .btn-today {
    color: var(--color-ocean-blue);
    border: 1px solid var(--color-ocean-blue);
    background-color: transparent;
    font-weight: 600;
}
.calendarSec .btn-today:hover {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
}
.calendarSec .custom-select {
    background-color: var(--color-light-gray);
    border: none;
    color: var(--color-dark-coffee);
    font-weight: 600;
    cursor: pointer;
    box-shadow: none !important;
}
.calendarSec .nav-circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-light-gray);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--color-dark-coffee);
    transition: background .2s;
}
.calendarSec .nav-circle-btn:hover {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
}
.calendarSec .month-display-list span {
    font-size: .95rem;
    color: var(--color-dark-coffee);
    cursor: pointer;
}
.calendarSec .month-display-list span:hover {
    color: var(--color-ocean-blue);
}
.calendarSec .month-display-list h2 {
    margin: 0;
    font-size: 1.8rem;
    color: var(--color-ocean-blue);
}
.calendarSec .calendar-body-wrapper {
    background-color: var(--color-white);
    border-radius: 0 0 12px 12px;
    padding: 20px;
}
.calendarSec .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background-color: #a4bfcd;
    border: 1px solid var(--color-ocean-blue);
}
.calendarSec .weekday-header {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
    text-align: center;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.calendarSec .day-cell {
    background-color: var(--color-white);
    min-height: 140px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.calendarSec .day-cell.empty {
    background-color: var(--color-gray);
    color: #adb5bd;
}
.calendarSec .day-cell.highlight {
    border: 1px solid var(--color-red);
    background-color: var(--color-light-yellow);
}
.calendarSec .day-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-ocean-blue);
}
.calendarSec .mobile-weekday-label {
    display: none;
}
.calendarSec .event-card-img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border: 1px solid var(--color-dark-gray);
    border-radius: 4px;
    margin-bottom: 8px;
}
.calendarSec .event-links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.calendarSec .event-links li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
}
.calendarSec .event-links li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: bold;
    color: var(--color-red);
}
.calendarSec .event-links a {
    display: block;
    overflow: hidden;
    color: var(--color-dark-coffee);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.calendarSec .event-links a:hover {
    color: var(--color-red);
    text-decoration: underline;
}

@media (max-width:767px) {
    .calendarSec .calendar-header-wrapper{
        padding: 15px;
    }
    .calendarSec .calendar-body-wrapper{
        padding: 15px;
    }
    .calendarSec .calendar-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: transparent;
        border: none;
    }
    .calendarSec .weekday-header {
        display: none;
    }
    .calendarSec .day-cell {
        min-height: auto;
        padding: 12px;
        border: 1px solid var(--color-dark-gray);
        border-radius: 8px;
    }
    .calendarSec .day-cell.empty {
        display: none !important;
    }
    .calendarSec .day-cell.highlight {
        padding: 11px;
        border-width: 2px;
    }
    .calendarSec .mobile-weekday-label {
        display: inline;
        margin-right: 8px;
        font-size: 15px;
    }
    .calendarSec .event-card-img {
        height: 120px;
        width: 150px;
        margin-top: 5px;
    }
    .calendarSec .event-links a {
        white-space: normal;
        font-size: 11px;
    }
    .calendarSec .day-number{
        color: var(--color-red);
    }
    .calendarSec .day-number .mobile-weekday-label{
        color: var(--color-ocean-blue);
    }
    .calendarSec .calendar-body-wrapper #mobile-nav button{
        font-size: 14px;
    }
} */

.calendarSec .calendar-header-wrapper {
    background-color: var(--color-white);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid var(--border-color);
}
.calendarSec .btn-today {
    color: var(--color-ocean-blue);
    border: 1px solid var(--color-ocean-blue);
    background-color: transparent;
    font-weight: 600;
}
.calendarSec .btn-today:hover {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
}
.calendarSec .custom-select {
    background-color: var(--color-light-gray);
    border: none;
    color: var(--color-dark-coffee);
    font-weight: 600;
    cursor: pointer;
    box-shadow: none !important;
}
.calendarSec .nav-circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-light-gray);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--color-dark-coffee);
    transition: background .2s;
}
.calendarSec .nav-circle-btn:hover {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
}
.calendarSec .month-display-list span {
    font-size: .95rem;
    color: var(--color-dark-coffee);
    cursor: pointer;
}
.calendarSec .month-display-list span:hover {
    color: var(--color-ocean-blue);
}
.calendarSec .month-display-list h2 {
    margin: 0;
    font-size: 1.8rem;
    color: var(--color-ocean-blue);
}
.calendarSec .calendar-body-wrapper {
    background-color: var(--color-white);
    border-radius: 0 0 12px 12px;
    padding: 20px;
}
.calendarSec .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background-color: #c9c7c7;
    border: 1px solid var(--color-ocean-blue);
}
.calendarSec .weekday-header {
    background-color: var(--color-ocean-blue);
    color: var(--color-white);
    text-align: center;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.calendarSec .day-cell {
    background-color: var(--color-white);
    min-height: 140px;
    padding: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 0fr 1fr;      /* adjust ratio as needed, e.g. 40% / 60% */
    grid-template-areas: "date img" "events events";
    gap: 2px 2px;
    align-items: start;
}
.calendarSec .day-cell.empty {
    background-color: var(--color-gray);
    color: #adb5bd;
}
.calendarSec .day-cell.highlight {
    border: 1px solid var(--color-red);
    background-color: var(--color-light-yellow);
}
.calendarSec .day-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-ocean-blue);
    grid-area: date;
    font-size: 15px;
}
.calendarSec .mobile-weekday-label {
    display: none;
}
.calendarSec .event-card-img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #fff;
    border: 1px solid #999;
    padding: 3px;
    grid-area: img;
    justify-self: end;
}
.calendarSec .event-links {
    list-style: none;
    grid-area: events;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.calendarSec .event-links li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 2px;
}
.calendarSec .event-links li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: bold;
    color: var(--color-red);
}
.calendarSec .event-links a {
    display: block;
    overflow: hidden;
    color: var(--color-dark-coffee);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.calendarSec .event-links a:hover {
    color: var(--color-red);
    text-decoration: underline;
}
.calendarSec .multi-day-grid {
    margin-top: 10px;
}
.calendarSec .multi-day-banner {
    background-color: #ffe7df;
    border: 1px solid #ff713f;
    /* border-radius: 4px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 140px;
}
.calendarSec .multi-day-header {
    background-color: #ff713f;
    color: var(--color-white);
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 4px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.calendarSec .multi-day-img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #fff;
    border: 1px solid #999;
    padding: 3px;
    margin: 5px;
    margin-left: auto;
}
.calendarSec .multi-day-link {
    font-size: 12px;
    color: var(--color-dark-coffee);
    text-decoration: none;
    padding: 0 3px 6px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.calendarSec .multi-day-link .range-label {
    display: none; 
}
.calendarSec .multi-day-link:hover {
    color: var(--color-red);
    text-decoration: underline;
}

/*********** Calendar Page End ***********/


/*********** My Page ***********/

.topIntroSec2 h1{
    color: var(--color-red);
}
.topIntroSec2 h5{
    font-size: 17px;
    font-family: var(--font-primary);
    font-weight: 400;
}
.profileStatus{
    margin:0 0 10px;
}
.profileStatus .progress{
    height:12px;
    border-radius:20px;
    background: var(--color-gray);
    overflow:hidden;
}
.profileStatus .progress-bar{
    background-color:var(--color-ocean-blue);
    background-image: linear-gradient(
        45deg,
        rgba(255,255,255,.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255,255,255,.15) 50%,
        rgba(255,255,255,.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
    border-radius:20px;
}
.profileStatus p{
    margin:8px 0 0;
    font-size:14px;
    color:var(--color-ocean-blue);
    font-weight:600;
}
.profileStatus p span{
    color:var(--color-ocean-blue);
    font-weight:400;
}
.myPageSec{
    padding: 20px 0 40px;
}
.myPageSec .emailVarifyNotification{
    text-align: left;
    background-color: var(--color-light-yellow);
    border: 1px solid var(--color-light-gray) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #c7c7c750;
    padding: 20px;
    margin-top: 15px;
}
.myPageSec .emailVarifyNotification p{
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--color-dark-coffee);
}
.myPageSec .emailVarifyNotification .buttonSec{
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.myPageSec .emailVarifyNotification .buttonSec button{
    width: 250px;
}

.myPageSec .descriptionYouself h3{
    font-size: 22px;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 18px;
}
.myPageSec .descriptionYouself .formGroup{
    margin-bottom: 15px;
}
.myPageSec .descriptionYouself .formGroup label{
    display: block;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 3px;
    font-size: 16px;
}
.myPageSec .descriptionYouself .genderOptions{
    display: flex;
    align-items: center;
    gap: 20px;
}
.myPageSec .descriptionYouself .genderOptions .form-check-inline{
    margin-right: 10px;
}
.myPageSec .descriptionYouself .genderOptions label{
    font-size: 15px;
    font-weight: 500;
}
.myPageSec .descriptionYouself .form-check-input:checked{
    background-color: var(--color-ocean-blue);
    border-color: var(--color-ocean-blue);
}
.myPageSec .descriptionYouself .form-control,
.myPageSec .descriptionYouself .form-select{
    border: 1px solid var(--color-light-gray);
    border-radius: 5px;
    font-size: 15px;
    color: var(--color-dark-coffee);
    box-shadow: none;
    height: 40px;
}
.myPageSec .descriptionYouself textarea.form-control{
    height: auto;
    resize: none;
    padding: 12px;
}
.myPageSec .descriptionYouself .form-control:focus,
.myPageSec .descriptionYouself .form-select:focus{
    border-color: var(--color-dark-coffee);
    box-shadow: none;
}
.myPageSec .descriptionYouself .charCount{
    display: block;
    text-align: right;
    color: var(--color-dim-gray);
    font-size: 12px;
    margin-top: 5px;
}
.myPageSec .descriptionYouself .bottomRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.myPageSec .descriptionYouself .bottomRow .btn{
    width: 130px;
}
.myPageSec .descriptionYouself .laterLink{
    color: var(--color-ocean-blue);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}
.myPageSec .descriptionYouself .laterLink:hover{
    color: var(--color-dark-coffee);
}

.myPageSec .importAddBook h3{
    text-align: center;
    font-size: 22px;
    color: var(--color-dark-coffee);
}
.myPageSec .importAddBook .options{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.myPageSec .importAddBook .options .item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    border: 1px solid var(--color-light-gray) !important;
    border-radius: 10px !important;
    background: #fff;
    width: 80px;
    height: 75px;
    transition: .3s;
}
.myPageSec .importAddBook .options .item:hover{
    transform: translateY(-3px);
}
.myPageSec .importAddBook .options .item img{
    height: 30px;
}
.myPageSec .importAddBook .options .item p{
    margin-bottom: 0;
    color: var(--color-black);
    line-height: 1;
}
.myPageSec .importAddBook .blwMsg {
    font-size: 14px;
    color: var(--color-black);
    margin: 7px;
    text-align: center;
}
.myPageSec .addProfileNotification h3{
    font-size:22px;
    color:var(--color-dark-coffee);
    text-align: center;
}
.myPageSec .addProfileNotification .profileInfo{
    display:flex;
    align-items:flex-start;
    gap:20px;
}
.myPageSec .addProfileNotification .profileImg{
    width:90px;
    min-width:90px;
    height:90px;
    border:1px solid var(--color-light-gray);
    border-radius:7px;
    background: var(--color-white);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.myPageSec .addProfileNotification .profileImg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.myPageSec .addProfileNotification .profileContent{
    flex:1;
}
.myPageSec .addProfileNotification .profileContent p{
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.myPageSec .addProfileNotification .uploadSec input{
    margin-bottom:5px;
}
.myPageSec .addProfileNotification .uploadSec small{
    display:block;
    color: var(--color-dim-gray);
    font-size:11px;
}
.myPageSec .addProfileNotification .buttonSec{
    align-items:center;
    margin-top:25px;
}
.myPageSec .addProfileNotification .buttonSec button{
    width:180px;
}
.myPageSec .addProfileNotification .backLink,
.myPageSec .addProfileNotification .laterLink{
    font-size:14px;
    color:var(--color-ocean-blue);
    text-decoration:none;
    font-weight:500;
}
.myPageSec .addProfileNotification .backLink:hover,
.myPageSec .addProfileNotification .laterLink:hover{
    text-decoration:underline;
}
.myPageSec .addFamilyNotification h3{
    text-align:left;
    font-size:22px;
    color:var(--color-dark-coffee);
    margin-bottom:20px;
}
.myPageSec .addFamilyNotification .familyMember{
    margin-bottom:18px;
}
.myPageSec .addFamilyNotification .titleRow{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}
.myPageSec .addFamilyNotification h4{
    margin:0;
    font-size:16px;
    font-weight:600;
    color:var(--color-dark-coffee);
}
.myPageSec .addFamilyNotification .addBtn{
    width:22px;
    height:22px;
    border:none;
    border-radius:4px;
    background:transparent;
    color:var(--color-ocean-blue);
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    line-height:1;
}
.myPageSec .addFamilyNotification .form-control,
.myPageSec .addFamilyNotification .form-select{
    border-radius:0;
    font-size:14px;
}
.myPageSec .addFamilyNotification .dobRow{
    display:flex;
    align-items:center;
    gap:8px;
}
.myPageSec .addFamilyNotification .dobRow label{
    margin:0;
    min-width:45px;
    font-weight:600;
    color:var(--color-dark-coffee);
    white-space:nowrap;
    font-size:15px;
    font-family: var(--font-primary);
}
.myPageSec .addFamilyNotification .dobRow .form-select{
    width:auto;
    min-width:90px;
    flex:1;
}
.myPageSec .addFamilyNotification .buttonSec button{
    width:180px;
}
.myPageSec .addFamilyNotification .backLink,
.myPageSec .addFamilyNotification .laterLink{
    color:var(--color-ocean-blue);
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}
.myPageSec .addFamilyNotification .backLink:hover,
.myPageSec .addFamilyNotification .laterLink:hover{
    text-decoration:underline;
}
.myPageSec .addFamilyNotification{
    text-align:left;
}
.myPageSec .addFamilyNotification h3{
    font-size:22px;
    color:var(--color-dark-coffee);
    margin-bottom:25px;
    text-align:center;
}
.myPageSec .addFamilyNotification .familyBlock{
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid var(--color-light-gray);
}
.myPageSec .addFamilyNotification .familyBlock:last-of-type{
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:15px;
}
.myPageSec .addFamilyNotification .familyBlock h4{
    margin-bottom:3px;
    font-size:16px;
    font-weight:600;
    color:var(--color-dark-coffee);
    font-family: var(--font-primary);
}
.myPageSec .addFamilyNotification .titleBar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
}
.myPageSec .addFamilyNotification .addMoreBtn{
    padding:4px 14px;
    font-size:13px;
    font-weight:500;
    border-radius:30px;
}
.myPageSec .addFamilyNotification .form-control,
.myPageSec .addFamilyNotification .form-select{
    height:40px;
    border:1px solid var(--color-light-gray);
    border-radius:5px;
    font-size:15px;
    color:var(--color-dark-coffee);
    box-shadow:none;
}
.myPageSec .addFamilyNotification textarea.form-control{
    height:auto;
}
.myPageSec .addFamilyNotification .form-control:focus,
.myPageSec .addFamilyNotification .form-select:focus{
    border-color:var(--color-dark-coffee);
    box-shadow:none;
}
.myPageSec .addFamilyNotification .familyMember{
    position:relative;
    padding:20px;
    margin-bottom:20px;
    border:1px dashed var(--color-light-gray);
    border-radius:8px;
    background: var(--color-white);
}
.myPageSec .addFamilyNotification .familyMember:last-child{
    margin-bottom:0;
}
.myPageSec .addFamilyNotification .removeMember{
    margin-top:15px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 14px;
    border:none;
    border-radius:20px;
    background: var(--color-red);
    color:var(--color-white);
    font-size:13px;
    transition:.3s;
}
.myPageSec .addFamilyNotification .removeMember:hover{
    background: var(--color-red);
}
.myPageSec .addFamilyNotification .backBtn,
.myPageSec .addFamilyNotification .laterBtn{
    color:var(--color-ocean-blue);
    text-decoration:none;
    font-size:15px;
    font-weight:500;
}
.myPageSec .addFamilyNotification .backBtn:hover,
.myPageSec .addFamilyNotification .laterBtn:hover{
    text-decoration:underline;
}
.myPageSec .addFamilyNotification2{
    text-align: left;
}
.myPageSec .addFamilyNotification2 h3{
    font-size: 22px;
    color: var(--color-dark-coffee);
    margin-bottom: 25px;
    text-align: center;
}
.myPageSec .addFamilyNotification2 .formGroup{
    margin-bottom: 16px;
}
.myPageSec .addFamilyNotification2 .formGroup > label{
    display: block;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 3px;
    font-size: 16px;
}
.myPageSec .addFamilyNotification2 .radioInline{
    display: flex;
    align-items: center;
    gap: 20px;
}
.myPageSec .addFamilyNotification2 .form-check-input:checked{
    background-color: var(--color-ocean-blue);
    border-color: var(--color-ocean-blue);
}
.myPageSec .addFamilyNotification2 .d-none{
    display: none !important;
}
.myPageSec .addFamilyNotification2 .familyBlock{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-light-gray);
}
.myPageSec .addFamilyNotification2 .familyBlock h4{
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-dark-coffee);
    font-family: var(--font-primary);
}
.myPageSec .addFamilyNotification2 .titleBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.myPageSec .addFamilyNotification2 .addMoreBtn{
    border: none;
    cursor: pointer;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
}
.myPageSec .addFamilyNotification2 .form-control,
.myPageSec .addFamilyNotification2 .form-select{
    height: 40px;
    border: 1px solid var(--color-light-gray);
    border-radius: 5px;
    font-size: 14px;
    color: var(--color-dark-coffee);
    box-shadow: none;
}
.myPageSec .addFamilyNotification2 .form-control:focus,
.myPageSec .addFamilyNotification2 .form-select:focus{
    border-color: var(--color-dark-coffee);
    box-shadow: none;
}
.myPageSec .addFamilyNotification2 .dobRow{
    display: flex;
    align-items: center;
    gap: 8px;
}
.myPageSec .addFamilyNotification2 .dobRow label{
    margin: 0;
    min-width: 45px;
    font-weight: 600;
    color: var(--color-dark-coffee);
    white-space: nowrap;
    font-size: 14px;
    font-family: var(--font-primary);
}
.myPageSec .addFamilyNotification2 .dobRow .form-select{
    width: auto;
    min-width: 85px;
    flex: 1;
    margin-bottom: 0;
}
.myPageSec .addFamilyNotification2 .familyMember{
    position: relative;
    margin-bottom: 12px;
}
.myPageSec .addFamilyNotification2 .familyMember:last-child{
    margin-bottom: 0;
}
.myPageSec .addFamilyNotification2 .removeMember{
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: none;
    border-radius: 20px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 12px;
}
.myPageSec .addFamilyNotification2 .reminderDetails{
    margin-top: 10px;
    margin-bottom: 15px;
}
.myPageSec .addFamilyNotification2 .reminderDetails > label{
    display: block;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 8px;
    font-size: 14px;
}
.myPageSec .addFamilyNotification2 .reminderDays{
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 16px;
    margin-bottom: 10px;
}
.myPageSec .addFamilyNotification2 .remindOnDay{
    margin-top: 5px;
}
.myPageSec .addFamilyNotification2 .bottomRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.myPageSec .addFamilyNotification2 .bottomRow .btn{
    width: 160px;
}
.myPageSec .addFamilyNotification2 .backLink,
.myPageSec .addFamilyNotification2 .laterLink{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.myPageSec .addFamilyNotification2 .backLink:hover,
.myPageSec .addFamilyNotification2 .laterLink:hover{
    text-decoration: underline;
}
.myPageSec .addEventReminder h3{
    font-size: 22px;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 15px;
}
.myPageSec .addEventReminder h3 span{
    font-size: 14px;
    font-weight: 400;
}
.myPageSec .addEventReminder .eventList{
    max-height: 180px;
    overflow-y: auto;
    padding-right: 8px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dashed var(--color-light-gray);
    border-radius: 8px;
    background: var(--color-white);
}
.myPageSec .addEventReminder .form-check{
    margin-bottom: 8px;
}
.myPageSec .addEventReminder .form-check-label{
    color: var(--color-dark-coffee);
    font-size: 14px;
}
.myPageSec .addEventReminder .form-check-input:checked{
    background-color: var(--color-ocean-blue);
    border-color: var(--color-ocean-blue);
}
.myPageSec .addEventReminder .selectAllRow{
    text-align: right;
    margin: 0px 0 15px;
}
.myPageSec .addEventReminder .selectAllLink{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.myPageSec .addEventReminder .selectAllLink:hover{
    text-decoration: underline;
}
.myPageSec .addEventReminder .reminderDetails{
    padding-top: 12px;
    border-top: 1px solid var(--color-light-gray);
}
.myPageSec .addEventReminder .reminderDetails > label{
    display: block;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 8px;
    font-size: 14px;
}
.myPageSec .addEventReminder .reminderDays{
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 16px;
    margin-bottom: 10px;
}
.myPageSec .addEventReminder .remindOnDay{
    margin-top: 5px;
}
.myPageSec .addEventReminder .backLink,
.myPageSec .addEventReminder .laterLink{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.myPageSec .addEventReminder .backLink:hover,
.myPageSec .addEventReminder .laterLink:hover{
    text-decoration: underline;
}
.myPageSec .addEventReminder .buttonSec button{
    width: 180px;
}
.myPageSec .addFriendBdayNotification h3{
    text-align: left;
}
.myPageSec .addFriendBdayNotification h3 span{
    font-size: 14px;
    font-weight: 400;
}
.myPageSec .addFriendBdayNotification .friendBlock{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--color-light-gray);
}
.myPageSec .addFriendBdayNotification .friendBlock:last-child{
    border-bottom: none;
}
.myPageSec .addFriendBdayNotification .form-control,
.myPageSec .addFriendBdayNotification .form-select{
    height: 38px;
    border: 1px solid var(--color-light-gray);
    border-radius: 5px;
    font-size: 14px;
    color: var(--color-dark-coffee);
    box-shadow: none;
    margin-bottom: 8px;
}
.myPageSec .addFriendBdayNotification .form-control:focus,
.myPageSec .addFriendBdayNotification .form-select:focus{
    border-color: var(--color-dark-coffee);
    box-shadow: none;
}
.myPageSec .addFriendBdayNotification .dobRow{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.myPageSec .addFriendBdayNotification .dobRow label{
    margin: 0;
    min-width: 45px;
    font-weight: 700;
    color: var(--color-dark-coffee);
    white-space: nowrap;
    font-size: 14px;
    font-family: var(--font-primary);
}
.myPageSec .addFriendBdayNotification .dobRow .form-select{
    width: auto;
    min-width: 85px;
    flex: 1;
    margin-bottom: 0;
}
.myPageSec .addFriendBdayNotification .moreRow{
    text-align: right;
    margin-bottom: 15px;
    margin-top: 10px;
}
.myPageSec .addFriendBdayNotification .moreLink{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.myPageSec .addFriendBdayNotification .moreLink:hover{
    text-decoration: underline;
}
.myPageSec .addFriendBdayNotification .reminderDetails{
    padding-top: 12px;
    border-top: 1px solid var(--color-light-gray);
}
.myPageSec .addFriendBdayNotification .reminderDetails > label{
    display: block;
    font-weight: 600;
    color: var(--color-dark-coffee);
    margin-bottom: 8px;
    font-size: 14px;
}
.myPageSec .addFriendBdayNotification .reminderDays{
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 16px;
    margin-bottom: 10px;
}
.myPageSec .addFriendBdayNotification .remindOnDay{
    margin-top: 5px;
}
.myPageSec .addFriendBdayNotification .bottomRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.myPageSec .addFriendBdayNotification .bottomRow .btn{
    width: 160px;
}
.myPageSec .addFriendBdayNotification .backLink,
.myPageSec .addFriendBdayNotification .laterLink{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.myPageSec .addFriendBdayNotification .backLink:hover,
.myPageSec .addFriendBdayNotification .laterLink:hover{
    text-decoration: underline;
}
.myPageSec .addFriendBdayNotification .removeFriend{
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: none;
    border-radius: 20px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 12px;
}

.myPageSec .myPageWelcomeWidget{
    text-align: left;
}
.myPageSec .myPageWelcomeWidget .greetHeading{
    font-size: 18px;
    font-weight: 700;
    color: var(--color-ocean-blue);
    margin-bottom: 15px;
    margin-top: 20px;
}
.myPageSec .myPageWelcomeWidget .greetHeading span{
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-top: 2px;
}
.myPageSec .myPageWelcomeWidget .widgetCard{
    background-color: var(--color-cream);
    border: 1px solid var(--color-gray);
    border-radius: 10px;
    box-shadow: 0 0 10px #c7c7c750;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.myPageSec .myPageWelcomeWidget .widgetHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--color-gray);
}
.myPageSec .myPageWelcomeWidget .widgetHead h5{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-dark-coffee);
}
.myPageSec .myPageWelcomeWidget .viewAllLink{
    font-size: 13px;
    font-weight: 600;
    color: var(--color-ocean-blue);
    text-decoration: none;
}
.myPageSec .myPageWelcomeWidget .viewAllLink:hover{
    text-decoration: underline;
}
.myPageSec .myPageWelcomeWidget .widgetBody p{
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-dark-coffee);
    margin-bottom: 10px;
}
.myPageSec .myPageWelcomeWidget .stepsList{
    margin: 0;
    padding-left: 18px;
    list-style: circle;
}
.myPageSec .myPageWelcomeWidget .stepsList li{
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-dark-coffee);
}
.myPageSec .myPageWelcomeWidget .noEcardsState p{
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-dark-coffee);
    margin: 0;
}
.myPageSec .myPageWelcomeWidget .ecardWidget .hasEcardsState{
    display: none;
}
.myPageSec .myPageWelcomeWidget .ecardWidget.hasEcards .hasEcardsState{
    display: block;
}
.myPageSec .myPageWelcomeWidget .ecardWidget.hasEcards .noEcardsState{
    display: none;
}
.myPageSec .myPageWelcomeWidget .ecardTableHead{
    display: flex;
    gap: 60px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-dim-gray);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.myPageSec .myPageWelcomeWidget .ecardRow{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
.myPageSec .myPageWelcomeWidget .ecardDate{
    font-size: 14px;
    color: var(--color-dark-coffee);
    white-space: nowrap;
}
.myPageSec .myPageWelcomeWidget .ecardSender{
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
}
.myPageSec .myPageWelcomeWidget .senderIcon{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-ocean-blue);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.myPageSec .myPageWelcomeWidget .senderName{
    font-size: 14px;
    color: var(--color-dark-coffee);
}
.myPageSec .myPageWelcomeWidget .viewEcardBtn{
    font-size: 13px;
    padding: 6px 18px;
    white-space: nowrap;
}
.myPageSec .myPageWelcomeWidget .btnBlockSender{
    font-size: 14px;
}
.myPageSec .myPageWelcomeWidget .bounceAlert{
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff6e0;
    border: 1px solid #f0d896;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--color-dark-coffee);
    margin-top: 10px;
}
.myPageSec .myPageWelcomeWidget .bounceAlert i{
    color: #e0a800;
}
.myPageSec .myPageWelcomeWidget .bounceAlert a{
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-weight: 600;
    margin-left: auto;
}
.myPageSec .myPageWelcomeWidget .bounceAlert a:hover{
    text-decoration: underline;
}

.myPageSec .myPageWelcomeWidget .upcomingEvents .eventsList{
    list-style: none;
    margin: 0;
    padding: 0;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventRow{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-gray);
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventRow:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventRow:first-child{
    padding-top: 0;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventThumb{
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
    display: block;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventThumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventInfo{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventTitle{
    font-size: 15px;
    font-weight: 700;
    color: var(--color-ocean-blue);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventTitle:hover{
    text-decoration: underline;
}
.myPageSec .myPageWelcomeWidget .upcomingEvents .eventDate{
    font-size: 13px;
    color: var(--color-dim-gray);
}

/*********** My Page End ***********/

/*********** Login and Signup Page ***********/

.loginSignupSec{
    padding: 40px 0;
}
.loginSignupSec .auth-wrap{
  max-width:420px;
  margin:0 auto;
}
.loginSignupSec .auth-tabs{
  display:flex;
  width:100%;
  border-bottom:1px solid var(--color-light-gray);
  margin-bottom:28px;
}
.loginSignupSec .auth-tabs .nav-item{
  width:50%;
}
.loginSignupSec .auth-tabs .nav-link{
  width:100%;
  text-align:center;
  border:none;
  border-bottom:3px solid var(--color-light-gray);
  border-radius:0;
  font-weight:600;
  font-size:1.05rem;
  color:var(--color-ocean-blue);
  padding:10px 0 14px;
}
.loginSignupSec .auth-tabs .nav-link.active{
  color: var(--color-red);
  border-bottom-color: var(--color-red);
  background:transparent;
}
.loginSignupSec .form-label{
  font-weight:600;
  font-size:15px;
  color:#1c2733;
  margin-bottom:3px;
}
.loginSignupSec .form-control{
  border-radius:7px;
  border:1px solid var(--color-light-gray);
  padding:.65rem .9rem;
  font-size:.95rem;
}
.loginSignupSec .form-control:focus{
  border-color:var(--color-ocean-blue);
  box-shadow:0 0 0 .15rem rgba(14,58,92,.12);
}
.loginSignupSec .password-field{ position:relative; }
.loginSignupSec .password-field .toggle-eye{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
  color:var(--color-dark-gray);
  background:none;
  border:none;
  padding:0;
  line-height:0;
}
.loginSignupSec .date-field .toggle-cal{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--color-dark-gray);
  pointer-events:none;
    font-size:.95rem;
}
.loginSignupSec .date-field input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.loginSignupSec .date-field input[type="date"]{
    position:relative;
}
.loginSignupSec .forgot-link{
  font-size:.85rem;
  color:var(--color-ocean-blue);
  text-decoration:none;
  font-weight:500;
}
.loginSignupSec .forgot-link:hover{ text-decoration:underline; }
.loginSignupSec .btnLoginSignup{
  border:none;
  border-radius:30px;
  padding:.8rem 1rem;
  font-weight:600;
  font-size:16px;
  width:100%;
}
.loginSignupSec .divider{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--color-dark-gray);
  font-size:.8rem;
  margin:22px 0;
}
.loginSignupSec .divider::before,
.loginSignupSec .divider::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--color-light-gray);
}
.loginSignupSec .switch-text{
  text-align:center;
  font-size:.9rem;
  color:var(--color-dim-gray);
}
.loginSignupSec .switch-text a{
  color:var(--color-red);
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
}
.loginSignupSec .switch-text a:hover{ text-decoration:underline; color:var(--color-ocean-blue);}
.loginSignupSec .terms-check label{
  font-size:13px;
  color:var(--color-dim-gray);
  line-height:1.4;
}
.loginSignupSec .terms-check a{
  color: var(--color-red);
  text-decoration:none;
}
.loginSignupSec .terms-check a:hover{ text-decoration:underline; }

.forgotPasswordModal .modal-content{
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
  padding: 30px 28px 24px;
  position: relative;
}
.forgotPasswordModal .modal-body{
  padding: 0;
}
.forgotPasswordModal .modalCloseBtn{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-red);
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  cursor: pointer;
}
.forgotPasswordModal .underlineField .form-label{
  font-weight: 600;
  font-size: 15px;
  color: #1c2733;
  margin-bottom: 3px;
}
.forgotPasswordModal .underlineField .form-control{
  border: none;
  border-radius: 7px;
  border: 1px solid var(--color-light-gray);
  padding: .65rem .9rem;
  font-size: .95rem;
}
.forgotPasswordModal .underlineField .form-control:focus{
  border-color: var(--color-ocean-blue);
  box-shadow: none;
}
.forgotPasswordModal .modalNote{
  font-size: 12px;
  color: var(--color-jet-black);
  line-height: 1.5;
  margin: 20px 0 0;
}

/*********** Login and Signup Page End ***********/

/*********** Settings Page ***********/

.settingsSec{
  padding: 40px 0;
  background: #ffffff;
  color: #1F2937;
  font-size: 14px;
}
.settingsSec .tg-page{
  /* max-width: 480px; */
  /* margin: 0 auto;
  min-height: 100vh;
  background: #ffffff;
  padding-bottom: 40px; */
}
.tg-verify-banner{
  background: var(--color-light-yellow);
  border: 1px solid var(--color-light-gray) !important;
  border-radius: 10px !important;
  box-shadow: 0 0 10px #c7c7c750;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #4A4230;
}
.tg-verify-banner i.tg-verify-icon{
  color: var(--color-ocean-blue);
  font-size: 16px;
  flex-shrink: 0;
}
.tg-verify-banner a{
  color: var(--color-ocean-blue);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.tg-verify-banner a:hover{ text-decoration: underline; }
.tg-verify-banner .tg-verify-text{ flex: 1; line-height: 1.4; }
.settingsSec .tg-page-header{
  padding: 25px 16px 12px;
}
.settingsSec .tg-page-header h1{
  font-size: 24px;
  font-weight: 700;
  color: var(--color-ocean-blue);
  margin: 0;
  text-align: center;
}
.settingsSec .tg-accordion .accordion-item{
  border: 1px solid var(--color-light-gray);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-color .15s ease-in-out;
}
.settingsSec .tg-accordion .accordion-item:has(.accordion-button:not(.collapsed)){
  border-color: var(--color-ocean-blue);
}
.settingsSec .tg-accordion .accordion-item:has(.accordion-button[aria-controls="collapseDeletion"]:not(.collapsed)){
  border-color: var(--color-red);
}
.settingsSec .tg-accordion .accordion-item:has(.accordion-button[aria-controls="collapseDeletion"]:not(.collapsed)) .accordion-button:not(.collapsed){
  background: var(--color-red);
  border-color: var(--color-red);
}
.settingsSec .tg-accordion .accordion-item:has(.accordion-button[aria-controls="collapseDeletion"]:not(.collapsed)) .accordion-button:not(.collapsed) .tg-section-icon{
  background: #ffffff;
  color: var(--color-red);
}
.settingsSec .tg-accordion .accordion-item:has(.accordion-button[aria-controls="collapseDeletion"]:not(.collapsed)) .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.settingsSec .tg-accordion .accordion-button{
  background: var(--color-light-gray);
  color: #1F2937;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 16px;
  border: 1px solid var(--color-gray);
  box-shadow: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 7px !important;
}
.settingsSec .tg-accordion .accordion-button:not(.collapsed){
  background: var(--color-ocean-blue);
  color: #ffffff;
  border: 1px solid var(--color-ocean-blue);
  box-shadow: none;
  border-radius: 0 !important;
}
.settingsSec .tg-accordion .accordion-button:not(.collapsed) .tg-section-icon{
  background: #ffffff;
  color: var(--color-ocean-blue);
}
.settingsSec .tg-accordion .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.settingsSec .tg-accordion .accordion-button:focus{
  box-shadow: none;
}
.settingsSec .tg-accordion .accordion-button::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300537C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  width: 1.1rem;
  height: 1.1rem;
}
.settingsSec .tg-section-icon{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-ocean-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.settingsSec .tg-accordion .accordion-body{
  padding: 18px 16px 20px;
  background: #ffffff;
}
.settingsSec .tg-label{
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}
.settingsSec .tg-label .tg-required{ color: var(--color-red); margin-left: 2px; }
.settingsSec .tg-hint{
  font-size: 12px;
  color: var(--color-dark-gray);
  margin-top: 4px;
}
.settingsSec .form-control, .settingsSec .form-select{
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #D1D5DB;
}
.settingsSec .form-control:focus, .settingsSec .form-select:focus{
  border-color: var(--color-ocean-blue);
  box-shadow: 0 0 0 3px rgba(0,83,124,0.12);
}
.settingsSec .form-control[readonly]{
  background: #F9FAFB;
  color: var(--color-dark-gray);
}
.settingsSec .form-check-input:checked{
  background-color: var(--color-ocean-blue);
  border-color: var(--color-ocean-blue);
}
.settingsSec .form-check-input:focus{
  box-shadow: 0 0 0 3px rgba(0,83,124,0.12);
}
.settingsSec .form-check-label{
  font-size: 13.5px;
}
.settingsSec .tg-field{
  margin-bottom: 12px;
}
.settingsSec .tg-subheading{
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ocean-blue);
  margin: 4px 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.settingsSec .tg-subheading .tg-add-link{
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-ocean-blue);
  text-decoration: none;
  cursor: pointer;
}
.settingsSec .tg-subheading .tg-add-link:hover{ text-decoration: underline; }
.settingsSec .tg-divider{
  border: none;
  border-top: 1px solid var(--color-light-gray);
  margin: 18px 0;
}
.settingsSec .tg-btn-primary{
  background: var(--color-ocean-blue);
  border: 1px solid var(--color-ocean-blue);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 8px;
  transition: background .15s ease;
}
.settingsSec .tg-btn-primary:hover{
  background: var(--color-ocean-blue);
  border-color: var(--color-ocean-blue);
  color: #fff;
}
.settingsSec .tg-btn-outline-danger{
  background: #fff;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 8px;
}
.settingsSec .tg-btn-outline-danger:hover{
  background: var(--color-red);
  color: #fff;
}
.settingsSec .tg-avatar-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.settingsSec .tg-avatar{
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color-light-gray);
}
.settingsSec .tg-avatar-placeholder{
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--color-light-gray);
  color: var(--color-ocean-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: 3px solid var(--color-light-gray);
}
.settingsSec .tg-change-image{
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-ocean-blue);
  text-decoration: none;
  margin-top: 8px;
}
.settingsSec .tg-change-image:hover{ text-decoration: underline; }
.settingsSec .tg-radio-row{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}
.settingsSec .tg-radio-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-top: 6px;
}
.settingsSec .tg-dob-row{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 8px;
}
.settingsSec .tg-family-block{
  border: 1px solid var(--color-light-gray);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 14px;
  background: #FCFCFD;
}
.settingsSec .tg-toggle-row{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-light-gray);
}
.settingsSec .tg-toggle-row:last-of-type{ border-bottom: none; }
.settingsSec .tg-toggle-row .tg-toggle-title{
  font-size: 13.5px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 2px;
}
.settingsSec .tg-toggle-row .tg-toggle-sub{
  font-size: 12px;
  color: var(--color-dark-gray);
  line-height: 1.4;
}
.settingsSec .tg-toggle-options{
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}
.settingsSec .tg-block-table{
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin-top: 10px;
}
.settingsSec .tg-block-table th{
  text-align: left;
  color: var(--color-dark-gray);
  font-weight: 600;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 6px 0;
  border-bottom: 1px solid var(--color-light-gray);
}
.settingsSec .tg-block-table td{
  padding: 10px 0;
  border-bottom: 1px solid var(--color-light-gray);
  vertical-align: middle;
}
.settingsSec .tg-unblock-link{
  color: var(--color-red);
  text-decoration: none;
  font-weight: 600;
  font-size: 12.5px;
}
.settingsSec .tg-unblock-link i{ margin-right: 4px; }
.settingsSec .tg-unblock-link:hover{ text-decoration: underline; }
.settingsSec .tg-add-block-row{
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.settingsSec .tg-add-block-row .form-control{ flex: 1; }
.settingsSec .tg-note{
  font-size: 11.5px;
  color: var(--color-dark-gray);
  background: var(--color-light-gray);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 14px;
  line-height: 1.5;
}
.settingsSec .tg-delete-icon{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FCEBEB;
  color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 14px;
}
.settingsSec .tg-delete-text{
  text-align: center;
  color: #374151;
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.settingsSec .tg-delete-text strong{ color: #1F2937; }

/*********** Settings Page End ***********/


/*********** Contacts Page ***********/

.settingsSec.contactSec .tg-search-group .form-control {
    border-right: none;
}
.settingsSec.contactSec .tg-search-group .form-control:focus {
    box-shadow: none;
    border-color: var(--color-ocean-blue);
}
.settingsSec.contactSec .tg-search-group:focus-within {
    box-shadow: 0 0 0 3px rgba(0,83,124,0.12);
    border-radius: 8px;
}
.settingsSec.contactSec .tg-contact-item {
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-light-gray);
}
.settingsSec.contactSec .tg-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}
.settingsSec.contactSec .tg-contact-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-light-gray);
    color: var(--color-ocean-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 14px;
    flex-shrink: 0;
}
.settingsSec.contactSec .tg-contact-info {
    flex: 1;
    min-width: 0;
}
.settingsSec.contactSec .tg-contact-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 2px;
    word-break: break-all;
}
.settingsSec.contactSec .tg-contact-email {
    font-size: 12.5px;
    color: var(--color-dark-gray);
}
.settingsSec.contactSec .tg-contact-status {
    font-size: 12px;
    color: #9CA3AF;
    font-style: italic;
    margin-top: 2px;
}
.settingsSec.contactSec .tg-contact-remove {
    background: none;
    border: none;
    color: #9CA3AF;
    font-size: 16px;
    padding: 4px 8px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.settingsSec.contactSec .tg-contact-remove:hover {
    color: var(--color-red);
}
.settingsSec.contactSec .tg-import-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--color-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.settingsSec.contactSec .tg-import-btn:hover {
    border-color: var(--color-ocean-blue);
    box-shadow: 0 4px 10px rgba(0,83,124,0.1);
}
.settingsSec.contactSec .tg-hint{
    display: flex;
    align-items: center;
    gap: 5px;
}
.settingsSec.contactSec .tg-hint .tg-required{
    color: var(--color-red);
    font-size: 13px;
    line-height: 1;
}
.settingsSec.contactSec .tg-divider {
    border-top: 2px solid var(--color-dim-gray);
}

/*********** Contacts Page End ***********/

/*********** Add Reminders Page ***********/

.settingsSec.addRemindersSec .tg-import-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--color-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.settingsSec.addRemindersSec .tg-import-btn:hover {
    border-color: var(--color-ocean-blue);
    box-shadow: 0 4px 10px rgba(0,83,124,0.1);
}
.settingsSec.addRemindersSec .tg-copy-box {
    background: #F9FAFB;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 13.5px;
    color: #4B5563;
    line-height: 1.6;
    user-select: all; 
}

/*********** Add Reminders Page End ***********/

/*********** My Reminders Page ***********/

.settingsSec.myreminderSec .tg-panel {
    border: 1px solid var(--color-light-gray);
    border-radius: 8px;
    margin-bottom: 14px;
    background: #ffffff;
    overflow: hidden;
}
.settingsSec.myreminderSec .tg-panel-header {
    background: var(--color-light-gray);
    color: #1F2937;
    font-weight: 600;
    font-size: 14.5px;
    padding: 14px 16px;
    border: 1px solid var(--color-gray);
    border-radius: 7px 7px 0 0;
    font-family: var(--font-secondary);
    line-height: 1.3;
}
.settingsSec.myreminderSec .tg-panel-body {
    padding: 18px 16px 20px;
    background: #ffffff;
    line-height: 1.3;
}
.settingsSec.myreminderSec .tg-panel-link {
    transition: border-color 0.2s ease;
}
.settingsSec.myreminderSec .tg-panel-link:hover {
    border-color: var(--color-ocean-blue);
}
.settingsSec.myreminderSec .tg-panel-link .tg-panel-header {
    cursor: pointer;
}
.settingsSec.myreminderSec .tg-panel-add-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-ocean-blue);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
}
.settingsSec.myreminderSec .tg-panel-add-link:hover {
    text-decoration: underline;
    background: rgba(0, 83, 124, 0.05);
}
.settingsSec.myreminderSec .tg-reminder-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid var(--color-light-gray);
    background: #ffffff;
    gap: 16px;
}
.settingsSec.myreminderSec .tg-reminder-item:last-child {
    border-bottom: none;
}
.settingsSec.myreminderSec .tg-reminder-date {
    flex-shrink: 0;
    width: 70px;
    font-size: 13px;
    line-height: 1.4;
}
.settingsSec.myreminderSec .tg-reminder-info {
    flex-grow: 1;
}
.settingsSec.myreminderSec .tg-reminder-name {
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 2px;
}
.settingsSec.myreminderSec .tg-reminder-event {
    font-size: 12px;
    font-weight: 700;
    color: #E67E22; /* Orange color for events */
    text-transform: uppercase;
}
.settingsSec.myreminderSec .tg-reminder-age {
    color: var(--color-dark-gray);
    font-weight: 500;
    margin-left: 2px;
}
.settingsSec.myreminderSec .tg-reminder-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.settingsSec.myreminderSec .tg-wish-btn {
    background: #4B77A6; 
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.2s ease;
}
.settingsSec.myreminderSec .tg-wish-btn:hover {
    background: #3a5c82;
}
.settingsSec.myreminderSec .tg-action-icons {
    display: flex;
    gap: 8px;
    font-size: 18px;
}
.settingsSec.myreminderSec .tg-icon-edit {
    color: #4B77A6;
    transition: color 0.2s ease;
}
.settingsSec.myreminderSec .tg-icon-edit:hover {
    color: var(--color-ocean-blue);
}
.settingsSec.myreminderSec .tg-icon-delete {
    color: var(--color-red);
    transition: color 0.2s ease;
}
.settingsSec.myreminderSec .tg-icon-delete:hover {
    color: var(--color-red);
}

/*********** My Reminders Page End ***********/

/*********** Connect Menu Section ***********/

.connectMenu{
    position:relative; margin-top:2px;
}
.connectMenu .connectMenu-bar{
    background-color: var(--color-ocean-blue);
    display:flex;
    align-items:stretch;
    width:100%;
    position:relative;
    z-index:20;
}
.connectMenu .connectMenu-items{
    display:flex;
    align-items:stretch;
    flex:1 1 auto;
    min-width:0;
    overflow:hidden; 
}
.connectMenu .connectMenu-item{
    display:flex;
    align-items:center;
    gap:5px;
    color: var(--color-white);
    padding:11px 18px;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
    cursor:pointer;
    white-space:nowrap;
    border:0;
    background:transparent;
    flex:0 0 auto;
}
.connectMenu .connectMenu-item i{
    font-size:16px;
    line-height:1;
}
.connectMenu .connectMenu-item:hover{
    background-color:rgba(255,255,255,0.08);
    color:#ffffff;
}
.connectMenu .connectMenu-item.is-active{
    background-color:var(--color-orange);
    color:#ffffff;
}
.connectMenu .connectMenu-item.is-active:hover{
    background-color:var(--color-orange);
}
.connectMenu .connectMenu-item.is-hidden{
    display:none;
}
.connectMenu .connectMenu-toggle-wrap{
    position:relative;
    flex:0 0 auto;
    display:none;
    align-items:center;
    padding:0 12px 0 8px;
}
.connectMenu .connectMenu-toggle-wrap.is-visible{
    display:flex;
}
.connectMenu .connectMenu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    color:#eaf0fb;
    background:transparent;
    border:2px solid rgba(255,255,255,0.77);
    border-radius:4px;
    font-size:14px;
    cursor:pointer;
}
.connectMenu .connectMenu-toggle:hover{
    background-color:rgba(255,255,255,0.1);
    color:#ffffff;
}
.connectMenu .connectMenu-toggle .fa-xmark{
    display:none;
}
.connectMenu .connectMenu-toggle[aria-expanded="true"] .fa-plus{
    display:none;
}
.connectMenu .connectMenu-toggle[aria-expanded="true"] .fa-xmark{
    display:inline-block;
}
/* .connectMenu .connectMenu-toggle-wrap.has-active .connectMenu-toggle{
    border-color:var(--color-orange);
    color:var(--color-orange);
} */
.connectMenu .connectMenu-dropdown{
    position:absolute;
    top:100%;
    right:0;
    width:230px;
    background:#ffffff;
    box-shadow:0 10px 28px rgba(0,20,60,0.22);
    border-radius:0 0 8px 8px;
    overflow:hidden;
    max-height:0;
    transition:max-height .2s ease;
    z-index:25;
}
.connectMenu .connectMenu-dropdown.is-open{
    max-height:400px;
}
.connectMenu .connectMenu-dropdown ul{
    background-color: var(--color-ocean-blue);
    padding:6px 0;
    margin:0;
    list-style:none;
}
.connectMenu .connectMenu-dropdown li + li{
    border-top:1px solid rgba(255,255,255,0.08);
}
.connectMenu .connectMenu-dropdown a{
    display:flex;
    align-items:center;
    gap:5px;
    padding:11px 16px;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}
.connectMenu .connectMenu-dropdown a:hover{
    background-color:rgba(255,255,255,0.08);
    color:#ffffff;
}
.connectMenu .connectMenu-dropdown a.is-active{
    color:var(--color-orange);
}
.connectMenu .connectMenu-dropdown i{
    font-size:15px;
    width:16px;
    text-align:center;
    color:var(--color-orange);
}
.connectMenu .connectMenu-dropdown a.is-active i{
    color:var(--color-orange);
}

/*********** Connect Menu Section End ***********/


/*********** My Events Page ***********/

.settingsSec.myEventSec .tg-panel {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 16px;
    background: #ffffff;
    overflow: hidden;
}
.settingsSec.myEventSec .tg-panel-header {
    background: var(--color-light-gray); 
    color: #002b49; 
    font-weight: 600;
    font-size: 14.5px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-gray);
    font-family: var(--font-secondary);
}
.settingsSec.myEventSec .tg-panel-body {
    background: #ffffff;
}
.settingsSec.myEventSec .tg-panel-body:not(.p-0) {
    padding: 18px 16px 20px;
}
.settingsSec.myEventSec .tg-intro-text {
    font-size: 13.5px;
    color: #4B5563;
    line-height: 1.4;
    margin-bottom: 20px;
}
.settingsSec.myEventSec .tg-intro-text a {
    color: #00537C;
    text-decoration: none;
    font-weight: 600;
}
.settingsSec.myEventSec .tg-intro-text a:hover {
    text-decoration: underline;
}
.settingsSec.myEventSec .tg-sort-links {
    font-size: 13.5px;
    color: #9CA3AF;
    font-weight: normal;
}
.settingsSec.myEventSec .tg-sort-links a {
    color: #00537C;
    text-decoration: none;
    font-weight: 600;
}
.settingsSec.myEventSec .tg-sort-links a.active,
.settingsSec.myEventSec .tg-sort-links a:hover {
    text-decoration: underline;
}
.settingsSec.myEventSec .tg-event-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    transition: background 0.15s ease;
}
.settingsSec.myEventSec .tg-event-item:hover {
    background: #F9FAFB;
}
.settingsSec.myEventSec .tg-event-item:last-child {
    border-bottom: none;
}
.settingsSec.myEventSec .tg-event-thumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #E5E7EB;
    margin-right: 14px;
    flex-shrink: 0;
}
.settingsSec.myEventSec .tg-event-info {
    flex-grow: 1;
    min-width: 0;
}
.settingsSec.myEventSec .tg-event-name {
    font-size: 13px;
    font-weight: 600;
    color: #00537C;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
}
.settingsSec.myEventSec .tg-event-name:hover {
    text-decoration: underline;
}
.settingsSec.myEventSec .tg-event-date {
    font-size: 12.5px;
    color: #6B7280;
}
.settingsSec.myEventSec .tg-icon-delete {
    background: none;
    border: none;
    color: #9CA3AF;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s ease;
}
.settingsSec.myEventSec .tg-icon-delete:hover {
    color: #e74c3c;
}
.settingsSec.myEventSec .tg-panel-footer {
    border-top: 1px solid #e5e7eb;
    background: #FDFDFD;
    padding: 14px 16px;
    text-align: center;
}
.settingsSec.myEventSec .tg-remove-all-link {
    color: #00537C;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}
.settingsSec.myEventSec .tg-remove-all-link:hover {
    text-decoration: underline;
}
.settingsSec.myEventSec .tg-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px 20px;
}
.settingsSec.myEventSec .tg-category-grid .form-check-label {
    font-size: 13.5px;
    color: #374151;
}
.settingsSec.myEventSec .tg-panel-body .tgEventLists{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: 12px 20px;
    overflow-y: auto;
    max-height: 342px;
}
.settingsSec.myEventSec .tg-panel-body .myEventsLists{
    overflow-y: auto;
    max-height: 384px;
}
.settingsSec.myEventSec .selectCategoriesLists{
    overflow-y: auto;
    max-height: 300px;
}

/*********** My Events Page End ***********/

/*********** Activities Page (.myActivitySec) ***********/

.settingsSec.myActivitySec .tg-activity-list {
    display: flex;
    flex-direction: column;
}

.settingsSec.myActivitySec .tg-activity-item {
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-light-gray, #e5e7eb);
}

/* Remove bottom border and padding from the very last item */
.settingsSec.myActivitySec .tg-activity-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Remove top padding from the very first item to sit flush */
.settingsSec.myActivitySec .tg-activity-item:first-child {
    padding-top: 0;
}

/* Avatar styling for Friends Activity */
.settingsSec.myActivitySec .tg-activity-avatar {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 14px;
    border: 1px solid #D1D5DB;
    flex-shrink: 0;
}

/* Content wrapper */
.settingsSec.myActivitySec .tg-activity-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.settingsSec.myActivitySec .tg-activity-content {
    font-size: 13.5px;
    color: #374151;
    line-height: 1.5;
}

/* Link styling */
.settingsSec.myActivitySec .tg-activity-content a {
    color: var(--color-ocean-blue, #00537C);
    text-decoration: none;
    font-weight: 600;
}

.settingsSec.myActivitySec .tg-activity-content a:hover {
    text-decoration: underline;
}

/* Timestamp styling */
.settingsSec.myActivitySec .tg-activity-time {
    font-size: 12px;
    color: var(--color-dark-gray, #9CA3AF);
    text-align: right;
    margin-top: 8px;
}

/*********** Activities Page End ***********/

/*********** My Ecards Page ***********/


.settingsSec.myEcardsSec .tg-refresh-link {
    font-size: 18px;
    color: var(--color-ocean-blue);
    transition: opacity 0.2s ease;
}
.settingsSec.myEcardsSec .tg-refresh-link:hover {
    opacity: 0.7;
}
.settingsSec.myEcardsSec .tg-accordion .accordion-button {
    background: var(--color-light-gray);
    color: var(--color-ocean-blue);
    font-weight: 600;
    font-size: 14.5px;
    padding: 15px 16px;
    border: 1px solid var(--color-gray);
    box-shadow: none;
}
.settingsSec.myEcardsSec .tg-accordion .accordion-button:not(.collapsed) {
    background: var(--color-ocean-blue);
    color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-ocean-blue);
}
.settingsSec.myEcardsSec .tg-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.settingsSec.myEcardsSec .tg-ecard-list {
    display: flex;
    flex-direction: column;
}
.settingsSec.myEcardsSec .tg-ecard-item {
    display: flex;
    align-items: flex-start;
    padding: 14px 16px;
    border-bottom: 1px solid var(--color-light-gray);
    background: #ffffff;
}
.settingsSec.myEcardsSec .tg-ecard-item:last-child {
    border-bottom: none;
}
.settingsSec.myEcardsSec .tg-ecard-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.settingsSec.myEcardsSec .tg-ecard-content {
    font-size: 13.5px;
    color: #374151;
    line-height: 1.6;
}
.settingsSec.myEcardsSec .tg-ecard-content strong {
    color: #1F2937;
    font-weight: 600;
}
.settingsSec.myEcardsSec .tg-ecard-content a {
    color: var(--color-ocean-blue);
    text-decoration: none;
    font-weight: 600;
}
.settingsSec.myEcardsSec .tg-ecard-content a:hover {
    text-decoration: underline;
}
.settingsSec.myEcardsSec .tg-ecard-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.settingsSec.myEcardsSec .tg-btn-sm {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
}
.settingsSec.myEcardsSec .tg-action-icon {
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.settingsSec.myEcardsSec .tg-icon-blue {
    border: 1px solid var(--color-ocean-blue);
    color: var(--color-ocean-blue);
}
.settingsSec.myEcardsSec .tg-icon-blue:hover {
    background: rgba(0, 83, 124, 0.05);
}
.settingsSec.myEcardsSec .tg-icon-red {
    border: 1px solid var(--color-red);
    color: var(--color-red);
}
.settingsSec.myEcardsSec .tg-icon-red:hover {
    background: rgba(231, 76, 60, 0.05);
}


/*********** My Ecards Page End ***********/

/*********** About Us Page ***********/

.mainContentSec{
    padding: 40px 0;
}
.mainContentSec h1{
    text-align: center;
    color: var(--color-ocean-blue);
    font-size: 30px;
}

/*********** About Us Page End ***********/

/*********** Contact Us Page ***********/

.contactSec{
    padding: 40px 0;
}
.contactSec h1{
    text-align: center;
    color: var(--color-ocean-blue);
    font-size: 30px;
    margin-bottom: 5px;
}
.contactSec .contact-form-wrap {
    max-width: 650px;
    margin: 20px auto; 
    padding: 15px;
}
.contactSec .contact-form-wrap .formrow{
    margin-bottom: 15px;
}
.contactSec .contact-form-wrap .tg-label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    padding-top: 6px; 
}
.contactSec .tg-thin-border {
    border: 1px solid #a9a9a9;
    border-radius: 5px !important; 
    padding: 6px 10px;
}
.contactSec .tg-thin-border:focus {
    border-color: var(--color-ocean-blue);
}
.contactSec .contact-form-wrap button{
    border: none;
    border-radius: 5px;
    font-size: 16px;
}


/*********** Contact Us Page End ***********/

/*********** Halp Page ***********/

.helpSec {
    padding: 40px 0;
    background: #ffffff;
    color: #1F2937;
    font-size: 14px;
}
.helpSec .tg-page {
    margin: 0 auto;
}
.helpSec .tg-page-header {
    padding: 10px 0 25px;
    text-align: center;
}
.helpSec .tg-page-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-ocean-blue, #00537C);
    margin: 0;
}
.helpSec .faq-category-title {
    font-size: 18px;
    font-weight: 700;
    color: #002b49;
    margin: 0px 0 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-light-gray, #e5e7eb);
}
.helpSec .tg-accordion .accordion-item {
    border: 1px solid var(--color-light-gray, #e5e7eb);
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 10px;
    background: #ffffff;
    transition: border-color 0.15s ease-in-out;
}
.helpSec .tg-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: var(--color-ocean-blue, #00537C);
}
.helpSec .tg-accordion .accordion-button {
    background: var(--color-light-gray, #f4f5f7);
    color: #1F2937;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 16px;
    border: none;
    box-shadow: none;
    border-radius: 7px !important;
    line-height: 1.4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.helpSec .tg-accordion .accordion-button:not(.collapsed) {
    background: var(--color-ocean-blue, #00537C);
    color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none;
}
.helpSec .tg-accordion .accordion-button:focus {
    box-shadow: none;
}
.helpSec .tg-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300537C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    width: 1.1rem;
    height: 1.1rem;
    transition: transform 0.2s ease-in-out;
}
.helpSec .tg-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.helpSec .tg-accordion .accordion-body {
    padding: 18px 20px 20px;
    background: #ffffff;
    color: #374151;
    font-size: 13.5px;
    line-height: 1.6;
}
.helpSec .faq-list {
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
}
.helpSec .faq-list li {
    margin-bottom: 8px;
}
.helpSec .faq-list li:last-child {
    margin-bottom: 0;
}
.helpSec .faq-list a {
    font-weight: 600;
}

/*********** Help Page End ***********/

/*********** Do Not Sell My Info Page ***********/

.optOutSec {
    padding: 40px 0;
    background: #ffffff;
    font-family: Arial, sans-serif; 
}
.optOutSec .tg-optout-wrap {
    max-width: 650px;
    margin: 0 auto;
}
.optOutSec h1 {
    text-align: center;
    color: var(--color-ocean-blue);
    font-size: 30px;
    margin-bottom: 5px;
}
.optOutSec .tg-optout-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
    margin-top: 30px;
    border-bottom: 1px solid var(--color-light-gray, #e5e7eb);
    padding-bottom: 5px;
}
.optOutSec .tg-optout-desc {
    font-size: 13px;
    color: #2e2e2e;
    line-height: 1.5;
    margin-bottom: 24px;
}
.optOutSec .tg-optout-desc a {
    color: #3b5998; 
    text-decoration: none;
}
.optOutSec .tg-optout-desc a:hover {
    text-decoration: underline;
}
.optOutSec .tg-optout-option {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 22px;
}
.optOutSec .tg-opt-text {
    font-size: 13px;
    color: #2e2e2e;
    line-height: 1.4;
    padding-right: 20px;
}
.optOutSec .tg-opt-sub {
    font-size: 12px;
    color: #777777;
    display: block;
    margin-top: 2px;
}
.optOutSec .tg-opt-check {
    flex-shrink: 0;
    padding-top: 2px;
}
.optOutSec .tg-big-check {
    width: 18px;
    height: 18px;
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: none;
}
.optOutSec .tg-big-check:focus {
    box-shadow: none;
    border-color: #555;
}
.optOutSec .tg-optout-email-wrap {
    margin-bottom: 14px;
    width: 100%;
}
.optOutSec .tg-optout-email-wrap .tg-label {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
    display: block;
}
.optOutSec .tg-thin-border {
    border: 1px solid #cccccc;
    border-radius: 2px !important;
    padding: 6px 10px;
    font-size: 13px;
}
.optOutSec .tg-thin-border:focus {
    border-color: #999999;
    box-shadow: none;
}
.optOutSec .tg-cf-logo {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
}
.optOutSec .tg-cf-logo i {
    color: #f38020;
    font-size: 16px;
}
.optOutSec .tg-cf-links {
    font-size: 9px;
    color: #666;
    margin-top: 2px;
}
.optOutSec .tg-cf-links a {
    color: #666;
    text-decoration: none;
}
.optOutSec .tg-cf-links a:hover {
    text-decoration: underline;
}
.optOutSec button {
    background-color: #cccccc;
    color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: not-allowed;
}
.optOutSec button:not(:disabled) {
    background-color: #00537C;
    cursor: pointer;
}
.optOutSec button:not(:disabled):hover {
    background-color: #00385a;
}


/*********** Do Not Sell My Info Page End ***********/

/*********** Fb Fcb Page ***********/

.cardInfoSec.cardPreview.viewSentCardSec.fb_fcb .ecard-notification{
    font-size: 14px;
}

/*********** Fb Fcb Page End ***********/

/*********** Profile Page ***********/

.settingsSec.profileDashboardSec .tg-page {
    max-width: 650px;
    margin: 0 auto;
}
.settingsSec.profileDashboardSec .tg-profile-summary {
    text-align: center;
    margin-bottom: 20px;
}
.settingsSec.profileDashboardSec .tg-profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e0e0e0;
    padding: 2px; 
    background: #ffffff;
    margin-bottom: 12px;
    margin: 0 auto;
}
.settingsSec.profileDashboardSec .tg-profile-dob {
    font-size: 13px;
    color: #111111;
    font-weight: 500;
}
.settingsSec.profileDashboardSec .tg-profile-progress-wrap {
    border: 1px solid #cccccc;
    height: 22px;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.settingsSec.profileDashboardSec .tg-progress {
    height: 100%;
    width: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
}
.settingsSec.profileDashboardSec .tg-bg-green {
    background-color: #43a047 !important; 
    color: #ffffff;
    font-size: 11.5px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
}
.settingsSec.profileDashboardSec .tg-progress-val {
    position: absolute;
    left: 61%; 
    font-size: 11.5px;
    color: #999999;
}
.settingsSec.profileDashboardSec .tg-info-box {
    background: #f2f2f2; 
    border: 1px solid #cccccc;
    padding: 16px 20px;
    font-size: 12px;
}
.settingsSec.profileDashboardSec .tg-info-row {
    display: flex;
    margin-bottom: 6px;
    color: #111111;
}
.settingsSec.profileDashboardSec .tg-info-row:last-child {
    margin-bottom: 0;
}
.settingsSec.profileDashboardSec .tg-info-label {
    width: 70px;
    flex-shrink: 0;
    color: #333333;
}
.settingsSec.profileDashboardSec .tg-info-val {
    flex-grow: 1;
    padding-left: 15px;
}
.settingsSec.profileDashboardSec .tg-panel {
    border: 1px solid #cccccc;
    background: #ffffff;
}
.settingsSec.profileDashboardSec .tg-panel-header {
    background: #e6e6e6;
    color: #555555;
    font-weight: 500;
    font-size: 12.5px;
    padding: 8px 16px;
    border-bottom: 1px solid #cccccc;
}
.settingsSec.profileDashboardSec .tg-panel-body {
    padding: 16px;
}
.settingsSec.profileDashboardSec .tg-holiday-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    text-align: center;
}
.settingsSec.profileDashboardSec .tg-holiday-grid .tg-holiday-card{
    margin: 0 auto;
    width: 120px;
    border: 1px solid #cccccc;
    padding: 5px;
}
.settingsSec.profileDashboardSec .tg-holiday-card img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
}
.settingsSec.profileDashboardSec .tg-holiday-name {
    display: block;
    font-size: 11.5px;
    color: #003380; 
    text-decoration: none;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 45px; 
}
.settingsSec.profileDashboardSec .tg-holiday-name:hover {
    text-decoration: underline;
}
.settingsSec.profileDashboardSec .tg-btn-wish {
    background: #003380; 
    color: #ffffff;
    border: none;
    padding: 5px 12px;
    font-size: 11.5px;
    font-weight: 600;
    width: 100%;
    max-width: 100px;
}
.settingsSec.profileDashboardSec .tg-btn-wish:hover {
    background: #002255;
}

/*********** Profile Page End ***********/

.autocomplete {
  background:#f4f4f4;
  border-left:.1em solid #333;
  border-right:.1em solid #333;
  border-top:.1em solid #969696;
  position:relative;
  z-index:999999999
}
.autocomplete div {
  padding:.6em .5em;
  border-bottom:.1em solid #969696;
  text-align:left;
  color:#646464;
  font-size:.8em;
  clear:both;
  background:#f4f4f4;
  cursor:pointer
}
.autocomplete div:hover {
  background:#e6e6e6
}
.autocomplete div strong {
  font-weight:bold;
  color:#39f
}
.search input:focus {
  border:0
}

.mantle_slide_img {width: 100%;}
/* Loader */
.mantle_new .mantle_loading_state {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; display: flex; align-items: center; justify-content: center; background: #fff;
}
.mantle_new .mantle_loading_state img {display: block; width: 40px; height: 40px;}
.disp-no{display:none !important;}

.cookiesBannerMobile{position: relative; top: 0; left: 0; width:auto; background: #ffffff; padding: 12px; display: flex; align-items: center; gap: 2px; border-bottom: 1px solid #e4e4e4; box-shadow: 0 -2px 12px rgba(0,0,0,0.08); z-index: 999999; font-family: Arial, sans-serif;}
.cookiesBannerMobile .cookIcon {width: 40px; height:40px; flex-shrink: 0; margin-right:5px}
.cookiesBannerMobile .cookText {flex: 1;}
.cookiesBannerMobile .cookieTitle {font-size: 14px; font-weight: 600; margin: 0 0 2px 0;}
.cookiesBannerMobile p {font-size: 13px; color: #444; margin: 0; line-height: 1.3; position:relative; z-index:999999;}
.cookiesBannerMobile p a {color: #2a4dff; text-decoration: underline;}
.cookiesBannerMobile .acptCookBtn {background: #18397C; color: #fff; border: none; padding: 8px 14px; border-radius: 20px; font-size: 13px; white-space: nowrap; cursor: pointer; position:relative; z-index:999999; right:1rem;}
.cookiesBannerMobile .closeCookMob {position: absolute; right: 10px; top: 10px; width: 12px; height: 12px; cursor: pointer; opacity: 0.5; z-index:999999;}
.cookiesBannerMobile .closeCookMob:hover {opacity: 1;}
.success_msg{color:#40a300 !important; font-size:.813em !important; text-align:center;}
span.loader {
background: url(https://c.123g.us/images/ajax-loader_sm.gif) no-repeat;
margin-right: .5em;
vertical-align: middle;
display: inline-block;
width: 16px;
height: 16px;
}
.addb_autoholder{position:relative; width:90%;}
.addb_autocomplete{position:absolute; top:22px; left:4px; width:98.8%; max-height:250px; overflow:auto; background:#FFFFFF; border:solid 1px #999999; z-index:99; padding:0; margin:0;}
.addb_autocomplete li{padding:5px 13px !important; border-bottom:solid 1px #CCCCCC; cursor:default; font-size:13px; text-align:left !important; margin-bottom:0 !important; cursor:pointer;}
.addb_autocomplete li span{font-size:16px; vertical-align:middle;}
.addb_autocomplete li:last-child{border-bottom:none;}
.addb_autocomplete li:hover{background:#e4e4e4;}

p.valid:before, .error_msg:before{
background:url(/images/mobile_web/m.sprite_new.webp) no-repeat scroll -33px -129px transparent;
content:"";
display:inline-block;
height:16px;
margin:0 .5em;
vertical-align:middle;
width:16px
}
p.valid, .error_msg {
color:red;
font-size:.8em;
margin:.7em 0 0;
}

.loading:after {
content: "";
display: inline-block;
width: 16px;
height: 11px;
margin: 0 .5em;
vertical-align: middle;
background: url(/images/m_loader.gif);
}
.control_panel{display:none;}

.calendarIcon_new {
    width: 40px;
    height: 40px;
    background: url("/images/assets/images/calendar-img.webp") center / 100% 100% no-repeat;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.calendarIcon_new .month {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}
.calendarIcon_new .date {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.ad_overlay{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); z-index:9999999; text-align:center;}
/*.ad_overlay .advt_overlay{position:absolute; left:40%; top:30%;}*/
.ad_overlay .advt_overlay .close_btn a{background:url(/images/mobile_web/m.sprite_new.webp) -127px -128px no-repeat; width:18px; height:17px; display:block; position:relative; left:290px; top:9px;}
.ad_overlay .advt_overlay{position:relative; top:5%;}

.pre_roll{background:#FFFFFF; border:solid 4px #cccccc; min-width:300px; min-height:250px; width:auto; max-width:max-content; margin:0 auto; position:relative; z-index:99; top:5%;}
.pre_roll .roll_top{background:#eeeeee; margin:0 !important; overflow:hidden !important; width:auto !important;}
.pre_roll .roll_top a{color:#0000FF; font-weight:bold; text-decoration:underline; margin-left:5px}
.pre_roll .roll_top h2{font-size:.9em; color:#000000; padding:0.625em 0; text-align:center;}
.pre_roll .roll_top p{font-size:0.750em; text-align:center; color:#000000;}
.pre_roll .roll_mid, .pre_roll .roll_mid div{overflow:hidden !important; max-height:inherit !important; width:auto !important; margin:0 !important; min-height:inherit !important; text-align:center;}
.pre_roll .roll_bottom{margin:0 !important; overflow:hidden !important; width:auto !important;}
.pre_roll .roll_bottom p.align_left{float:left; font-size:0.750em; color:#000000;}
.pre_roll .roll_bottom p.align_right{float:right;}
.pre_roll .roll_bottom p.align_right a{font-size:.9em; font-weight:bold; color:#ff0000;}
.pre_roll .popup_close{background:#eee; border:1px solid #cccccc; border-radius:100%; height:18px; padding:4px; position:absolute; right:-15px; text-align:center; top:-15px; vertical-align:middle; width:17px;}
.thank_overlay_close{background:url(/images/mobile_web/m.sprite_new.webp) -127px -128px no-repeat; width:17px; height:17px; display:inline-block;}


