/* =========================================
   Sticky Header - Container Fluid
   ========================================= */
.sticky-header .sticky-container {
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-header .sticky-container .logo {
    float: none;
    flex-shrink: 0;
}
.sticky-header .sticky-container .pull-right {
    float: none;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.sticky-header .sticky-container .main-menu {
    float: none;
}
.sticky-header .sticky-container .main-menu .navigation > li {
    margin-left: 22px !important;
}
.sticky-header .sticky-container .main-menu .navigation > li > a {
    font-size: 14px;
    padding: 18px 0 !important;
}
.sticky-header .sticky-container .booking-link {
    float: none;
    margin-left: 20px;
    padding-top: 0;
    display: flex;
    align-items: center;
}
.sticky-header .sticky-container .booking-link .btn-style-one {
    padding: 0;
}
.sticky-header .sticky-container .booking-link .btn-title {
    padding: 10px 25px;
    font-size: 12px;
}

@media only screen and (max-width: 1499px) {
.sticky-header .sticky-container .main-menu .navigation > li > a {
    font-size: 13px;
    padding: 18px 0 !important;
}

}
@media only screen and (max-width:1340px) {
.sticky-header .sticky-container .main-menu .navigation > li {
  margin-left: 16px !important;
}


}
@media only screen and (max-width:1299px) {

.sticky-header .sticky-container .main-menu .navigation > li {
  margin-left: 13px !important;
}
.sticky-header .sticky-container .main-menu .navigation > li > a {
    font-size: 12px;
    padding: 18px 0 !important;
}

}
@media only screen and (max-width: 991px) {
    .sticky-header .sticky-container {
        padding: 0 15px;
    }
}

/* =========================================
   Service Page - Gallery & Sidebar Fixes
   ========================================= */
.caption-image .image-title {
    font-size: 12px;
    padding: 10px 15px;
}
.two-column {
    margin-top: 20px;
    margin-bottom: 20px;
}
.two-column .column {
    margin-bottom: 20px;
}

/* =========================================
   Service Sidebar - Fix spacing
   ========================================= */
.sidebar.blog-sidebar .leave-comments {
    margin-bottom: 30px;
}
.sidebar.blog-sidebar .leave-comments .default-form.comment-form {
    overflow: hidden;
}
.sidebar.blog-sidebar .leave-comments .default-form.comment-form iframe {
    max-height: 0;
    overflow: hidden;
}
.sidebar.blog-sidebar .sidebar-widget {
    margin-bottom: 30px;
}
.sidebar.blog-sidebar .sidebar-widget .sidebar-title h4 {
    font-size: 18px;
    line-height: 22px;
}

/* =========================================
   Page Banner - Fix header overlap
   ========================================= */
.page-banner .image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}
.page-banner h1 {
    text-transform: none !important;
}
.page-banner .banner-inner {
    text-align: left !important;
}
/* Breadcrumb separators - all removed, / added via PHP */
.bread-crumb li:before {
    display: none !important;
    content: none !important;
}
.bread-crumb li.sep {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    padding: 0 8px !important;
    margin: 0 !important;
}
.bread-crumb li.sep:before {
    display: none !important;
    content: none !important;
}
.bread-crumb li {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* Breadcrumb - Desktop inside banner, Mobile in orange bar */
.breadcrumb-bar {
    display: none;
    background: #f15b29;
    padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
    .desktop-breadcrumb {
        display: none !important;
    }
    .breadcrumb-bar {
        display: block;
    }
    .page-banner .banner-inner {
        text-align: center !important;
    }
    .page-banner h1 {
        text-align: center !important;
    }
    .breadcrumb-bar {
        text-align: center;
    }
}
.breadcrumb-bar .bread-crumb {
    display: inline-block;
}
.breadcrumb-bar .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.breadcrumb-bar .bread-crumb li:after {
    display: none !important;
}
.breadcrumb-bar .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.breadcrumb-bar .bread-crumb li:last-child:before {
    display: none;
}
.breadcrumb-bar .bread-crumb li a {
    color: #ffffff;
    text-transform: none;
    transition: all 0.3s ease;
}
.breadcrumb-bar .bread-crumb li a:hover {
    color: #061138;
}
@media only screen and (max-width: 767px) {
    .breadcrumb-bar {
        padding: 10px 0;
    }
    .breadcrumb-bar .bread-crumb li {
        font-size: 11px;
    }
}
.page-banner .inner-container {
    padding: 200px 0 130px;
}
@media only screen and (max-width: 991px) {
    .page-banner .inner-container {
        padding: 160px 0 100px;
    }
}
@media only screen and (max-width: 767px) {
    .page-banner .inner-container {
        padding: 140px 0 80px;
    }
    .page-banner h1 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
}

/* =========================================
   Blog / News Section - Homepage
   ========================================= */
.news-section {
    position: relative;
    padding: 80px 0 60px;
    background: #f7f8fa;
}
.news-section .sec-title {
    margin-bottom: 50px;
}
/* Reset conflicting base .news-block styles */
.news-section .news-block {
    margin-bottom: 30px;
}
.news-section .news-block .inner-box {
    position: relative;
    display: block;
    padding-left: 0;
    min-height: 0;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.news-section .news-block .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.news-section .news-block .image-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.news-section .news-block .image-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.news-section .news-block .inner-box:hover .image-box img {
    transform: scale(1.05);
}
.news-section .news-block .post-date {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: auto;
    right: auto;
    width: auto;
    height: auto;
    background: #f15b29;
    color: #ffffff;
    text-align: center;
    padding: 8px 15px;
    line-height: 1;
    z-index: 1;
}
.news-section .news-block .post-date .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Playfair Display', cursive;
}
.news-section .news-block .post-date .month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 2px;
    color: #ffffff;
}
.news-section .news-block .content-box {
    padding: 25px 25px 30px;
}
.news-section .news-block .content-box .content {
    padding: 0;
}
.news-section .news-block .meta-info {
    margin-bottom: 10px;
}
.news-section .news-block .meta-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.news-section .news-block .meta-info li {
    position: relative;
    float: none;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
    text-transform: none;
    margin-right: 0;
    margin-bottom: 0;
}
.news-section .news-block .meta-info li:before {
    display: none;
}
.news-section .news-block .meta-info li .icon {
    color: #f15b29;
    margin-right: 5px;
    font-size: 13px;
    padding-right: 0;
}
.news-section .news-block .meta-info li a {
    color: #999999;
}
.news-section .news-block .meta-info li a:hover {
    color: #f15b29;
    text-decoration: none;
}
.news-section .news-block .content-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: none;
}
.news-section .news-block .content-box h4 a {
    color: #1a1a2b;
    transition: color 0.3s ease;
}
.news-section .news-block .content-box h4 a:hover {
    color: #f15b29;
    text-decoration: none;
}
.news-section .news-block .content-box .text {
    font-size: 14px;
    line-height: 24px;
    color: #7f8a99;
    margin-bottom: 15px;
}
.news-section .news-block .link-box .default-link {
    color: #f15b29;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.news-section .news-block .link-box .default-link .icon {
    margin-right: 8px;
}
.news-section .news-block .link-box .default-link:hover {
    color: #1a1a2b;
}
.news-section .btn-box {
    margin-top: 30px;
}

