.elementor-kit-4{--e-global-color-primary:#3E3F44;--e-global-color-secondary:#7F00FF;--e-global-color-text:#3E3F44;--e-global-color-accent:#E100FF;--e-global-color-da72b92:#FFFFFF;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Epilogue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Epilogue";--e-global-typography-accent-font-weight:500;font-family:"Epilogue", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{font-family:"Epilogue", Sans-serif;}.elementor-kit-4 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-4 h1{color:var( --e-global-color-da72b92 );font-family:"Epilogue", Sans-serif;font-size:50px;font-weight:500;line-height:66px;letter-spacing:-1px;}.elementor-kit-4 h2{font-family:"Epilogue", Sans-serif;font-size:50px;font-weight:500;}.elementor-kit-4 h3{font-family:"Epilogue", Sans-serif;font-size:30px;font-weight:500;line-height:40px;letter-spacing:-0.6px;}.elementor-kit-4 h4{font-family:"Epilogue", Sans-serif;}.elementor-kit-4 h5{font-family:"Epilogue", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-4{font-size:15px;}.elementor-kit-4 h1{font-size:40px;}.elementor-kit-4 h2{font-size:40px;}.elementor-kit-4 h3{font-size:25px;line-height:30px;}.elementor-kit-4 h4{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 599px) { 
    .elementor-kit-4 .swiper-slide {
        position: relative;
    }

    /* Alternate slide colors: Purple for odd slides */
    .elementor-kit-4 .swiper-slide:nth-child(odd)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(83, 1, 165, 0.6); /* Purple overlay */
        clip-path: polygon(0 0, 35% 0, 55% 100%, 0 100%);
        z-index: 0;

    }

    /* Pink for even slides */
    .elementor-kit-4 .swiper-slide:nth-child(even)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(147, 0, 167, 0.6); /* Pink overlay */
        clip-path: polygon(0 0, 35% 0, 55% 100%, 0 100%);
        z-index: 0;
    }

    .elementor-kit-4 .swiper-slide .elementor-widget-container {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 999px) {
    /* Alternate slide colors: Purple for odd slides */
    .elementor-kit-4 .swiper-slide:nth-child(odd)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(83, 1, 165, 0.6); /* Purple overlay */
        clip-path: none; /* Removes the angled shape */
        z-index: 0;
    }

    /* Pink for even slides */
    .elementor-kit-4 .swiper-slide:nth-child(even)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
         background: rgba(147, 0, 167, 0.6); /* /* Pink overlay */
        clip-path: none; /* Removes the angled shape */
        z-index: 0;
    }
}
@media (max-width: 999px) {
.hover-text-container .text-2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: white;
}
.hover-text-container:hover .text-2 {
    opacity: 1;
    visibility: visible;
    color: white;
}
}
/* Base table styling */
.tablepress {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  width: 100%;
}

/* Table header */
.tablepress thead th {
  background-color: #fff; 
  color: #222;
  font-weight: 600;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 3px solid #ddd;
}

/* Table rows */
.tablepress tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid #e0e0e0; /* Thin horizontal lines */
  background-color: #fff;
}
.tablepress tbody tr:nth-child(odd) td {
  background-color: #fafafa; /* Very light grey */
}
.tablepress tbody tr:nth-child(even) td {
  background-color: #fff; /* Very light grey */
}
.tablepress {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-id-371 table tbody tr td:first-child {
    font-style: italic!Important;
}/* End custom CSS */