.elementor-kit-91{--e-global-color-primary:#7BC34C;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#1A1A1A;--e-global-color-accent:#F1D005;--e-global-color-490a8f4:#FFFFFF;--e-global-color-86b4fcd:#02010100;--e-global-color-bbf1182:#4D4D4D;--e-global-typography-primary-font-family:"Abhaya Libre";--e-global-typography-primary-font-size:4.5vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Abhaya Libre";--e-global-typography-secondary-font-size:54px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0em;background-color:var( --e-global-color-490a8f4 );--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-down;--e-page-transition-animation-duration:1000ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:5%;}.elementor-kit-91 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-91 a{color:var( --e-global-color-accent );}.elementor-kit-91 a:hover{color:var( --e-global-color-primary );}.elementor-kit-91 h1{font-family:"Abhaya Libre", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-91 h2{font-family:"Abhaya Libre", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-91 h3{font-size:20px;font-weight:600;}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-91{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-91{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-kit-91 h1{font-size:30px;}.elementor-kit-91 h2{font-size:25px;}.elementor-kit-91 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Default background (optional) */
#my-info-box {
    background: #ffffff; /* normal background */
    transition: all 0.3s ease;
    padding: 5%; /* ← 5% padding on all sides */
    border-radius: 10px; /* optional */
}

/* Hover background color */
#my-info-box:hover {
    background: #7bc34c;
}

/* Icon hover color */
#my-info-box .elementor-icon {
    color: #F2F2F2;
}

#my-info-box:hover .elementor-icon {
    color: #F2F2F2;
}

/* Title hover color */
#my-info-box:hover .elementor-icon-box-title {
    color: #F2F2F2;
}

/* Description hover color */
#my-info-box:hover .elementor-icon-box-description {
    color: #F2F2F2;
}/* End custom CSS */