/* Responsive styles */
@media screen and (max-width: 768px) {

    /* General responsive adjustments */
    .container {
        padding: 0 15px;
    }

    /* Header adjustments */
    .header {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        height: auto;
    }

    .header .col-auto {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .navbar-brand {
        padding: 5px 0;
        max-width: 120px;
        display: inline-block;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
        max-height: 40px;
        width: auto;
    }

    .navbar-brand.black {
        display: none;
    }

    /* Add spacing after header to prevent content overlap */
    #section-home {
        padding-top: 70px;
    }

    /* Adjust hamburger menu position */
    .hambuger {
        position: relative;
        z-index: 1001;
    }

    .trigger-overlay {
        padding: 10px;
        background: none;
        border: none;
    }

    /* Menu section adjustments */
    .section-specialities .sliderslide {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Featured section adjustments */
    .featured-carrusel .col-lg-3 {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Gallery adjustments */
    .grid-gallery.columns-3 .grid-item {
        width: 100%;
    }

    /* Text adjustments */
    h4.title {
        font-size: 24px;
    }

    .content-designslider p {
        font-size: 16px;
    }
}

/* Specialities section responsive adjustments */
@media screen and (max-width: 768px) {
    .section.specialities .sliderslide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .sliderslide-content.specialities {
        padding: 20px;
        text-align: center;
    }

    .sliderslide-content.specialities img {
        max-width: 60px;
        margin: 0 auto 15px;
    }

    .sliderslide-content.specialities h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

/* Enhanced responsiveness for specialities section */
@media screen and (max-width: 991px) {
    .slide-specialities .slick-slide {
        padding: 0 10px;
    }

    .sliderslide-content.specialities {
        height: auto !important;
        min-height: 300px;
    }

    .contentslide .sliderslide-content.specialities p {
        height: auto;
        overflow: visible;
    }

    .slick-dots {
        bottom: -30px;
    }
}

@media screen and (max-width: 575px) {

    .slide-specialities .slick-prev.bottom.mr10,
    .slide-specialities .slick-next.bottom.mr10 {
        bottom: -40px;
    }

    .sliderslide-content.specialities {
        min-height: 250px;
        margin: 0 5px;
    }

    .sliderslide-content.specialities img {
        max-width: 50px;
    }

    .contentslide .sliderslide-content.specialities h4 {
        font-size: 18px;
        margin: 10px 0;
    }

    .contentslide .sliderslide-content.specialities p {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Products section responsive adjustments */
@media screen and (max-width: 768px) {
    .featured-carrusel .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .featured-image {
        text-align: center;
    }

    .featured-image img {
        max-width: 80%;
        margin: 0 auto;
    }

    .featured-info {
        text-align: center;
        padding: 20px 15px;
    }
}

/* History section responsive */
@media screen and (max-width: 768px) {
    .history-content {
        padding: 40px 20px;
    }

    .container-col {
        padding: 0;
    }
}

/* Gallery responsive */
@media screen and (max-width: 768px) {
    .grid-gallery .grid-item {
        width: 100% !important;
        padding: 10px;
    }

    .grid-item__rollover {
        opacity: 1;
        visibility: visible;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 5px 0;
    }

    .navbar-brand img {
        max-width: 40%;
        height: auto;
        max-height: 60px;
        width: auto;
        object-fit: contain;
    }

    .btns-social-slider {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Overlay menu improvements */
@media screen and (max-width: 768px) {
    .overlay-content {
        padding: 20px;
    }

    .overlay nav ul li {
        margin: 15px 0;
    }

    .overlay nav ul li a {
        font-size: 18px;
    }

    .trigger-overlay {
        padding: 10px;
    }
}

/* Tablet specific adjustments */
@media screen and (min-width: 769px) and (max-width: 1024px) {

    /* Tablet specific adjustments */
    .featured-carrusel .col-lg-3 {
        width: 50%;
    }

    .grid-gallery.columns-3 .grid-item {
        width: 50%;
    }

    .navbar-brand {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
        padding: 8px 0;
    }

    .navbar-brand img {
        max-width: 35%;
        height: auto;
        max-height: 70px;
        width: auto;
        object-fit: contain;
    }
}

/* Hide logo in tablet view */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .navbar-brand {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Adjust header spacing with visible logo */
    .header .col-auto {
        justify-content: space-between;
    }
}

/* @media screen and (min-width: 1024px) and (max-width: 1366px) {
 */
/* Navigation menu adjustments */
@media screen and (max-width: 991px) {
    .onlydesktop {
        display: none !important;
    }

    .onlyresponsive {
        display: block !important;
    }

    .navbar {
        padding: 0;
    }
}

/* Image responsive rules */
@media screen and (max-width: 768px) {

    .featured-image img,
    .slider-home img {
        max-width: 100%;
        height: auto;
    }

    .history-image {
        min-height: 300px;
    }
}

/* Section spacing adjustments */
@media screen and (max-width: 768px) {
    .voffset-131 {
        margin-top: 60px;
    }

    .voffset-50 {
        margin-top: 30px;
    }

    .section {
        padding: 40px 0;
    }
}

/* Menu price list adjustments */
@media screen and (max-width: 768px) {
    .menu-price li h5 {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        line-height: 1.4;
    }

    .padding030 {
        padding: 0 15px;
        margin-bottom: 30px;
        width: 100%;
    }

    .col-lg-4.padding030 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-price {
        margin-bottom: 40px;
    }

    .menu-price li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }
}

/* Content alignment fixes */
@media screen and (max-width: 768px) {
    .equalHW {
        height: auto !important;
    }

    .alignVCenter {
        padding: 40px 20px;
    }

    .content-designslider {
        text-align: center;
        padding: 30px 15px;
    }

    .btns-social-slider {
        justify-content: center;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {

    .navbar-brand img {
        max-width: 50%;
        height: auto;
        max-height: 85px;
        width: auto;
        object-fit: contain;
    }


}

@media screen and (min-width: 1400px) {
    .navbar-brand img {
        max-width: 50%;
        height: auto;
        max-height: 160px;
        width: auto;
        object-fit: contain;
    }

    .header .col-auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

/* Desktop and larger screens */
@media screen and (min-width: 1025px) {
    .navbar-brand {
        display: flex;
        justify-content: flex-start;
        width: auto;
        padding: 10px 0;
    }

    /* .navbar-brand img {
        max-width: 50%;
        height: auto;
        max-height: 85px;
        width: auto;
        object-fit: contain;
    }
     */
    .header .col-auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* Final adjustments for centered logo navigation */
.header {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .row {
    width: 100%;
    margin: 0;
    position: relative;
}

/* Ensure logo is visible and centered */
.logo-container {
    position: relative;
    z-index: 110;
}

/* Navigation menu styling */
.navbar.left-menu,
.navbar.right-menu {
    height: 60px;
    align-items: center;
}

.navbar li .nav-link {
    position: relative;
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Animated underline for menu items */
.navbar li .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff6b00;
    transition: width 0.3s ease;
}

.navbar li .nav-link:hover:after,
.navbar li .nav-link.active:after {
    width: 100%;
}

/* Ensure mobile menu works correctly */
@media (max-width: 991px) {
    .overlay-content {
        padding-top: 80px;
    }

    .mobile-menu-container {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Enhanced mobile menu styling */
@media (max-width: 991px) {
    .header {
        padding: 10px 0;
    }

    .mobile-menu-container {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-brand {
        margin: 0 auto;
    }

    .mobile-menu-trigger {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .overlay-content ul {
        padding: 0;
    }

    .overlay-content ul li {
        display: block;
        margin: 20px 0;
        text-align: center;
    }

    .overlay-content ul li a {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: color 0.3s ease;
    }
}

/* Adjust the dropdown trigger icon styling */
.dropdown-icon {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.dropdown-icon span,
.dropdown-icon span:before,
.dropdown-icon span:after {
    height: 2px;
    width: 25px;
    background-color: #333;
    position: absolute;
    display: block;
    content: '';
}

.dropdown-icon span {
    top: 50%;
    margin-top: -1px;
}

.dropdown-icon span:before {
    top: -8px;
}

.dropdown-icon span:after {
    bottom: -8px;
}

@media (min-width: 992px) {
    .mobile-menu-container {
        display: none !important;
    }
}

/* Custom styles for the centered logo navigation */
.header .row.justify-content-center {
    width: 100%;
    margin: 0;
}

/* Ensure logo is centered properly and has correct size */
.logo-container {
    position: relative;
    z-index: 100;
    text-align: center;
}

.logo-container .navbar-brand {
    margin: 0 auto;
    padding: 0;
}

.logo-container .navbar-brand img {
    max-height: 85px;
    width: auto;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Menu alignment and spacing */
.navbar.left-menu {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.navbar.right-menu {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

/* Adjust the spacing between menu items */
.navbar li {
    padding: 0 10px;
}

/* Hover effects for menu items */
.navbar li .nav-link:hover {
    color: #ff6b00;
}

/* Mobile menu adjustments */
@media (max-width: 991px) {
    .mobile-menu-container {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        width: 100%;
    }

    .mobile-menu-container .navbar-brand {
        text-align: left;
        margin: 0;
    }

    .mobile-menu-container .navbar-brand img {
        max-height: 50px;
    }

    .mobile-menu-trigger {
        position: relative;
        float: right;
    }
}

/* Enhanced overlay styling for mobile menu */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.overlay.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content nav {
    width: 100%;
    text-align: center;
}

.overlay-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-content ul li {
    display: block;
    margin: 20px 0;
}

.overlay-content ul li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.overlay-content ul li a:hover,
.overlay-content ul li.current a {
    color: #ff6b00;
}

.trigger-overlay.is-active span {
    background-color: transparent;
}

.trigger-overlay.is-active span:before {
    transform: rotate(45deg);
    top: 0;
}

.trigger-overlay.is-active span:after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* Header separation and content spacing */
.header-content {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Adjust spacing between menu items */
.navbar.left-menu,
.navbar.right-menu {
    display: flex;
    align-items: center;
    height: 80px;
}

.navbar li {
    margin: 0 15px;
}

/* Ensure content doesn't overlap with header */
body {
    padding-top: 80px;
}

#section-home {
    margin-top: 0;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }

    .header-content {
        padding: 0 10px;
    }

    .mobile-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
        padding: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}

/* Logo hover effect */
.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Ensure other sections don't overlap */
section {
    position: relative;
    z-index: 1;
    clear: both;
}

/* Header and logo responsive styling */
@media (min-width: 992px) {
    .header {
        padding: 10px 0;
        height: 90px;
    }

    .header-content {
        position: relative;
        height: 100%;
    }

    .logo {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .row.no-gutters {
        height: 100%;
    }
}

/* Fix for logo visibility during scroll */
.js-header-fixsmall .navbar-brand,
.js-header-fixsmall .logo1.aboutimage,
.js-header-fixsmall .mobile-header .navbar-brand {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .header {
        padding: 5px 0;
        height: 70px;
    }

    .mobile-menu-container {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 5px 15px;
    }

    .mobile-menu-container .navbar-brand {
        margin: 0;
    }

    .mobile-menu-container .navbar-brand img {
        height: 60px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .header {
        height: 60px;
    }

    .mobile-menu-container .navbar-brand img {
        height: 50px;
    }
}

/* Ensure content doesn't overlap with header */
@media (min-width: 992px) {
    #section-home {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    #section-home {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    #section-home {
        padding-top: 60px;
    }
}

/* Responsive header and navigation */
@media (min-width: 992px) {
    .header {
        height: 100px;
    }

    .logo .navbar-brand img {
        height: 90px;
    }

    .navbar.left-menu {
        margin-right: 120px;
    }

    .navbar.right-menu {
        margin-left: 120px;
    }

    .mobile-menu-container {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .header {
        height: 70px;
    }

    .mobile-menu-container {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        width: 100%;
        background: #ffffff;
    }

    .mobile-menu-container .navbar-brand {
        display: block;
    }

    .mobile-menu-container .navbar-brand img {
        height: 60px;
        width: auto;
    }

    .mobile-menu-trigger {
        display: block;
    }

    body {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .header {
        height: 60px;
    }

    .mobile-menu-container .navbar-brand img {
        height: 50px;
    }

    body {
        padding-top: 60px;
    }
}

/* Mobile Menu Styles */
@media (max-width: 991px) {
    .mobile-menu-wrapper {
        position: relative;
        width: 100%;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .menu-toggle {
        border: none;
        background: transparent;
        padding: 10px;
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
    }

    .menu-icon,
    .menu-icon:before,
    .menu-icon:after {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
    }

    .menu-icon {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-icon:before {
        top: -8px;
        transform: translateX(-50%);
    }

    .menu-icon:after {
        bottom: -8px;
        transform: translateX(-50%);
    }

    .menu-toggle.active .menu-icon {
        background: transparent;
    }

    .menu-toggle.active .menu-icon:before {
        transform: translateX(-50%) rotate(45deg);
        top: 0;
    }

    .menu-toggle.active .menu-icon:after {
        transform: translateX(-50%) rotate(-45deg);
        bottom: 0;
    }

    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .mobile-nav.active {
        display: block;
    }

    .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-list li {
        border-bottom: 1px solid #eee;
    }

    .nav-list li:last-child {
        border-bottom: none;
    }

    .nav-list .nav-link {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .nav-list .nav-link:hover,
    .nav-list .nav-link.active {
        background-color: #f5f5f5;
        color: #fd7e14;
    }

    /* Hide desktop menu on mobile */
    .onlydesktop {
        display: none !important;
    }
}

/* Mobile and Tablet Logo Centering */
@media (max-width: 991px) {
    .mobile-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        position: relative;
    }

    .mobile-header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
    }

    .mobile-header .navbar-brand img {
        max-height: 50px;
        width: auto;
    }

    .menu-toggle {
        position: relative;
        margin-left: auto;
    }

    /* Contact Section Improvements */
    #contactdetails.row {
        margin: 0;
        padding: 20px;
    }

    #contactdetails .container {
        padding: 0 15px;
    }

    #section-footer .col-12 {
        text-align: center;
    }
}

/* Improved Mobile Logo and Contact Styling */
@media (max-width: 991px) {

    /* Logo centering */
    .logo1.aboutimage {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        top: 10px;
    }

    .logo-wrapper {
        text-align: center;
    }

    .logo-wrapper img {
        max-height: 50px;
        width: auto;
    }

    /* Contact section improvements */
    #section-footer {
        padding: 30px 0;
    }

    #section-footer .container {
        max-width: 100%;
        padding: 0 15px;
    }

    #section-footer h4 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
    }

    #section-footer p {
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    #section-footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    #section-footer .fa-map-marker-alt,
    #section-footer .fa-phone,
    #section-footer .fa-envelope {
        margin-right: 8px;
        color: #fd7e14;
    }

    #section-footer form {
        max-width: 100%;
        margin: 0 auto;
    }

    #section-footer .form-control {
        margin-bottom: 15px;
        padding: 12px;
        border-radius: 4px;
    }

    #section-footer .btn-orange {
        display: block;
        width: 100%;
        padding: 12px;
        background-color: #fd7e14;
        color: white;
        border: none;
        border-radius: 4px;
        margin-top: 10px;
    }
}

/* Fix Contact Us section alignment */
@media (max-width: 768px) {
    .footer-contact {
        text-align: center !important;
    }

    .footer-contact h4 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer-contact p {
        text-align: center !important;
        margin: 0 auto;
        max-width: 300px;
        line-height: 1.6;
    }

    .footer-contact a {
        display: block;
        text-align: center !important;
        margin-bottom: 10px;
        padding: 5px 0;
        text-decoration: none;
        color: inherit;
    }

    .footer-contact a:hover {
        color: #d92e20;
    }

    /* Ensure all footer columns have consistent alignment */
    #section-footer .col-footer-1,
    #section-footer .col-footer-2,
    #section-footer .col-footer-3 {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #section-footer .col-footer-1 h4,
    #section-footer .col-footer-2 h4,
    #section-footer .col-footer-3 h4 {
        text-align: center !important;
        width: 100%;
    }

    #section-footer .col-footer-1 p,
    #section-footer .col-footer-3 p {
        text-align: center !important;
        width: 100%;
        max-width: 300px;
    }

    /* Social icons alignment */
    .social-icons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        gap: 15px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .logo-wrapper img {
        max-height: 40px;
    }

    #section-footer {
        padding: 20px 0;
    }

    #section-footer .container {
        padding: 0 10px;
    }

    #section-footer form {
        padding: 10px;
    }

    #section-footer .form-control {
        padding: 10px;
        font-size: 14px;
    }

    #section-footer p {
        font-size: 14px;
        padding: 0 10px;
    }

    #section-footer .social-links {
        margin: 15px 0;
    }

    #section-footer .social-links a {
        margin: 0 10px;
        font-size: 20px;
    }
}

/* Footer social icons */
#section-footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

#section-footer .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#section-footer .social-icon i {
    font-size: 20px;
    color: #fff;
}

#section-footer .social-icon:hover {
    background: #ff6b00;
}

/* Ensure logo stays centered in all screen sizes */
@media (max-width: 767px) {
    .navbar-brand {
        display: flex;
        justify-content: center;
    }

    .mobile-header .navbar-brand img {
        max-height: 45px;
    }
}

/* Mobile and Tablet Logo Styling */
@media (max-width: 991px) {
    .mobile-menu-wrapper .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        position: relative;
        margin-bottom: 0;
    }

    .mobile-header .navbar-brand,
    .mobile-header .mobile-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
        z-index: 10;
        width: auto;
        display: inline-block;
    }

    .mobile-header .navbar-brand img {
        height: 65px;
        /* Increased height for better visibility */
        width: auto;
        display: block;
    }

    .mobile-header .menu-toggle {
        position: relative;
        margin-left: auto;
        z-index: 20;
    }
}

