.elementor-kit-6{--e-global-color-primary:#8A4D22;--e-global-color-secondary:#B8D539;--e-global-color-text:#3D1900;--e-global-color-accent:#F7B418;--e-global-color-11fe6a5:#393939;--e-global-color-90efa27:#1B1B1B;--e-global-color-ceaeac8:#FFF4E5;--e-global-color-5405011:#291506;--e-global-color-975d681:#FFFCF8;--e-global-color-e8b43ae:#FFFFFF;--e-global-color-5b47ec8:#080808;--e-global-typography-primary-font-family:"Birthstone";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kumbh Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Kumbh Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Kumbh Sans", Sans-serif;color:var( --e-global-color-90efa27 );border-radius:8px 8px 8px 8px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card-content{
    height: 56%;
    margin-bottom: -130px;
    transition: all 0.5s ease;
    
}

.card-wrapper:hover .card-content{
    margin-bottom: 0px;
    height: 80%;
}

.card-content .e-con-inner{
    transition: all 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.card-wrapper:not(:hover) .card-content .e-con-inner {
    animation: fadeIn 1.5s ease forwards;
}


.card-wrapper:hover .card-content .e-con-inner {
    justify-content: end;
}

@media(max-width:1024px){
.card-content{
    height: 54%;
}
}

/* Removes extra space under icon widget only */
.remove-icon-gap .elementor-icon-wrapper,
.remove-icon-gap .elementor-widget-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

/* Also remove extra space inserted by Elementor section/column */
.remove-icon-gap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


#_baror_  iframe {
   /* height:500px;*/
}

html {
    scroll-behavior: smooth;
}

/* Normal state: underline only under text */
.menu-underline a {
    text-decoration: underline;
    text-decoration-thickness: 2px;   /* underline thickness */
    text-underline-offset: 3px;       /* gap between text & line */
}

/* Remove underline on hover */
.menu-underline a:hover {
    text-decoration: none !important;
}

/* Remove underline on active / current item */
.menu-underline a:active,
.menu-underline .current-menu-item > a,
.menu-underline .current_page_item > a,
.menu-underline .elementor-item-active {
    text-decoration: none !important;
}


/* Reduce gap between icon and text in Icon List */
.hanging-icon-list .elementor-icon-list-icon {
    margin-right: -8px !important;  /* adjust value */
}

.hanging-icon-list .elementor-icon-list-item {
    align-items: center;
}

/* Fix WuBook spacing ONLY inside this widget */

#_baror_ #__wbframe___baror___wrap {
height:auto !important;
}



/* Change icon color on hover */
.icon-hover-change .elementor-button-icon i,
.icon-hover-change .elementor-button-icon svg {
    transition: color 1.9s ease, fill 1.6s ease;
}

/* Hover Effect */
.icon-hover-change:hover .elementor-button-icon i {
    color: #000000; /* change to your color */
}

.icon-hover-change:hover .elementor-button-icon svg path {
    fill: #ffffff; /* change to your color */
}/* End custom CSS */