.elementor-719 .elementor-element.elementor-element-e915f87{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-719 .elementor-element.elementor-element-e5b4547{--display:flex;}.elementor-719 .elementor-element.elementor-element-d6c1fb7{--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;}@media(min-width:768px){.elementor-719 .elementor-element.elementor-element-e915f87{--content-width:1140px;}}@media(max-width:1024px){.elementor-719 .elementor-element.elementor-element-e915f87{--padding-top:90px;--padding-bottom:90px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-719 .elementor-element.elementor-element-e915f87{--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for travol-destination-grid, class: .elementor-element-abfc677 */.elementor-719 .elementor-element.elementor-element-abfc677 {
    position: relative;
    z-index: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a64e8b */<style>
.tour-section {
    padding: 80px 20px;
    background: #f9fafc;
    font-family: 'Poppins', sans-serif;
}

.tour-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.tour-card {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.tour-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.tour-icon img {
    width: 70px;
    margin-bottom: 25px;
}

.tour-card h3 {
    font-size: 22px;
    color: #1f3c88;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.tour-card h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f4c400;
    margin: 10px auto 0;
    border-radius: 5px;
}

.tour-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 25px 0;
}

.tour-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #f4c400;
    color: #000;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.tour-btn:hover {
    background: #e0b200;
}
</style>/* End custom CSS */