/* Tablet specific adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-header .navbar-brand img {
        height: 70px;
        /* Slightly larger for tablets */
    }
}

/* Smaller mobile devices */
@media (max-width: 767px) {
    .mobile-header .navbar-brand img {
        height: 60px;
        /* Slightly smaller for mobile but still prominent */
    }

    .mobile-header {
        padding: 8px 12px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .mobile-header .navbar-brand img {
        height: 55px;
        /* Adjusted for very small screens */
    }
}

/* Fixed Header Styles for Mobile and Tablet to Keep Logo Visible During Scroll */
@media (max-width: 1200px) {

    /* Fix the header to the top */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Ensure logo always stays visible */
    .navbar-brand,
    .logo1.aboutimage,
    .mobile-header .navbar-brand {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Handle fixed header for scrolling */
    .js-header-fixsmall .mobile-header .navbar-brand,
    .js-header-fixsmall .navbar-brand,
    .js-header-fixsmall .logo1.aboutimage {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Position and size for mobile logo */
    .mobile-header {
        position: relative;
    }

    .mobile-header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1010;
    }

    .mobile-header .navbar-brand img {
        height: 80px;
        width: auto;
    }

    /* Tablet-specific logo size */
    @media (min-width: 768px) and (max-width: 991px) {
        .mobile-header .navbar-brand img {
            height: 85px;
        }
    }

    /* Mobile-specific logo size */
    @media (max-width: 767px) {
        .mobile-header .navbar-brand img {
            height: 75px;
        }
    }

    /* Small mobile adjustments */
    @media (max-width: 360px) {
        .mobile-header .navbar-brand img {
            height: 65px;
        }
    }

    /* Proper spacing for fixed header */
    body {
        padding-top: 80px;
    }

    /* Position menu toggle on the right side */
    .menu-toggle {
        position: relative;
        margin-left: auto;
        z-index: 1020;
    }
}

/* Mobile Logo Styles - Added visibility and size improvements */
@media (max-width: 991px) {

    /* Mobile logo styling */
    .mobile-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 150px;
        margin: 0 auto;
        transition: all 0.3s ease;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .mobile-logo img {
        max-height: 75px;
        width: auto;
        object-fit: contain;
    }

    /* Ensure mobile logo stays visible while scrolling */
    .js-header-fixsmall .mobile-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Add drop shadow for better visibility against changing backgrounds */
    .js-header-fixsmall .mobile-logo img {
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
    }
}

/* Tablet specific mobile logo adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-logo {
        max-width: 170px;
    }

    .mobile-logo img {
        max-height: 80px;
    }
}

/* Ensure the mobile logo is positioned correctly in the header */
@media (max-width: 991px) {
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 8px 15px;
        position: relative;
    }

    .mobile-header .mobile-logo {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0;
        padding: 0;
        z-index: 100;
    }

    .menu-toggle {
        position: relative;
        margin-left: auto;
        z-index: 101;
    }

    /* Adjust for fixed header scrolling */
    .js-header-fixsmall .mobile-header {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

/* Improved Footer Contact Section Styling for Mobile */
@media (max-width: 767px) {

    /* Better footer structure for mobile */
    .col-footer-1,
    .col-footer-2,
    .col-footer-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    /* Contact info alignment */
    .footer-contact h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-contact p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .footer-contact span {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 10px;
        line-height: 1.5;
    }    /* Form styling */
    #newsform {
        text-align: center;
        margin: 0 auto;
    }

    #newsform .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 300px;
        margin: 0 auto;
    }

    #newsform .form-control {
        border-radius: 4px 0 0 4px;
        height: 45px;
        text-align: left;
        margin-bottom: 0;
        padding: 12px;
    }

    #newsform .bt-orange {
        border-radius: 0 4px 4px 0;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        background-color: #fd7e14;
        color: white;
        border: none;
    }

    /* Copyright section */
    .copyright .row {
        flex-direction: column;
        text-align: center;
    }

    .copyright p {
        margin: 5px 0;
    }
}