/* =========================================
   FAQ Section - Homepage
   ========================================= */
.faq-section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}
.faq-section .sec-title {
    margin-bottom: 40px;
}
.faq-accordion {
    position: relative;
}
.faq-item {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item.active {
    border-color: #f15b29;
}
.faq-question {
    position: relative;
    padding: 18px 50px 18px 25px;
    cursor: pointer;
    background: #f7f8fa;
    transition: all 0.3s ease;
}
.faq-item.active .faq-question {
    background: #f15b29;
}
.faq-question h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2b;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
}
.faq-item.active .faq-question h5 {
    color: #ffffff;
}
.faq-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #f15b29;
    transition: all 0.3s ease;
}
.faq-item.active .faq-icon {
    color: #ffffff;
}
.faq-answer {
    display: none;
    padding: 20px 25px 25px;
    background: #ffffff;
}
.faq-answer .text {
    font-size: 14px;
    line-height: 24px;
    color: #7f8a99;
}
.faq-answer .text p:last-child {
    margin-bottom: 0;
}
.faq-accordion {
    max-width: 100%;
    margin: 0 auto;
}

/* =========================================
   Gallery Section - Homepage
   ========================================= */
.gallery-section {
    position: relative;
    padding: 80px 0 60px;
    background: #1a1a2b;
}
.gallery-section .sec-title .upper-text {
    color: #f15b29;
}
.gallery-section .sec-title h2 {
    color: #ffffff;
}
.gallery-section .sec-title .separator:before,
.gallery-section .sec-title .separator:after {
    background: rgba(255, 255, 255, 0.2);
}
.gallery-container {
    position: relative;
    margin-top: 40px;
}
.gallery-block {
    margin-bottom: 30px;
}
.gallery-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.gallery-block .inner-box figure.image {
    position: relative;
    overflow: hidden;
}
.gallery-block .inner-box figure.image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.gallery-block .inner-box:hover figure.image img {
    transform: scale(1.1);
}
.gallery-block .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(241, 91, 41, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}
.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}
.gallery-block .overlay-box a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    color: #1a1a2b;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}
.gallery-block .overlay-box a:hover {
    background: #1a1a2b;
    color: #ffffff;
}
.gallery-block .overlay-box .caption {
    color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
}

