


body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    color: #333;
}


#nav {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#navitems {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo {
    flex-shrink: 0;
}

#logo img {
    height: 50px;
    width: auto;
}

.menu-menu-12-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.menu li {
    margin: 0;
}

.menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.menu a:hover,
.menu a.current-menu-item {
    color: #993300;
}


#allconent {
    min-height: calc(100vh - 200px);
}

.contentsection {
    padding: 40px 0;
}

.beige {
    background-color: #F5E6D3;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.maincon {
    background-color: #FFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


h1.entry-title {
    font-family: 'Bree Serif', serif;
    font-size: 2.5em;
    color: #8B4513;
    margin-bottom: 30px;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif', serif;
    color: #8B4513;
}


.wpb_images_carousel {
    margin: 30px 0;
}

.vc_images_carousel {
    position: relative;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.vc_carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.vc_carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vc_carousel-indicators li:hover,
.vc_carousel-indicators li.active {
    background-color: #FFF;
}

.vc_carousel-inner {
    position: relative;
    overflow: hidden;
}

.vc_carousel-slideline {
    position: relative;
    width: 100%;
}

.vc_carousel-slideline-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.vc_item {
    min-width: 100%;
    flex-shrink: 0;
}

.vc_inner {
    text-align: center;
}

.vc_inner img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.vc_carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(139, 69, 19, 0.8);
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.vc_carousel-control:hover {
    background-color: rgba(139, 69, 19, 1);
    color: #FFF;
}

.vc_left {
    left: 20px;
}

.vc_right {
    right: 20px;
}

.icon-prev::before {
    content: "‹";
}

.icon-next::before {
    content: "›";
}




.home-main-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.home-main-blocks .wpb_column {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.home-main-blocks .vc_cta3-container {
    margin-bottom: 0;
    height: 100%;
}

.home-main-blocks .vc_general.vc_cta3 {
    background: #FF6B35 !important;
    border-radius: 15px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none !important;
}

.home-main-blocks .vc_general.vc_cta3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.home-main-blocks .vc_cta3-content-header h2 {
    color: white !important;
    font-size: 1.8em !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-main-blocks .vc_cta3-content p {
    color: white !important;
    margin-bottom: 15px !important;
    line-height: 1.5;
}

.home-main-blocks .vc_cta3-content img {
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    height: auto !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.home-main-blocks .vc_cta3-content a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.home-main-blocks .vc_cta3-content a:hover {
    color: #FFE5D9 !important;
    text-decoration: none !important;
}


.package-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.package-card h2 {
    color: #993300;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.package-card h4 {
    color: #8B4513;
    font-weight: bold;
    margin-bottom: 15px;
}

.package-card p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.package-card .btn {
    background-color: #993300;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.package-card .btn:hover {
    background-color: #8B4513;
    color: white;
}


.testimonial-block {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #993300;
}

.testimonial-block p {
    margin: 0;
    font-style: italic;
    line-height: 1.5;
}

.testimonial-block strong {
    color: #993300;
    font-weight: bold;
}


.ideas-tips {
    margin-top: 30px;
}

.tip-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.tip-card h4 {
    color: #993300;
    margin-bottom: 15px;
}

.tip-card ul {
    margin: 0;
    padding-left: 20px;
}

.tip-card li {
    margin-bottom: 8px;
    line-height: 1.4;
}


.site-footer {
    background-color: #8B4513;
    color: #FFF;
    padding: 30px 0;
    text-align: center;
}

.footer-content .contact-info {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.footer-content .contact-info a {
    color: #FFF;
    text-decoration: none;
}

.footer-content .contact-info a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 0.9em;
    opacity: 0.8;
}


#mobile-menu-toggle {
    display: none !important;
}


@media (max-width: 768px) {
    .clearfix {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    #mobile-menu-toggle {
        display: block !important;
        order: 2;
    }
    
    .menu-menu-12-container {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
    
    .menu {
        flex-direction: column;
        gap: 10px;
        display: none;
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .menu.active {
        display: flex;
    }
    
    .menu a {
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    
    .menu a:last-child {
        border-bottom: none;
    }
    
    .maincon {
        padding: 20px;
    }
    
    
    .home-main-blocks {
        flex-direction: column;
        margin: 0;
    }
    
    .home-main-blocks .wpb_column {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .home-main-blocks .vc_general.vc_cta3 {
        margin-bottom: 0;
        padding: 20px 15px !important;
    }
    
    .home-main-blocks .vc_cta3-content-header h2 {
        font-size: 1.5em !important;
        margin-bottom: 15px !important;
    }
    
    .home-main-blocks .vc_cta3-content img {
        margin-bottom: 10px !important;
    }
    
    h1.entry-title {
        font-size: 2em;
    }
    
    .vc_carousel-control {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .vc_left {
        left: 10px;
    }
    
    .vc_right {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .content {
        padding: 0 10px;
    }
    
    .maincon {
        padding: 15px;
    }
    
    h1.entry-title {
        font-size: 1.5em;
    }
    
}