/* Additional tablet-specific footer adjustments */
@media (min-width: 768px) and (max-width: 991px) {

    .col-footer-1,
    .col-footer-2,
    .col-footer-3 {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .footer-contact p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-contact span {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* Fix for email input and submit button alignment in mobile view */
@media (max-width: 767px) {
    #section-footer .form-group {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
    }

    #section-footer .form-control {
        height: 40px;
        border-radius: 4px;
        padding-right: 50px;
        width: 100%;
    }

    #section-footer .bt-orange {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: transparent;
    }

    #section-footer .bt-orange img {
        max-height: 20px;
    }
}

/* Additional mobile fixes for footer */
@media (max-width: 575px) {
    #section-footer .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    #section-footer .col-footer-2 {
        margin-bottom: 30px;
        text-align: center;
    }

    #section-footer .col-footer-2 h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    #section-footer .booking-form {
        max-width: 100%;
        text-align: center;
    }

    #newsform .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 280px;
        margin: 0 auto;
    }
}

/* General section responsive improvements */
@media screen and (max-width: 767px) {

    /* Make sure all sections have proper padding on mobile */
    .section {
        padding: 30px 0;
    }

    /* Fix alignment in columns */
    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-md-6 {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    /* Ensure all images are responsive */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Fix slider navigation buttons position */
    .slick-prev.bottom,
    .slick-next.bottom {
        bottom: -30px;
    }

    /* Make sure forms are aligned properly */
    .form-group {
        position: relative;
        margin-bottom: 15px;
    }

    /* Adjust text alignment for better mobile readability */
    h4.title {
        font-size: 24px;
    }

    h4.small {
        font-size: 18px;
    }

    /* Ensure proper column widths in footer */
    #section-footer .col-footer-1,
    #section-footer .col-footer-2,
    #section-footer .col-footer-3 {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* Footer responsive adjustments */ 
@media (max-width: 768px) {

    #section-footer .col-footer-1,
    #section-footer .col-footer-2,
    #section-footer .col-footer-3 {
        flex: 0 0 100%;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 20px;
    }

    #section-footer .col-footer-1 h4,
    #section-footer .col-footer-2 h4,
    #section-footer .col-footer-3 h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    #section-footer .col-footer-1 p,
    #section-footer .col-footer-3 p {
        text-align: center;
        margin: 0 auto;
        max-width: 300px;
    }

    #section-footer .social-icons {
        justify-content: center;
        text-align: center;
    }

    #section-footer .footer-contact a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    #section-footer .row {
        flex-direction: column;
    }

    #section-footer .form-group {
        display: flex;
        justify-content: center;
    }
}

