.custom-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    list-style: none;
    padding: 0;
}

.custom-grid-3 .entry-list-item {
    margin: 0;
}

.custom-grid-3 .entry {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.custom-grid-3 .entry:hover {
    transform: translateY(-5px);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content-wrap {
    padding: 15px;
}

.entry-title {
    font-size: 18px;
    margin: 10px 0;
}

.post-more-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}
.custom-pricing-table td:nth-child(2) {
    color: #21BDBE;
    font-weight: 700;
    font-size: 15px!important;
}
.e-con .elementor-widget.elementor-widget {
    
    font-family: 'Karla' !important;
}
.site-footer-bottom-section-2.site-footer-section.footer-section-inner-items-2 {
    left: 160px;
}
.custom-pricing-table th {
    background: #283041!important;
    color: #ffffff;
    padding: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 17px;
    font-weight: 700;
}
.custom-pricing-table td:nth-child(2) {
    color: #394f97!important;
    font-weight: 700;
    font-size: 16px;
}
p, li, td {
  
  line-height: 1.75 !important;
  
}
/* Button styling */
.elementor-button,
a.elementor-button,
.wp-block-button__link,
input[type="submit"] {
  background-color: #1B3A5C !important;
  color: #ffffff !important;
  border: 2px solid #1B3A5C !important;
  border-radius: 4px !important;
  
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
  transition: all 0.2s ease !important;
}

.elementor-button:hover,
a.elementor-button:hover {
  background-color: #fff !important;
  color: #1B3A5C !important;
}

/* Secondary/outline button */
.elementor-button.elementor-button-secondary,
a.elementor-button-secondary {
  background-color: transparent !important;
  color: #1B3A5C !important;
  border: 2px solid #1B3A5C !important;
}

.elementor-button.elementor-button-secondary:hover {
  background-color: #1B3A5C !important;
  color: #ffffff !important;
}
.pricing-table th {
    background: #283041!important;
    color: #ffffff;
    padding: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 17px;
    font-weight: 700;
}
.pricing-table td:nth-child(2) {
    color: #394f97!important;
    font-weight: 700;
    font-size: 16px;
}
.entry-taxonomies {
    margin-bottom: .5em;
    letter-spacing: .05em;
    font-size: 70%;
    text-transform: uppercase;
    color: #000 !important;
    display: none;
}
.custom-post-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:40px;
}

.post-card{
    padding:25px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;
    transition:0.3s;
}

.post-card:hover{
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.post-category a{
    display:inline-block;
    background:#394E97;
    color:#fff;
    padding:5px 12px;
    border-radius:20px;
    text-decoration:none;
    font-size:13px;
    margin-bottom:0px;
}

.post-title{
    margin:0 0 15px;
    font-size:20px;
    line-height:1.4;
	font-weight:500;
	font-family:karla;
}

.post-title a{
    text-decoration:none;
    color:#222;
}

.post-date{
    color:#777;
    font-size:14px;
    margin-bottom:19px;
}

.read-more{
    color:#394E97;
    font-weight:600;
    text-decoration:none;
}

.custom-pagination{
    text-align:center;
    margin-top:40px;
}

@media(max-width:767px){
    .custom-post-grid{
        grid-template-columns:1fr;
    }
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: #000000;
    color: var(--global-palette-btn);
    -webkit-font-smoothing: antialiased;
}
#wpforms-4030-field_5-container ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#wpforms-4030-field_5-container li::marker {
    content: "";
}
.newsletter1{
	display:none;
}