/* Fancybox popup - constrain image size */
.fancybox-image {
    max-width: 1024px !important;
    max-height: 768px !important;
    object-fit: contain;
}
.fancybox-slide--image .fancybox-content {
    max-width: 1024px !important;
    max-height: 80vh !important;
}

/* =========================================
   Responsive Adjustments
   ========================================= */
@media only screen and (max-width: 991px) {
    .news-section,
    .faq-section,
    .gallery-section {
        padding: 60px 0 40px;
    }
    .faq-image-box {
        margin-top: 30px;
    }
    .gallery-block .inner-box figure.image img {
        height: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .news-section,
    .faq-section,
    .gallery-section {
        padding: 50px 0 30px;
    }
    .news-section .news-block .image-box img {
        height: 200px;
    }
    .gallery-block .inner-box figure.image img {
        height: 160px;
    }
    .gallery-block.col-sm-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .faq-question {
        padding: 15px 45px 15px 20px;
    }
    .faq-question h5 {
        font-size: 14px;
    }
}

/* =========================================
   Single Blog - Post Details
   ========================================= */
.news-post-details .content-box .inner {
    padding: 0;
}
.news-post-details .content-box .content {
    padding: 25px 0 0;
}
.news-post-details .content-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #061138;
    margin-bottom: 20px;
    line-height: 26px;
}
.news-post-details .meta-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.news-post-details .text h3 {
    font-size: 22px;
    margin: 25px 0 12px;
}
.news-post-details .text p {
    margin-bottom: 15px;
}
.news-post-details .text ul,
.news-post-details .text ol {
    margin: 15px 0;
    padding-left: 20px;
}
.news-post-details .text li {
    list-style: disc;
    margin-bottom: 8px;
    padding-left: 5px;
}

/* Post Share */
.post-share {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
}
.post-share .tag-title {
    font-weight: 600;
    color: #061138;
    margin-right: 15px;
    font-family: 'Playfair Display', serif;
}
.share-links {
    display: flex;
    gap: 8px;
}
.share-links li {
    list-style: none;
}
.share-links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f7f8fa;
    color: #7f8a99;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}
.share-links li a:hover {
    background: #f15b29;
    color: #ffffff;
}

/* Author Box */
.author-box {
    margin: 35px 0;
    background: #f7f8fa;
    border-left: 4px solid #f15b29;
    padding: 30px;
}
.author-box .inner-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.author-box .author-image {
    flex-shrink: 0;
}
.author-box .author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.author-box .author-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #061138;
    margin-bottom: 8px;
}
.author-box .author-info .text {
    font-size: 14px;
    color: #7f8a99;
    line-height: 1.6;
    margin: 0;
}

