.elementor-kit-13{--e-global-color-primary:#4654A3;--e-global-color-secondary:#F95B3D;--e-global-color-text:#333333;--e-global-color-accent:#F7F8FA;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F2E8D5;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Lora";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:#F95B3D;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:12px 30px 12px 30px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.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-kit-13{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- PREMIUM UI KIT --- */

/* 1. The "Sanatan Leaf" Shape */
/* Use this class on columns or images to give them the signature organic curve */
.sanatan-leaf-shape {
    border-radius: 50px 0px 50px 0px; /* Top-Left & Bottom-Right curves */
    overflow: hidden;
}

/* 2. Soft Floating Card Effect */
/* Use this class on Inner Sections or Columns for the Pillars/Story cards */
.sanatan-card {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(70, 84, 163, 0.08); /* Very soft blue shadow */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy smooth feel */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Subtle rim light */
}

/* Hover State for Cards - Gentle Lift */
.sanatan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(70, 84, 163, 0.15);
}

/* 3. Gradient Text (Optional Premium Touch) */
/* Use class: sanatan-gradient-text */
.sanatan-gradient-text {
    background: linear-gradient(90deg, #4654A3 0%, #6A7BC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 4. The "Pulse" CTA Button */
/* Use class: sanatan-pulse-btn on your main Orange buttons */
.sanatan-pulse-btn {
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(249, 91, 61, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(249, 91, 61, 0); }
    100% { box-shadow: 0 0 0 0 rgba(249, 91, 61, 0); }
}/* End custom CSS */