 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Poppins', Arial, sans-serif;
 }

 .top-bar {
     background-color: transparent;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1000;
     padding: 10px 0;
 }

 .top-bar .social-icons {
     display: flex;
     gap: 22px;
 }

 .top-bar .social-icons a {
     color: #fff;
     text-decoration: none;
     font-size: 13px;
     transition: color 0.3s;
     display: inline-block;
 }

 .top-bar .social-icons a:hover {
     color: #d4a574;
 }

 .top-bar .contact-info {
     color: #fff;
     font-size: 13px;
 }

 .top-bar .contact-info a {
     color: #fff;
     text-decoration: none;
     margin-left: 4px;
 }

 .navbar {
     background-color: #fff !important;
     box-shadow: none;
     padding: 0;
     position: absolute;
     top: 48px;
     left: 61px;
     right: 61px;
     z-index: 999;
 }

 .navbar .container {
     background-color: #fff;
     padding: 15px 11px;
 }

 .navbar-brand {
     padding: 0;
 }

 .navbar-brand img {
     height: 50px;
     width: auto;
 }

 .navbar-nav {
     margin-left: auto;
 }

 .navbar-nav .nav-link {
     color: #222 !important;
     font-weight: 400;
     padding: 0px 11px !important;
     text-transform: uppercase;
     font-size: 12px;
     letter-spacing: 0.5px;
     transition: color 0.3s;
     position: relative;
 }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link.active {
     color: #d4a574 !important;
 }

 .navbar-nav .dropdown-menu {
     border: none;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     border-radius: 0;
     padding: 10px 0;
     margin-top: 0;
 }

 .navbar-nav .dropdown-item {
     padding: 8px 25px;
     font-size: 13px;
     color: #222;
     transition: all 0.3s;
 }

 .navbar-nav .dropdown-item:hover {
     background-color: #d4a574;
     color: #fff;
 }

 .hero-section {
     background: linear-gradient(rgba(0, 0, 0, -0.5), rgba(0, 0, 0, -0.5)),
         url('images/Gemini_Generated_Image_i278vli278vli278.png');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: #fff;
     position: relative;
     padding-top: 100px;
 }

 .hero-content {
     z-index: 2;
     max-width: 800px;
     padding: 0 20px;
 }

 .hero-subtitle {
     font-size: 13px;
     letter-spacing: 3px;
     text-transform: uppercase;
     margin-bottom: 20px;
     font-weight: lighter;
 }

 .hero-title-1 {
     font-size: 67px;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 1.2;
     text-transform: capitalize;
     border-bottom: 1px solid #ffd70091;
     border-top: 1px solid #ffd70091;
 }

 .hero-description {
     font-size: 16px;
     line-height: 1.8;
     margin-bottom: 30px;
     color: #f0f0f0;
 }

 .btn-menu {
     background-color: #d4a574;
     color: #fff;
     padding: 12px 35px;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 1px;
     border: none;
     border-radius: 0;
     transition: all 0.3s;
     text-decoration: none;
     display: inline-block;
 }

 .btn-menu:hover {
     background-color: #c09563;
     color: #fff;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(212, 165, 116, 0.4);
 }


 .about-section {
     padding: 120px 0;
 }

 .about-section .container {
     max-width: 1320px;
 }



 .about-tagline {
     color: #d4a574;
     font-size: 12px;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 20px;
     font-weight: 500;
 }

 .about-title {
     font-size: 32px;
     font-weight: 700;
     line-height: 1.3;
     color: #1a1a1a;
     margin-bottom: 25px;
 }

 .about-subtitle {
     font-size: 16px;
     color: #333;
     margin-bottom: 20px;
     font-weight: 400;
 }

 .about-description {
     width: 100%;
     font-size: 15px;
     line-height: 1.5;
     color: #999;
     margin-bottom: 35px;
 }

 .about-btn {
     background: #d4a574;
     color: #fff;
     padding: 18px 40px;
     font-size: 13px;
     text-transform: uppercase;
     border: none;
     letter-spacing: 1.5px;
     transition: all 0.3s;
     text-decoration: none;
     display: inline-block;
     font-weight: 600;
 }

 .about-btn:hover {
     background: #c09060;
     color: #fff;
     transform: translateY(-2px);
     box-shadow: 0 5px 20px rgba(212, 165, 116, 0.4);
 }

 .about-image {
     text-align: right;
 }

 .about-image img {
     max-width: 100%;
     height: auto;
 }

 .category-section {
     padding: 60px 0;
 }

 .section-title-3 {
     text-align: center;
     margin-bottom: 10px;
     font-size: 2.5rem;
     font-weight: 700;
     color: #2c3e50;
 }

 .section-subtitle-3 {
     text-align: center;
     color: #95a5a6;
     margin-bottom: 90px;
     font-size: 0.95rem;
 }

 .category-card {
     text-align: center;
     margin-bottom: 30px;
 }

 .category-image {
     width: 180px;
     height: 180px;
     border-radius: 50%;
     object-fit: cover;
     margin: 0 auto 20px;
     display: block;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
 }

 .category-card:hover .category-image {
     transform: scale(1.05);
 }

 .category-name {
     font-size: 1.3rem;
     font-weight: 600;
     color: #2c3e50;
     margin-bottom: 15px;
 }

 .category-description {
     color: #95a5a6;
     font-size: 0.9rem;
     line-height: 1.6;
 }

 .view-menu-btn {
     background-color: #c9a77c;
     color: white;
     border: none;
     padding: 12px 40px;
     font-size: 1rem;
     border-radius: 4px;
     cursor: pointer;
     transition: background-color 0.3s ease;
     margin-top: 70px;
 }

 .view-menu-btn:hover {
     background-color: #b8935e;
 }

 .btn-container {
     text-align: center;
 }

 .hero-section-2 {
     padding-top: 167px;
     padding-bottom: 110px;

 }

 .brand-text-2 {
     color: #c9a27c;
     font-size: 0.875rem;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 1.5rem;
     font-weight: 500;
 }

 .hero-title {
     font-size: 3.5rem;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 1.5rem;
     color: #212529;
 }

 .hero-subtitle-2 {
     font-size: 16px;
     color: #333;
     margin-bottom: 20px;
     font-weight: 400;

 }

 .hero-description-2 {
     color: #6c757d;
     line-height: 1.8;
     margin-bottom: 2.5rem;
     font-size: 1rem;
 }

 .cta-button {
     background-color: #212529;
     color: white;
     padding: 1rem 2.5rem;
     border: none;
     font-size: 1rem;
     font-weight: 500;
     text-transform: capitalize;
     transition: all 0.3s ease;
     display: inline-block;
 }

 .cta-button:hover {
     background-color: #000;
     transform: translateY(-2px);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }

 .image-container {
     position: relative;
     height: 328px;
     overflow: hidden;
 }

 .hero-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .play-button {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 80px;
     height: 80px;
     background-color: rgba(255, 255, 255, 0.9);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .play-button:hover {
     background-color: white;
     transform: translate(-50%, -50%) scale(1.1);
 }

 .play-icon {
     width: 0;
     height: 0;
     border-left: 20px solid #212529;
     border-top: 12px solid transparent;
     border-bottom: 12px solid transparent;
     margin-left: 5px;
 }

 .testimonial-section {
     position: relative;
     height: 100vh;
     margin-bottom: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-image: url('images/cake.png');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     overflow: hidden;
 }

 .testimonial-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.7);
 }

 .testimonial-content {
     position: relative;
     z-index: 2;
     color: white;
     width: 100%;
     padding: 40px 0;
 }

 .section-title-4 {
     font-size: 2.75rem;
     font-weight: 700;
     margin-bottom: 0.5rem;
     text-align: center;
     color: #ffffff;
 }

 .section-subtitle-4 {
     font-size: 1rem;
     margin-bottom: 3.5rem;
     text-align: center;
     color: rgba(255, 255, 255, 0.9);
     font-weight: 300;
 }

 .testimonial-card {
     background-color: transparent;
     border: none;
     padding: 0 2rem;
     text-align: left;
 }

 .premium-badge {
     width: 93px;
     height: 77px;
     border: 2px solid rgba(255, 255, 255, 0.4);
     border-radius: 50%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin-bottom: 1.5rem;
     font-size: 0.6rem;
     text-transform: uppercase;
     letter-spacing: 1px;
     padding: 10px;
     line-height: 1.2;
     color: rgba(255, 255, 255, 0.9);
 }

 .premium-badge-icon {
     font-size: 1.2rem;
     color: #ffffff;
 }

 .client-name {
     font-size: 1.35rem;
     font-weight: 600;
     margin-bottom: 0.75rem;
     color: #ffffff;
 }

 .star-rating {
     margin-bottom: 1rem;
 }

 .star-rating .fa-star {
     color: #ffc107;
     font-size: 1rem;
     margin: 0 2px;
 }

 .star-rating .fa-star.empty {
     color: rgba(255, 255, 255, 0.25);
 }

 .testimonial-text {
     line-height: 1.7;
     color: rgba(255, 255, 255, 0.85);
     font-size: 0.95rem;
     font-weight: 300;
 }

 .carousel-indicators {
     bottom: -31px;
     margin-bottom: 0;
 }

 .carousel-indicators [data-bs-target] {
     width: 12px;
     height: 12px;
     border-radius: 50%;
     background-color: rgba(255, 255, 255, 0.4);
     border: none;
     margin: 0 5px;
     transition: all 0.3s ease;
 }

 .carousel-indicators [data-bs-target]:hover {
     background-color: rgba(255, 255, 255, 0.6);
 }

 .carousel-indicators .active {
     background-color: #d4a574;
     width: 14px;
     height: 14px;
 }

 .carousel-item {
     transition: transform 0.8s ease-in-out;
 }

 .blog-section {
     padding: 100px 0;
     background-color: #ffffff;
 }

 .section-title {
     font-size: 2.75rem;
     font-weight: 700;
     text-align: center;
     color: #1a1a1a;
     margin-bottom: 1.5rem;
 }

 .section-description {
     text-align: center;
     color: #999999;
     font-size: 1rem;
     line-height: 1.8;
     margin-bottom: 5rem;
     max-width: 750px;
     margin-left: auto;
     margin-right: auto;
 }

 .blog-card {
     background: white;
     border-radius: 0;
     overflow: hidden;
     margin-bottom: 30px;
     transition: all 0.3s ease;
 }


 .blog-image-wrapper {
     position: relative;
     width: 100%;
     height: 199px;
     overflow: hidden;
 }

 .blog-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     transition: transform 0.5s ease;
 }

 .blog-card:hover .blog-image {
     transform: scale(1.05);
 }

 .blog-content {
     padding: 0;
 }

 .blog-meta {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 10px 0px;
     border-bottom: 1px solid #f0f0f0;
 }

 .author-section {
     display: flex;
     align-items: center;
     gap: 7px;
 }

 .author-avatar {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     object-fit: cover;
     border: 2px solid #fff;
 }

 .author-name {
     font-size: 13px;
     color: #333;
     font-weight: 500;
 }

 .blog-date {
     color: #999;
     font-size: 0.9rem;
     margin-left: 49px;
 }

 .blog-stats {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .stat-item {
     display: flex;
     align-items: center;
     gap: 4px;
     color: #999;
     font-size: 0.9rem;
     margin-right: 5px;
 }

 .stat-item i {
     font-size: 1rem;
     color: #ccc;
 }

 .blog-text-content {
     padding: 30px 0px;
 }

 .blog-title {
     font-size: 15px;
     font-weight: bold;
     color: #1a1a1a;
     margin-bottom: 1rem;
     line-height: 1.5;
     text-transform: uppercase;
     letter-spacing: 0.3px;
 }

 .blog-title:hover {
     color: #ab8181;
     cursor: pointer;
 }

 .blog-excerpt {
     color: #777;
     font-size: 15px;
     line-height: 1.5;
     margin-bottom: 0;
 }

 .footer-section {
     background-color: #1a1d2e;
     padding: 60px 0 30px;
     color: #ffffff;
 }

 .footer-widget {
     margin-bottom: 30px;
 }

 .footer-title {
     font-size: 1.25rem;
     font-weight: 600;
     color: #ffffff;
     margin-bottom: 1.5rem;
     text-transform: capitalize;
 }

 .footer-text {
     color: #b8b8b8;
     font-size: 0.95rem;
     line-height: 1.8;
     margin-bottom: 0;
 }

 .newsletter-form {
     display: flex;
     margin-top: 1.5rem;
 }

 .newsletter-input {
     flex: 1;
     padding: 12px 20px;
     border: none;
     border-radius: 0;
     font-size: 0.95rem;
     background-color: #ffffff;
     color: #333;
 }

 .newsletter-input::placeholder {
     color: #999;
 }

 .newsletter-input:focus {
     outline: none;
     box-shadow: none;
 }

 .newsletter-btn {
     padding: 12px 25px;
     background-color: #e67e22;
     border: none;
     color: #ffffff;
     cursor: pointer;
     transition: background-color 0.3s ease;
     border-radius: 0;
 }

 .newsletter-btn:hover {
     background-color: #d35400;
 }

 .newsletter-btn i {
     font-size: 1rem;
 }

 .social-text {
     color: #b8b8b8;
     font-size: 0.95rem;
     margin-bottom: 1.25rem;
 }

 .social-links {
     display: flex;
     gap: 15px;
 }

 .social-link {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #2c3142;
     color: #ffffff;
     text-decoration: none;
     transition: all 0.3s ease;
     border-radius: 3px;
 }

 .social-link:hover {
     background-color: #e67e22;
     color: #ffffff;
     transform: translateY(-3px);
 }

 .social-link i {
     font-size: 1rem;
 }

 .footer-bottom {
     margin-top: 40px;
     padding-top: 30px;
     border-top: 1px solid #2c3142;
 }

 .copyright-text {
     color: #b8b8b8;
     font-size: 0.9rem;
     margin: 0;
 }

 .copyright-text a {
     color: #e67e22;
     text-decoration: none;
 }

 .copyright-text a:hover {
     text-decoration: underline;
 }

 @media (max-width: 991px) {
     .footer-section {
         padding: 50px 0 25px;
     }

     .footer-widget {
         margin-bottom: 35px;
     }
 }

 @media (max-width: 768px) {
     .footer-section {
         padding: 40px 0 20px;
     }

     .about-title {
         font-size: 22px;
         font-weight: 700;
         line-height: 1.3;
         color: #1a1a1a;
         margin-bottom: 25px;
     }

     .about-subtitle {
         font-size: 15px;
     }


     .footer-title {
         font-size: 1.15rem;
         margin-bottom: 1.25rem;
     }

     .footer-text {
         font-size: 0.9rem;
     }

     .newsletter-form {
         flex-direction: column;
     }

     .newsletter-input {
         margin-bottom: 10px;
         border-radius: 0;
     }

     .newsletter-btn {
         width: 100%;
         border-radius: 0;
     }

     .footer-bottom {
         margin-top: 30px;
         padding-top: 25px;
         text-align: center;
     }
 }

 @media (max-width: 575px) {
     .footer-title {
         font-size: 1.1rem;
     }

     .footer-text,
     .social-text {
         font-size: 0.875rem;
     }

     .copyright-text {
         font-size: 0.85rem;
     }

     .social-links {
         justify-content: center;
     }
 }

 @media (max-width: 1199px) {
     .section-title {
         font-size: 2.5rem;
     }
 }

 @media (max-width: 991px) {
     .section-title {
         font-size: 2.25rem;
     }

     .blog-section {
         padding: 80px 0;
     }

     .section-description {
         margin-bottom: 4rem;
     }

     .blog-image-wrapper {
         height: 260px;
     }
 }

 @media (max-width: 768px) {
     .section-title {
         font-size: 2rem;
     }



     .section-description {
         font-size: 0.95rem;
         padding: 0 20px;
         margin-bottom: 3rem;
     }

     .blog-section {
         padding: 60px 0;
     }

     .blog-image-wrapper {
         height: 240px;
     }

     .blog-meta {
         gap: 12px;
     }

     .blog-date {
         margin-left: 204px;

     }


     .blog-stats {
         justify-content: flex-start;
     }

     .blog-text-content {
         padding: 25px 20px;
     }

 }

 @media (max-width: 575px) {
     .section-title {
         font-size: 1.75rem;
     }

     .section-description {
         font-size: 0.9rem;
     }

     .blog-title {
         font-size: 1.15rem;
     }

     .blog-excerpt {
         font-size: 0.875rem;
     }

     .blog-image-wrapper {
         height: 220px;
     }

     .author-section {
         flex-wrap: wrap;
     }

     .blog-date {
         margin-left: 184px;
     }
 }

 @media (max-width: 1199px) {
     .section-title {
         font-size: 2.5rem;
     }



     .testimonial-card {
         padding: 0 1.5rem;
     }

     .testimonial-text {
         font-size: 0.9rem;
     }
 }

 @media (max-width: 991px) {
     .testimonial-section {
         height: auto;
         min-height: 100vh;
         padding: 60px 0;
         background-attachment: scroll;
     }



     .section-title {
         font-size: 2.25rem;
     }

     .section-subtitle {
         margin-bottom: 2.5rem;
     }

     .testimonial-content {
         padding: 30px 0;
     }

     .testimonial-card {
         margin-bottom: 3rem;
         padding: 0 1rem;
     }

     .premium-badge {
         width: 80px;
         height: 70px;
     }

     .carousel-indicators {
         bottom: -40px;
     }

     .hero-title-1 {
         font-size: 56px;
     }
 }

 @media (max-width: 768px) {
     .testimonial-section {
         padding: 50px 0;
         margin-bottom: 20px;
     }



     .top-bar .social-icons {
         display: flex;
         justify-content: center;
         margin-bottom: 6px;
     }

     .top-bar .social-icons a {
         margin: 2px;
     }

     .top-bar .contact-info {
         text-align: center !important;
     }

     .hero-title-1 {
         font-size: 48px;
         font-weight: 700;
         margin-bottom: 15px;
     }

     .navbar {
         top: 68px;
         left: 0;
         right: 0;
     }

     .section-title {
         font-size: 2rem;
         margin-bottom: 0.75rem;
     }

     .section-subtitle {
         font-size: 0.9rem;
         margin-bottom: 2rem;
         padding: 0 15px;
     }

     .testimonial-card {
         padding: 0 0.5rem;
         margin-bottom: 2.5rem;
     }

     .premium-badge {
         width: 70px;
         height: 65px;
         font-size: 0.55rem;
         margin: 0 auto 1.25rem;
     }

     .premium-badge-icon {
         font-size: 1rem;
     }

     .client-name {
         font-size: 1.25rem;
         text-align: center;
     }

     .star-rating {
         text-align: center;
         margin-bottom: 1.25rem;
     }

     .testimonial-text {
         font-size: 0.875rem;
         line-height: 1.6;
         text-align: center;
     }

     .carousel-indicators {
         bottom: -35px;
     }
 }

 @media (max-width: 575px) {
     .testimonial-section {
         padding: 40px 0;
         margin-bottom: 15px;
     }



     .section-title {
         font-size: 1.65rem;
         line-height: 1.3;
     }

     .section-subtitle {
         font-size: 0.85rem;
         margin-bottom: 1.75rem;
     }

     .testimonial-card {
         padding: 0;
         margin-bottom: 2rem;
     }

     .premium-badge {
         width: 65px;
         height: 60px;
         font-size: 0.5rem;
         margin: 0 auto 1rem;
     }

     .client-name {
         font-size: 1.15rem;
     }

     .star-rating .fa-star {
         font-size: 0.9rem;
         margin: 0 1px;
     }

     .testimonial-text {
         font-size: 0.8rem;
         line-height: 1.5;
     }

     .carousel-indicators {
         bottom: -30px;
     }




     .carousel-indicators .active {
         width: 12px;
         height: 12px;
     }



 }

 @media (max-width: 375px) {
     .section-title {
         font-size: 1.5rem;
     }

     .section-subtitle {
         font-size: 0.8rem;
     }

     .premium-badge {
         width: 60px;
         height: 55px;
         font-size: 0.45rem;
     }

     .client-name {
         font-size: 1.1rem;
     }

     .testimonial-text {
         font-size: 0.75rem;
     }




 }

 @media (max-width: 991px) and (orientation: landscape) {
     .testimonial-section {
         height: auto;
         min-height: auto;
         padding: 40px 0;
     }


     .section-subtitle {
         margin-bottom: 1.5rem;
     }

     .testimonial-card {
         margin-bottom: 1.5rem;
     }
 }

 @media (max-width: 991px) {
     .hero-title {
         font-size: 2.5rem;
     }



     .image-container {
         margin-top: 3rem;
     }
 }

 @media (max-width: 576px) {
     .hero-title {
         font-size: 2rem;
     }



     .hero-subtitle {
         font-size: 1.1rem;
     }

     .navbar {
         top: 70px;
         left: 0;
         right: 0;
     }

     .hero-title-1 {
         font-size: 34px;
         font-weight: 700;
         margin-bottom: 19px;
     }

     .hero-subtitle {
         margin-top: 33px;
     }

     .hero-description {
         font-size: 12px;
     }


     @media (max-width: 768px) {
         .navbar {
             top: 60px;
             left: 0;
             right: 0;
         }





         .hero-title-1 {
             font-size: 45px;
         }

         .hero-description {
             font-size: 13px;
         }

         .navbar-nav .nav-link {
             margin: 5px 0;
         }


     }

 }

 @media (max-width: 668px) {
     .hero-title-1 {
         font-size: 36px;
     }



     .navbar {
         top: 65px;
     }

     .hero-subtitle {
         font-size: 12px;
     }

     .btn-menu {
         padding: 10px 25px;
         font-size: 13px;
     }

     .hero-title-1 {
         font-size: 36px;
     }

     .hero-section-2 {
         padding-top: 15px;
     }

     .hero-section-2 {
         padding-bottom: 0px;
     }

     .section-title-4 {
         font-size: 22px;
     }

     .section-title-4 {
         font-size: 22px;
     }

     .section-title-3 {
         font-size: 22px;
     }

     .hero-title-2 {
         font-size: 22px;
         font-weight: 700;
     }

     .navbar-toggler {
         font-size: 12px;
     }

     .blog-date {
         margin-left: 205px;
     }
 }

 @media (max-width: 320px) {
     .hero-title-1 {
         font-size: 36px;

     }


     .hero-section-2 {
         padding-top: 30px;
     }

     .section-title-4 {
         font-size: 22px;
     }

     .section-title-3 {
         font-size: 22px;
     }

     .hero-title-2 {
         font-size: 22px;
         font-weight: 700;
     }

     .topbar {
         max-width: 720px;
     }

     .section-title-4 {
         font-size: 22px;
     }

     .navbar-toggler {
         font-size: 12px;
     }

     .section-subtitle-3 {
         margin-bottom: 40px;
     }

     .view-menu-btn {
         margin-top: 7px;
     }

     .hero-section-2 {
         padding-bottom: 0px;
     }

     .image-container {
         margin-top: 10px;
     }

     .hero-subtitle {
         font-size: 11px;
     }

     .btn-menu {
         padding: 8px 20px;
         font-size: 12px;
     }

     .about-btn {
         font-size: 11px;
     }

 }

 @media (max-width: 991px) {
     .navbar-toggler {
         color: white;

         .author-section {
             display: flex;
             align-items: center;
             gap: 7px;
         }

         .blog-stats {
             display: flex;
             align-items: center;
             gap: 10px;
         }
     }
 }

 @media (max-width: 537px) {
     .blog-date {
         margin-left: 189px;
     }
 }

 @media (max-width: 521px) {
     .blog-date {
         margin-left: 20px;
         font-size: 14px;
     }

     .blog-stats {
         gap: 0px;
     }

     .stat-item {
         font-size: 12px;
     }
 }

 @media (max-width: 336px) {
     .blog-date {
         margin-left: 4px;
         font-size: 14px;
     }
 }