    body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    .top-bar {
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      font-size: 14px;
      text-align: center;
      padding: 6px 0;
    }

    .us-rlimg {
      height: 570px !important;
    }

    .navbar {
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      padding: 5px 0px !important;
      transition: all 0.3s ease;
    }

    .navbar-brand {
      font-weight: 700;
      color: #fff;
      letter-spacing: 1px;
      font-size: 1.5rem;
    }

    .navbar-brand span {
      color: #b41f25;
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0 18px;
      font-size: 15px;
    }

    .navbar-nav .nav-link:hover {
      color: #b41f25 !important;
    }

    .hero {
      background: url('../images/hero.webp') center/cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }

    .hero::before {
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero .subheading {
      font-family: 'Dancing Script', cursive;
      font-size: 26px;
      color: #fff;
    }

    .hero .main-heading {
      font-size: 65px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1;
    }

    .ux-headings {
      font-family: 'Oswald', sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 1.2;
    }

    .paragraph {
      font-size: 18px;
      margin: 25px 0;
      max-width: 600px;
    }

    .hero .btn-main {
      background: #b41f25;
      color: #fff;
      border: none;
      padding: 14px 35px;
      border-radius: 40px;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.3s;
      font-size: 15px;
    }

    .hero .btn-main:hover {
      background: #b41f25;
    }



    @media (max-width: 992px) {
      .navbar {
        padding: 10px 0;
      }

      .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
      }

      .navbar-nav .nav-link {
        text-align: center;
        padding: 10px;
      }
    }

    @media (max-width: 576px) {
      .main-heading {
        font-size: 40px;
      }

      .subheading {
        font-size: 22px;
      }
    }



    .about-section {
      text-align: center;
      padding: 120px 0px 70px 0px;
    }


    .about-section .learn-btn {
      background-color: #b41f25;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 50px;
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      transition: all 0.3s ease;
    }

    .about-section .learn-btn:hover {
      background-color: #b41f25;
    }

    .about-section .about-images img {
      border-radius: 6px;
      width: 100%;
      height: auto;
    }

    .about-section .stamp {
      position: absolute;
      bottom: -25px;
      right: -20px;
      width: 160px;
      opacity: 0.85;
    }

    @media (max-width: 768px) {
      .hero {
        height: unset !important;
        padding: 100px 0px !important;
      }

      .hero-content {
        margin: 45px !important;
      }

      .about-section {
        padding: 50px 15px;
      }

      .about-section .about-images {
        margin-bottom: 30px;
      }

      .about-section .stamp {
        position: relative;
        bottom: 0;
        right: 0;
        width: 120px;
        margin-top: 20px;
      }

      .us-cate {
        padding: 50px 20px !important;
      }
    }

    /* ===== Section Wrapper ===== */
    .us-third {
      width: 100%;
      padding: 50px 0px 70px 0px;
      overflow: hidden;
      font-family: 'Poppins', sans-serif;
    }

    .us-third .us-box {
      background-size: cover;
      background-position: center;
      color: #fff;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      transition: all 0.5s ease;
    }

    /* Hover fade/zoom effect */
    .us-third .us-box:hover {
      filter: brightness(1.15);
      transform: scale(1.02);
    }

    /* Heights */
    .us-third .left-box {
      height: 600px;
    }

    .us-third .right-top,
    .us-third .right-bottom {
      height: 300px;
    }

    /* Overlay style */
    .us-third .us-overlay {
      padding: 40px;
      text-align: left;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all 0.3s ease;
    }



    .us-third .price {
      font-size: 2rem;
      color: #ff4444;
      font-weight: bold;
    }

    .us-third .visit {
      font-style: italic;
      font-size: 1.2rem;
      font-weight: bolder;
      color: #fff;
    }

    /* Buttons */
    .us-third .btn {
      background-color: #d32f2f;
      border: none;
      border-radius: 50px;
      transition: all 0.3s ease;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: 100%;
      max-width: 300px;
    }

    .us-third .btn i {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }

    .us-third .btn:hover {
      background-color: #b71c1c;
    }

    .nn-main {
      background: #b41f25;
      color: #fff;
      border: none;
      padding: 14px 35px;
      border-radius: 40px;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.3s;
      font-size: 15px;
      width: 240px;
    }

    .us-third .btn:hover i {
      transform: translateX(6px);
    }

    /* Center the right-bottom overlay */
    .us-third .right-bottom .us-overlay {
      text-align: center;
      align-items: center;
      justify-content: center;
    }

    /* Center the button in the bottom section */
    .us-third .right-bottom .btn {
      align-self: center;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .us-third .left-box {
        height: 400px;
      }

      .us-third .right-top,
      .us-third .right-bottom {
        height: 300px;
      }

      .us-third h2 {
        font-size: 1.8rem;
      }
    }

    @media (max-width: 768px) {

      .us-third .left-box,
      .us-third .right-top,
      .us-third .right-bottom {
        height: 300px;
      }

      .us-third .us-overlay {
        padding: 25px;
      }

      .us-third h2 {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 576px) {

      .us-third .left-box,
      .us-third .right-top,
      .us-third .right-bottom {
        height: 250px;
      }

      .us-third h2 {
        font-size: 1.2rem;
      }

      .us-third .btn {
        max-width: 100%;
      }
    }


    .us-cate {
      text-align: center;
      padding: 50px 120px;
      background: #fff;
    }

    .small-text {
      font-family: 'Dancing Script', cursive;
      color: #b41f25;
      font-size: 20px;
      margin-bottom: 5px;
      display: inline-block;
    }

    .us-cate .category-card {
      text-align: center;
      margin-bottom: 40px;
    }




    /* ===== UX STEPS SECTION ===== */
    .ux-steps {
      background-color: #fffaf9;
      text-align: center;
      padding: 120px 0;
      font-family: 'Poppins', sans-serif;
    }



    /* Step Circle */
    .ux-steps .step {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px;
    }

    .ux-steps .step img {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 50%;
      position: relative;
      z-index: 1;
    }

    /* Step Number Overlay */
    .ux-steps .step-number {
      position: absolute;
      top: 65px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2.5rem;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.8);
      z-index: 2;
    }

    /* Step Titles and Text */
    .ux-steps h4 {
      font-family: 'Oswald', sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      margin-top: 30px;
      margin-bottom: 12px;
      color: #000;
    }


    /* Buttons */
    .ux-steps .btn {
      background-color: #d32f2f;
      border: none;
      border-radius: 50px;
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      text-transform: uppercase;
      padding: 10px 28px;
      transition: all 0.3s ease;
    }

    .ux-steps .btn i {
      margin-left: 6px;
      transition: transform 0.3s ease;
    }

    .ux-steps .btn:hover {
      background-color: #b71c1c;
    }

    .ux-steps .btn:hover i {
      transform: translateX(4px);
    }

    /* Arrows Between Steps */
    .ux-steps .arrow {
      position: absolute;
      top: 75px;
      right: -35px;
      font-size: 1.5rem;
      color: #aaa;
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .ux-steps h2 {
        font-size: 2rem;
      }

      .ux-steps .arrow {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .ux-steps img {
        width: 150px;
        height: 150px;
      }
    }

    @media (max-width: 576px) {
      .ux-steps h2 {
        font-size: 1.6rem;
      }

      .ux-steps img {
        width: 130px;
        height: 130px;
      }
    }

    .firstanm .hero-section {
      background: url('../images/shr.png') center/cover no-repeat;
      position: relative;
      height: 60vh;
      /* smaller height */
      color: #fff;
      overflow: hidden;
      padding: 50px 0px;
    }

    .firstanm .hero-section .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
    }

    .firstanm .hero-section .content {
      z-index: 2;
      position: relative;
      text-align: center;
    }

    /* Smaller rotating circular text */
    .firstanm .circle-text {
      position: relative;
      width: 110px;
      height: 110px;
      margin: 0 auto 1rem;
      border-radius: 50%;
      background: #b41f25;
      /* Full #b41f25 background */
      display: flex;
      align-items: center;
      justify-content: center;
      animation: firstanm-rotate 10s linear infinite;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .firstanm .circle-text svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform: rotate(0deg);
    }

    .firstanm .circle-text text {
      font-size: 8px;
      fill: #fff;
      letter-spacing: 1.2px;
    }

    .firstanm .play-icon {
      position: relative;
      z-index: 3;
      background: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .firstanm .play-icon i {
      font-size: 22px;
      color: #fff;
    }

    @keyframes firstanm-rotate {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }


    /* Responsive adjustments */
    @media (max-width: 768px) {
      .firstanm .hero-section {
        height: 50vh;
        /* smaller on mobile */
      }

      .firstanm .circle-text {
        width: 70px;
        height: 70px;
      }

      .firstanm .circle-text text {
        font-size: 6px;
      }

      .firstanm .play-icon {
        width: 28px;
        height: 28px;
      }

      .firstanm .play-icon i {
        font-size: 16px;
      }

      .firstanm h1 {
        font-size: 1.4rem;
      }

      .firstanm p {
        font-size: 0.85rem;
      }
    }



    .us-producto {
      font-family: 'Oswald', sans-serif;
      background: #fff;
      padding: 60px 0;
      text-align: center;
    }

    .us-producto .slider-container {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .us-producto .slider-track {
      display: flex;
      transition: transform 0.5s ease;
      cursor: grab;
    }

    .us-producto .product {
      min-width: calc(100% / 3);
      box-sizing: border-box;
      padding: 20px;
    }

    .us-producto .product img {
      width: 100%;
      height: 220px;
      object-fit: contain;
      background: #f9f9f9;
      padding: 10px;
      border-radius: 10px;
      user-select: none;
      -webkit-user-drag: none;
      transition: all 0.5s ease;
    }

    .us-producto .product img:hover {
      transform: scale(1.02);
      filter: brightness(1.15);
      border: 1px solid #b41f25;
    }

    .us-producto .product p {
      margin-top: 16px;
      font-size: 20px;
      color: #000;
      font-weight: 500;
    }

    .us-producto .product p:hover {
      color: #b41f25;
      cursor: pointer;
    }

    .us-producto .product:nth-child(1) p {
      color: #c50000;
    }

    .us-producto .slider-controls {
      margin-top: 35px;
    }

    .us-producto .slider-controls button {
      background: transparent;
      border: 1px solid #ccc;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      font-size: 22px;
      margin: 0 10px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .us-producto .slider-controls button:hover {
      border-color: #b41f25;
      background: #b41f25;
      color: white;
    }

    @media (max-width: 992px) {
      .us-producto .product {
        min-width: calc(100% / 2);
      }
    }

    @media (max-width: 600px) {
      .us-producto .product {
        min-width: 100%;
      }
    }





    /* Footer Wrapper */
    .ux-footer {
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      transition: all 0.3s ease;
      color: #fff;
      position: relative;
      z-index: 1;
      padding-top: 50px;
    }

    .ux-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: -1;
    }

    .ux-footer a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease;
      font-size: 15px;
      font-family: 'Oswald', sans-serif;
    }

    .ux-footer a:hover {
      color: #b41f25;
    }

    .us-rjb {
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
    }

    .ux-footer h6,
    .ux-footer h5 {
      color: #fff;
      letter-spacing: 0.5px;
      font-size: 18px;
      font-family: 'Oswald', sans-serif;
    }

    .bottom-su {
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
      color: #fff;
      margin: 0px;
      padding: 10px 0px 30px 0px;
    }

    .ux-footer ul li {
      margin-bottom: 8px;
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
    }

    .ux-footer .text-danger {
      color: #b41f25 !important;
    }

    .ux-footer .footer-logo img {
      height: 30px;
      width: auto;
    }

    .ux-footer .footer-social a {
      display: inline-block;
      color: #fff;
      margin-right: 12px;
      font-size: 16px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      width: 32px;
      height: 32px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      transition: 0.3s;
    }

    .ux-footer .footer-social a:hover {
      background: #b41f25;
      border-color: #b41f25;
    }

    .ux-footer .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      padding-top: 15px;
      font-size: 14px;
      color: #ccc;
    }

    @media (max-width: 767px) {
      .ux-footer {
        text-align: center;
      }

      /* Each category full width in mobile */
      .ux-footer .col-md-4,
      .ux-footer .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .ux-footer .footer-social a {
        margin: 5px;
      }

      .ux-footer .footer-logo {
        justify-content: center;
      }
    }


    /* ------------products page----------- */


    .uc-propage {
      text-align: center;
      padding: 120px 20px;
      background-color: #fff;
    }


    .uc-propage .product-item {
      border: none;
      background: transparent;
      transition: all 0.3s ease;
    }

    .uc-propage .product-item img {
      width: 100%;
      height: 400px;
      /* Bigger image height */
      object-fit: contain;
      border: 1px solid #eee;
      opacity: 0.85;
      transition: all 0.4s ease;
      padding: 20px;
      background-color: #fafafa;
    }

    .uc-propage .product-item img:hover {
      border-color: #b41f25;
      opacity: 1;
      transform: scale(1.05);
      background-color: #fff;
    }

    .uc-propage .product-item h6 {
      margin-top: 15px;
      font-size: 18px;
      font-weight: 500;
      color: #000;
      font-family: 'Oswald', sans-serif !important;
    }

    .uc-propage .product-item h6:hover {
      color: #b41f25 !important;
    }











    .us-abtuspage {
      background-color: #fff;
      font-family: "Roboto", sans-serif;
      padding: 120px 0px;
    }




    .us-abtuspage .quality-box {
      background: url("../images/hero.webp") center/cover no-repeat;
      position: relative;
      overflow: hidden;
    }

    .us-abtuspage .quality-box::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
    }

    .us-abtuspage .quality-box>* {
      position: relative;
      z-index: 2;
    }

    .us-abtuspage .btn-danger {
      background-color: #b41f25;
      border: none;
      transition: all 0.3s ease;
    }

    .us-abtuspage .btn-danger:hover {
      background-color: #b41f25;
    }

    .us-abtuspage img {
      width: 100%;
      border-radius: 8px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .us-abtuspage .quality-box {
        text-align: center;
        padding: 3rem 2rem;
      }

      .us-abtuspage .guarantee-badge img {
        max-width: 120px;
      }
    }


    /* =============================== */

    .us-shipmnt {
      font-family: 'Oswald', sans-serif !important;
      background-color: #fff;
      color: #333;
      padding: 120px 0;
    }

    /* Info Box */
    .us-shipmnt .info-box {
      padding: 25px 15px;
      border-radius: 10px;
      transition: all 0.3s ease;
      background: #fff;
    }

    .us-shipmnt .info-box:hover {
      border: 2px solid #b41f25;
      transform: translateY(-5px);
    }

    .us-shipmnt .info-box .icon {
      background: #b41f25;
      padding: 12px 11px;
      width: 84px;
      height: 84px;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px auto 20px auto;
      font-size: 30px;
      color: white;
    }

    .us-shipmnt .info-box h6 {
      font-weight: 700;
      font-size: 18px;
      font-family: 'Oswald', sans-serif !important;
      margin-bottom: 8px;
      color: #000;
    }

    .us-shipmnt .map-full {
      margin: 120px 0;
      width: 100%;
    }

    .us-shipmnt .map-full iframe {
      width: 100%;
      height: 400px;
      border: 0;
    }

    .us-shipmnt .contact-form {
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
    }

    .us-shipmnt .contact-form .form-control {
      border: 2px solid #000;
      border-radius: 8px;
      padding: 20px;
      font-family: 'Oswald', sans-serif !important;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .us-shipmnt .contact-form .form-control:focus {
      border-color: #b41f25;
      box-shadow: none;
    }

    .us-shipmnt .send-btn {
      background-color: #b41f25;
      color: #fff;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 25px;
      transition: all 0.3s ease;
      border: none;
    }

    .us-shipmnt .send-btn:hover {
      background-color: #b41f25;
      transform: scale(1.05);
    }


    .us-pgbanners {
      background: url('../images/bnrr.jpg') center/cover no-repeat;
      padding: 150px 10px;
      display: flex;
      justify-content: center;
    }




    /* --- Base Section --- */
    .ux-abthree.testimonial-section {
      position: relative;
      padding: 50px 0px 120px 0px;
    }

    /* --- Image Side --- */
    .ux-abthree .main-img img {
      border-radius: 15px;
      transition: 0.4s ease;
      width: 100%;
    }

    .ux-abthree .main-img img:hover {
      transform: scale(1.03);
    }


    /* --- Client Info --- */
    .ux-abthree .client-info img {
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      width: 60px;
      height: 60px;
      object-fit: cover;
    }


    /* --- Responsive --- */
    @media (max-width: 768px) {
      .ux-abthree .testimonial-section {
        padding: 60px 0;
      }

    }



    .us-testimnls {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      padding: 40px 0px 120px 0px;
    }



    .us-testimnls .card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      position: relative;
      height: 100%;
    }

    .us-testimnls .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
    }

    .us-testimnls .card img {
      height: 360px;
      width: 100%;
      object-fit: cover;
    }

    /* Share icon styling */
    .us-testimnls .share-icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: white;
      border-radius: 50%;
      padding: 6px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background 0.3s ease;
    }


    .us-testimnls .share-icon:hover svg {
      color: #fff;
    }

    .us-testimnls .card-body {
      text-align: left;
      padding: 1rem 0.75rem;
    }

    .us-testimnls .card-body h6 {
      font-size: 17px;
      font-family: 'Oswald', sans-serif !important;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 2px;
      color: #000;
    }

    .us-testimnls .card-body p {
      font-size: 16px;
      color: #666;
      font-family: 'Oswald', sans-serif !important;
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .us-testimnls h2 {
        font-size: 2rem;
      }
    }





    .ux-tof {
      font-family: Arial, sans-serif;
      color: #000;
      background: #fff;
      margin: 150px 80px;
      text-align: left;
    }

    .ux-tof .paragraph {
      max-width: unset !important;
    }

    .ux-tof h4 {
      font-weight: 700;
      font-size: 22px;
      font-family: 'Oswald', sans-serif !important;

    }

    .ux-tof hr {
      margin: 20px 0;
    }









    .ux-mission {
      position: relative;
      padding: 120px 0;
      background: #fff;
    }

    .ux-mission .timeline {
      position: relative;
      max-width: 1297px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 120px;
      /* tighter spacing between items */
    }

    .ux-mission .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 3px;
      height: 0;
      background: #b41f25;
      z-index: 1;
      transition: height 0.3s ease-out;
    }

    .ux-mission .timeline-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
    }

    .ux-mission .timeline-item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background: #b41f25;
      border-radius: 50%;
      z-index: 2;
    }

    .ux-mission .timeline-item img {
      width: 100%;
      max-width: 500px;
      height: 90vh !important;
      border-radius: 6px;
      object-fit: cover;
      filter: grayscale(100%);
      transition: filter 0.4s ease;
    }

    .ux-mission .timeline-item:hover img {
      filter: grayscale(0%);
    }

    .ux-mission .content {
      max-width: 420px;
    }



    @media (max-width: 767px) {
      .ux-mission .timeline-item {
        flex-direction: column !important;
        text-align: center;
      }

      .ux-mission .timeline::before {
        left: 5px;
        transform: none;
      }

      .ux-mission .timeline-item::before {
        left: 5px;
        transform: translateY(-50%);
      }
    } 


