.about-us img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px 7%;
}

.sidebar {
    flex: 1;
    max-width: 300px;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
}

.sidebar h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color:#044656;
}

.sidebar img {
    width: 100%;
    height:150px;
    border-radius: 5px;
}

.blogging-content {
    flex: 2;
    min-width: 300px;
}

.blogging-content h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color:#044656;
    padding-top:10px;
}

.blogging-content .date {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    text-align: left;
}

.blogging-content p {
    font-size: 16px;
    line-height: 23pt;
    text-align: left;
}

.blogging-content h3 {
    margin: 10px 0px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-sections {
        flex-direction: column;
    }
    
    .sidebar, .blogging-content {
        max-width: 100%;
    }
}
.titles{
    text-align: center;
    font-size:15px;
    color:#044656;
    padding-top:5px;
    text-decoration: none;
}
 .titles a {
        text-decoration: none;
       
    }
    .sides {
    margin-bottom: 15px;
    margin-top:15px;
    border: none;
    padding-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 2px lightgrey;
    background: white;
    
}

.consultation-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 7%;
    gap: 20px;
    background-color: #fbfbfb;
}

.contact-section {
  padding: 150px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containe {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.image-container {
  flex: 1;
  min-width: 300px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-container {
  flex: 1.2;
  min-width: 400px;
  padding: 40px;
  background-color: #fbfbfb;
  box-sizing: border-box;
}

.form-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

.form-group,
.form-group-inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.form-group-inline {
  flex-direction: row;
  gap: 10px;
}

.form-group-inline select,
.form-group-inline input {
  flex: 1;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #a27b5c; /* Accent color */
  box-shadow: 0 0 3px rgba(162, 123, 92, 0.5);
}

.form-group-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.form-group-checkbox label {
  line-height: 1.4;
}

.submit-btn {
  padding: 10px 40px;
  background-color: transparent; /* Accent color */
  color: #ad8b3a;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  font-size: 16px;

  transition: background-color 0.3s ease;
  border: 1px solid #ad8b3a;
}

.submit-btn:hover {
  background-color: #ad8b3a; /* Darker shade of accent */
  color: white;
}

/* Responsive Design Fixes */
@media (max-width: 1024px) {
  .form-container {
    padding: 30px;
  }

  .form-group-inline {
    flex-direction: column;
    gap: 10px;
  }

  .form-group-inline input,
  .form-group-inline select {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }

  .form-container {
    padding: 20px;
    min-width: unset;
  }

  .image-container {
    order: 2;
  }

  .form-container {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form-container h2 {
    font-size: 20px;
  }

  .buttons {
    display: none;
  }

  .form-container p {
    font-size: 14px;
  }

  input,
  select,
  textarea {
    font-size: 12px;
    padding: 8px;
    color: #757575 !important;
  }

  .input {
    color: #757575 !important;
  }

  .submit-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.got {
  color: #044656;
}

.select {
  color: #757575;
}

.form-group-inline select,
.form-group-inline input {
  color: #757575 !important;
}

@media (max-width: 768px) {
    .form-container, .contact-container {
        flex: 1 1 100%;
    }
}

/*breadcrum start*/
a {
    text-decoration: none;
}
a:focus, a:visited, a:active {
    color: #757575;
}
.breadcrum{ width:auto; background:#f8f5f5;}
.breadcrum ul{ width:auto; padding:15px;}
.breadcrum ul li{ display:inline-block; border-right:1px #005a84 solid; padding:0 10px; }
.breadcrum ul li:last-child{ border:0px;  }
.breadcrum ul li a{padding:0px; color:#005a84; }
/*breadcrum close */
/*inner banner start*/
.inner-banner{ width:auto; height:520px; position:relative; display:flex; justify-content:center; align-items:flex-end;}
.inner-banner .img{ width:100%; height:100%; position:absolute; left:0px; top:0px; overflow:hidden; text-align: center;}
.inner-banner .img img{ width:100%; height:100%; object-fit: cover;}
.inner-banner .img iframe{ width:100%; height:120%; border:0px;}
.inner-banner .form-area{background:rgba(0,90,132,0.9); position:relative; z-index:1; padding:25px 20px 30px;}
.inner-banner .form-area .title { width: auto; font-size:28px; font-weight: bold; color: #fff; margin: 0 0 30px 0px; padding: 0 0 15px 0px; text-transform:uppercase; position:relative; text-align:center;}
.inner-banner .form-area h1{ width: auto; font-size:28px; font-weight: bold; color: #fff; margin: 0 0 30px 0px; padding: 0 0 15px 0px; text-transform:uppercase; position:relative; text-align:center;}
.inner-banner .form-area .title::before { width: 100px; height: 4px; background: #ad875e; position: absolute; left: 0px; right: 0px; bottom: 0px; margin: 0 auto; content: '';}
.inner-banner .form-area h1::before { width: 100px; height: 4px; background: #ad875e; position: absolute; left: 0px; right: 0px; bottom: 0px; margin: 0 auto; content: '';}
.inner-banner .form-area .form{ width:auto; display:flex; justify-content:center;}
.inner-banner .form-area .form .box{ width:220px; padding:10px; margin:0px 10px; background:#fff;}
.inner-banner .form-area .form .box .text{ width:100%; min-height:inherit; padding:0px; border:0px; color:#757575; background:#fff;}

.inner-banner1{width:auto; height:400px; position:relative; display:flex; justify-content:center; align-items:center; position:relative;}
.inner-banner1:before{ width:100%; height:100%; position:absolute; left:0px; top:0px; content:''; background:#000; opacity:0.7; z-index:2;}
.inner-banner1 p, .inner-banner1 h1{ color:#fff;  position:relative; z-index:10; font-weight:bold; font-size:30px;}
.inner-banner1 p:before, .inner-banner1 h1:before{ position:absolute; left:0px; right:0px; bottom:-10px; width:60px; margin:0 auto; content:''; background:#005a84; height:5px;}
.inner-banner1 .img{ width:100%; height:100%; position:absolute;}
.inner-banner1 .img img{ width:100%; height:100%; object-fit:cover;}
.inner-banner1 h1{text-align:center;padding: 0 3px;}
/*inner banner close*/
/* Top Menu Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif; 
}

/* General Header Styling */
header {
  width: 100%;
  z-index: 1000;
  height: 80px; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/*.header-container {*/
/*  width: 95%; */
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*  padding: 0;*/
/*}*/

/* Logo Styling */
.logo img {
  height: 60%; 
  object-fit: contain;
  width:60%;
}
.loged img {
  height: 60%;
  object-fit: contain;
  margin-top: 7px;
  width:60%;
}

/* Menu and Buttons Styling */
.menu-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-items li {
  position: relative; /* For positioning the line and dropdown */
  padding-right: 15px; /* Add padding for spacing around the text */
}

.menu-items li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s;
  display: block;
  padding: 10px 5px;
}

.menu-items li a:hover {
  color: #AD8B3A;
}

.menu-items li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px; /* Height of the line */
  width: 2px; /* Thickness of the line */
  background-color: white; /* Color of the line */
}

/* Dropdown Styling */
.dropdown-menu {
  position: absolute;
  
  top: 100%;
  left: -20px;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1002;
  /*border-radius: 4px;*/
}

#explore-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* WebKit (Chrome, Safari, Edge) scrollbar styling */
#explore-menu::-webkit-scrollbar {
  width: 4px;
}

#explore-menu::-webkit-scrollbar-track {
  background: transparent;
}

#explore-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#explore-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Firefox scrollbar styling */
#explore-menu {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}



.button-container {
    display: flex;
    justify-content: flex-start; /* Aligns the button to the left */
    margin: 10px 0; /* Optional margin for spacing */
}


.dropdown-menu li {
  display: block;
  padding: 0;
  background-color: white;
}

.dropdown-menu li::after {
  display: none;
}

.dropdown-menu li a {
  padding: 12px 16px;
  color: black;
  background-color: white;
  transition: color 0.3s;
}

.dropdown-menu li a:hover {
  color: #044656;
  background-color: #f8f8f8;
}

/* Nested Dropdown Styling */
.nested-dropdown {
  position: relative;
}

.nested-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1003;
  border-radius: 4px;
}

.nested-dropdown-menu li {
  display: block;
  padding: 0;
  background-color: white;
}

.nested-dropdown-menu li a {
  padding: 12px 16px;
  color: black;
  background-color: white;
}

/* Show Dropdown on Hover */
.menu-items li:hover > .dropdown-menu,
.nested-dropdown:hover > .nested-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Dropdown Indicator */
.dropdown-indicator::after {
  content: "\f107"; /* Font Awesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 5px;
  transition: transform 0.3s;
  display: inline-block;
}

.nested-dropdown-indicator::after {
  content: "\f105"; /* Font Awesome right arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 5px;
  transition: transform 0.3s;
  display: inline-block;
}

/* Buttons */
.buttons button {
  margin-left: 10px;
  padding: 8px 12px;
  border: 1px solid #AD8B3A;
  border-radius: 40px;
  background-color: transparent;
  color: #AD8B3A;
  cursor: pointer;
  font-size: 14px;
}

.buttons .btn-enquire:hover {
  background-color: #AD8B3A;
  color: white;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1005;
  background-color: transparent;
  width: 30px;
  height: 25px;
  position: relative;
}

.hamburger span {
  background-color: #fff;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}


.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 60px; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1004;
  padding: 15px;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}

.mobile-menu.active {
  display: block;
  transform: translateX(0);
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.mobile-menu ul li {
  padding: 10px 0;
  background-color: transparent;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  display: block;
  padding: 5px 0;
}


.mobile-menu .mobile-dropdown {
  padding-left: 20px;
  display: none;
  background-color: transparent;
}

.mobile-menu .mobile-dropdown.active {
  display: block;
}

.mobile-dropdown-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  padding: 5px 0;
}

.mobile-dropdown-btn::after {
  content: "\f067"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  background-color: transparent;
}

.mobile-dropdown-btn.active::after {
  content: "\f068"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.mobile-nested-dropdown {
  padding-left: 20px;
  display: none;
  background-color: transparent;
}

.mobile-nested-dropdown.active {
  display: block;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fbfbfb;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  display: none;
  height: 60px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}


.sticky-header {
  background-color: #fbfbfb; 
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1001;
  padding: 0px;
  height:60px;
}

.main-header {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  color: #fff;
  padding: 0px;
  transition: background-color 0.3s; 
  height: 70px;
}



.header-container {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.loged img {
  height: 60%;
  width: 60%;
  object-fit: contain;
  margin-top: 7px;
  max-width: 100%;
}

 .buttons {
  display: flex;
  align-items: center;
}

.sticky-header .buttons button {
  margin-left: 10px;
  padding: 8px 12px;
  border: 1px solid #AD8B3A;
  border-radius: 40px;
  background-color: transparent;
  color: #AD8B3A;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

/* Responsive Styles */
/* @media (max-width: 1024px) {
  .menu-items li a {
      font-size: 14px;
  }
  
  .menu-items li {
      padding-right: 10px;
  }
  
  .sticky-header .buttons button {
    padding: 6px 10px;
    font-size: 12px;
}
} */

/* @media (max-width: 900px) {
  .menu-items li a {
      font-size: 13px;
  }
  
  .menu-items li {
      padding-right: 8px;
  }
} */

/* @media (max-width: 830px) {
  .menu-items li a {
      font-size: 12px;
  }
  
  .menu-items li {
      padding-right: 6px;
  }
} */

@media (max-width: 1024px) {
  .menu-items {
      display: none;
  }

  .hamburger {
      display: flex;
  }

  .header-container {
      padding: 0 5px;
  }
  
  .sticky-header .buttons button {
    padding: 5px 8px;
    font-size: 11px;
}
.sticky-header .loged img {
  height: 50%;
  width: 95%;
}
}

@media (max-width: 480px) {
  .sticky-header .header-container {
    width: 90%; 
}
    


.sticky-header .buttons {
  display: flex;
  flex-direction: row; 
  align-items: center;
}
  
.sticky-header .buttons button {
  margin: 0 3px; 
  padding: 4px 6px;
  font-size: 10px;
}

.sticky-header .loged img {
  height: 40%;
}

}

@media (max-width: 357px) {
    .feature-item {
        padding: 0 !important;
    }
}


/* General Styling */

    *, ::before, ::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    /* Home Section */
    .home {
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    /* Video Styling */
    video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Overlay Styling */
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 32%); 
        z-index: 1;
    }

    /* Home Content */
    .home-content {
        position: relative;
        padding-top: 150px;
        color: #fff;
        text-align: center;
        z-index: 2; /* Above the overlay */
    }

    h1 {
       
        font-size: clamp(45px, 7vw, 130px);
        line-height: 1.1;
    }
    
    .home p {
        font-size: clamp(25px, 4vw, 40px);
        margin-top: 10px;
    }
    
    .home-content button {
        display: block;
        font-size: clamp(14px, 1.5vw, 18px);
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        background: transparent;
        color: #fff;
        margin: 50px auto 0;
        padding: 12px 20px;
        cursor: pointer;
    }

    /* Responsive Fix for Smaller Screens */
    @media (max-width: 768px) {
        .home-content {
            padding-top: 100px;
        }
        h1 {
            font-size: clamp(30px, 5vw, 90px);
        }
        .home p {
            font-size: clamp(18px, 3vw, 30px);
        }
        
        .home{
            height: 70vh;
        position: relative;
        overflow: hidden;
        }
    }





    @keyframes slide {
      from {
        transform: translateX(0);
      }
  
      to {
        transform: translateX(-100%);
      }
    }
  
    .logos {
      overflow: hidden;
      padding: 50px 0;
      margin-top: 80px;
      background: white;
      white-space: nowrap;
      position: relative;
    }
  
    .logos:hover .logos-slide {
      animation-play-state: paused;
    }
  
    .logos-slide {
      display: inline-block;
      animation: 70s slide infinite linear;
    }
  
    .logos-slide img {
      height: 80px;
      margin: 0 40px;
      filter: grayscale(100%);
      transition: filter 0.4s ease-in-out;
    }
    
    .logos-slide img:hover {
    /* Restore original color on hover */
    filter: grayscale(0%);
}
  

 
     .btn {
    display: inline-block;
    font-size: 16px;
    color: #AD8B3A;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    border-bottom: 2px solid #AD8B3A;
    transition: all 0.3s ease-in-out;
  }

  .btn:hover {
    color: #AD8B3A;
    border-color: #AD8B3A;
  }
/* Top Menu Close */

/* Blog CSS Start */
/* .blog-container {
    max-width: 1100px;
    margin: 90px auto;
    padding: 40px 40px;
    border: 1px solid lightgray;
} */

.blog-header {
    margin-bottom: 30px;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* .author-info {
    display: flex;
    align-items: center;
} */

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 15px;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 500;
    color: #333;
}

.post-date {
    color: #777;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.dot-separator {
    margin: 0 8px;
    font-size: 14px;
    color: #777;
}

.blog-actions {
    cursor: pointer;
    font-size: 24px;
    color: #777;
}

.blog-title {
    font-size: 34px;
    font-weight: 600;
    color: #044656;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.5;
}

.featured-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 40px;
    border-radius: 4px;
}

.blog-content {
    margin-bottom: 40px;
}

.blog-content p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #444;
}

.social-share {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}

.social-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    cursor: pointer;
    color: #555;
}

.link-icon {
    margin-left: auto;
}

.stats {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.views-count {
    margin-right: 20px;
    color: #777;
    font-size: 16px;
}

.likes {
    display: flex;
    align-items: center;
    color: #777;
}

.like-count {
    margin-left: 5px;
    font-size: 16px;
}

.recent-posts-section {
    margin-top: 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.see-all {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.recent-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.post-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.post-card a{
    text-decoration: none;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.post-card-content {
    padding: 20px;
}

.post-card-title {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    clear: both;
}

.post-card-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.post-card-views {
    display: flex;
    align-items: center;
}

.views-icon {
    margin-right: 5px;
}

.post-card-likes {
    display: flex;
    align-items: center;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .blog-title {
        font-size: 36px;
    }

    .blog-subtitle {
        font-size: 16px;
    }

    .recent-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-container {
        padding: 20px 15px;
    }

    .blog-title {
        font-size: 30px;
    }

    .featured-image {
        max-height: 350px;
    }

    .blog-content p {
        font-size: 16px;
    }

    .recent-posts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 26px;
    }

    .author-avatar {
        width: 36px;
        height: 36px;
    }

    .social-share {
        justify-content: space-around;
    }

    .social-icon {
        margin-right: 0;
    }

    .link-icon {
        margin-left: 0;
    }
}

.card-image {
width: 100%;
height: 220px;
object-fit: cover;
}

.pagination-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    background: white;
    padding: 12px 20px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    flex-wrap: wrap;
}

.pagination-container a {
    background: none;
    border: none;
    color: #333;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 50%;
    transition: background 0.2s ease;
    cursor: pointer;
}

.pagination-container a:hover:not(:disabled) {
    background-color: #eee;
}

.pagination-container a.active {
    background: #4f46e5;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
}

.pagination-container a:disabled {
    color: #aaa;
    cursor: not-allowed;
}

.pagination-container span {
    margin: 0 4px;
    font-size: 14px;
    color: #555;
}

.result-count {
    margin-left: 10px;
    font-weight: 500;
}

@media (max-width: 600px) {
    .pagination-container {
        padding: 10px;
        font-size: 14px;
        gap: 6px;
    }

    .pagination-container a {
        padding: 6px 10px;
    }

    .result-count {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
}
/* Blog css end */