/* Post Navigation */
.blog-post-nav {
    margin: 30px 0;
    padding: 25px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.blog-post-nav .nav-item {
    padding: 15px;
    background: #f7f8fa;
    transition: all 0.3s ease;
}
.blog-post-nav .nav-item:hover {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}
.blog-post-nav .nav-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #f15b29;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.blog-post-nav .nav-item h5 {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}
.blog-post-nav .nav-item h5 a {
    color: #061138;
    transition: color 0.3s ease;
}
.blog-post-nav .nav-item h5 a:hover {
    color: #f15b29;
}
.blog-post-nav .next-post {
    text-align: right;
}

/* =========================================
   Blog Sidebar Widgets
   ========================================= */
.blog-sidebar .sidebar-widget {
    margin-bottom: 30px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.blog-sidebar .sidebar-widget.cta-widget {
    padding: 0;
    border: none;
    box-shadow: none;
}
.blog-sidebar .sidebar-widget.search-widget {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.blog-sidebar .sidebar-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #061138;
    padding-bottom: 12px;
    border-bottom: 2px solid #f15b29;
    margin-bottom: 20px;
}

/* Search Widget */
.search-widget .form-group {
    position: relative;
}
.search-widget .form-group input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 10px 50px 10px 20px;
    border: 2px solid #e8e8e8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background: #ffffff;
    outline: none;
    transition: border-color 0.3s ease;
}
.search-widget .form-group input[type="search"]:focus {
    border-color: #f15b29;
}
.search-widget .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #f15b29;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.search-widget .form-group button:hover {
    background: #061138;
}

/* Categories Widget */
.blog-cat-list li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
.blog-cat-list li:last-child {
    border-bottom: none;
}
.blog-cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #555555;
    font-size: 14px;
    transition: all 0.3s ease;
}
.blog-cat-list li a:hover,
.blog-cat-list li.active a {
    color: #f15b29;
    padding-left: 10px;
}
.blog-cat-list li a .count {
    color: #999999;
    font-size: 13px;
}

/* Recent Posts Widget */
.recent-post-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.recent-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-post-item .post-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.recent-post-item .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post-item .post-info .post-date {
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
}
.recent-post-item .post-info .post-date .icon {
    color: #f15b29;
    margin-right: 4px;
}
.recent-post-item .post-info h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.recent-post-item .post-info h5 a {
    color: #061138;
    transition: color 0.3s ease;
}
.recent-post-item .post-info h5 a:hover {
    color: #f15b29;
}

/* Archives Widget */
.blog-archives-list li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-archives-list li:last-child {
    border-bottom: none;
}
.blog-archives-list li a {
    color: #555555;
    transition: all 0.3s ease;
}
.blog-archives-list li a:hover {
    color: #f15b29;
}

/* CTA Sidebar Widget */
.cta-widget .cta-box {
    background: linear-gradient(135deg, #061138 0%, #0d2b4e 100%);
    padding: 35px 25px;
    text-align: center;
    color: #ffffff;
}
.cta-widget .cta-icon {
    font-size: 40px;
    color: #f15b29;
    margin-bottom: 15px;
}
.cta-widget .cta-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.cta-widget .cta-box p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin-bottom: 20px;
}
.cta-widget .cta-phone {
    margin-bottom: 20px;
}
.cta-widget .cta-phone a {
    font-size: 24px;
    font-weight: 700;
    color: #f15b29;
    font-family: 'Playfair Display', serif;
    transition: color 0.3s ease;
}
.cta-widget .cta-phone a:hover {
    color: #ffffff;
}
.cta-widget .cta-btn .btn-style-one {
    display: inline-block;
}
.cta-widget .cta-btn .btn-title {
    display: block;
    padding: 12px 30px;
}

/* =========================================
   Comments Section
   ========================================= */
