.elementor-2263 .elementor-element.elementor-element-aa55715{--display:flex;}.elementor-2263 .elementor-element.elementor-element-cec9e1c .gsc-heading .content-inner{max-width:800px;}.elementor-2263 .elementor-element.elementor-element-cec9e1c .gsc-heading{margin-bottom:26px;}.elementor-2263 .elementor-element.elementor-element-cec9e1c .gsc-heading .title{margin-bottom:0px;}.elementor-2263 .elementor-element.elementor-element-cec9e1c .gsc-heading .sub-title{margin-bottom:0px;}.elementor-2263 .elementor-element.elementor-element-cec9e1c .gsc-heading .title-desc{padding:20px 0px 0px 0px;}.elementor-2263 .elementor-element.elementor-element-df89f51{--display:flex;}.elementor-2263 .elementor-element.elementor-element-a775625{--display:flex;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-2263 .elementor-element.elementor-element-237e6a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2263 .elementor-element.elementor-element-bf619f2{--display:flex;}.elementor-2263 .elementor-element.elementor-element-dad10ef > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-dad10ef */.custom-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.custom-card-container.col-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
    width: 100%;
}

.custom-card {
    background: #fff;
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #EBE6DE;  
    transition: transform 0.1s ease-in-out;
}


.custom-card:hover {
    /*transform: scale(1.05);*/
    border-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
}

.custom-card img {
    width: 100%;
    height: 300px; /* Adjust height as needed */
    object-fit: cover; /* Ensures images maintain aspect ratio and fill the space */
    border-radius: 8px;
    margin-bottom: 50px;
}

.custom-card-container.col-1 .custom-card img {
    height: 400px; /* Adjust height as needed */

}

.custom-card h2 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.custom-card p {
    font-size: 16px;
    color: #555;
}
.para {
    margin-bottom:24px;
}

.custom-button {
    display: inline-block;
    margin-top: auto; /* Forces button to bottom */
    margin-bottom: 50px;
    padding: 10px 20px;
    background: #E95609;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;

}

.custom-button:hover {
    color: #fff;
    background: #313041;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .custom-card-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-card-container.col-1 .custom-card img {
    height: 200px; /* Adjust height as needed */

}
}

@media (max-width: 768px) {
    .custom-card-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-card-container.col-1 .custom-card img {
    height: 200px; /* Adjust height as needed */

}
}/* End custom CSS */