.elementor-kit-6027{--e-global-color-primary:#C09469;--e-global-color-secondary:#C49C21;--e-global-color-text:#150E06;--e-global-color-accent:#B8860B;--e-global-color-dd8e13b:#AC9983;--e-global-color-b8e2f79:#E2DAD1;--e-global-color-00defec:#F4EFEA;--e-global-color-9f934c4:#FAFAF6;--e-global-color-c74164b:#FFFFFF;--e-global-color-ec36016:#000000;--e-global-color-00793a5:#2E6F40;--e-global-color-c70979b:#002D04;--e-global-typography-primary-font-family:"Asap";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.75px;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Asap";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6027 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6027 a{color:var( --e-global-color-accent );font-weight:700;text-decoration:underline;}.elementor-kit-6027 h1{color:var( --e-global-color-00793a5 );font-family:"Nunito Sans", Sans-serif;font-size:53px;font-weight:500;}.elementor-kit-6027 h2{color:var( --e-global-color-00793a5 );font-family:"Nunito Sans", Sans-serif;font-size:40px;font-weight:500;}.elementor-kit-6027 h3{color:#2E6F40;font-family:"Nunito Sans", Sans-serif;font-size:26px;font-weight:700;line-height:1.25em;}.elementor-kit-6027 h4{color:var( --e-global-color-dd8e13b );font-size:20px;font-weight:700;}.elementor-kit-6027 button,.elementor-kit-6027 input[type="button"],.elementor-kit-6027 input[type="submit"],.elementor-kit-6027 .elementor-button{font-family:"Nunito Sans", Sans-serif;font-size:24px;font-weight:500;color:var( --e-global-color-c74164b );border-style:solid;border-width:2px 2px 2px 2px;border-radius:6px 6px 6px 6px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6027{--e-global-typography-primary-font-size:17px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:1.75em;}.elementor-kit-6027 h1{font-size:36px;}.elementor-kit-6027 h2{font-size:24px;}.elementor-kit-6027 h3{font-size:24px;line-height:22px;}.elementor-kit-6027 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*sub menu*/
a.elementor-sub-item {
    font-size: 14px !important;
    margin-left: 5% !important;
}


/*Override Formidable forms*/ @media (max-width: 767px) {
    .elementor-kit-6027 h3 {
        font-size: 24px !important;
        line-height: 22px;
    }
}
@media (max-width: 720px) {
.frm_style_dsi-academy.with_frm_style .form-field {
    margin-bottom: 1px; 
    width:300px !important;
}
}


/* Improve Scrolling for Elementor Popups on Mobile */
.elementor-popup-modal {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important;
}


/*Schedule Table Css*/
/*Table for Schedule*/
.dsi-table caption.heading-color1 {
  all: unset;           /* clear browser caption defaults */
  display: block;       /* behave like a block heading */
}
.dsi-table caption.heading-color1 {
  @extend h3;           /* SCSS approach */
}
/* ===== DESKTOP / TABLET ===== */
table.dsi-table.list1 {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: none !important; /* remove outer frame */
}

table.dsi-table.list1 th,
table.dsi-table.list1 td {
  border: 1px solid rgba(0,0,0,.18) !important; /* desktop pin stripes */
  padding: .75rem 1rem;
  vertical-align: top;
  box-sizing: border-box;
}

table.dsi-table.list1 caption {
  display: table-caption !important;
  caption-side: top;
  font-weight: 700;
  font-size: 1.1em;
  white-space: nowrap; /* keep on one line */
  overflow-x: auto;    /* allow scrolling if too long */
}

table.dsi-table.list1 td:first-child {
  font-weight: 700 !important;
}

table.dsi-table.list1 thead th {
  border-bottom-width: 2px !important;
}

/* ===== MOBILE ===== */
@media (max-width: 720px) {
  table.dsi-table.list1 thead { display: none; }

  /* Only stack tbody/tr/td — leave caption as normal table caption */
  table.dsi-table.list1,
  table.dsi-table.list1 tbody,
  table.dsi-table.list1 tr,
  table.dsi-table.list1 td {
    display: block;
    width: 99%;
    box-sizing: border-box;
  }
	
	caption.heading-color1 {
    margin-left: -40px;
}

  /* Card-style row borders */
  table.dsi-table.list1 tr {
    margin: 0 0 1rem 0;
		margin-left: -20px !important;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: .75rem;
    overflow: hidden;
  }

  /* No pin stripes inside card, just light dividers */
  table.dsi-table.list1 td {
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    padding: .75rem 1rem;
  }
  table.dsi-table.list1 td:last-child {
    border-bottom: 0 !important;
  }

  /* Keep caption readable and centered on mobile */
  table.dsi-table.list1 caption {
    display: block !important;
    text-align: center;
    white-space: normal; /* allow wrapping naturally if needed */
    padding: .5rem 0;
  }
}



/*Adjust Submit Button CSS on Forms*/
.e-con-full.e-flex.e-con.e-child {
    margin-top: -10px;
}

.elementor-element {
    padding-top: 5px;
    padding-bottom: 5px;
}

[type=button],[type=submit],button {
    background-color: #2e6f40 !important;
    border: 1px solid #936130 !important;;
    border-radius: 3px;
    color: #ffffff !important;;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #2e6f40 !important;;
    color: #000 !important;
    text-decoration: none
}/* End custom CSS */