.blog-posts-home {
    padding: 20px;
    }

    .section-header {
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-posts {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .blog-post {
        width: 48%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 15px;
        margin-bottom: 20px;
        transition: transform 0.3s, box-shadow 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .blog-post:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .blog-thumb {
        text-align: center;
        cursor: pointer;
    }

    .blog-thumb a {
        text-decoration: none;
    }

    .blog-thumb img {
        max-width: 100%;
        height: auto;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        border-radius: 5px 5px 0 0;
    }

    .hidden-paragraph {
        display: none;
        padding: 10px;
        font-size: 1em;
        color: #555;
        text-align: center;
    }


    /* / */

    .blog-post-container {
        display: flex;
        justify-content: space-between; /* Adjust as per your layout preference */
        margin-bottom: 20px; /* Adjust spacing between each blog post */
    }

.blog-post {
    width: calc(50% - 10px); /* Adjust width for responsiveness */
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.blog-thumb {
    text-align: center;
}

.blog-content {
    margin-top: 10px;
}

.blog-content h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.blog-content p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.read-more-link {
    font-family: 'Playfair Display', serif;
    color: #007bff;
    text-decoration: none;
    display: inline-block;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* //// */
.blog-posts-home .blog-thumb {
    text-align: center; /* Center the content within the blog-thumb */
}

.button-container {
    margin-top: 10px; /* Add some space above the button */
}

.pay-now-button {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #fff;
    background-color: #cea665; /* Adjust the color to match your theme */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pay-now-button:hover {
    background-color: #b08c48; /* Darken the background color on hover */
}
/* /////// */

.map-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .map-container iframe {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .map-container iframe {
        height: 250px;
    }
}

/* Ensure minimum width is 200px */
.map-container iframe {
    min-width: 200px;
}

/* /// */

@media (max-width: 600px) {
    .blog-posts-home .blog-details {
        padding: 15px;
    }

    .blog-posts-home .blog-title {
        font-size: 18px;
    }

    .blog-posts-home .blog-meta {
        font-size: 12px;
    }

    .blog-posts-home .blog-details p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .blog-posts-home .blog-details {
        padding: 10px;
    }

    .blog-posts-home .blog-title {
        font-size: 16px;
    }

    .blog-posts-home .blog-meta {
        font-size: 10px;
    }

    .blog-posts-home .blog-details p {
        font-size: 12px;
    }
}

@media (max-width: 200px) {
    .blog-posts-home .blog-details {
        padding: 5px;
    }

    .blog-posts-home .blog-title {
        font-size: 14px;
    }

    .blog-posts-home .blog-meta {
        font-size: 8px;
    }

    .blog-posts-home .blog-details p {
        font-size: 10px;
    }
}
/* ////// */

 /* Default styling for larger screens */
 .blog-posts-home .blog-post {
    width: 48%;
    margin-bottom: 20px;
    list-style: none;
}

.blog-posts-home .blog-post:nth-child(odd) {
    margin-right: 4%;
}

.blog-posts-home .blog-post:nth-child(even) {
    margin-right: 0;
}

/* Styling for small screens */
@media (max-width: 767px) {
    .blog-posts-home .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-posts-home .blog-post {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-posts-home .blog-post:nth-child(odd),
    .blog-posts-home .blog-post:nth-child(even) {
        margin-right: 0;
    }
}
/* /// */

#featured-logo {
    width: 200px;
}

/* Media query for screens 200px and above */
@media (min-width: 200px) and (max-width: 399px) {
    #featured-logo {
        width: 150px;
    }
}

/* Media query for screens 400px and above */
@media (min-width: 400px) and (max-width: 599px) {
    #featured-logo {
        width: 175px;
    }
}

/* Media query for screens 600px and above */
@media (min-width: 600px) and (max-width: 767px) {
    #featured-logo {
        width: 200px;
    }
}

/* Media query for screens 768px and above */
@media (min-width: 768px) {
    #featured-logo {
        width: 200px;
    }
}

/* // */
@media (min-width: 200px) {
    .tp-caption {
        text-align: center !important; /* Center align text content */
        left: 0 !important; /* Reset left position */
        right: 0 !important; /* Reset right position */
        transform: translateX(0) !important; /* Center align */
        width: 100% !important; /* Ensure full width */
    }

    .tp-caption .jw-button {
        display: inline-block; /* Ensure the buttons are inline-block */
        margin: 10px 5px; /* Center the buttons and add some spacing */
    }
}

/* ///// */
/* chatbot Section */
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

/* //// */

.hidden-paragraph {
    display: none;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.pay-now-button {
    display: block;
    margin: 10px;
    color: #fff;
    text-decoration: none;
    background: #cea665;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    
    
   
}

.blog-thumb.open .hidden-paragraph {
    display: block;
}
/* /// */

    /* chatbot code */
    
    @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
    
    /* Chatbot */
    .botIcon {bottom: 15px;left: 15px;position: fixed;z-index: 9999;}
    .iconInner {-webkit-align-items: center;-ms-align-items: center;align-items: center;background: #a64bf4;background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(to left,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;color: #fff;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 1.7em;height: 2em;justify-content: center;width: 2em;}
    .botSubject, .messages, .showBotSubject .botIconContainer, .showMessenger .botIconContainer {display: none;}
   
    .botIcon .iconInner {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background: #dfb858; /* Blue color */
        background: -webkit-linear-gradient(to left, #dfb858, #dfb858, #dfb858, #dfb858); 
        background: -o-linear-gradient(to left, #dfb858, #dfb858, #dfb858, #dfb858); 
        background: -moz-linear-gradient(to left,#dfb858, #dfb858, #dfb858,#dfb858); 
        background: linear-gradient(to left, #dfb858, #dfb858, #dfb858, #dfb858); 
        background-position: 50%;
        background-size: 300%;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.7em;
        height: 2em;
        justify-content: center;
        width: 2em;
    }
    
    .botIcon .Messages, .botIcon .Messages_list {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;}
    .chat_close_icon {color: #fff;cursor: pointer;font-size: 16px;position: absolute;right: 12px;z-index: 9;}
    .chat_on {background-color: #8a57cf;bottom: 20px;border-radius: 50%;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;color: #fff;cursor: pointer;display: block;height: 45px;padding: 9px;position: fixed;right: 15px;text-align: center;width: 45px;z-index: 10;}
    .chat_on_icon {color: #fff;font-size: 25px;text-align: center;}
    .botIcon .Layout {-webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;background-color: rgb(63, 81, 181);bottom: 20px;border-radius: 10px;box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);box-sizing: content-box !important;color: rgb(255, 255, 255);display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;max-height: 30px;max-width: 300px;min-width: 50px;opacity: 0;pointer-events: auto;position: fixed;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;z-index: 999999999;}
    .botIcon .Layout-open {border-radius: 10px;color: #fff;height: 500px;max-height: 500px;max-width: 300px;overflow: hidden;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);width: 100%;}
    .botIcon .Layout-expand {display: none;height: 400px;max-height: 100vh;min-height: 300px;}
    .showBotSubject.botIcon .Layout-expand {display: block;}
    .botIcon .Layout-mobile {bottom: 10px}
    .botIcon .Layout-mobile.Layout-open {min-width: calc(100% - 20px);width: calc(100% - 20px);}
    .botIcon .Layout-mobile.Layout-expand {border-radius: 0 !important;bottom: 0;height: 100%;min-height: 100%;min-width: 100%;width: 100%;}
    .botIcon .Messenger_messenger {height: 100%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;position: relative;width: 100%;}
    .botIcon .Messenger_header, .botIcon .Messenger_messenger {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
    .botIcon .Messenger_header {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;background-color: rgb(22, 46, 98);color: rgb(255, 255, 255);-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;height: 40px;padding-left: 10px;padding-right: 40px;}
    
    .botIcon .Messenger_header h4 {-webkit-animation: slidein .15s .3s;-ms-animation: slidein .15s .3s;animation: slidein .15s .3s;-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;font-size: 16px;opacity: 0;}
    .botIcon .Messenger_prompt {font-size: 16px;font-weight: 400;line-height: 18px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .botIcon .Messenger_content {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;height: 80px;}
    .botIcon .Messages {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;overflow-x: hidden;overflow-y: auto;padding: 10px;position: relative;-webkit-overflow-scrolling: touch;}
    .botIcon .Input {background-color: #fff;border-top: 1px solid #e6ebea;color: #96aab4;-webkit-box-flex: 0;-webkit-flex-grow: 0;-ms-flex-positive: 0;flex-grow: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;padding-bottom: 15px;padding-top: 17px;position: relative;width: 100%;}
    .botIcon .Input-blank .Input_field {max-height: 20px;}
    .botIcon .Input_field {background-color: transparent;border: none;outline: none;padding-left: 20px;padding-right: 45px;resize: none;width: 100%;font-size: 14px;line-height: 20px;min-height: 20px !important;}
    .botIcon .Input_button-emoji {right: 45px;}
    .botIcon .Input_button {background-color: transparent;border: none;bottom: 15px;cursor: pointer;height: 25px;outline: none;padding: 0;position: absolute;width: 25px;}
    .botIcon .Input_button-send {right: 15px;}
    .botIcon .Input-emoji .Input_button-emoji .Icon, .botIcon .Input_button:hover .Icon {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
    .botIcon .Input-emoji .Input_button-emoji .Icon path, .botIcon .Input_button:hover .Icon path {fill: #2c2c46;}
    .Icon svg {height: auto;width: 100%;}
    
    .msg {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
    .msg.user {-webkit-box-direction: row-reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
    .msg + .msg {margin-top: 15px;}
    span.responsText {color: #000;display: inline-block;margin-left: 10px;vertical-align: top;max-width: calc(100% - 50px);}
    .msg.user span.responsText {margin-left: 0;margin-right: 10px;}
    span.avtr {display: inline-block;width: 30px;}
    span.avtr figure {background-color: #ccc;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 50%;display: block;margin: 0;padding-bottom: 100%;}
    
    @-webkit-keyframes appear {
        0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
        100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
    }
    @-ms-keyframes appear {
        0% {opacity: 0;-ms-transform: scale(0);transform: scale(0);}
        100% {opacity: 1;-ms-transform: scale(1);transform: scale(1);}
    }
    @keyframes appear {
        0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
        100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
    }
    @-webkit-keyframes slidein {
        0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
        100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
    }
    @-ms-keyframes slidein {
        0% {opacity: 0;-ms-transform: translateX(10px);transform: translateX(10px);}
        100% {opacity: 1;-ms-transform: translateX(0);transform: translateX(0);}
    }
    @keyframes slidein {
        0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
        100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
    }
    
    @media only screen and (max-width: 412px) {
        .botIcon .Layout-open {width: 250px;}
    }

    .single-logo img {
    max-height: 100px; /* Adjust the maximum height as needed */
}

#preloader .preloader-icon {
    height: 40px; /* Adjust the height as needed */
}

/* ///// */