@media screen and (max-width: 1200px) {
    .carousel-fade .carousel-item img{
        height: 100%;
        width: auto;
    }
    .home-slider .slide-caption{
        left: 18%;
    }
    .home-slider.home-st1-sec .text{
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 320px) and (max-width: 1199px) {

}

@media (max-width: 991px) {
    /* Mobile Menu Improvements */
    .header .menu-style {
        padding: 15px 0;
        background-color: rgba(11, 29, 55, 0.95);
        backdrop-filter: blur(10px);
    }
    
    .header .navbar-brand {
        max-width: 200px;
        padding-left: 20px;
    }
    
    .header .navbar-brand img {
        max-height: 100px;
        width: auto;
    }
    
    .header .navbar-toggler {
        border: 2px solid rgba(255, 255, 255, 0.3);
        padding: 8px 12px;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
        margin-right: 20px;
    }
    
    .header .navbar-toggler:hover {
        border-color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .header .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
        outline: none;
    }
    
    .header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 1.2em;
        height: 1.2em;
    }
    
    .header .navbar-collapse {
        background-color: rgba(11, 29, 55, 0.98);
        margin-top: 15px;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .header .navbar-nav {
        border-right: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
    
    .header .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 5px;
    }
    
    .header .navbar-nav .nav-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .header .navbar-nav .nav-link {
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px !important;
        border-radius: 8px;
        transition: all 0.3s ease;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }
    
    .header .navbar-nav .nav-link:hover,
    .header .navbar-nav .nav-link:focus {
        background-color: rgba(255, 255, 255, 0.1);
        color: #b1986f !important;
        transform: translateX(5px);
    }
    
    .header .navbar-nav .nav-link.nav-active {
        background-color: rgba(177, 152, 111, 0.2);
        color: #b1986f !important;
        border-left: 3px solid #b1986f;
    }
    
    /* Dropdown improvements for mobile */
    .header .navbar-nav .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin-top: 5px;
        padding: 10px 0;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }
    
    .header .navbar-nav .dropdown-item {
        color: #ffffff;
        padding: 12px 25px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
    }
    
    .header .navbar-nav .dropdown-item:hover,
    .header .navbar-nav .dropdown-item:focus {
        background-color: rgba(177, 152, 111, 0.2);
        color: #b1986f;
        transform: translateX(5px);
    }
    
    .header .navbar-nav .dropdown-item:last-child {
        border-bottom: none;
    }
    
    /* Login/Dashboard button styling */
    .header .nav .nav-item .nav-link {
        background-color: #b1986f;
        color: #ffffff !important;
        border-radius: 25px;
        padding: 12px 25px !important;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
        transition: all 0.3s ease;
        border: 2px solid #b1986f;
    }
    
    .header .nav .nav-item .nav-link:hover {
        background-color: transparent;
        color: #b1986f !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(177, 152, 111, 0.3);
    }

    /* Blog Section General */
    .blog-section {
        padding: 60px 0;
    }
    
    .blog-details-section {
        padding: 60px 0;
    }
    
    /* Blog Listing Page */
    .blog-wrapper.style-2 .grid {
        width: 50%;
        float: left;
        border-right: 1px solid #eee0;
    }
    
    .blog-wrapper .blog-post .content {
        padding: 20px 20px 18px;
    }
    
    .blog-wrapper .blog-post .content h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
        padding-bottom: 15px;
    }
    
    .blog-wrapper .blog-post .content .tag ul > li + li {
        margin-left: 20px;
    }
    
    .blog-wrapper .blog-post .content .tag ul > li + li:before {
        left: -12px;
    }
    
    /* Blog Details Page */
    .blog-details .content h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    
    .blog-details .content p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .blog-details .content blockquote {
        font-size: 18px;
        padding: 25px 20px;
        margin: 40px 0;
    }
    
    /* Sidebar Adjustments */
    .sideber-area {
        margin-top: 40px;
    }
    
    .sideber-area .sideber-search input {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .sideber-area .widget {
        margin-bottom: 30px;
    }
    
    .sideber-area .widget .sideber-title h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .sideber-area .blog-small .item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .sideber-area .blog-small .item .tex h5 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .sideber-area .categories-item ul li {
        margin-bottom: 8px;
    }
    
    .sideber-area .tags-item ul li {
        margin-bottom: 8px;
        margin-right: 8px;
    }
    
    .sideber-area .tags-item ul li a {
        padding: 6px 12px;
        font-size: 12px;
    }

    /* Blog Image Responsiveness */
    .blog-post .thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
    }
    
    .blog-details .thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
    }
    
    /* Blog Content Responsiveness */
    .blog-content img {
        max-width: 100%;
        height: auto;
    }
    
    .blog-content iframe {
        max-width: 100%;
        height: auto;
    }
    
    /* Sidebar Image Responsiveness */
    .sideber-area .blog-small .item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (max-width: 767px) {
    .top-bar {
        display: none;
    }
    .top-bar .contact-info ul{
        border-right: 0;
    }
    .top-bar .social-icons{
        padding-bottom: 10px;
        padding-left: 5px;
        width: 100%;
    }
    .case-success-area .case-success-post{
        width:100%;
    }
    .carousel-fade .carousel-item img{
        height: 100%;
        width: auto;
    }
    .home-slider .slide-caption{
        left: 3%;
    }
    .transparent-dark{
        overflow-x: hidden;
    }
    .section-title.section-title-left .right {
        top: 5%;
        right: 5px;
    }
    
    /* Additional mobile menu refinements for smaller screens */
    .header .navbar-brand {
        max-width: 180px;
        padding-left: 15px;
    }
    
    .header .navbar-brand img {
        max-height: 80px;
    }
    
    .header .navbar-toggler {
        padding: 6px 10px;
        margin-right: 15px;
    }
    
    .header .navbar-collapse {
        margin-top: 10px;
        padding: 15px;
    }
    
    .header .navbar-nav .nav-link {
        font-size: 15px;
        padding: 12px 15px !important;
    }
    
    .header .nav .nav-item .nav-link {
        padding: 10px 20px !important;
        font-size: 14px;
    }

    /* Blog Section General */
    .blog-section {
        padding: 40px 0;
    }
    
    .blog-details-section {
        padding: 40px 0;
    }
    
    /* Blog Listing Page */
    .blog-wrapper.style-2 {
        display: block;
    }
    
    .blog-wrapper.style-2 .grid {
        width: 100% !important;
        float: none !important;
        display: block;
        margin-bottom: 30px;
    }
    
    .blog-wrapper.style-2 .grid:last-child {
        margin-bottom: 0;
    }
    
    .blog-wrapper .blog-post {
        margin-bottom: 0;
        height: auto;
    }
    
    .blog-wrapper .blog-post .content {
        padding: 18px 18px 16px;
    }
    
    .blog-wrapper .blog-post .content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .blog-wrapper .blog-post .content .tag ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        float: none !important;
    }
    
    .blog-wrapper .blog-post .content .tag ul li {
        float: none !important;
        display: inline-block;
    }
    
    .blog-wrapper .blog-post .content .tag ul > li + li {
        margin-left: 0 !important;
        position: static !important;
    }
    
    .blog-wrapper .blog-post .content .tag ul > li + li:before {
        display: none !important;
    }
    
    /* Blog Details Page */
    .blog-details .content h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    
    .blog-details .content p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    
    .blog-details .content blockquote {
        font-size: 16px;
        padding: 20px 15px;
        margin: 30px 0;
    }
    
    .blog-details .content .tag ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .blog-details .content .tag ul li {
        float: none;
        font-size: 12px;
    }
    
    .blog-details .content .tag ul > li + li {
        margin-left: 0;
        position: relative;
    }
    
    .blog-details .content .tag ul > li + li:before {
        display: none;
    }
    
    /* Sidebar Adjustments */
    .sideber-area {
        margin-top: 30px;
    }
    
    .sideber-area .sideber-search {
        margin-bottom: 25px;
    }
    
    .sideber-area .sideber-search input {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .sideber-area .sideber-search button {
        padding: 10px 12px;
    }
    
    .sideber-area .widget {
        margin-bottom: 25px;
    }
    
    .sideber-area .widget .sideber-title h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .sideber-area .blog-small .item {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .sideber-area .blog-small .item img {
        width: 60px;
        height: 60px;
    }
    
    .sideber-area .blog-small .item .tex h5 {
        font-size: 13px;
        line-height: 18px;
    }
    
    .sideber-area .categories-item ul li {
        margin-bottom: 6px;
    }
    
    .sideber-area .categories-item ul li a {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .sideber-area .tags-item ul li {
        margin-bottom: 6px;
        margin-right: 6px;
    }
    
    .sideber-area .tags-item ul li a {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* Pagination */
    .blog-paginate {
        margin-top: 30px !important;
    }
    
    .blog-paginate nav ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .blog-paginate nav ul li .page-link {
        padding: 8px 12px;
        font-size: 14px;
    }

    /* Blog Image Responsiveness */
    .blog-post .thumb img {
        aspect-ratio: 4/3;
    }
    
    .blog-details .thumb img {
        aspect-ratio: 4/3;
    }
    
    /* Blog Content Responsiveness */
    .blog-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .blog-content h1, .blog-content h2, .blog-content h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .blog-content h4, .blog-content h5, .blog-content h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .blog-content p {
        margin-bottom: 15px;
    }
    
    .blog-content ul, .blog-content ol {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    
    .blog-content li {
        margin-bottom: 5px;
    }
    
    .blog-content blockquote {
        font-size: 14px;
        padding: 15px;
        margin: 20px 0;
    }
    
    .blog-content table {
        font-size: 12px;
        overflow-x: auto;
        display: block;
    }
    
    .blog-content table th,
    .blog-content table td {
        padding: 8px;
    }

    /* Ensure proper spacing for blog sections */
    .blog-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .blog-details-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Fix for blog content overflow */
    .blog-content {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .blog-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 15px auto;
    }
    
    .blog-content iframe {
        max-width: 100%;
        height: auto;
        min-height: 200px;
    }
    
    .blog-content video {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 616px) {

}

@media (min-width: 320px) and (max-width: 575px) {
    .home-slider.home-st1-sec .text{
        text-align: center;
        max-width: 350px;
    }
    
    /* Extra small screen refinements */
    .header .navbar-brand {
        max-width: 150px;
        padding-left: 12px;
    }
    
    .header .navbar-brand img {
        max-height: 70px;
    }
    
    .header .navbar-toggler {
        padding: 5px 8px;
        margin-right: 12px;
    }
    
    .header .navbar-collapse {
        padding: 10px;
        margin-top: 8px;
    }
    
    .header .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 12px !important;
    }
    
    .header .nav .nav-item .nav-link {
        padding: 8px 16px !important;
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 463px) {

}

@media (min-width: 320px) and (max-width: 341px) {

}

@media (max-width: 575px) {
    /* Blog Section General */
    .blog-section {
        padding: 30px 0;
    }
    
    .blog-details-section {
        padding: 30px 0;
    }
    
    /* Blog Listing Page */
    .blog-wrapper.style-2 .grid {
        margin-bottom: 25px;
    }
    
    .blog-wrapper .blog-post .content {
        padding: 15px 15px 13px;
    }
    
    .blog-wrapper .blog-post .content h4 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    
    .blog-wrapper .blog-post .content .tag ul {
        gap: 8px !important;
    }
    
    .blog-wrapper .blog-post .content .tag ul li {
        font-size: 11px;
    }
    
    /* Blog Details Page */
    .blog-details .content h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    
    .blog-details .content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .blog-details .content blockquote {
        font-size: 14px;
        padding: 15px 12px;
        margin: 25px 0;
    }
    
    .blog-details .content .tag ul {
        gap: 6px !important;
    }
    
    .blog-details .content .tag ul li {
        font-size: 11px;
    }
    
    /* Sidebar Adjustments */
    .sideber-area {
        margin-top: 25px;
    }
    
    .sideber-area .sideber-search {
        margin-bottom: 20px;
    }
    
    .sideber-area .sideber-search input {
        font-size: 12px;
        padding: 8px 10px;
    }
    
    .sideber-area .sideber-search button {
        padding: 8px 10px;
    }
    
    .sideber-area .widget {
        margin-bottom: 20px;
    }
    
    .sideber-area .widget .sideber-title h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .sideber-area .blog-small .item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .sideber-area .blog-small .item img {
        width: 50px;
        height: 50px;
    }
    
    .sideber-area .blog-small .item .tex h5 {
        font-size: 12px;
        line-height: 16px;
    }
    
    .sideber-area .categories-item ul li {
        margin-bottom: 5px;
    }
    
    .sideber-area .categories-item ul li a {
        font-size: 12px;
        padding: 6px 0;
    }
    
    .sideber-area .tags-item ul li {
        margin-bottom: 5px;
        margin-right: 5px;
    }
    
    .sideber-area .tags-item ul li a {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    /* Pagination */
    .blog-paginate {
        margin-top: 25px !important;
    }
    
    .blog-paginate nav ul li .page-link {
        padding: 6px 10px;
        font-size: 13px;
    }

    /* Blog Image Responsiveness */
    .blog-post .thumb img {
        aspect-ratio: 1/1;
    }
    
    .blog-details .thumb img {
        aspect-ratio: 1/1;
    }
    
    /* Sidebar Image Responsiveness */
    .sideber-area .blog-small .item img {
        width: 45px;
        height: 45px;
    }
    
    /* Blog Content Responsiveness */
    .blog-content {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .blog-content h1, .blog-content h2, .blog-content h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .blog-content h4, .blog-content h5, .blog-content h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .blog-content p {
        margin-bottom: 12px;
    }
    
    .blog-content ul, .blog-content ol {
        margin-bottom: 12px;
        padding-left: 15px;
    }
    
    .blog-content li {
        margin-bottom: 4px;
    }
    
    .blog-content blockquote {
        font-size: 13px;
        padding: 12px;
        margin: 15px 0;
    }
    
    .blog-content table {
        font-size: 11px;
    }
    
    .blog-content table th,
    .blog-content table td {
        padding: 6px;
    }
    
    .footer-section .Copyright-footer .copyright {
        font-size: 11px;
    }
    
    .footer-section .powered-by {
        font-size: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    /* Blog Section General */
    .blog-section {
        padding: 25px 0;
    }
    
    .blog-details-section {
        padding: 25px 0;
    }
    
    /* Blog Listing Page */
    .blog-wrapper.style-2 .grid {
        margin-bottom: 20px;
    }
    
    .blog-wrapper .blog-post .content {
        padding: 12px 12px 10px;
    }
    
    .blog-wrapper .blog-post .content h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    
    .blog-wrapper .blog-post .content .tag ul {
        gap: 6px !important;
    }
    
    .blog-wrapper .blog-post .content .tag ul li {
        font-size: 10px;
    }
    
    /* Blog Details Page */
    .blog-details .content h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .blog-details .content p {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    
    .blog-details .content blockquote {
        font-size: 13px;
        padding: 12px 10px;
        margin: 20px 0;
    }
    
    .blog-details .content .tag ul {
        gap: 5px;
    }
    
    .blog-details .content .tag ul li {
        font-size: 10px;
    }
    
    /* Sidebar Adjustments */
    .sideber-area {
        margin-top: 20px;
    }
    
    .sideber-area .sideber-search {
        margin-bottom: 18px;
    }
    
    .sideber-area .sideber-search input {
        font-size: 11px;
        padding: 7px 8px;
    }
    
    .sideber-area .sideber-search button {
        padding: 7px 8px;
    }
    
    .sideber-area .widget {
        margin-bottom: 18px;
    }
    
    .sideber-area .widget .sideber-title h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .sideber-area .blog-small .item {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    
    .sideber-area .blog-small .item img {
        width: 45px;
        height: 45px;
    }
    
    .sideber-area .blog-small .item .tex h5 {
        font-size: 11px;
        line-height: 15px;
    }
    
    .sideber-area .categories-item ul li {
        margin-bottom: 4px;
    }
    
    .sideber-area .categories-item ul li a {
        font-size: 11px;
        padding: 5px 0;
    }
    
    .sideber-area .tags-item ul li {
        margin-bottom: 4px;
        margin-right: 4px;
    }
    
    .sideber-area .tags-item ul li a {
        padding: 3px 6px;
        font-size: 9px;
    }
    
    /* Pagination */
    .blog-paginate {
        margin-top: 20px !important;
    }
    
    .blog-paginate nav ul li .page-link {
        padding: 5px 8px;
        font-size: 12px;
    }

    /* Blog Image Responsiveness */
    .blog-post .thumb img {
        aspect-ratio: 4/5;
    }
    
    .blog-details .thumb img {
        aspect-ratio: 4/5;
    }
    
    /* Sidebar Image Responsiveness */
    .sideber-area .blog-small .item img {
        width: 40px;
        height: 40px;
    }
    
    /* Blog Content Responsiveness */
    .blog-content {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .blog-content h1, .blog-content h2, .blog-content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .blog-content h4, .blog-content h5, .blog-content h6 {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .blog-content p {
        margin-bottom: 10px;
    }
    
    .blog-content ul, .blog-content ol {
        margin-bottom: 10px;
        padding-left: 12px;
    }
    
    .blog-content li {
        margin-bottom: 3px;
    }
    
    .blog-content blockquote {
        font-size: 12px;
        padding: 10px;
        margin: 12px 0;
    }
    
    .blog-content table {
        font-size: 10px;
    }
    
    .blog-content table th,
    .blog-content table td {
        padding: 4px;
    }
}

/* Blog Search Form Responsiveness */
@media (max-width: 767px) {
    .sideber-area .sideber-search form {
        margin: 0;
    }
    
    .sideber-area .sideber-search .input-group {
        width: 100%;
    }
    
    .sideber-area .sideber-search .input-group input {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }
    
    .sideber-area .sideber-search .input-group input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .sideber-area .sideber-search .input-group button {
        background-color: #b1986f;
        border-color: #b1986f;
        color: #ffffff;
    }
    
    .sideber-area .sideber-search .input-group button:hover {
        background-color: #9a8a6a;
        border-color: #9a8a6a;
    }
}

/* Blog Pagination Responsiveness */
@media (max-width: 575px) {
    .blog-paginate nav {
        display: flex;
        justify-content: center;
    }
    
    .blog-paginate nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .blog-paginate nav ul li {
        margin: 0;
    }
    
    .blog-paginate nav ul li .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 35px;
        height: 35px;
        border-radius: 6px;
        border: 1px solid rgba(177, 152, 111, 0.3);
        background-color: rgba(177, 152, 111, 0.1);
        color: #b1986f;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .blog-paginate nav ul li .page-link:hover {
        background-color: rgba(177, 152, 111, 0.2);
        border-color: rgba(177, 152, 111, 0.5);
        transform: translateY(-1px);
    }
    
    .blog-paginate nav ul li.active .page-link {
        background-color: #b1986f;
        border-color: #b1986f;
        color: #ffffff;
    }
}

/* Blog Tag and Category Responsiveness */
@media (max-width: 767px) {
    .sideber-area .categories-item ul li a {
        display: block;
        padding: 8px 12px;
        border-radius: 6px;
        transition: all 0.3s ease;
        background-color: rgba(177, 152, 111, 0.1);
        border: 1px solid rgba(177, 152, 111, 0.2);
    }
    
    .sideber-area .categories-item ul li a:hover {
        background-color: rgba(177, 152, 111, 0.2);
        transform: translateX(5px);
    }
    
    .sideber-area .tags-item ul li a {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 20px;
        transition: all 0.3s ease;
        background-color: rgba(177, 152, 111, 0.1);
        border: 1px solid rgba(177, 152, 111, 0.2);
    }
    
    .sideber-area .tags-item ul li a:hover {
        background-color: rgba(177, 152, 111, 0.2);
        transform: translateY(-2px);
    }
}

/* Blog Recent Posts Responsiveness */
@media (max-width: 767px) {
    .sideber-area .blog-small .item {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 10px;
        transition: all 0.3s ease;
    }
    
    .sideber-area .blog-small .item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateX(5px);
    }
    
    .sideber-area .blog-small .item .tex h5 a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .sideber-area .blog-small .item .tex h5 a:hover {
        color: #b1986f;
    }
}

/* Footer Mobile Responsive Styles */
@media (max-width: 991px) {
    /* Footer General */
    .footer-section {
        padding-top: 30px;
    }
    
    .footer-section .upper-footer {
        padding: 50px 0;
    }
    
    /* Footer Widgets */
    .footer-section .widget {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .footer-section .widget-title {
        margin-bottom: 20px;
    }
    
    .footer-section .widget-title h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    
    .footer-section .widget-title h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* About Widget */
    .footer-section .about-widget .logo {
        max-width: 150px;
        margin: 0 auto 20px;
    }
    
    .footer-section .about-widget p {
        padding-right: 0;
        text-align: center;
        font-size: 13px;
        line-height: 24px;
    }
    
    .footer-section .about-widget ul {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .footer-section .about-widget ul li {
        display: inline-block;
        margin: 0;
    }
    
    .footer-section .about-widget ul li + li {
        margin-left: 0;
    }
    
    .footer-section .about-widget ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    
    .footer-section .about-widget ul li a:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(177, 152, 111, 0.3);
    }
    
    /* Link Widget */
    .footer-section .link-widget ul {
        text-align: center;
    }
    
    .footer-section .link-widget ul li {
        padding-left: 0;
        margin-bottom: 12px;
        position: relative;
    }
    
    .footer-section .link-widget ul li:before {
        display: none;
    }
    
    .footer-section .link-widget ul li a {
        display: inline-block;
        padding: 8px 15px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-section .link-widget ul li a:hover {
        background-color: rgba(177, 152, 111, 0.2);
        transform: translateX(5px);
        border-color: rgba(177, 152, 111, 0.3);
    }
    
    .footer-section .link-widget ul > li + li {
        margin-top: 8px;
    }
    
    /* Instagram Widget */
    .footer-section .instagram-widget .widget-title p {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
    }
    
    /* Copyright Footer */
    .footer-section .Copyright-footer {
        text-align: center;
    }
    
    .footer-section .Copyright-footer .row {
        padding: 15px 0;
    }
    
    .footer-section .Copyright-footer .copyright {
        font-size: 13px;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    /* Footer General */
    .footer-section {
        padding-top: 20px;
    }
    
    .footer-section .upper-footer {
        padding: 40px 0;
    }
    
    /* Footer Widgets */
    .footer-section .widget {
        margin-bottom: 30px;
    }
    
    .footer-section .widget-title h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    
    /* About Widget */
    .footer-section .about-widget .logo {
        max-width: 120px;
        margin-bottom: 15px;
    }
    
    .footer-section .about-widget p {
        font-size: 12px;
        line-height: 20px;
    }
    
    .footer-section .about-widget ul {
        padding-top: 15px;
        gap: 8px;
    }
    
    .footer-section .about-widget ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    
    /* Link Widget */
    .footer-section .link-widget ul li {
        margin-bottom: 10px;
    }
    
    .footer-section .link-widget ul li a {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .footer-section .link-widget ul > li + li {
        margin-top: 6px;
    }
    
    /* Instagram Widget */
    .footer-section .instagram-widget .widget-title p {
        font-size: 12px;
        line-height: 18px;
    }
    
    /* Copyright Footer */
    .footer-section .Copyright-footer .row {
        padding: 12px 0;
    }
    
    .footer-section .Copyright-footer .copyright {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    /* Footer General */
    .footer-section {
        padding-top: 15px;
    }
    
    .footer-section .upper-footer {
        padding: 30px 0;
    }
    
    /* Footer Widgets */
    .footer-section .widget {
        margin-bottom: 25px;
    }
    
    .footer-section .widget-title {
        margin-bottom: 15px;
    }
    
    .footer-section .widget-title h3 {
        font-size: 16px;
        padding-bottom: 8px;
    }
    
    /* About Widget */
    .footer-section .about-widget .logo {
        max-width: 100px;
        margin-bottom: 12px;
    }
    
    .footer-section .about-widget p {
        font-size: 11px;
        line-height: 18px;
    }
    
    .footer-section .about-widget ul {
        padding-top: 12px;
        gap: 6px;
    }
    
    .footer-section .about-widget ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    
    /* Link Widget */
    .footer-section .link-widget ul li {
        margin-bottom: 8px;
    }
    
    .footer-section .link-widget ul li a {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .footer-section .link-widget ul > li + li {
        margin-top: 5px;
    }
    
    /* Instagram Widget */
    .footer-section .instagram-widget .widget-title p {
        font-size: 11px;
        line-height: 16px;
    }
    
    /* Copyright Footer */
    .footer-section .Copyright-footer .row {
        padding: 10px 0;
    }
    
    .footer-section .Copyright-footer .copyright {
        font-size: 11px;
    }
    
    .footer-section .powered-by {
        font-size: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    /* Footer General */
    .footer-section {
        padding-top: 10px;
    }
    
    .footer-section .upper-footer {
        padding: 25px 0;
    }
    
    /* Footer Widgets */
    .footer-section .widget {
        margin-bottom: 20px;
    }
    
    .footer-section .widget-title {
        margin-bottom: 12px;
    }
    
    .footer-section .widget-title h3 {
        font-size: 15px;
        padding-bottom: 6px;
    }
    
    /* About Widget */
    .footer-section .about-widget .logo {
        max-width: 80px;
        margin-bottom: 10px;
    }
    
    .footer-section .about-widget p {
        font-size: 10px;
        line-height: 16px;
    }
    
    .footer-section .about-widget ul {
        padding-top: 10px;
        gap: 5px;
    }
    
    .footer-section .about-widget ul li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
    }
    
    /* Link Widget */
    .footer-section .link-widget ul li {
        margin-bottom: 6px;
    }
    
    .footer-section .link-widget ul li a {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .footer-section .link-widget ul > li + li {
        margin-top: 4px;
    }
    
    /* Instagram Widget */
    .footer-section .instagram-widget .widget-title p {
        font-size: 10px;
        line-height: 14px;
    }
    
    /* Copyright Footer */
    .footer-section .Copyright-footer .row {
        padding: 8px 0;
    }
    
    .footer-section .Copyright-footer .copyright {
        font-size: 10px;
    }
    
    .footer-section .powered-by {
        font-size: 10px;
        margin-top: 5px;
    }
}

/* Enhanced Footer Responsive Features */
@media (max-width: 767px) {
    /* Footer Container Spacing */
    .footer-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Footer Separator */
    .footer-section .Copyright-footer .row .separator {
        width: calc(100% - 20px);
        left: 10px;
    }
    
    /* Footer Links Hover Effects */
    .footer-section .link-widget ul li a {
        position: relative;
        overflow: hidden;
    }
    
    .footer-section .link-widget ul li a:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(177, 152, 111, 0.2), transparent);
        transition: left 0.5s ease;
    }
    
    .footer-section .link-widget ul li a:hover:before {
        left: 100%;
    }
    
    /* Social Media Icons Animation */
    .footer-section .about-widget ul li a {
        position: relative;
        overflow: hidden;
    }
    
    .footer-section .about-widget ul li a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(177, 152, 111, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
    }
    
    .footer-section .about-widget ul li a:hover:before {
        width: 100%;
        height: 100%;
    }
    
    .footer-section .about-widget ul li a i {
        position: relative;
        z-index: 1;
    }
}

/* Footer Copyright Centering Enhancement */
@media (max-width: 991px) {
    .footer-section .Copyright-footer .row {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .footer-section .Copyright-footer .col {
        width: 100%;
        text-align: center;
    }
    
    .footer-section .Copyright-footer .copyright {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

/* Footer Background Pattern for Mobile */
@media (max-width: 767px) {
    .footer-section:after {
        display: none;
    }
    
    .footer-section {
        background: linear-gradient(135deg, #0b1d37 0%, #1a304f 100%);
        position: relative;
    }
    
    .footer-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: 
            radial-gradient(circle at 20% 80%, rgba(177, 152, 111, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(177, 152, 111, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }
    
    .footer-section .upper-footer,
    .footer-section .Copyright-footer {
        position: relative;
        z-index: 1;
    }
}

/* Footer Loading Animation for Mobile */
@media (max-width: 767px) {
    .footer-section .widget {
        animation: fadeInUp 0.6s ease-out;
    }
    
    .footer-section .widget:nth-child(1) { animation-delay: 0.1s; }
    .footer-section .widget:nth-child(2) { animation-delay: 0.2s; }
    .footer-section .widget:nth-child(3) { animation-delay: 0.3s; }
    .footer-section .widget:nth-child(4) { animation-delay: 0.4s; }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.footer-section .Copyright-footer .copyright {
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.footer-section .powered-by {
    font-size: 11px;
    margin: 6px 0 0;
    text-align: center;
    color: #777;
}

.footer-section .powered-by a {
    color: #b1986f;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer-section .powered-by a:hover {
    color: #fff;
    text-decoration: underline;
}
