.elementor-kit-54{--e-global-color-primary:#085290;--e-global-color-secondary:#085290;--e-global-color-text:#4B577A;--e-global-color-accent:#6E7DAA;--e-global-color-a63791e:#FFFFFF;--e-global-color-400b1c1:#062E50;--e-global-color-beb3ff7:#085290;--e-global-color-68d4918:#4AA6CD;--e-global-color-3fc0f24:#7EA1E617;--e-global-color-464a422:#7ED4E642;--e-global-color-20303ed:#716835;--e-global-color-bef105f:#564901;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--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:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:0.9em;--e-global-typography-accent-font-weight:500;font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-54 button,.elementor-kit-54 input[type="button"],.elementor-kit-54 input[type="submit"],.elementor-kit-54 .elementor-button{background-color:var( --e-global-color-68d4918 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-a63791e );}.elementor-kit-54 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#FFFFFF;padding-inline-end:0px;padding-inline-start:0px;}.site-footer{background-color:var( --e-global-color-a63791e );}.elementor-kit-54 a{color:var( --e-global-color-beb3ff7 );text-decoration:underline;}.elementor-kit-54 h1{color:var( --e-global-color-beb3ff7 );text-transform:uppercase;}.elementor-kit-54 h2{color:var( --e-global-color-beb3ff7 );}.elementor-kit-54 h3{color:var( --e-global-color-beb3ff7 );}.elementor-kit-54 h4{color:var( --e-global-color-beb3ff7 );}.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;}@media(max-width:1024px){.elementor-kit-54 button,.elementor-kit-54 input[type="button"],.elementor-kit-54 input[type="submit"],.elementor-kit-54 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-54 button,.elementor-kit-54 input[type="button"],.elementor-kit-54 input[type="submit"],.elementor-kit-54 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ————————————————————————
   GENERAL SECTION + LAYOUT
   ———————————————————————— */
.ds-section {
    padding: 60px 0;
}

.ds-bg-alt {
    background: #f7f9fc; /* soft neutral background, safe with DotSec colours */
}

.ds-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* ————————————————————————
   HEADINGS
   ———————————————————————— */
.ds-section h1,
.ds-section h2,
.ds-section h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

.ds-section p {
    margin-bottom: 18px;
    line-height: 1.6;
}

/* ————————————————————————
   COLUMNS (3 PANEL LAYOUT)
   ———————————————————————— */
.ds-columns {
    display: flex;
    gap: 30px;
}

.ds-columns-3 .ds-column {
    width: 33.333%;
}

.ds-column {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* Responsive collapse */
@media (max-width: 900px) {
    .ds-columns {
        flex-direction: column;
    }
    .ds-columns-3 .ds-column {
        width: 100%;
    }
}

/* ————————————————————————
   ICONS (panel icons)
   ———————————————————————— */
.ds-panel-icon {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
    display: block;
}

/* ————————————————————————
   CTAs / BUTTONS
   ———————————————————————— */
.ds-cta-row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ds-btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ds-btn-primary {
    background: #085290;      /* DotSec mid-blue */
    color: #ffffff;
}

.ds-btn-primary:hover {
    background: #062e50;      /* DotSec deep blue */
}

.ds-btn-secondary {
    background: #4aa6cd;      /* DotSec light/cyan */
    color: #ffffff;
}

.ds-btn-secondary:hover {
    background: #085290;
}



/* ————————————————————————
   COMPARISON TABLE
   ———————————————————————— */
   
/* Wrapper: spacing + horizontal scroll on small screens */
.ds-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

/* Table: owns border, radius, and basic layout */
.ds-compare-table {
    width: 100%;
    border-collapse: separate;    /* important: no collapse */
    border-spacing: 0;            /* no gaps between cells */
    border-radius: 10px;          /* rounded corners */
    overflow: hidden;             /* clip inner corners */
    border: 1px solid #e5e8ef;    /* outer border */
    background: #ffffff;
    table-layout: auto;           /* allow natural col widths */
    font-size: 14px;
}

/* Header cells */
.ds-compare-table th {
    background: #062e50;
    color: #ffffff;
    padding: 14px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}

/* Body cells */
.ds-compare-table td {
    padding: 14px;
    border-bottom: 1px solid #e5e8ef;
    line-height: 1.5;
}

/* Zebra stripes */
.ds-compare-table tr:nth-child(even) td {
    background: #f7f9fc;
}

/* Remove bottom border on last row so the rounded edge
   uses only the table's outer border */
.ds-compare-table tr:last-child td {
    border-bottom: 2px solid #e5e8ef;
}

/* Column widths
   - Column 1: natural/auto (no explicit width)
   - Columns 2 & 3: same width, share remaining space
*/
.ds-compare-table th:nth-child(2),
.ds-compare-table td:nth-child(2),
.ds-compare-table th:nth-child(3),
.ds-compare-table td:nth-child(3) {
    width: 35%;        /* equal suggestions; col 1 gets the rest */
}






/* ————————————————————————
   HERO HEADER (optional styling)
   ———————————————————————— */
.ds-hero {
    text-align: left;
}

.ds-hero-icon {
    width: 90px;
    margin-bottom: 20px;
}





/* Gradient outline for Elementor flexbox containers - for site-wide CSS */
.gradient-outline {
  position: relative !important;
}

.gradient-outline::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
}

.gradient-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white; /* Change this to your element's background color */
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
}

li {
    margin-bottom: 1em;   /* or any size you like */
}/* End custom CSS */