.comments-area {
    margin-top: 30px;
}
.comment-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #061138;
    padding-bottom: 15px;
    border-bottom: 2px solid #f15b29;
    margin-bottom: 25px;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-item {
    margin-bottom: 25px;
    list-style: none;
}
.comment-inner {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #f7f8fa;
    border-left: 3px solid #e8e8e8;
}
.comment-item:hover .comment-inner {
    border-left-color: #f15b29;
}
.comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-content {
    flex: 1;
}
.comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.comment-author {
    font-size: 16px;
    font-weight: 600;
    color: #061138;
    margin: 0;
}
.comment-date {
    font-size: 12px;
    color: #999999;
}
.comment-date .icon {
    color: #f15b29;
    margin-right: 3px;
}
.comment-text {
    font-size: 14px;
    color: #7f8a99;
    line-height: 1.6;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply .reply-btn a {
    font-size: 13px;
    font-weight: 600;
    color: #f15b29;
    text-transform: uppercase;
}
.comment-reply .reply-btn a:hover {
    color: #061138;
}
.children {
    list-style: none;
    padding-left: 40px;
}

/* Comment Form */
.comment-form-area {
    margin-top: 30px;
}
.comment-form-area #reply-title {
    font-size: 24px;
    font-weight: 700;
    color: #061138;
    padding-bottom: 15px;
    border-bottom: 2px solid #f15b29;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}
.comment-form-area #reply-title small a {
    font-size: 14px;
    color: #f15b29;
    margin-left: 15px;
}
.comment-form-area .form-group {
    margin-bottom: 20px;
}
.comment-form-area label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #061138;
    margin-bottom: 8px;
}
.comment-form-area input[type="text"],
.comment-form-area input[type="email"],
.comment-form-area textarea {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e8e8e8;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background: #ffffff;
    outline: none;
    transition: border-color 0.3s ease;
}
.comment-form-area input[type="text"]:focus,
.comment-form-area input[type="email"]:focus,
.comment-form-area textarea:focus {
    border-color: #f15b29;
}
.comment-form-area textarea {
    min-height: 150px;
    resize: vertical;
}
.comment-form-area .form-submit {
    margin-top: 5px;
}
.comment-form-area .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.comment-form-area .comment-form-cookies-consent label {
    font-weight: 400;
    font-size: 13px;
    color: #7f8a99;
    margin: 0;
}

/* =========================================
   Sticky Sidebar - Desktop Only
   ========================================= */
.sidebar-page-container {
    overflow: visible !important;
}
.sidebar-page-container .sidebar:before {
    display: none !important;
}
.sidebar-page-container .row {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .sidebar-page-container .sidebar-side {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        align-self: flex-start;
        height: fit-content;
    }
}

/* =========================================
   404 Error Page
   ========================================= */
/* Thank You, 404, Default Pages - fix spacing and remove left line */
.content-side.col-lg-12 .news-block-six .content-box .content:before,
.content-side.col-lg-12 .news-block-six .content .text:before {
    display: none !important;
}
.content-side.col-lg-12 .news-block-six .content-box {
    padding-left: 0 !important;
}
/* Thank You page */
.page-id-220 .sidebar-page-container {
    padding: 50px 0 30px !important;
}
.page-id-220 .sidebar-page-container .content-side {
    margin-bottom: 20px !important;
}

/* 404 page */
.error-404 .sidebar-page-container {
    display: none !important;
}
.error-section {
    padding: 40px 0;
    background: #ffffff;
}
.error-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.error-code {
    font-size: 140px;
    font-weight: 900;
    color: #f15b29;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    text-shadow: 3px 3px 0 rgba(241, 91, 41, 0.1);
}
.error-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #061138;
    margin-bottom: 15px;
}
.error-content > p {
    font-size: 16px;
    color: #7f8a99;
    line-height: 1.7;
    margin-bottom: 30px;
}
.error-search {
    max-width: 500px;
    margin: 0 auto 40px;
}
.error-search .form-group {
    position: relative;
}
.error-search input[type="search"] {
    width: 100%;
    height: 55px;
    padding: 10px 60px 10px 25px;
    border: 2px solid #e8e8e8;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    outline: none;
    transition: border-color 0.3s ease;
}
.error-search input[type="search"]:focus {
    border-color: #f15b29;
}
.error-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: #f15b29;
    color: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.error-search button:hover {
    background: #061138;
}
.error-links {
    text-align: left;
    background: #f7f8fa;
    padding: 30px 35px;
    margin-bottom: 35px;
}
.error-links h4 {
    font-size: 20px;
    font-weight: 700;
    color: #061138;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f15b29;
}
.error-links ul {
    padding: 0;
    margin: 0;
}
.error-links li {
    list-style: none;
    margin-bottom: 10px;
}
.error-links li a {
    color: #555555;
    font-size: 14px;
    transition: all 0.3s ease;
}
.error-links li a .fa {
    color: #f15b29;
    margin-right: 8px;
    font-size: 12px;
}
.error-links li a:hover {
    color: #f15b29;
    padding-left: 5px;
}
.error-cta {
    margin-top: 10px;
}
.error-cta-secondary {
    margin-left: 15px;
    background: #061138 !important;
}
.error-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
    padding: 0;
    list-style: none;
}
.error-links-list li a {
    color: #555555;
    font-size: 14px;
    transition: all 0.3s ease;
}
.error-links-list li a:hover {
    color: #f15b29;
}
.blog-btn-box {
    margin-top: 30px;
}
.services-archive-grid {
    padding-top: 40px;
}
/* =========================================
   Single Service Page
   ========================================= */