/* Extra small device footer form improvements */
@media screen and (max-width: 479px) {
    #section-footer .form-group {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    #section-footer .form-control {
        flex: 1;
        height: 40px;
        padding-right: 40px;
    }

    #section-footer .bt-orange {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
    }

    #section-footer .bt-orange img {
        width: 20px;
        height: auto;
    }

    /* Fix for text alignment in footer */
    #section-footer .text-right {
        text-align: left !important;
    }

    #section-footer .copyright .col-md-6 {
        margin-bottom: 5px;
    }
}

/* Gallery styles */
#section-gallery .grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Creates a square aspect ratio */
    overflow: hidden;
}

#section-gallery .grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the area without distortion */
}

#section-gallery .grid-gallery.columns-3 .grid-item {
    width: calc(33.333% - 20px);
    margin: 10px;
    padding-bottom: calc(33.333% - 20px);
}

/* Responsive adjustments for gallery */
@media screen and (max-width: 768px) {
    #section-gallery .grid-gallery.columns-3 .grid-item {
        width: calc(50% - 20px);
        padding-bottom: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    #section-gallery .grid-gallery.columns-3 .grid-item {
        width: calc(100% - 20px);
        padding-bottom: calc(100% - 20px);
    }
}

/* Mobile-specific footer fixes for alignment */
@media (max-width: 480px) {
    #section-footer {
        padding: 20px 0;
    }

    #section-footer .container {
        padding: 0 15px;
    }

    #section-footer .col-footer-1,
    #section-footer .col-footer-2,
    #section-footer .col-footer-3 {
        padding: 0 10px;
        margin-bottom: 25px;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    #section-footer h4 {
        font-size: 18px;
        text-align: center !important;
        margin-bottom: 15px;
        width: 100%;
    }

    #section-footer p {
        font-size: 14px;
        line-height: 1.6;
        text-align: center !important;
        margin: 0 auto 15px auto;
        max-width: 280px;
        width: 100%;
    }

    /* Email form centering */
    #newsform {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    #newsform .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 260px;
        margin: 0 auto;
    }

    #newsform .form-control {
        height: 42px;
        font-size: 14px;
        text-align: left;
    }

    #newsform .bt-orange {
        height: 42px;
        width: 42px;
    }

    /* Contact links centering - FIXED */
    .footer-contact {
        text-align: center !important;
        width: 100%;
    }

    .footer-contact a {
        display: block !important;
        text-align: center !important;
        margin-bottom: 8px;
        padding: 5px 0;
        width: 100%;
        text-decoration: none;
        color: inherit;
    }

    .footer-contact a:hover {
        color: #d92e20;
    }

    /* Social icons centering */
    .social-icons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px;
        margin-top: 15px;
        width: 100%;
    }

    /* About us section centering */
    .col-footer-1 {
        text-align: center !important;
    }

    .col-footer-1 p {
        text-align: center !important;
        max-width: 280px;
        margin: 0 auto 15px auto;
    }
}

