/*new design 8 august 2025*/
/*listing page*/
.w-fit{
  width: fit-content !important;
}
.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: #E61C4C !important;
    --bs-btn-border-color: #c71640 !important;
}
.btn-primary:hover{
    color: #E61C4C;
    background-color:#fff !important;
    border-color:  #c71640 !important;
}
.btn i, button {
    line-height: 1.4;
}
table tr:hover td {
    --bs-table-hover-bg: #FFF0F5 !important;
}
table tr td {
    vertical-align: middle;
}
.btn-gradient
 {
    background: linear-gradient(270deg, #FFBAD1 0%, #E61C4C 100%);
    border: 1px;
    border-radius: 16px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.btn-gradient:hover{
   background: linear-gradient(270deg, #E61C4C 0%, #FFBAD1 100%);
   color: #fff ! important;
}
.bg-lightgray{
  background: #F7F7F7;
}
.limegreen-btn {
  font-weight: 600;
  padding: 5px 16px;
  border: 1px solid var(--bs-gradient-bg);
  border-radius: 30px;
  font-size: 14px;
}
/*faq accordion*/
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffe6eb;
}

.custom-accordion .accordion-button {
    background-color: #ffe6eb;
    color: #000;
    font-weight: 500;
    border: none;
    padding: 10px 15px;
    line-height: 1.4;
    box-shadow: 0px 4px 5px 0px #00000040;
}
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #E61C4C;
    color: white;
}
.custom-accordion .accordion-body {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    box-shadow: 0px 4px 5px 0px #E61C4C33;
    padding-top: 12px;
    padding-right: 24px;
    opacity: 1;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-button::after {
  background-image: none !important;
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease, color 0.2s ease;
  margin-left: auto;
}

/* Rotate when open */
.accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

/* Change color on hover */
.accordion-button:hover::after {
  color: #ff4c64; /* pink hover */
}

/* Active/expanded arrow color */
.accordion-button:not(.collapsed)::after {
  color: white; /* arrow turns white when active */
}


/*end*/
.lightpink{
  background: #FFF0F5;
}
.btngray{
      background: rgb(202 202 202 / 39%);
    border: 1px;
    padding: 5px;
    font-size: 14px;
}
.fs-11{
  font-size: 11px !important;
}
.fs-12{
  font-size: 12px !important;
}
.fs-13{
  font-size: 13px !important;
}
.fs-14{
  font-size: 14px !important;
}
.ls-1{
  letter-spacing: 1px;
}
.ls-2{
  letter-spacing: 2px;
}
.ls-3{
  letter-spacing: 3px;
}
.ls-4{
  letter-spacing: 4px;
}
.bg-contentview {
    background: #fff;
    border-top: 3px solid #e21b45;
}
.tdi_78 #tdi_78  .td-module-container {
    flex-direction: column;
    border: 1px solid #ededed;
    margin-bottom: 15px;
        border-radius: 10px;
}
.tdi_78 #tdi_78 .td-image-wrap span {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#tdi_78 span.entry-title a, #tdi_78 span.entry-title {
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
        font-size: 16px;
    font-weight: bold;
    color: #000;
}
.tdi_78 #tdi_78  .td-image-wrap{
      padding-bottom: 56%;
}
.col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
}
 #tdi_78  span.td-author-date{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
      justify-content: space-between;
}
#tdi_78 [class*="tdb_module_loop"] .td-image-wrap {
    display: block;
    position: relative;
    padding-bottom: 56%;
}
#tdi_78 .td-post-date {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 12px;
    color: #000;
}
#tdi_78 span.td-author-date i {
    margin: 0 5px;
}
 #tdi_78 .td-author-date a img {
    display: none;
}
.btn-feature {
    background: linear-gradient(270deg, #B8860B 0%, #FFD700 50%, #FFDA03 100%);
    color: #000;
    font-weight: bold;
    border: 1px;
    padding: 5px 15px;
}
.btn-feature:hover {
    background: linear-gradient(270deg, #FFD700 0%, #B8860B 50%, #FFDA03 100%);
}
.top-1 {
    top: 5px;
}
.bottom-1 {
    bottom: 10px;
}
.end-1 {
    right: 10px;
}
.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-40 { width: 40% !important; }
.w-60 { width: 60% !important; }
.w-70 { width: 70% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
@media (max-width: 768px) {
    .col-md-5th {
        flex: 0 0 50%;
        max-width: 50%; /* 2 per row in mobile */
    }
}

.small, small {
    font-size: .875em !important;
}
.one-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-pre{
  white-space: pre;
}
.authorimage {
    width: 20%;
}
.authormiddle
 {
    width: 60%;
}
.mainboxview{
  background: linear-gradient(90deg, #FFF3F9 0%, #FCE8F7 100%);
border: 1px solid #E61C4CB2
}

.mainboxview_topbrdr {
    background: linear-gradient(90deg, #FFF3F9 0%, #FCE8F7 100%);
    border-top: 3px solid #E61C4CB2;
}
.borderinput{
      box-shadow: 0px 4px 4px 0px #E61C4C99 inset !important;
    border: 1px solid rgb(230 28 76 / 40%) !important;
}
.submitpressform input, .submitpressform textarea, .submitpressform select, .submitpressform .wpforms-uploader.dz-clickable {
    box-shadow: 0px 4px 4px 0px #E61C4C99 inset !important;
    border: 1px solid rgb(230 28 76 / 40%) !important;
}
.submitpressform .wpforms-field-large.wpforms-field-required {
    border-radius: 12px;
}
.submitpressform .wpforms-container {
    background: #fff !important;
}
.bigcheckbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #E61C4C;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.bigcheckbox:checked {
  background-color: #E61C4C;   /* Bootstrap primary blue */
  border-color: #E61C4C;
}

.bigcheckbox:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.pinkborder{
  border: 1px solid #E61C4C99
}
.text-yellow{
  color: #FFCE31;
}
.tablelayout thead th {
    background: #e31c4b;
    color: #fff;
    border: 1px solid #e51c4c;
    border-right: 1px solid #acacac;
}
.text-pink{
  color: #E61C4C;
}
.contacticon .share-modal-icon{
    width: 40px;
    height: 40px;
}
.bg-pink{
  background-color: #E61C4C;
}
.page-id-64766 .vc_toggle_title {
    border: 1px solid var(--td_grid_border_color, #ededed);
    background: #FFF0F5 !important;
    margin-bottom: 5px;
}
.page-id-64766 .vc_toggle_active .vc_toggle_title {
  background-color: #E61C4C !important;
}
.page-id-64766 .vc_toggle_active .vc_toggle_title h4{
  color: #fff !important;
}
.page-id-64766 .wpb-content-wrapper{
    background: #F7F7F7;
    padding: 15px 0;
}
.page-id-2133 .tdi_67 .wpb_wrapper {
    text-align: center;
}
.faqcustom .vc_toggle_title {
    background: #FFF0F5;
}
.faqcustom .vc_toggle_active .vc_toggle_title{
  background-color: #E61C4C !important;
}
.faqcustom .vc_toggle_active .vc_toggle_title h4{
 color: #fff;
}
.presalebg{
  background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 100%);
border: 1px solid transparent;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
    padding: 1px 7px;
    letter-spacing: 1px;
    position: relative;
}
.lh-normal {
  line-height: normal !important;
}
/*end*/
/*myaccount*/
.upload-container {
  position: relative;
  width: 120px;
  height: 120px;
}
.upload-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}
.upload-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #E61C4C;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  border: 2px solid #fff;
}
#fileInput {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove small gap */
}
/*end*/
.home-box:hover p {
    color: #fff !important;
}
.home-box {
    padding: 5px;
}
.home-box:hover {
    background: #E61C4C;
    color: #fff !important;
    border-radius: 10px;
}
.td-header-desktop-sticky-wrap.td-header-active .mainmenubar span.tdb-logo-text-title {
    display: none;
}
.td-header-active .tdc-row.stretch_row_1400, .td-header-active .tdc-row-composer.stretch_row_1400 {
    width: auto !important;
    max-width: 1440px !important;
}
.h-52{
  min-height: 52px;
}
.table-price tbody#ico-listings td {
    font-size: 14px;
}    

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color: #E61C4C !important;
}
.eventsimg img {
    margin-bottom: 0px;
    height: 55px !important;
    object-fit: contain;
}