.service-detail {
    position: relative;
}
.service-detail-image {
    margin-bottom: 25px;
}
.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}
.service-detail-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #061138;
    margin-bottom: 20px;
}
.service-text {
    font-size: 15px;
    color: #7f8a99;
    line-height: 24px;
    margin-bottom: 25px;
}
.service-text p {
    margin-bottom: 15px;
}
.service-text h3,
.service-text h4 {
    color: #061138;
    margin: 25px 0 12px;
}
.service-gallery {
    margin: 25px 0;
}
.service-gallery .caption-image {
    margin-bottom: 20px;
}
.service-gallery .caption-image img {
    width: 100%;
    display: block;
}
.service-advantages {
    margin: 25px 0;
}
.service-advantages h4 {
    color: #061138;
    margin-bottom: 12px;
}
.service-advantages .styled-list {
    padding-left: 0;
}
.service-advantages .styled-list li {
    position: relative;
    padding: 8px 0 8px 25px;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    font-size: 14px;
    color: #7f8a99;
    line-height: 22px;
}
.service-advantages .styled-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 9px;
    color: #f15b29;
    font-size: 12px;
}
.service-advantages .styled-list li:last-child {
    border-bottom: none;
}
/* Service sidebar form - styled like other widgets */
.sidebar.blog-sidebar .leave-comments {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}
.sidebar.blog-sidebar .leave-comments .group-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #061138;
    padding-bottom: 12px;
    border-bottom: 2px solid #f15b29;
    margin-bottom: 15px;
}
.sidebar.blog-sidebar .leave-comments .instruction {
    font-size: 13px;
    color: #7f8a99;
    margin-bottom: 15px;
    line-height: 20px;
}

/* Service sidebar form - shrink textarea */
.sidebar.blog-sidebar .leave-comments textarea,
.sidebar.blog-sidebar .gform_wrapper textarea {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 120px !important;
}

.service-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
}
.service-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #061138;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
}
.service-action-btn:hover {
    background: #f15b29;
    color: #ffffff;
}

/* Other Services Section - below service detail */
.other-services-section {
    padding: 60px 0 40px;
    background: #f7f8fa;
}
.other-services-section .sec-title {
    margin-bottom: 40px;
}
.other-services-section .row,
.services-section-two .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Service sidebar - Our Services tags as list */
.sidebar-widget.popular-tags .tags-list {
    display: block !important;
}
.sidebar-widget.popular-tags .tags-list li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-widget.popular-tags .tags-list li:last-child {
    border-bottom: none;
}
.sidebar-widget.popular-tags .tags-list li a {
    display: block !important;
    padding: 10px 0 10px 15px !important;
    font-size: 14px !important;
    color: #555555 !important;
    background: none !important;
    border: none !important;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}
.sidebar-widget.popular-tags .tags-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    color: #f15b29;
    font-size: 12px;
}
.sidebar-widget.popular-tags .tags-list li a:hover {
    color: #f15b29 !important;
    padding-left: 20px !important;
}

/* Service Sidebar - Our Services active highlight */
.sidebar-widget.archives .links li.active a {
    color: #f15b29 !important;
    font-weight: 600;
    padding-left: 20px !important;
}
.sidebar-widget.archives .links li.active a:before {
    color: #f15b29;
}

