/*
 Theme Name:   Extendable Child
 Theme URI:    https://example.com/
 Description:  Child theme for Extendable theme
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     extendable
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../extendable/style.css");
html, body {
    overflow-x: hidden !important;
}
p.event-location {
    width: 300px;
    align-items: flex-start;
}
.ehf-header #masthead {
    z-index: 9999 !important;
    position: relative;
}
div#rmp-menu-wrap-830 {
    z-index: auto;
    position: relative;
}
#rmp-container-830{

    overflow-y: scroll !important;
}
ul#rmp-menu-830 {
    margin-top: 100px !important;
}

#special-btn button.learn-more {
    
}
.footer-menu {
    display: flex;
    justify-content: space-between;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-menu ul li, .footer-menu ul li a{
font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
        margin-bottom: 10px;
}
#footer-menu-info-part .elementor-container{
    column-gap: 50px;
}
#oscr-image{
    margin-top: 40px;
    margin-left: 0px;
}
div#about-right .elementor-element-populated {
        width: 750px;
    padding-left: 50px;
}
#about-left .elementor-element-populated{
 width: 750px;
    padding-right: 50px;
}
div#about-left {
    justify-content: flex-end;
}
#sub-text{
margin-bottom:10px;
}
div#about-box h3 {
    margin-top: 0;
}
div#support-main-box:hover div#support-btn button.learn-more {
    background: #fff;
}
#contact-form input {
    background: #fff;
    border-radius: 100px;
    border: 0;
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
}
#contact-form textarea{
background: #fff;
    border-radius: 20px;
    border: 0;
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
    font-family: "DM Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: #757277 !important;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: #757277 !important;
}
/* 1) Don't hide the trigger – only hide the menu title */
div#rmp-menu-title-830 { 
    display: none !important; 
  }
  
  /* 2) Keep the trigger visible by default */
  #rmp_menu_trigger-830 {
    display: none;
  }

  html.rmp-menu-open #rmp_menu_trigger-830 {
    position: fixed !important;
    top: 16px;
    right: 16px;
    z-index: 2147483647 !important; /* max stack */
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  
  /* 4) (Optional) keep overlay below the trigger */
  
  #rmp-container-830 {
    position: fixed !important;
    z-index: 9999 !important;
  }
  
  /* 5) Ensure no ancestor clips it */
  #masthead, #main-header-part { 
    overflow: visible !important; 
  }
#main-menu-part #rmp_menu_trigger-830 {
    display: block;
    position: relative !important;
    margin-top: 0px !important;
    top: 0 !important;
    right: 0;
}
#rmp_menu_trigger-830 .responsive-menu-pro-inner, #rmp_menu_trigger-830 .responsive-menu-pro-inner::before, #rmp_menu_trigger-830 .responsive-menu-pro-inner::after {
    width: 25px;
    height: 3px;
    background-color: #ffffff !important; 
    border-radius: 4px;
    position: absolute;
}

/* Bouncy animation */
@keyframes bounce {
    0% {
      transform: translateX(0); /* Initial position */
    }
    25% {
      transform: translateX(10px); /* Move right */
    }
    50% {
      transform: translateX(-10px); /* Move left */
    }
    75% {
      transform: translateX(5px); /* Small move right */
    }
    100% {
      transform: translateX(0); /* Back to original position */
    }
  }
  
  /* Apply the bounce effect when rmp-menu-open is triggered */
  .rmp-menu-open #rmp-menu-wrap-830 {
    animation: bounce 1s ease-in-out; /* Bounce effect */
    animation-fill-mode: both; /* Keep the final state after animation */
  }
  
  div#rmp-menu-wrap-830 {
    background: rgba(22, 22, 22, 0.82) !important;
    height: 100% !important;
}
#rmp-container-830 {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #ffffff00 !important;
        background-image: none !important;
        overflow-y: hidden;
}
#rmp-menu-wrap-830 .rmp-menu-item-link{
font-family: "Figtree", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.blog-card{
    background-color: #ede9dd;
}
.blog-cards-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
}

.blog-card {
    background-color: #ffffff; /* clean white cards */
    border-radius: 15px;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
   
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.blog-card-image-wrapper {
    position: relative;
    margin: 0;
}
div#popmake-1101 {
    border: none !important;
    background: transparent;
    box-shadow: none;
}
div#pum_popup_title_1101{
display:none !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
    padding-right: 0 !important;
}

.blog-card-image {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background-color: #d9d9d9;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
}

/* date badge over image */
.date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.date-day {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
    line-height: 1;
}

.date-month {
    font-size: 11px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.blog-card-content {
    padding: 20px;
    display: flex;
    align-items: center; /* title & button inline */
    justify-content: space-between;
}

.blog-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #2c1e3f; /* dark purple like in your screenshot */
    flex: 1;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #f39c12;
}

.blog-card-button {
    background-color: #f4d03f;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1c1c1c;
    font-weight: bold;
    flex-shrink: 0;
    margin-left: 15px;
}

.blog-card-button:hover {
    background-color: #f1c40f;
    transform: scale(1.1);
}

.blog-card-button .button-arrows {
    font-size: 16px;
    line-height: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .blog-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-card-image {
        height: 180px;
    }

    .date-badge {
        width: 50px;
        height: 50px;
        top: 10px;
        left: 10px;
    }

    .date-day {
        font-size: 15px;
    }

    .date-month {
        font-size: 10px;
    }

    .blog-card-title {
        font-size: 16px;
    }

    .blog-card-button {
        width: 35px;
        height: 35px;
    }
}




@media only screen and (max-width: 1600px){
#about-left .elementor-element-populated {
    width: 715px;}
    
}
@media only screen and (max-width: 1500px){
#about-left .elementor-element-populated {
    width: 700px;}
    
}
@media only screen and (max-width: 1200px){
#about-left .elementor-element-populated {
            width: 100%;
        padding-left: 20px;
}
div#about-right .elementor-element-populated{
 width: 100%;
     padding-left: 20px;
             padding-right: 20px !important;
}
    
}


@media only screen and (max-width: 768px) {
p.event-location {
    width: 100%;
}

#rmp-menu-wrap-830 .rmp-menu-item-link {
    font-family: "Figtree", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
#oscr-image {
        margin-top: 0px;
    margin-left: 0;
    display: contents;
}
#oscr-image img{
    width: 200px;
}

section#main-header-part .elementor-container {
    align-items: center;
}

div#main-header-col1 {
    width: 40%;
}
div#main-header-col2 {
    width: 45%;
}
div#main-header-col3 {
    width: 15%;
}
.blog-cards-container {
    display: block !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.blog-card {
    margin-bottom: 25px !important;
}
}