.swiper-slide img {
    transition: transform 4s ease;
    transform: scale(1);
    object-fit: cover;
    object-position: center; 
}
.swiper-zoom-container>img
{
    object-fit: cover !important;
}
.swiper-slide-active img {
    transform: scale(1.1);
}
.bannerinnertext
{
    text-align: center;
    width: 80%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.blueoverlay
{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(40, 64, 77, 0.69);
    z-index: 1;
}
.yellowsitebutton
{
    background-color: #FFCE3D;
}
.border-button
{
    border: 3px solid #fff;
}
.border-black-button
{
    border: 3px solid #28404D;
}
.siteblacktext
{
    color: #222222;
}
.sitewhitetext
{
    color: #ffffff;
}
#totalcounters svg
{
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.testimonial-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
    width: 50%;
    position: absolute;
    bottom: 3rem;
}
.testimonial-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: 0px 6px;
    border: 1px solid #0E1C45;
}
.testimonial-slider .owl-dot.active span {
    background: #0E1C45;
}
.morenews
{
    border: 1px solid #0E1C45; 
}
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.read-more-link:hover .arrow-icon {
  animation: arrowMove 0.4s ease forwards;
}

@keyframes arrowMove {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(8px); opacity: 0; }
  51%  { transform: translateX(-8px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

.mega-menu-link{
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.shapesdesgn {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 2;
    width: 100%;
    background-position-y: 99%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15%;
    background-image: url('http://www.midlifecrisis-events.com/wp-content/uploads/2025/08/Banner_top-min.png');
}

.ready-join input[type=email]
{
    padding: 8px 12px;
    width: 100%;
    max-width: 400px;
    margin-right: 35px;
}
.ready-join .has-spinner,
.footersubscribe .has-spinner
{
    position: absolute;
    top: 0px;
    opacity: 0;
}
.ready-join .wpcf7-spinner,
.footersubscribe .wpcf7-spinner
{
    position: absolute;
}

.ready-join .wpcf7-response-output
{
    width: 45%;
    margin-left: auto !important;
    margin-right: auto !important;
    background: transparent;
    color: #fff;
    padding: 10px !important;
    border: 1px solid #fff !important;
}

.ready-join .wpcf7-not-valid-tip
{
    position: absolute;
}

.sitetextcolor
{
    color: #28404D !important;
}
.sitebluebgcolor
{
    background-color: #28404D !important; 
}

.borderdeign
{
   height:5px;
   width: 100%;
   background-color: #00000030;    
   position: relative;
}

.borderdeign:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #28404D;
    border-radius: 100%;
    right: -2px;
    top: -11px;
}

.custom-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-grid .gditem {
  width: 32.333%;
}

.custom-grid .gditem:nth-child(8n + 4),
.custom-grid .gditem:nth-child(8n + 6)
{
    width: 25%;
}

.custom-grid .gditem:nth-child(8n + 5) {
  width: 47%;
}

.custom-grid .gditem:nth-child(8n + 7)
{
    width: 65.99%;
}

.custom-grid img {
  object-fit: cover;
  object-position: top;
  height: 350px;
  margin-bottom: 20px;
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-inner-image img
{
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.news-content-text,
.prodctshort
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-items
{
    border-bottom: 4px solid #28404D;
}
.footersubscribe input[type=email]
{
    padding: 8px 12px;
}

.headercontent
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoimage
{
    width: 235px;
    padding: 15px 0px;
}
.eventitems,
.news-items
{
    border-bottom: 2px solid #28404D;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: all 0.3s ease-in-out;
}
.eventitems:hover,
.news-items:hover
{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}
.eventitem-image
{
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.eventitems:hover img
{
    transform: scale(1.2);
}
.eventitem-image img
{
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all  0.3s linear;
    transform: scale(1);
}
.faqplus
{
    transition: all 0.3s ease-in-out;
}
.faqopen
{
    background: #F8F9FA !important;
}
.fqbord
{
    border-bottom: 1.5px solid #CED4DA;
}
.faqopen .faqplus
{
    background: #28404D;
    border-color: #28404D;
    transform: rotate(45deg);
}
.faqopen .faqplus svg
{
    fill: #fff;
}
.contactusform input[type=text],
.contactusform textarea,
.contactusform input[type=email]
{
    border: 1px solid #DFDFDF;
    width: 100%;
    border-radius: 5px;
}
.contactusform textarea
{
  height: 150px;
}
.contactusform input[type=text],
.contactusform input[type=email]
{
    height: 35px;
    padding: 10px;
}
.mesges p
{
    width: 100%;
}
.contactsubaction input[type=submit]
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.contactusform label
{
    font-family: 'Roboto Condensed','sans-serif';
    font-weight: 500;
    color: #000000;
}
.contactsubaction .wpcf7-spinner
{
    position: absolute;
}
.contactsubaction .sendmsg
{
    background: #28404D;
    color: #fff;
    font-family: 'Roboto Condensed','sans-serif';
    font-weight: 700;
    border: 5px solid #28404D;
    padding: 5px 50px;
    border-radius: 5px;
}
.contactsubaction div
{
    display: inline-flex;
    position: relative;
}
.leftcontus
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.rightcontus
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #ddd;
}
.pagination ul
{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li span,
.pagination ul li a,
.pagination a.qckpage
{
    display: flex;
    width: 30px;
    border: 1px solid #ddd;
    justify-content: center;
    margin: 5px 4px;
    align-items: center;
    font-family: 'Poppins','sans-serif';
    color: #fff;
    background: #28404D;
    padding: 2px 0px;
}
.pagination ul li span.current,
.pagination a.qckpage.current
{
    background: #FFCE3D;
}
.checkout.woocommerce-checkout #customer_details {
    display: none !important;
}

.abthomefullcont p,
.abthomefullcont ul li
{
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.abthomefullcont ul
{
    padding-left: 15px;
}
.abthomefullcont ul li
{
    list-style-type: disc;
}
.brgrdtwopx
{
    border: 1px solid #999999;
    padding: 5px;
    background: #fff;
    font-family: 'Roboto Condensed','sans-serif';
}
.brgrdtwopx select 
{
    width: 100%;
    padding: 5px;
    outline: none !important;
    font-family: 'Roboto Condensed','sans-serif';
	background: #fff !important;
}
.brgrdtwopx input[type=date]
{
    height: 30px;
    width: 100%;
    padding-left: 10px;
}
.filterorgan
{
    border: 1px solid #ddd;
    padding: 20px 10px;
    background: #DFDFDF;
}
.filterorgan button{
    width: 100%;
    background: #28404D;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto Condensed','sans-serif';
    font-weight: 600;
    padding: 6px;
}
.restbtttn
{
    margin-top: 5px;
    color: #000 !important;
    background-color: #FFCE3D !important;
}
.eventdatebbnnr
{
    position: absolute;
    top: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    left: 15px;
    padding: 10px 15px;
    font-family: 'Roboto Condensed', 'sans-serif';
    text-align: center;
    font-weight: 600;
    border-top: 5px solid #fff;
    text-transform: uppercase;
}
.abthomefullcont em
{
    font-style: italic;
    font-weight: 400;
}
.abutparagpp p
{
    margin-bottom: 10px;
}
.abutparagpp strong
{
    font-weight: 600;
}
.abutparagpp em
{
    font-style: italic;
    font-weight: 400;
}
.footersubscribe,
.footersubscribe input[type=email]
{
	width: 100%;
}
.fqbord a{
    text-decoration: underline;
}
.whiteshine-button
{
    overflow: hidden;
}
.groweffbttn
{
    background: #FFCE3D;
    width: 300px;
    height: 200px;
    position: absolute;
    margin: auto;
    transform: translate(-550px, -109px) rotate(32deg);
    transition: all 0.3s linear;
}
.hvrbuttgrweff:hover
{
    border-color: #FFCE3D;
}
.hvrbuttgrweff:hover .groweffbttn
{
    transform: translate(-200px, -106px) rotate(32deg);
}
.hvrbuttgrweff:hover span
{
    color: #000 !important;
}
.mega-current_page_item a
{
    color: #FFCE3D !important;
}
#mega-menu-wrap-max_mega_menu_2 .mega-current_page_item a
{
    color: #28404d !important;
}
a.mega-menu-link:hover{
    color: #FFCE3D !important;
}
.gap-5
{
    gap: 1.25rem;
}
.mesges textarea{
    padding: 10px;
}

.woocommerce-MyAccount-navigation-link.is-active
{
    background-color: #FFCE3D !important;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Roboto Condensed', 'sans-serif' !important;
}
.eventhumbnailpro img{
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) 
{
    .logoimage
    {
        width: 140px;
    }
    .requestquote
    {
        display: none;
    }
	.eventitem-button a
	{
		width: 100%;
	}
	.eventitem-button
	{
		flex-wrap: wrap !important;	
	}
	.custom-grid .gditem
	{
		width: 100% !important;
		height: 250px;
	}
	.custom-grid img
	{
		height: 100% !important;
	}
	.pagegallery-view
	{
		gap: 15px;
	}
	.testimonial-slider .owl-dots
	{
		width: 100%;
  		position: relative;
	}
    .ready-join label
    {
        display: block;
    }
    .ready-join label input[type=email]
    {
        width: 100%;
    }
    .faqplus
    {
        top: 12px !important;
        width: 25px !important;
        height: 25px !important;
        right: 9px !important;
    }
    .leftcontus,
    .rightcontus
    {
        border-radius: 0px !important;
        margin-bottom: 30px;
    }
    .contactusform div
    {
        width: 100%;
        flex-wrap: wrap;
    }
    .rightcontus
    {
        padding: 20px !important;
    }
    .contactsubaction div
    {
        display: flex;
        justify-content: center;
    }
    #customer_login
    {
        width: 100% !important;
    }
    .common-slider-page img
    {
        height: 100% !important;
    }
    #ordersTable tr td
    {
        display: block !important;
    }
    #mega-menu-max_mega_menu_2{ 
        padding-top: 2rem !important;
        padding-left: 16px !important;
    }
    li.mobile-menu-logo{ 
          text-align: center;
    }
    .mobile-menu-logo img{
        width: 60%;
        margin: auto;
    }
}