/* Override desktop inline-block layout for mobile */
@media (max-width: 768px) {
    .col-footer-1,
    .col-footer-2, 
    .col-footer-3 {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        min-width: auto !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Ensure footer paragraphs are centered */
    footer p {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 300px !important;
    }

    /* Contact section specific fixes */
    .footer-contact,
    .col-footer-3.footer-contact {
        text-align: center !important;
        display: block !important;
        margin-left: 0 !important;
    }

    .footer-contact p {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 300px !important;
    }

    .footer-contact a {
        display: block !important;
        text-align: center !important;
        margin-bottom: 10px;
        text-decoration: none;
    }
}

/* History section mobile responsiveness - image and content stacking */
@media (max-width: 991px) {
    #section-history .row {
        flex-direction: column;
    }
    
    #section-history .col-lg-8 {
        order: 1;
        min-height: 300px;
    }
    
    #section-history .col-lg-4 {
        order: 2;
        min-height: auto;
    }
    
    #section-history .history-content {
        padding: 30px 20px;
        text-align: center;
    }
    
    #section-history .history-image {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    #section-history .history-content {
        padding: 25px 15px;
    }
    
    #section-history .history-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    #section-history .history-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

/* Testimonials section readability improvements - all devices */
#section-testimonials .testimonials-content {
    padding: 60px 40px !important;
    position: relative !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

