.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-03d8bc1:#1B1F2E;--e-global-color-4a6ef9e:#405BA8;--e-global-color-da9b785:#415AA8;--e-global-color-60fdf9e:#312E81;--e-global-color-cadc3ee:#5F5D83;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h1{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-12 h2{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-12 h3{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-12 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-12 h6{font-family:"Poppins", 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Base Typography for Desktop (≥1024px) === */
h1 {
  font-size: 40px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5{
    font-size: 12px;
}
p {
  font-size: 16px;
}

/* === Tablet Styles (768px–1023px) === */
@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
}

/* === Mobile Styles (<768px) === */
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}

/* category css */
.latest-categories{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.latest-categories *{
    margin:0 !important;
}
.latest-categories li{
    list-style:none;
  
}
.latest-categories li a{
    color:  #18181B;
}
/* Site css */
.cs-read-more_btn .elementor-icon-box-icon {
    margin-top: calc(0% + 3px);
}
@media (max-width:767px){
  .cs-read-more_btn .elementor-icon-box-wrapper{
    display: flex !important;
    flex-direction: row-reverse !important;
    }
.cs-read-more_btn .elementor-icon-box-icon{
    margin-left:13px !important;
}
}
@media (min-width:900px) and (max-width:1025px){
    .cs-wrap-custom {
    flex-wrap: wrap;
}

}
.cs-wrap-loop .elementor-loop-container.elementor-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.cs-animation-btn:hover{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.02);
}
.cs-animation-btn{
        transition: 0.3s;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}
.cs-sub-item,
.cs-sub-item a{
    border: none !important;
    width:fit-content !important;
    max-width:fit-content !important;
    min-width:fit-content !important;
    
}
.cs-sub-item{
    padding:0 !important;
}
.cs-sub-item-main ul{
    margin-top: -40px !important;
    width:fit-content !important;
    max-width:fit-content !important;
    min-width:fit-content !important;
    border: 0.5px solid rgb(233, 236, 242) !important;
    
}
.cs-sub-menu-main ul{
     border: 0.5px solid rgb(233, 236, 242) !important;
}
@media (max-width:900px){
    
.cs-sub-menu-main ul{
    left: unset !important;
    right: 0;
}
.cs-sub-item-main ul{
    right:10px !important;
    left:unset !important;
}
}
/* pagination */
.cs-loop-main nav span{
    color:#b8b9bd !important;
    padding: 8px 12px;
    background: #FFF;
    BORDER: 1px solid #b1b2b7b3;
    border-radius: 4px;
    cursor: default !important;
}
.cs-loop-main nav a{
    padding: 8px 12px;
    background: #ebebeb;
    BORDER: 1px solid #bcbcbc;
    border-radius: 4px;
    
}
.cs-loop-main nav a:hover{
        background:#f1f1f1;
    }
.cs-loop-main span.page-numbers.current{
    background: #405BA8;
    color: #fff !important;
}
/*.cs-loop-main nav a.page-numbers{*/
/*    display: none;*/
/*}*/
/*.cs-loop-main nav a.page-numbers.prev{*/
/*    display: unset !important;*/
/*}*/
/*.cs-loop-main nav a.page-numbers.next{*/
/*    display: unset !important;*/
/*}*/ 

/* header*/
.cs-menu-hidden{
        transform: translateX(778px);
    pointer-events: none;
    visibility: hidden;
}
.cs-menu-hidden{
    transition: all 225ms cubic-bezier(0, 0, 0.2, 1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
}
.cs-menu-show{
    visibility: visible !important;
    transform: none !important;
    pointer-events: all !important;
}/* End custom CSS */