.sidebar-social {
    text-align: left;
    padding: 10px 0;
}
.sidebar-social ul {
    display: inline-flex;
    gap: 12px;
}
.sidebar-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #061138;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
}
.sidebar-social ul li a:hover {
    background: #f15b29;
    color: #ffffff;
}
.sidebar-social ul li a span {
    color: inherit;
}
.sidebar-widget.insta-widget .widget-inner {
    padding-bottom: 5px;
}
.sidebar-widget.insta-widget .sidebar-title {
    margin-bottom: 10px;
}
.search-result-block {
    margin-bottom: 30px;
}
.search-no-results {
    padding: 60px 0;
    text-align: center;
}
.archive-description {
    margin-bottom: 30px;
}

/* =========================================
   Hero Slider - Dark Overlay & Text Fix
   ========================================= */
.banner-carousel .slide-item .image-layer {
    filter: brightness(0.55);
}
.banner-carousel .content-box .headingx {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.banner-carousel .content-box .text {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.banner-carousel .content-box .btn-style-two {
    background: #f15b29 !important;
    border-color: #f15b29 !important;
}
.banner-carousel .content-box .btn-style-two .btn-title {
    color: #ffffff !important;
}
.banner-carousel .content-box .btn-style-two:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
}
.banner-carousel .content-box .btn-style-two:hover .btn-title {
    color: #061138 !important;
}

/* Hero Slider - Mobile adjustments */
@media only screen and (max-width: 767px) {
    .banner-carousel .content-box .headingx {
        font-size: 32px !important;
        line-height: 38px !important;
    }
    .banner-carousel .content-box .text {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .banner-carousel .content-box .links-box {
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 480px) {
.banner-carousel .content-box .headingx {
        font-size: 25px !important;
        line-height: 32px !important;
        margin-bottom: 12px;
    }
}

/* =========================================
   Mobile Sticky Header
   ========================================= */
@media only screen and (max-width: 1199px) {
    .main-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #061138 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }
    .page-wrapper {
        padding-top: 70px;
    }
    .page-banner .inner-container {
        padding-top: 140px;
    }

.about-section .left-col .lower-content {
  padding-top: 0;
}
.services-section-two {
  padding-bottom: 30px !important;
}
.services-section .title-box {
  padding: 50px 0;
}



}

/* Footer contact title - hidden on desktop */
.footer-contact-title {
    display: none;
}

/* =========================================
   Responsive Footer - Up to 991px
   ========================================= */
@media only screen and (max-width: 991px) {
    /* Reorder footer columns */
    .main-footer .widgets-section .row {
        display: flex !important;
        flex-direction: column !important;
    }
    .main-footer .widgets-section .row .column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        order: 2;
    }
    /* Quick Links first */
    .main-footer .widgets-section .row .column:nth-child(2) {
        order: 1;
    }
    /* Contact Info second */
    .main-footer .widgets-section .row .column:nth-child(1) {
        order: 2;
    }
    /* Map third */
    .main-footer .widgets-section .row .column:nth-child(3) {
        order: 3;
    }

    .main-footer .widgets-section {
        padding: 0 0 20px;
    }
    .main-footer .column {
        margin-bottom: 0;
    }
    .main-footer .footer-widget {
        text-align: center;    margin-bottom: 20px;
    }

    /* Hide logo spacer */
    .main-footer .info-widget .logo {
        display: none;
    }

    /* ---- Quick Links Section ---- */
    .main-footer .links-widget {
        padding: 0;
    }
    .main-footer .links-widget .widget-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .main-footer .links-widget .widget-title:before {
        display: none !important;
    }
    .main-footer .links-widget .widget-title h4 {
        background: #f15b29 !important;
        color: #ffffff !important;
        padding: 14px 20px !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        display: block !important;
    }
    .main-footer .links-widget .widget-content {
        margin: 0 -15px;
    }
    .main-footer .links-widget .widget-title {
        margin: 0 -15px !important;
        padding: 0 !important;
    }
    .main-footer .links-widget .row .col-lg-6,
    .main-footer .links-widget .row .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .main-footer .links-widget .links {
        text-align: center;
        padding: 0 20px;
    }
    .main-footer .links-widget .links li {
        border-bottom: 1px dotted rgba(255,255,255,0.15);
        padding: 0;
        margin: 0;
    }
    .main-footer .links-widget .links li:last-child {
        border-bottom: none;
    }
    .main-footer .links-widget .links li a {
        padding: 12px 0 !important;
        padding-left: 0 !important;
        font-size: 15px !important;
        color: #ffffff !important;
        display: block;
        text-align: center;
    }
    .main-footer .links-widget .links li a:before {
        display: none !important;
        content: none !important;
    }
    .main-footer .links-widget .links li a:hover {
        color: #f15b29 !important;
    }

    /* ---- Contact Info Section ---- */
    .main-footer .info-widget {
        padding: 0;
    }
    /* Contact Us header bar */
    .footer-contact-title {
        display: block;
        background: #f15b29;
        color: #ffffff;
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        font-family: 'Playfair Display', serif;
        margin: 0;
    }
    .main-footer .info-widget .info {
        padding: 25px 20px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .main-footer .info-widget .info:last-of-type {
        border-bottom: none;
    }
    .main-footer .info-widget .info ul li {
        text-align: center;
        padding-left: 0 !important;
        margin-bottom: 8px;
    }
    .main-footer .info ul li .icon {
        position: relative !important;
        display: block !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        margin: 0 auto 5px !important;
        font-size: 22px !important;
        color: #f15b29 !important;
    }
    .main-footer .info-widget .social-links {
        padding: 15px 0 25px;
    }
    .main-footer .social-links ul {
        justify-content: center;
        display: flex;
    }
.about-section .left-col .sec-title {
  top: 0;
  margin-bottom: 15px;
}
.about-section .left-col .inner {
  text-align: center;
}
  .about-section .left-col .upper-row .image-box {
    margin: 0 auto 20px;
  }

    /* ---- Map Section ---- */
    .main-footer .gallery-widget .widget-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .main-footer .gallery-widget .widget-title:before {
        display: none !important;
    }
    .main-footer .gallery-widget .widget-title {
        margin: 0 !important;
        padding: 0 !important;
    }
    .main-footer .gallery-widget .widget-title h4 {
        background: #f15b29 !important;
        color: #ffffff !important;
        padding: 14px 20px !important;
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        display: block !important;
    }

    /* Contact Us bar full width */
    .main-footer .footer-contact-title {
        margin: 0 -15px;
    }
    .main-footer .gallery-widget .map {
        padding: 15px;
    }
    .main-footer .gallery-widget .map iframe {
        width: 100% !important;
        min-height: 250px;
    }

    /* Ensure footer content always visible */
    .main-footer .widget-content,
    .main-footer .links-widget .row,
    .main-footer .links-widget .links,
    .main-footer .gallery-widget .map {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* ---- Footer Bottom ---- */
    .footer-bottom .inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .copyright {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .footer-bottom .bottom-links {
        font-size: 12px;
    }
}

/* =========================================
   Responsive - Blog
   ========================================= */
@media only screen and (max-width: 991px) {
    .author-box .inner-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .blog-post-nav .next-post {
        text-align: left;
        margin-top: 15px;
    }

.sec-title.xx h1 br{display: none;}


}
@media only screen and (max-width: 767px) {
    .news-post-details .content-box h3 {
        font-size: 22px;
    }
    /* Service detail - Other Services tags */
    .post-tags {
        padding: 15px 0 !important;
        margin: 0 !important;
    }
    .post-tags .tag-title {
        display: block !important;
        float: none !important;
        margin-bottom: 10px;
    }
    .post-tags a {
        margin: 0 5px 8px 0 !important;
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
    /* Service detail - Other info icons */
    .other-info {
        padding: 10px 0 !important;
    }
    .comment-inner {
        flex-direction: column;
    }
    .comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .children {
        padding-left: 20px;
    }
    .post-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
.sec-title.with-border {
    padding-bottom: 28px;
    text-align: center;
}
.sec-title .separator {
    left: 50%;
    margin-left: -35px;
}
.news-section .btn-box {
    margin-top: 15px;
}


}