#section-testimonials .testimonials-content .container-col {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#section-testimonials .testimonials-content h4.title {
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
    z-index: 10 !important;
}

#section-testimonials .single-testimonial {
    margin-bottom: 30px !important;
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
    overflow: visible !important;
}

#section-testimonials .testimonials-content p {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
    padding: 0 !important;
    text-align: left !important;
    color: #ffffff !important;
    overflow: visible !important;
}

#section-testimonials .testimonials-content p.customer {
    font-size: 20px !important;
    margin-bottom: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    font-weight: bold !important;
    color: #d92e20 !important;
    line-height: 1.2 !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    float: none !important;
    text-align: left !important;
    position: relative !important;
    overflow: visible !important;
}

#section-testimonials .all-testimonials {
    width: 100% !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
    overflow: visible !important;
}

/* Desktop improvements */
@media (min-width: 1200px) {
    #section-testimonials .testimonials-content {
        padding: 80px 60px !important;
    }
    
    #section-testimonials .testimonials-content p {
        font-size: 18px !important;
        line-height: 1.7 !important;
        max-width: 90% !important;
    }
    
    #section-testimonials .testimonials-content p.customer {
        font-size: 22px !important;
    }
    
    #section-testimonials .testimonials-content h4.title {
        font-size: 42px !important;
        margin-bottom: 40px !important;
    }
}

