.elementor-9055 .elementor-element.elementor-element-42bcf0c > .elementor-container{max-width:1225px;}.elementor-9055 .elementor-element.elementor-element-42bcf0c{margin-top:20px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9055 .elementor-element.elementor-element-eb47a7f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;text-transform:none;color:#232323;}.elementor-9055 .elementor-element.elementor-element-532a289 > .elementor-container{max-width:1225px;}.elementor-9055 .elementor-element.elementor-element-532a289{margin-top:0px;margin-bottom:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9055 .elementor-element.elementor-element-f08d27d{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;color:#232323;}.elementor-9055 .elementor-element.elementor-element-3a2f18b > .elementor-container{max-width:1225px;}.elementor-9055 .elementor-element.elementor-element-3a2f18b{margin-top:0px;margin-bottom:0px;}.elementor-9055 .elementor-element.elementor-element-c35e850{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;text-align:start;}.elementor-9055 .elementor-element.elementor-element-c35e850 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;text-transform:none;color:#7A00D8;}.elementor-9055 .elementor-element.elementor-element-22ac9f4 > .elementor-container{max-width:1225px;}.elementor-9055 .elementor-element.elementor-element-22ac9f4{margin-top:0px;margin-bottom:40px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9055 .elementor-element.elementor-element-8ec2a6c .elementor-button{background-color:#7A00D8;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:8px 8px 8px 8px;padding:16px 16px 16px 16px;}:root{--page-title-display:none;}/* Start custom CSS for column, class: .elementor-element-5ef0164 */.card {
    position: relative;
    padding: 20px;
    padding-top: 40px; 
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #7a00d8;
    height: 100%;
    font-family: 'Poppins';
}

.card:hover {
    color:white;
    background-color: #7a00d8;
}

.card:hover .content h2, .card:hover .content p {
    color: #ffffff;
}

.icon {
    position: absolute;
    top: -35px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #7a00d8;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    z-index: 100;
    overflow: hidden;
    padding: 10px;
}

.icon img {
 width: 100%;
 height: 100%;
 
}
.card:hover .icon{
     background-color: #fff;
     border: 1px solid  #7a00d8;
}
.half-circle {
    position: absolute;
    top: -2.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 40px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border: 2px solid #7a00d8;
    border-top: 2px solid #ffffff;
    z-index: 99;
    background: #ffffff;
}

.content h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #331958;
    font-weight: 600;
    line-height: 36px;
}

.content p {
  color: #331958;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins"
  
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-8763c76 */.card {
    position: relative;
    padding: 20px;
    padding-top: 40px; 
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #7a00d8;
    height: 100%;
    font-family: 'Poppins';
}

.icon {
    position: absolute;
    top: -35px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #7a00d8;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    z-index: 100;
    overflow: hidden;
}

.icon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.half-circle {
    position: absolute;
    top: -2.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 40px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border: 2px solid #7a00d8;
    border-top: 2px solid #ffffff;
    z-index: 99;
    background: #ffffff;
}

.content h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #331958;
    font-weight: 600;
    line-height: 36px;
}

.content p {
  color: #331958;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins"
  
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-2730c0a */.card {
    position: relative;
    padding: 20px;
    padding-top: 40px; 
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #7a00d8;
    height: 100%;
    font-family: 'Poppins';
}
.content h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #331958;
    font-weight: 600;
    line-height: 36px;
}
.content p {
  color: #331958;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins"
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-22ac9f4 */.our-mission-cards .elementor-column-gap-default {
    row-gap: 30px;
}
.our-mission-cards .elementor-widget-container {
    height: 100%;
}

.our-mission-cards .elementor-widget-html {
    height: 100%;
}/* End custom CSS */