/* 
Theme Name: Orienteering
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h2{
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    
}

.mt-4{
    margin-top: 40px !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.events-list {
    max-width: 1280px;
    margin: 5rem auto;
}

.events-list h2 {
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 2.5rem;
}

.events-list table tr th {
    text-align: left;
    color: #ffffff;
    background-color: var(--e-global-color-secondary) !important;
    padding: 11px 20px;
}

.events-list table tr td {
    padding: 11px 20px;
}

.events-list table tr td:first-child {
    font-weight: bold;
}

.leaflet-popup-content a {
    color: #ffffff;
    background-color: var(--e-global-color-secondary);
    padding: 6px 14px;
    display: inline-block;
    margin-top: 12px;
}

/* Anjali css starts */

.events-content h2,
.events-content h3,
.events-content h4 {
    font-family: 'Poppins';
}

.events-content h3 {
    font-size: 28px;
}

.events-content h2 {
    color: #d14500;
}

a.event-btn {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #d14500;
    background-color: #d14500;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 4px;
    margin: 20px 0 !important;
}
a.event-btn:hover{
    background-color: #fff;
    color: #d14500;
}


.image-box{
  height: 30vw;
    overflow: hidden;
    border-radius: 20px !important    ;
}
.image-box img{

    width: 100%;
    height: 100% !important;
    object-fit: cover;
  

}

.event-content-first h3 {
    font-size: 16px;
    font-weight: 600;
    color: #606060;
    border: 1px solid #b9b9b9;
    padding: 20px 20px;
    line-height: 0;
    margin: 0;
    background: #ddd;
    border-radius: 27px;
}
.event-content-first {
    display: flex;
    gap: 20px;
    font-size: 18px;
    margin-bottom: 2vw;
    margin-top: 10px;
}

.event-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 100px;
}


  .anchor-icon {
    width: 50px;
    margin-top: 20px;
}
    .past-event-links {
    padding: 30px;
    background: #f5f7f6;
    border-radius: 12px;
    margin-bottom: 50px;
}

.past-event-links h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.subtitle {
    color: #666;
    margin-bottom: 25px;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.link-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    transition: all 0.25s ease;
}

.link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #eef2ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 50px;
    height: 50px;
}

.link-card span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}


@media (max-width: 1024px) {
    .links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .links-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .image-box {
    height: 70vw;
    overflow: hidden;
    border-radius: 20px !important;
}

.event-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.event-content-first {
    flex-direction: column;
}
.past-event-links {
        margin: 50px auto;
        margin-top: 200px;
    }


}
.wpcf7-submit {
    margin-top: 20px;
}


 .px-form input, .px-form textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all 0.2s ease;
    }

    .px-form input:focus, .px-form textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
    outline: none;
    }