/* Tablet improvements */
@media (max-width: 991px) {
    #section-testimonials .testimonials-content {
        padding: 40px 30px !important;
        text-align: center !important;
    }
    
    #section-testimonials .testimonials-content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin: 0 auto 15px !important;
        max-width: 100% !important;
    }
    
    #section-testimonials .testimonials-content p.customer {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    #section-testimonials .testimonials-content h4.title {
        text-align: center !important;
        margin-left: 0 !important;
        font-size: 24px !important;
    }
}

/* Mobile improvements */
@media (max-width: 768px) {
    #section-testimonials .testimonials-content {
        padding: 30px 20px !important;
    }
    
    #section-testimonials .testimonials-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
    }
    
    #section-testimonials .testimonials-content p.customer {
        font-size: 17px !important;
        margin-bottom: 20px !important;
    }
    
    #section-testimonials .testimonials-content h4.title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
}

/* Small mobile improvements */
@media (max-width: 480px) {
    #section-testimonials .testimonials-content {
        padding: 25px 15px !important;
    }
    
    #section-testimonials .testimonials-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }
    
    #section-testimonials .testimonials-content p.customer {
        font-size: 16px !important;
        margin-bottom: 18px !important;
    }
    
    #section-testimonials .testimonials-content h4.title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
}

