      .mobile-none {
          display: block;
      }

      .desktop-none {
          display: none;
      }


      .blogs-banner .swiper-button-next img,
      .blogs-banner .swiper-button-prev img {
          width: 10px !important;
      }

      .pagination a:hover {
          color: white !important;
      }

      .blogs-banner .swiper-button-next,
      .blogs-banner .swiper-button-prev {
          top: 45%;
          border: 1px solid #fff;
          width: 35px;
          height: 35px;
      }

      .blogs-banner .swiper-button-prev {
          left: 3%;
      }

      .blogs-banner .swiper-button-next {
          right: 3%;
      }

      .swiper-button-next::after,
      .swiper-button-prev::after {
          display: none;
      }

      .slide-content {
          position: absolute;
          color: white;
          max-width: 950px;
          z-index: 2;
          bottom: 13%;
          left: 10%;

          clip-path: inset(0% 0% 100% 0%);
          /* Hide from bottom */
          transform: scale(0.98);
          opacity: 0;
          transition: clip-path 1s ease, transform 1s ease, opacity 1s ease;
          overflow: hidden;
      }

      .slide-content .meta,
      .slide-content .banner-title,
      .slide-content .desc,
      .slide-content .btn {
          opacity: 0;
          transform: translateY(20px);
      }

      .meta {
          font-size: 12px;
          text-transform: uppercase;
          margin-bottom: 10px;
          color: #ccc;
      }

      .banner-title {
          font-size: 40px;
          font-weight: bold;
          margin-bottom: 15px;
          font-family: 'Playfair Display', serif;
      }

      .desc {
          font-size: 16px;
          margin-bottom: 20px;
          max-width: 800px;
          font-family: "Figtree", light;
      }

      .btn-read {
          padding: 10px 40px;
          border-radius: 0;
          background: transparent;
          border: 1px solid white;
          color: white;
          text-decoration: none;
          font-size: 13px;
          display: inline-block;
          transition: background 0.3s;
      }

      .btn-read:hover {
          background: white;
          color: black;
      }

      .swiper-button-prev,
      .swiper-button-next {
          color: white;
          z-index: 3;
      }






      .faq-tabination-section {
          padding-top: 40px;
          padding-bottom: 100px;
      }

      .faq-tab-list {
          display: flex;
          padding: 0;
          margin: 0;
          list-style: none;
          max-width: 900px;
          margin: 0 auto;
      }

      .faq-tab-list .faq-tab-item {
          width: calc(15% - 0px);
          margin-right: 20px;
          white-space: nowrap;
          text-align: center;
      }

      .faq-tab-list .faq-tab-item a {
          color: white;
          font-size: 16px;
          font-family: 'Playfair Display', serif;
      }

      .faq-tab-item a.active {
          color: #BDA371 !important;
          text-decoration: underline !important;
      }


      .faq-tabcontent-container {
          max-width: 900px;
          margin: 0 auto;
      }

      .faq-tabcontent-container .heading {
          color: #BDA371;
          font-size: 20px;
          font-family: 'Playfair Display', serif;
          margin-bottom: 25px;
      }

      .faq-accordion-list {
          padding: 0;
          margin: 0;
          list-style: none;
      }

      .faq-accordion-list .faq-accordion-item {
          border-top: 1px solid #BDA371;
          padding: 25px 0 10px;
      }

      .faq-accordion-list .faq-accordion-item:last-child {
          border-top: 1px solid #BDA371;
      }

      .faq-accordion-list .faq-accordion-item .title {
          color: white;
          font-size: 16px;
          font-family: "Figtree", light;
          margin-bottom: 20px;
          position: relative;
      }

      .faq-accordion-list .faq-accordion-item .title::after {
          content: "+";
          color: #BDA371;
          font-size: 18px;
          position: absolute;
          right: 0;
          top: -12%;
          display: flex;
          align-items: center;
      }

      .faq-accordion-list .faq-accordion-item.active .title::after {
          content: "-";
      }

      .faq-accordion-list .faq-accordion-item .para {
          color: white;
          font-size: 14px;
          font-family: "Figtree", light;
          margin-bottom: 20px;
          padding-bottom: 20px;
          display: none;
      }

      .faq-tabwrapper {
          margin-top: 70px;
          /* display: none; */
      }


      .blog-tabwrapper {
          display: none;
          opacity: 0;
          transform: translateY(-20px);
          transition: all 1s ease-in-out;
      }

      .blog-tabwrapper.active {
          display: block;
          opacity: 1;
          transform: translateY(0);
      }


      .blog-tab-list {
          padding: 10px 8px 10px;
          display: flex;
          justify-content: center;
          border-radius: 50px;
          background-color: rgba(255, 255, 255, 0.06);
          border: 1px solid rgba(151, 149, 157, 1);
          list-style: none;
          max-width: 1280px;
          margin: 0 auto;
          min-height: 54px;
      }

      .blog-tab-item {
          margin-right: 4px;
          padding: 5px 6px;
          color: #97959D;
          font-family: "Figtree", light;
          font-size: 13px;
          border-radius: 50px;
          transition: all 0.4s ease-in;
          cursor: pointer;
      }


      .title {
          margin-bottom: 40px;
          color: white;
          font-family: "Playfair Display";
          font-size: 18px;
      }

      .blog-tab-item.active {
          color: white;
          /* font-weight: bold; */
          border: 1px solid #fff;
          background-color: rgba(255, 255, 255, 0.08);
      }

      /* .blog-tab-item:hover {
          color: white;
          font-weight: bold;
          border: 1px solid #fff;
          background-color: rgba(255, 255, 255, 0.08);
      } */


      .blog-tab-item a {
          color: #97959D;
      }

      .blog-tab-item a:hover {
          color: white;
      }

      .blog-tabcontent-container {
          margin-top: 70px;
      }

      .blog-list-wrapper {
          margin-top: 40px;
          display: flex;
          flex-wrap: wrap;
          padding: 0;
          list-style: none;

      }



      /* .blog-list-wrapper.two-blogs .blog-list-item {
          width: calc(48% - 0px);
      } */

      .blog-list-wrapper.two-blogs .blog-list-item:last-child {
          margin-right: 0;
      }

      /* .blog-list-wrapper.three-blogs .blog-list-item {
          width: calc(31% - 0px);
      } */

      .blog-list-wrapper.three-blogs .blog-list-item:nth-child(3n) {
          margin-right: 0;
      }

      .blog-list-item {
          /* width: calc(48% - 0px);
          margin-right: 35px; */
          margin-bottom: 50px;
      }

      .blog-title {
          margin: 15px 0 20px;

          color: white;
          font-family: "Figtree", light;
          font-size: 18px;
      }

      .date-blog span {
          color: #BDA371;
          font-size: 14px;
          font-family: "Figtree", light;
      }

      .blog-description {
          color: rgba(192, 197, 208, 1);
          font-size: 14px;
          font-family: "Figtree", light;
          line-height: 22px;
      }

      .blogs-keyword {
          display: flex;
          padding: 0;
          list-style: none;
      }

      .blogs-keyword li {
          background-color: white;
          padding: 2px 10px;
          color: #000;
          font-size: 14px;
          font-family: "Figtree", light;
          border-radius: 5px;
          margin-right: 10px;
      }



      .pagination-container {
          /* max-width: 1000px; */
          margin: 50px auto;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          padding-top: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 15px;
      }

      .pagination {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 8px;
      }

      .pagination a {
          text-decoration: none;
          color: white;
          padding: 6px 12px;
          border-radius: 6px;
          font-size: 14px;
          transition: background 0.3s ease, color 0.3s ease;
      }

      .pagination a:hover {
          background-color: rgba(255, 255, 255, 0.1);
      }

      .pagination .active {
          background-color: white;
          color: black;
          font-weight: bold;
      }

      .pagination .disabled {
          color: rgba(255, 255, 255, 0.5);
          pointer-events: none;
      }

      .pagination .prev,
      .pagination .next {
          display: flex;
          align-items: center;
          gap: 5px;
      }

      .numbercount span {
          color: white;
      }


      /* Blog Detail Page */

      .blog-tabination-section {
          padding-top: 50px;
      }

      .blog-detail-wrapper {
          padding: 30px 0;

      }

      .blog-detail-main-title {
          margin: 25px 0;
          color: #fff;
          font-size: 36px;
          line-height: 1.3;
          font-weight: bold;
          font-family: "Figtree", light;
      }

      .blog-detail-description {
          margin: 20px 0;
          color: #fff;
          font-size: 14px;
          line-height: 1.6;
          font-family: "Figtree", light;
      }

      .blog-detail-subtitle {
          margin-bottom: 15px;
          color: #fff;
          font-size: 20px;
          font-family: "Figtree", light;
      }

      .blog-detail-content {
          display: flex;
          justify-content: space-between;
      }


      .blog-detail-left video {
          margin-bottom: 20px;
      }

      .bottomtext {
          color: white;
          font-size: 16px;
          font-family: "Figtree", light;
      }

      .explorenow {
          padding-right: 7px;
          color: #bda371;
      }

      .website {
          color: white;
          padding-left: 7px;
      }


      .blog-detail-wrapper img,
      .blog-detail-wrapper video {
          width: 100%;
      }

      .blog-detail-right {
          position: sticky;
          top: 115px;
          background-color: #000;
          font-family: Arial, sans-serif;
          color: #fff;
      }

      .blog-detail-right h3 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Figtree", light;
      }

      .blog-detail-right ul {
          list-style: none;
          padding-left: 25px;
          margin: 20px 0 20px 0;
      }

      .blog-detail-right ul li {
          margin-bottom: 20px;
      }

      .blog-detail-right ul li a {
          color: white;
          font-size: 16px;
          font-family: "Figtree", light;
      }

      .highlight {
          font-size: 18px;
          font-weight: bold;
          color: #BDA371;
          border-left: 2px solid #BDA371;
          padding-left: 5px;
          font-family: "Figtree", light;
          padding-left: 15px;
      }

      .share-box {
          background-color: #BDA371;
          padding: 12px;
          border-radius: 12px;
          color: #fff;
      }

      .share-box span {
          display: block;
          font-size: 16px;
          font-family: "Figtree", light;
          margin-bottom: 8px;
      }

      .share-box .icons {
          display: flex;
          gap: 10px;
      }

      .share-box .icons img {
          width: 20px;
          height: 20px;
      }


      @media screen and (max-width: 995px) {
          .mobile-none {
              display: none;
          }

          .desktop-none {
              display: block;
          }

          .swiper-slide {
              padding-top: 20px;
          }

          .blogs-banner .swiper-button-next,
          .blogs-banner .swiper-button-prev {
              bottom: 40% !important;
          }

          .slide-content {
              bottom: 40%;
          }

          .meta {
              font-size: 12px;
          }

          .banner-title {
              font-size: 20px;
          }

          .desc {
              font-size: 14px;
              margin-bottom: 10px;
              line-height: 1.2;
          }

          .faq-tab-list {
              overflow-x: scroll;
          }

          .faq-tab-list .faq-tab-item {
              width: calc(33% - 0px);
          }

          .blog-tab-list {
              overflow: hidden;
              white-space: nowrap;
              width: 95%;
              justify-content: unset;
          }

          .title {
              margin-bottom: 20px;
          }

          .blog-description {
              font-size: 12px;
              line-height: 17px;
          }

          .blog-title {
              font-size: 14px;
          }

          .blogs-keyword {
              flex-direction: column;
          }

          .blogs-keyword li {
              margin-bottom: 10px;
          }

          .pagination a {
              padding: 6px 5px;
          }

          .blog-detail-right {
              margin-top: 50px;
          }

          .blog-detail-right h3 {
              font-size: 24px;
          }


      }

      @media only screen and (max-width:480px) {
          .banner-title {
              font-size: 16px;
          }

          .slide-content {
              bottom: 25%;
              left: 15%;
              max-width: 300px;
          }

          .blogs-banner .swiper-button-next,
          .blogs-banner .swiper-button-prev {
              bottom: 45% !important;
          }

          .blog-list-item.col-6 {
              padding-left: 0;
          }

          .blog-title {
              min-height: 67px;
          }

          .blog-detail-content {
              flex-direction: column;
          }

          .blog-detail-left,
          .blog-detail-right {
              width: 100%;
              margin-left: 0;
          }

          .blog-detail-main-title {
              font-size: 24px;
          }

      }