.btn-close{
      --bs-btn-close-bg : transparent;
}

.pr-like {
    position: absolute;
    top: -8px;
    left: 10px;
    background: #e61c4c;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 2px;
    white-space: nowrap;
}
.imgheight {
    max-height: 105px;
}
@media (max-width:1280px){
    .tdi_49 #tdi_49 .tdb-menu>li>a, .tdi_49 #tdi_49 .td-subcat-more, .tdi_49 #tdi_49 .td-subcat-more>.tdb-menu-item-text {
    font-size: 12px !important;
            
    }
    .tdi_49 #tdi_49 .tdb-menu>li>a, .tdi_49 #tdi_49 .td-subcat-more{
padding: 0 5px !important;
    }
}
/* On screens <1280px → hide after 4 posts */
@media (max-width: 1280px) {
  .home-box:nth-child(n+9) {
    display: none;
  }
}

/* On screens <768px → hide after 3 posts */
@media (max-width: 767px) {
  .home-box:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1280px) {
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 30px; }
  h3, .h3 { font-size: 25px; }
  h4, .h4 { font-size: 20px; }
  h5, .h5 { font-size: 17px; }
  h6, .h6 { font-size: 15px; }
    .table-price tbody#ico-listings td {
    font-size: 12px;
}
}

/* Tablets (≥768px and <992px) */
@media (max-width: 992px) {
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 16px; }
  h6, .h6 { font-size: 14px; }
}

/* Mobile (<768px, down to 480px) */
@media (max-width: 768px) {
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 17px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { font-size: 13px; }
}

/* Small Mobile (<480px) */
@media (max-width: 480px) {
  h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 20px; }
  h3, .h3 { font-size: 18px; }
  h4, .h4 { font-size: 16px; }
  h5, .h5 { font-size: 14px; }
  h6, .h6 { font-size: 12px; }
}

@media (max-width: 767px){
  .imgheight {
    max-height: max-content;
}
.eventsimg img {
    margin-bottom: 0px;
    height: auto !important;
    object-fit: contain;
}
.footer-04 {
    padding: 0 15px;
}
.tdb_mobile_menu {
    padding-left: 10px;
}
    .tdi_20 .tdb-mobile-menu-button i {
        font-size: 26px;
        width: 49.4px;
        height: 49.4px;
        line-height: 62.4px !important;
    }
    .tdb-header-search-button-mob{
        float: right;
    }
    .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{
        justify-content: end !important;
    }
}