/* Specialities section targeted fixes - all devices */
#section-specialities .sliderslide-content.specialities {
    padding: 40px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    height: 100% !important;
    min-height: 400px !important;
    border: 1px solid #e2e3e7 !important;
    transition: all 0.3s ease !important;
}

#section-specialities .sliderslide-content.specialities img {
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto 20px !important;
    display: block !important;
    filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(1deg) brightness(100%) contrast(100%) !important;
}

#section-specialities .sliderslide-content.specialities h4 {
    font-size: 24px !important;
    font-weight: 900 !important;
    margin: 15px 0 !important;
    width: 100% !important;
    text-align: center !important;
    color: #191b1b !important;
}

#section-specialities .sliderslide-content.specialities p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: none !important;
    color: #807b7b !important;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    #section-specialities .sliderslide-content.specialities {
        padding: 30px 20px !important;
        min-height: 350px !important;
    }
    
    #section-specialities .sliderslide-content.specialities img {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 15px;
    }
    
    #section-specialities .sliderslide-content.specialities h4 {
        font-size: 20px !important;
        margin: 10px 0 !important;
    }
    
    #section-specialities .sliderslide-content.specialities p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    #section-specialities .sliderslide {
        padding: 0 10px !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    #section-specialities .sliderslide {
        flex: 0 0 calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
    #section-specialities .sliderslide {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    #section-specialities .contentslide.slide-specialities {
        gap: 20px;
    }

    #section-specialities .sliderslide-content.specialities {
        padding: 30px 20px;
        min-height: 350px;
    }

    #section-specialities .sliderslide-content.specialities img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    #section-specialities .sliderslide-content.specialities h4 {
        font-size: 20px;
        margin: 10px 0;
    }

    #section-specialities .sliderslide-content.specialities p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    #section-specialities .sliderslide-content.specialities {
        padding: 25px 15px;
        min-height: 300px;
    }

    #section-specialities .sliderslide-content.specialities img {
        width: 50px;
        height: 50px;
    }

    #section-specialities .sliderslide-content.specialities h4 {
        font-size: 18px;
    }

    #section-specialities .sliderslide-content.specialities p {
        font-size: 14px;
        line-height: 1.4;
    }
}
