  .custom-navbar {
      background-color: #491c00;
      position: relative;
      padding: 0.5rem 1rem;
  }

  .nav-link {
      font-family: "Inter", sans-serif;
      color: #ffffff !important;
      font-size: 0.85rem;
      text-transform: uppercase;
      font-weight: 500;
      margin: 0 5px;
  }

  .navbar-toggler {
      background: #fff;
  }

  .dropdown-item:hover {
      background-color: #ff8300 !important;
      color: #fff;
  }

  .dropdown-item.active {
      background-color: #ff8300 !important;
      color: #fff;
  }

  .nav-link:hover {
      color: #ec6300 !important;
  }

  .nav-link.active {
      color: #ec6300 !important;
  }



  .auth-buttons {
      position: absolute;
      right: 0;
      display: flex;
  }

  .navbar-brand img {
      height: 50px;
  }

  .login {
      font-family: "Inter", sans-serif;
      background-color: #ec6300;
      border-bottom-left-radius: 55px;
      padding: 25px 30px;
      align-items: center;
      padding-right: 60px;
      margin-right: -50px;
  }

  .getstarted {
      font-family: "Inter", sans-serif;
      background-color: #AF4503;
      border-bottom-left-radius: 55px;
      padding: 25px 30px;
      align-items: center;
  }

  .btn-get-started {
      background-color: #AF4503;
      color: white;
      border-bottom-left-radius: 55px;
      padding: 5px 20px;
      border: none;
      font-weight: bold;
  }

  .f_mobile {
      display: none;
  }

  @media (max-width: 991px) {
      .auth-buttons {
          display: none;
      }

      .f_mobile {
          display: block;
      }
  }





  footer {
      font-family: "Inter", sans-serif;
      background-color: #0b0e14;
      color: white;
      padding-top: 60px;
      font-family: 'Inter', sans-serif;
      border-top: 4px solid #ec6300;
  }

  .footer-heading {
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
  }

  .footer-heading::before {
      content: "";
      display: inline-block;
      width: 3px;
      height: 18px;
      background-color: #ec6300;
      margin-right: 10px;
  }

  .footer-link-list {
      /* list-style: none; */
      padding: 0;
  }

  .footer-link-list li a {
      margin-bottom: 12px;
      color: #9ca3af;
      font-size: 0.95rem;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
  }

  .footer-link-list li a:hover {
      color: white;
      padding-left: 5px;
  }

  .insight-item {
      margin-bottom: 20px;
  }

  .insight-title {
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 5px;
      line-height: 1.4;
  }

  .insight-meta {
      color: #9ca3af;
      font-size: 0.8rem;
  }

  .contact-info i {
      color: #ec6300;
      width: 20px;
      margin-right: 10px;
  }

  .contact-info p,
  .contact-info a {
      display: flex;
      color: #9ca3af;
      font-size: 0.9rem;
      margin-bottom: 15px;
  }

  .social-icons .icon-circle {
      width: 40px;
      height: 40px;
      background: #1e293b;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #9ca3af;
      margin-right: 10px;
      text-decoration: none;
      transition: 0.3s;
  }

  .social-icons .icon-circle:hover {
      background: #ec6300;
      color: white;
  }


  .icon-circle i {
      font-size: 20px;
  }

  .newsletter-form {
      position: relative;
      margin-top: 20px;
  }

  .newsletter-form .form-control {
      background-color: #1e293b;
      border: none;
      color: white;
      padding: 12px 15px;
      font-size: 0.9rem;
      border-radius: 4px;
  }

  .newsletter-form .btn-subscribe {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background-color: #ec6300;
      border: none;
      color: white;
      padding: 0 15px;
      border-radius: 0 4px 4px 0;
  }

  .footer-bottom {
      border-top: 1px solid #1e293b;
      padding: 25px 0;
      margin-top: 50px;
      font-size: 0.85rem;
      color: #9ca3af;
  }

  .footer-bottom a {
      color: #9ca3af;
      text-decoration: none;
      margin-left: 20px;
  }

  .logo-box {
      background-color: #ec6300;
      color: white;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 4px;
      margin-right: 10px;
  }

  .footer_para {
      color: #9ca3af;
  }

  .form-control::placeholder {
      color: #6b7280;
  }



  .hero-bs {
      min-height: 100vh;
      padding: 60px;
      color: #fff;
      background-image: url("../image/hbg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .hero-bs .z-2 {
      position: relative;
      z-index: 2;
  }

  .system-badge {
      background: rgba(0, 0, 0, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50px;
      font-size: 12px;
      letter-spacing: 1px;
  }



  .status-dot {
      width: 8px;
      height: 8px;
      background: #2dff6a;
      border-radius: 50%;
      display: inline-block;
      box-shadow: 0 0 8px #2dff6a;
  }



  .hero_heading {
      font-family: "Inknut Antiqua", serif;
      font-weight: 500;
      font-size: 64px;
  }

  .highlight-text {
      color: #FFBB00;
  }

  .hero-desc {
      font-family: "Inter", sans-serif;
      font-weight: 300;
      max-width: 780px;
      font-size: 20px;
  }

  @media (max-width: 768px) {
      .hero-bs {
          min-height: 70vh;
      }
  }


  .home_box {
      padding: 50px;
      border: 1px solid #491c00;
      border-radius: 20px;
      background: #491c00a2;
  }

  .grid_box {
      padding: 20px;
      border: 1px solid #AF4503;
      border-radius: 65px;
      background: #AF4503a2;
      min-width: 300px;
  }

  .grid_box h4,
  .grid_box h6 {
      margin-bottom: 5px;
      font-family: "Inter", sans-serif;

  }

  .grid_box p {
      font-family: "Inter", sans-serif;
      margin-bottom: 0;
      font-size: 14px;
      opacity: 0.9;
  }

  .grid_box img {
      max-height: 60px;
      object-fit: contain;
  }

  .center_box .grid_box {
      min-width: 250px;
      border-radius: 65px;
  }

  .center_box .grid_box img {
      max-height: 80px;
  }

  /* Responsive Styles for Box Section */
  @media (max-width: 991px) {
      .box_section .row {
          gap: 15px;
      }

      .grid_box {
          min-width: 260px;
          padding: 15px;
          border-radius: 50px;
      }

      .grid_box h4 {
          font-size: 18px;
      }

      .grid_box h6 {
          font-size: 16px;
      }

      .grid_box p {
          font-size: 13px;
      }
  }

  @media (max-width: 767px) {
      .box_section .row {
          flex-direction: column !important;
          align-items: center !important;
          justify-content: center !important;
      }

      .box_section .row .col-auto {
          width: 100%;
          max-width: 350px;
      }

      .grid_box {
          min-width: 100%;
          width: 100%;
          border-radius: 30px;
          padding: 15px 20px;
      }

      .grid_box h4 {
          font-size: 16px;
      }

      .grid_box h6 {
          font-size: 14px;
      }

      .grid_box p {
          font-size: 12px;
      }

      .grid_box img {
          max-height: 50px;
      }

      .center_box .grid_box {
          border-radius: 20px;
      }

      .center_box .grid_box img {
          max-height: 60px;
      }

      /* Make all grid_box follow same layout: icon left, text right */
      .box_section .grid_box.d-flex {
          flex-direction: row !important;
          justify-content: flex-start !important;
      }

      .box_section .grid_box.d-flex>div {
          text-align: start !important;
          margin-left: 15px !important;
          margin-right: 0 !important;
      }

      .box_section .grid_box.d-flex>img {
          order: -1;
      }

      /* Center boxes horizontal layout on mobile */
      .center_box .grid_box {
          display: flex !important;
          flex-direction: row !important;
          text-align: left !important;
          align-items: center;
      }

      .center_box .grid_box>img {
          margin-right: 15px;
      }

      .center_box .grid_box>div {
          margin-top: 0 !important;
          text-align: start;
      }

      .home_box {
          padding: 15px;
      }

      .hero_heading {
          font-size: 36px;
      }

      .hero-desc {
          font-size: 16px;
      }

      .hero-bs {
          padding: 30px 15px;
      }
  }

  @media (max-width: 480px) {
      .box_section .row .col-auto {
          max-width: 100%;
      }

      .grid_box {
          padding: 12px 15px;
          border-radius: 25px;
      }

      .grid_box h4 {
          font-size: 14px;
      }

      .grid_box h6 {
          font-size: 13px;
      }

      .grid_box p {
          font-size: 11px;
      }

      .grid_box img {
          max-height: 40px;
      }

      .hero_heading {
          font-size: 28px;
      }

      .hero-desc {
          font-size: 14px;
      }

      /* Ensure consistent box layout on smallest screens */
      .box_section .grid_box.d-flex {
          flex-direction: row !important;
          justify-content: flex-start !important;
          gap: 10px;
      }

      .box_section .grid_box.d-flex > div {
          text-align: start !important;
          margin-left: 10px !important;
      }

      .center_box .grid_box {
          display: flex !important;
          flex-direction: row !important;
          justify-content: flex-start !important;
          gap: 10px;
      }

      .center_box .grid_box > img {
          max-height: 40px;
          margin-right: 10px;
      }

      .center_box .grid_box > div {
          text-align: start !important;
      }

      .center_box .grid_box h4 {
          font-size: 14px;
      }

      .home_box {
          padding: 10px;
      }

      .box_section .row {
          gap: 10px !important;
      }
  }


  /* About Page  */

  .red-system-badge {
      background: rgba(0, 0, 0, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50px;
      font-size: 12px;
      letter-spacing: 1px;
      color: #FF6200;
  }

  .status-dot-red {
      width: 8px;
      height: 8px;
      background: #FF6200;
      border-radius: 50%;
      display: inline-block;
      box-shadow: 0 0 8px #FF6200;
  }

  .about_section {
      background: #491C00;
  }

  .about_banner_btn {
      background: #ff5d00;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 12px;
  }


  .about_banner_btn:hover {
      background: #a74407;

  }

  .queate_section {
      background-color: #2e1e0e;
  }

  .queate_section h2 {
      font-size: 50px;
      color: #fff;
      font-family: "Inknut Antiqua", serif;
      font-weight: 500;
  }

  .queate_section h2 span {
      color: #ff5d00;
  }

  .testimonial_section {
      padding: 50px 0 50px 0;
  }

  .testimonial_head {
      background: transparent;
      border: 1px solid #FF5D00;
      max-width: max-content;
      margin: auto;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 30px;
      color: #fff;
      border-radius: 30px;
      padding: 10px 20px;
      margin: auto;
  }

  .testimonial_head:hover {
      background: #FF5D00;
  }


  .testimonial_heading {
      color: #FF5D00;
      font-family: "Inknut Antiqua", serif;
      font-weight: 500;
      font-size: 52px;
      text-align: center;
      text-transform: uppercase;

  }


  .feature-card {
      background: #1c2425;
      border-radius: 14px;
      padding: 26px;
      color: #fff;
      border: 1px solid rgba(255, 145, 80, 0.15);
      transition: all 0.3s ease;
  }

  .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(255, 145, 80, 0.15);
  }

  .icon-wrap {
      width: 42px;
      height: 42px;
      background: #49361c;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
  }

  .icon-wrap i {
      color: #ff8300;
      font-size: 18px;
  }

  .feature-card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
  }

  .feature-card p {
      font-size: 14px;
      line-height: 1.6;
      opacity: 0.85;
      margin: 0;
  }

  .what_we_heading {
      padding: 0 0 30px 0;
  }

  .what_we_heading p {
      font-family: "Inter", sans-serif;
      color: #ff8300;
      font-weight: 500;
      font-size: 14px;
      text-align: start;
      text-transform: uppercase;
  }

  .what_we_heading h5 {
      font-family: "Inter", sans-serif;
      color: #fff;
      font-weight: 500;
      font-size: 24px;
      text-align: start;
  }

  .methodology-section {
      background: #0a141a;
  }

  .image-card {
      background: #f4f1ec;
      border-radius: 14px;
      padding: 14px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }

  .image-card img {
      border-radius: 10px;
  }

  .section-label {
      color: #ff8300;
      font-size: 12px;
      letter-spacing: 1.5px;
      font-weight: 600;
      font-family: "Inter", sans-serif;

  }

  .methodology-section h2 {
      font-weight: 700;
      font-size: clamp(28px, 4vw, 40px);
  }

  .methodology-section h2 span {
      color: #ff8300;
  }

  .method-desc {
      font-size: 15px;
      opacity: 0.85;
      max-width: 520px;
  }

  /* points */
  .method-point {
      margin-top: 20px;
      gap: 14px;
  }

  .point-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: rgba(255, 145, 90, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff8300;
      font-size: 16px;
      flex-shrink: 0;
  }

  .method-point h6 {
      margin-bottom: 4px;
      font-weight: 600;
  }

  .method-point p {
      margin: 0;
      font-size: 14px;
      opacity: 0.8;
  }

  /* mobile */
  @media (max-width: 768px) {
      .method-desc {
          max-width: 100%;
      }
  }




  .mv-card {
      background: linear-gradient(135deg, #7a3c10, #4e2207);
      border-radius: 16px;
      padding: 28px;
      color: #fff;
      border: 1px solid rgba(255, 145, 90, 0.25);
      transition: all 0.3s ease;
  }

  .mv-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 35px rgba(255, 145, 90, 0.25);
  }

  /* icon */
  .mv-icon {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      /* background: rgba(255,145,90,0.15); */
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff8300;
      font-size: 26px;
      margin-bottom: 16px;
  }

  /* text */
  .mv-card h5 {
      font-family: "Inter", sans-serif;
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 10px;
  }

  .mv-card p {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1.6;
      opacity: 0.9;
      margin: 0;
  }




  .promise-section {
      background: linear-gradient(135deg, #162b35, #0f1e26);
      color: #fff;
  }

  /* title */
  .promise-title {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 20px;
  }

  /* item */
  .promise-item {
      padding: 10px;
  }

  .promise-icon {
      width: 48px;
      height: 48px;
      margin: 0 auto 14px;
      border-radius: 50%;
      background: rgba(255, 145, 90, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff8300;
      font-size: 20px;
  }

  .promise-item h6 {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 6px;
  }

  .promise-item p {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      opacity: 0.8;
      margin: 0;
      line-height: 1.5;
  }

  /* mobile spacing */
  @media (max-width: 768px) {
      .promise-title {
          font-size: 18px;
      }
  }


  /* Testimonial Swiper Styles */
  .testimonialSwiper {
      padding: 20px 0 80px 0;
      position: relative;
  }

  .testimonialSwiper .swiper-wrapper {
      align-items: stretch;
  }

  .testimonialSwiper .swiper-slide {
      height: auto;
      display: flex;
  }

  .testimonial-card {
      background: #000000;
      border: 1px solid #FF5D00;
      border-radius: 16px;
      padding: 24px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .star-rating {
      margin-bottom: 16px;
  }

  .star-rating i {
      color: #FFB800;
      font-size: 16px;
      margin-right: 2px;
  }

  .user-info {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
  }

  .user-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
  }

  .user-details {
      flex: 1;
  }

  .user-name {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 2px;
  }

  .user-role {
      font-family: "Inter", sans-serif;
      font-size: 12px;
      color: #ff8300;
      margin: 0;
  }

  .testimonial-text p span {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1.7;
      color: #fff !important;
      opacity: 0.9;
      margin: 0;
      flex: 1;
  }

  /* Swiper Navigation */
  .swiper-navigation-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 30px;
  }

  .testimonialSwiper .swiper-button-prev,
  .testimonialSwiper .swiper-button-next {
      position: static;
      width: 50px;
      height: 50px;
      background: transparent;
      border: 2px solid #FF5D00;
      border-radius: 8px;
      margin: 0;
  }

  .testimonialSwiper .swiper-button-prev::after,
  .testimonialSwiper .swiper-button-next::after {
      font-size: 20px;
      color: #FF5D00;
      font-weight: bold;
  }

  .testimonialSwiper .swiper-button-prev:hover,
  .testimonialSwiper .swiper-button-next:hover {
      background: #FF5D00;
  }

  .testimonialSwiper .swiper-button-prev:hover::after,
  .testimonialSwiper .swiper-button-next:hover::after {
      color: #fff;
  }

  /* Responsive Testimonial Swiper */
  @media (max-width: 991px) {
      .testimonial-card {
          min-height: 280px;
          padding: 20px;
      }

      .testimonial-text {
          font-size: 13px;
      }
  }

  @media (max-width: 767px) {
      .testimonial-card {
          min-height: 250px;
      }

      .testimonial_heading {
          font-size: 32px;
      }

      .testimonialSwiper .swiper-button-prev,
      .testimonialSwiper .swiper-button-next {
          width: 40px;
          height: 40px;
      }

      .testimonialSwiper .swiper-button-prev::after,
      .testimonialSwiper .swiper-button-next::after {
          font-size: 16px;
      }
  }

  /* ====== COMPREHENSIVE RESPONSIVE STYLES ====== */

  /* Large Tablet (991px and below) */
  @media (max-width: 991px) {

      /* Footer */
      footer {
          padding-top: 40px;
      }

      .footer-heading {
          margin-bottom: 15px;
          font-size: 0.85rem;
      }

      /* About Page - Quote Section */
      .queate_section h2 {
          font-size: 36px;
          padding: 30px 15px;
      }

      /* What We Do */
      .what_we_heading h5 {
          font-size: 20px;
      }

      /* Methodology */
      .methodology-section h2 {
          font-size: 28px;
      }

      .method-desc {
          font-size: 14px;
      }

      /* Mission/Vision Cards */
      .mv-card {
          padding: 22px;
      }

      .mv-card h5 {
          font-size: 22px;
      }

      /* Promise Section */
      .promise-item h6 {
          font-size: 16px;
      }

      .promise-item p {
          font-size: 13px;
      }
  }

  /* Tablet (768px and below) */
  @media (max-width: 767px) {

      /* Navbar */
      .navbar-brand img {
          height: 40px;
      }

      .nav-link {
          font-size: 0.8rem;
          padding: 8px 0;
      }

      /* Footer */
      footer {
          padding-top: 30px;
      }

      .footer-heading {
          margin-top: 20px;
          margin-bottom: 12px;
      }

      .footer-link-list li a {
          font-size: 0.85rem;
      }

      .footer-bottom {
          flex-direction: column;
          text-align: center;
          gap: 10px;
          padding: 15px 0;
          margin-top: 30px;
      }

      .footer-bottom a {
          margin-left: 10px;
          margin-right: 10px;
      }

      /* About Page - Quote Section */
      .queate_section h2 {
          font-size: 28px;
          line-height: 1.4;
      }

      /* Testimonial Section */
      .testimonial_section {
          padding: 30px 0;
      }

      .testimonial_head {
          font-size: 20px;
          padding: 8px 16px;
      }

      .testimonial_heading {
          font-size: 28px;
      }

      /* What We Do */
      .what_we_heading {
          padding: 0 0 20px 0;
          text-align: center;
      }

      .what_we_heading p,
      .what_we_heading h5 {
          text-align: center;
      }

      .feature-card {
          padding: 20px;
      }

      .feature-card h5 {
          font-size: 16px;
      }

      .feature-card p {
          font-size: 13px;
      }

      /* Methodology Section */
      .methodology-section .row {
          flex-direction: column-reverse;
      }

      .methodology-section h2 {
          font-size: 24px;
          text-align: center;
      }

      .section-label {
          display: block;
          text-align: center;
      }

      .method-desc {
          text-align: center;
      }

      .method-point {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }

      .image-card {
          margin-bottom: 20px;
      }

      /* Mission/Vision */
      .mv-card {
          padding: 20px;
      }

      .mv-card h5 {
          font-size: 20px;
      }

      .mv-card p {
          font-size: 13px;
      }

      /* Promise Section */
      .promise-title {
          font-size: 18px;
      }

      .promise-icon {
          width: 42px;
          height: 42px;
      }

      .promise-item h6 {
          font-size: 15px;
      }

      .promise-item p {
          font-size: 12px;
      }

      /* About Banner */
      .about_banner_btn {
          padding: 8px 16px;
          font-size: 14px;
      }
  }

  /* Mobile (480px and below) */
  @media (max-width: 480px) {

      /* Navbar */
      .navbar-brand img {
          height: 35px;
      }

      /* Hero */
      .hero_heading {
          font-size: 24px;
      }

      .hero-desc {
          font-size: 13px;
      }

      /* Footer */
      .contact-info p,
      .contact-info a {
          font-size: 0.8rem;
      }

      .newsletter-form .form-control {
          font-size: 0.8rem;
          padding: 10px 12px;
      }

      .social-icons .icon-circle {
          width: 32px;
          height: 32px;
      }

      /* About Page - Quote */
      .queate_section h2 {
          font-size: 22px;
      }

      /* Testimonial */
      .testimonial_heading {
          font-size: 22px;
      }

      .testimonial_head {
          font-size: 16px;
      }

      .testimonial-card {
          padding: 16px;
      }

      .user-avatar {
          width: 50px;
          height: 50px;
      }

      .user-name {
          font-size: 14px;
      }

      .user-role {
          font-size: 11px;
      }

      .testimonial-text {
          font-size: 12px;
      }

      /* What We Do */
      .feature-card {
          padding: 16px;
      }

      .icon-wrap {
          width: 36px;
          height: 36px;
      }

      .icon-wrap i {
          font-size: 14px;
      }

      /* Methodology */
      .methodology-section h2 {
          font-size: 20px;
      }

      .method-point h6 {
          font-size: 14px;
      }

      .method-point p {
          font-size: 12px;
      }

      .point-icon {
          width: 32px;
          height: 32px;
          font-size: 14px;
      }

      /* Mission/Vision */
      .mv-icon {
          font-size: 20px;
      }

      .mv-card h5 {
          font-size: 18px;
      }

      .mv-card p {
          font-size: 12px;
      }

      /* Promise */
      .promise-icon {
          width: 38px;
          height: 38px;
          font-size: 16px;
      }

      .promise-item h6 {
          font-size: 14px;
      }

      .promise-item p {
          font-size: 11px;
      }
  }



  /* ================================================================
   TESTIMONIAL PAGE STYLES
   ================================================================ */

  .testimonial-page-section {
      background: #491C00;
  }

  /* CTA Section */
  .testimonial-cta-section {
      background: linear-gradient(135deg, #0a141a 0%, #162b35 100%);
  }

  .cta-box {
      background: linear-gradient(135deg, #FF5D00 0%, #ff8300 100%);
      border-radius: 20px;
      padding: 50px;
      max-width: 800px;
      margin: 0 auto;
  }

  .cta-box h3 {
      font-family: "Inknut Antiqua", serif;
      font-size: 32px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 15px;
  }

  .cta-box p {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 25px;
  }

  .cta-btn {
      display: inline-block;
      background: #fff;
      color: #FF5D00;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 12px;
      text-decoration: none;
      transition: all 0.3s ease;
  }

  .cta-btn:hover {
      background: #1a0d08;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  }

  /* Responsive - Testimonial Page */
  @media (max-width: 991px) {
      .cta-box {
          padding: 40px 30px;
      }

      .cta-box h3 {
          font-size: 26px;
      }
  }

  @media (max-width: 767px) {
      .cta-box {
          padding: 30px 20px;
      }

      .cta-box h3 {
          font-size: 22px;
      }

      .cta-box p {
          font-size: 14px;
      }

      .cta-btn {
          font-size: 14px;
          padding: 12px 24px;
      }
  }

  @media (max-width: 480px) {
      .cta-box h3 {
          font-size: 20px;
      }
  }



  /* ================================================================
   CONTACT PAGE STYLES
   ================================================================ */

  .contact-page-section {
      background: #491C00;
  }

  .contact-main-section {
      background: linear-gradient(180deg, #491C00 0%, #2e1e0e 100%);
  }

  /* Contact Form Card */
  .contact-form-card {
      background: linear-gradient(135deg, #1a0d08 0%, #0a0504 100%);
      border: 1px solid rgba(255, 93, 0, 0.3);
      border-radius: 20px;
      padding: 40px;
  }

  .form-title {
      font-family: "Inknut Antiqua", serif;
      font-size: 28px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
  }

  .form-subtitle {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 30px;
  }

  .form-group {
      margin-bottom: 20px;
  }

  .form-group label {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 8px;
      display: block;
  }

  .form-group label .required {
      color: #FF5D00;
  }

  .contact-form-card .form-control {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 10px;
      padding: 14px 18px;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: #fff;
      transition: all 0.3s ease;
  }

  .contact-form-card .form-control::placeholder {
      color: rgba(255, 255, 255, 0.4);
  }

  .contact-form-card .form-control:focus {
      background: rgba(255, 255, 255, 0.08);
      border-color: #FF5D00;
      box-shadow: 0 0 0 3px rgba(255, 93, 0, 0.15);
      outline: none;
  }

  .contact-form-card select.form-control {
      cursor: pointer;
  }

  .contact-form-card select.form-control option {
      background: #1a0d08;
      color: #fff;
  }

  .contact-form-card textarea.form-control {
      resize: vertical;
      min-height: 120px;
  }

  .btn-submit {
      background: linear-gradient(135deg, #FF5D00 0%, #ff8300 100%);
      border: none;
      border-radius: 12px;
      padding: 16px 40px;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
  }

  .btn-submit:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 30px rgba(255, 93, 0, 0.4);
  }

  /* Contact Info Cards */
  .contact-info-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .contact-info-card {
      background: linear-gradient(135deg, #1a0d08 0%, #0a0504 100%);
      border: 1px solid rgba(255, 93, 0, 0.2);
      border-radius: 16px;
      padding: 24px;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      transition: all 0.3s ease;
  }

  .contact-info-card:hover {
      transform: translateX(5px);
      border-color: #FF5D00;
  }

  .info-icon {
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #FF5D00, #ff8300);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
  }

  .info-icon i {
      color: #fff;
      font-size: 20px;
  }

  .info-content h5 {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 5px;
  }

  .info-content p {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin: 0;
      line-height: 1.6;
  }

  /* Social Links */
  .contact-social {
      background: linear-gradient(135deg, #1a0d08 0%, #0a0504 100%);
      border: 1px solid rgba(255, 93, 0, 0.2);
      border-radius: 16px;
      padding: 24px;
      text-align: center;
  }

  .contact-social h5 {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 16px;
  }

  .social-links {
      display: flex;
      justify-content: center;
      gap: 12px;
  }

  .social-link {
      width: 45px;
      height: 45px;
      background: rgba(255, 93, 0, 0.15);
      border: 1px solid rgba(255, 93, 0, 0.3);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: all 0.3s ease;
  }

  .social-link i {
      color: #FF5D00;
      font-size: 18px;
  }

  .social-link:hover {
      background: #FF5D00;
      transform: translateY(-3px);
  }

  .social-link:hover i {
      color: #fff;
  }

  /* Map Section */
  .map-section {
      background: #2e1e0e;
  }

  .map-wrapper {
      border-bottom: 4px solid #FF5D00;
  }

  .map-wrapper iframe {
      display: block;
      filter: grayscale(50%) contrast(1.1);
  }

  /* FAQ Section */
  .contact-faq-section {
      background: linear-gradient(135deg, #0a141a 0%, #162b35 100%);
  }

  .faq-title {
      font-family: "Inknut Antiqua", serif;
      font-size: 32px;
      font-weight: 600;
      color: #fff;
  }

  .accordion-item {
      background: transparent;
      border: 1px solid rgba(255, 93, 0, 0.2);
      border-radius: 12px !important;
      margin-bottom: 15px;
      overflow: hidden;
  }

  .accordion-button {
      background: rgba(255, 255, 255, 0.03);
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 500;
      padding: 20px 24px;
      box-shadow: none !important;
  }

  .accordion-button:not(.collapsed) {
      background: rgba(255, 93, 0, 0.1);
      color: #FF5D00;
  }

  .accordion-button::after {
      filter: brightness(0) invert(1);
  }

  .accordion-button:not(.collapsed)::after {
      filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(10deg) brightness(100%) contrast(103%);
  }

  .accordion-body {
      background: rgba(255, 255, 255, 0.02);
      color: rgba(255, 255, 255, 0.8);
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1.7;
      padding: 20px 24px;
  }

  /* Responsive - Contact Page */
  @media (max-width: 991px) {
      .contact-form-card {
          padding: 30px;
      }

      .form-title {
          font-size: 24px;
      }
  }

  @media (max-width: 767px) {
      .contact-form-card {
          padding: 24px;
      }

      .form-title {
          font-size: 22px;
      }

      .contact-info-card {
          padding: 20px;
      }

      .info-icon {
          width: 45px;
          height: 45px;
      }

      .info-icon i {
          font-size: 18px;
      }

      .faq-title {
          font-size: 26px;
      }

      .accordion-button {
          font-size: 14px;
          padding: 16px 20px;
      }

      .accordion-body {
          font-size: 13px;
          padding: 16px 20px;
      }
  }

  @media (max-width: 480px) {
      .contact-form-card {
          padding: 20px;
      }

      .form-title {
          font-size: 20px;
      }

      .btn-submit {
          padding: 14px 30px;
          font-size: 14px;
      }

      .faq-title {
          font-size: 22px;
      }
  }


  /* Customers Section */
  .customers-section {
      background: linear-gradient(135deg, #1a2f3b, #0e1b22);
  }

  .customers-title {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 28px;
      color: #ff8300;
      margin-bottom: 10px;
  }

  .customer-logo-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 145, 90, 0.2);
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      min-height: 100px;
  }

  .customer-logo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(255, 145, 90, 0.2);
      border-color: #ff8300;
      background: rgba(255, 255, 255, 0.08);
  }

  .customer-logo-card img {
      max-height: 50px;
      max-width: 100%;
      object-fit: contain;
      filter: grayscale(100%) brightness(1.5);
      transition: all 0.3s ease;
  }

  .customer-logo-card:hover img {
      filter: grayscale(0%) brightness(1);
  }

  @media (max-width: 767px) {
      .customers-title {
          font-size: 22px;
      }

      .customer-logo-card {
          padding: 15px;
          min-height: 80px;
      }

      .customer-logo-card img {
          max-height: 40px;
      }
  }


  .whatsapp-float {
      position: fixed;
      bottom: 100px;
      right: 10px;
      width: 60px;
      height: 60px;
      background: #25D366;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
      z-index: 9999;
      transition: all 0.3s ease;
      text-decoration: none;
      animation: whatsapp-pulse 2s infinite;
  }

  .whatsapp-float:hover {
      background: #128C7E;
      color: #fff;
      transform: scale(1.1);
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  }

  @keyframes whatsapp-pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }

      70% {
          box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
      }

      100% {
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      }
  }

  @media (max-width: 767px) {
      .whatsapp-float {
          bottom: 20px;
          right: 20px;
          width: 50px;
          height: 50px;
          font-size: 26px;
      }
  }


  /* Latest Clients Section */
  .latest-clients-section {
      background: linear-gradient(135deg, #1a2a33, #0d1a20);
  }

  .clients-title {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 36px;
      color: #fff;
  }

  .clients-subtitle {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      margin-top: 10px;
  }

  .client-card-link {
      text-decoration: none;
  }

  .client-card {
      background: linear-gradient(145deg, rgba(255, 145, 90, 0.08), rgba(255, 93, 0, 0.03));
      border: 1px solid rgba(255, 145, 90, 0.2);
      border-radius: 16px;
      padding: 30px 24px;
      text-align: center;
      transition: all 0.4s ease;
      height: 100%;
  }

  .client-card:hover {
      transform: translateY(-8px);
      border-color: #ff8300;
      box-shadow: 0 20px 40px rgba(255, 145, 90, 0.2);
      background: linear-gradient(145deg, rgba(255, 145, 90, 0.15), rgba(255, 93, 0, 0.08));
  }

  .client-logo {
      width: 90%;
      height: 150px;
      margin: 0 auto 20px;
      background: rgba(255, 255, 255, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      border: 2px solid rgba(255, 145, 90, 0.15);
      transition: all 0.3s ease;
  }

  .client-card:hover .client-logo {
      border-color: #ff8300;
      background: rgba(255, 145, 90, 0.1);
  }

  .client-logo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      opacity: 1;
      transition: all 0.3s ease;
  }

  .client-name {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
      transition: color 0.3s ease;
  }

  .client-card:hover .client-name {
      color: #ff8300;
  }

  .client-desc {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      margin: 0;
  }

  @media (max-width: 991px) {
      .clients-title {
          font-size: 30px;
      }

      .client-card {
          padding: 24px 20px;
      }

      .client-logo {
          width: 80px;
          height: 80px;
      }
  }

  @media (max-width: 767px) {
      .clients-title {
          font-size: 26px;
      }

      .clients-subtitle {
          font-size: 14px;
      }

      .client-name {
          font-size: 16px;
      }

      .client-desc {
          font-family: "Inter", sans-serif;
          font-size: 13px;
      }
  }


  /* Clients Swiper Slider Styles */
  .clientsSwiper {
      padding: 20px 0 50px;
      position: relative;
  }

  .clientsSwiper .swiper-slide {
      height: auto;
  }

  .clients-navigation-wrapper {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
  }

  .clientsSwiper .swiper-button-prev,
  .clientsSwiper .swiper-button-next {
      position: static;
      width: 50px;
      height: 50px;
      background: rgba(255, 145, 90, 0.15);
      border: 1px solid rgba(255, 145, 90, 0.3);
      border-radius: 50%;
      transition: all 0.3s ease;
  }

  .clientsSwiper .swiper-button-prev::after,
  .clientsSwiper .swiper-button-next::after {
      font-size: 18px;
      color: #ff8300;
      font-weight: bold;
  }

  .clientsSwiper .swiper-button-prev:hover,
  .clientsSwiper .swiper-button-next:hover {
      background: #ff8300;
      border-color: #ff8300;
  }

  .clientsSwiper .swiper-button-prev:hover::after,
  .clientsSwiper .swiper-button-next:hover::after {
      color: #fff;
  }

  @media (max-width: 767px) {

      .clientsSwiper .swiper-button-prev,
      .clientsSwiper .swiper-button-next {
          width: 40px;
          height: 40px;
      }

      .clientsSwiper .swiper-button-prev::after,
      .clientsSwiper .swiper-button-next::after {
          font-size: 14px;
      }

      .clients-navigation-wrapper {
          gap: 15px;
          margin-top: 20px;
      }
  }


  /* ================================================================
   BLOG PAGE STYLES
   ================================================================ */

  /* Blog Hero Section */
  .blog-hero-section {
      background: linear-gradient(135deg, #0a1419 0%, #1a2a33 100%);
      min-height: 350px;
      padding: 120px 0 60px;
      position: relative;
  }

  .blog-hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(ellipse at center, rgba(255, 131, 0, 0.1) 0%, transparent 70%);
      pointer-events: none;
  }

  .blog-badge {
      background: linear-gradient(135deg, #FF5D00, #ff8300);
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      border-radius: 20px;
  }

  .blog-hero-desc {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      max-width: 600px;
  }

  /* Blog Section */
  .blog-section {
      background: linear-gradient(180deg, #1a2a33 0%, #0a1419 100%);
  }

  .blog-section-title {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 36px;
      color: #fff;
  }

  /* Blog Card */
  .blog-card-link {
      text-decoration: none;
      display: block;
      height: 100%;
  }

  .blog-card {
      background: linear-gradient(145deg, rgba(255, 145, 90, 0.08), rgba(255, 93, 0, 0.03));
      border: 1px solid rgba(255, 145, 90, 0.2);
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.4s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .blog-card:hover {
      transform: translateY(-8px);
      border-color: #ff8300;
      box-shadow: 0 20px 40px rgba(255, 145, 90, 0.2);
      background: linear-gradient(145deg, rgba(255, 145, 90, 0.15), rgba(255, 93, 0, 0.08));
  }

  .blog-image {
      width: 100%;
      height: 230px;
      overflow: hidden;
      position: relative;
  }

  .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
  }

  .blog-card:hover .blog-image img {
      transform: scale(1.08);
  }

  .blog-content {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }

  .blog-date {
      font-family: "Inter", sans-serif;
      font-size: 13px;
      color: #ff8300;
      margin-bottom: 12px;
      display: block;
  }

  .blog-title {
      font-family: "Inter", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 12px;
      line-height: 1.4;
      transition: color 0.3s ease;
  }

  .blog-card:hover .blog-title {
      color: #ff8300;
  }

  .blog-excerpt {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      margin-bottom: 16px;
      flex-grow: 1;
  }

  .blog-read-more {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #ff8300;
      transition: all 0.3s ease;
  }

  .blog-read-more i {
      transition: transform 0.3s ease;
  }

  .blog-card:hover .blog-read-more i {
      transform: translateX(5px);
  }

  /* Blog Page Responsive */
  @media (max-width: 991px) {
      .blog-hero-section {
          min-height: 300px;
          padding: 100px 0 50px;
      }

      .blog-section-title {
          font-size: 30px;
      }

      .blog-image {
          height: 180px;
      }
  }

  @media (max-width: 767px) {
      .blog-hero-section {
          min-height: 280px;
          padding: 90px 0 40px;
      }

      .blog-hero-section h1 {
          font-size: 28px;
      }

      .blog-hero-desc {
          font-size: 14px;
      }

      .blog-section-title {
          font-size: 26px;
      }

      .blog-content {
          padding: 20px;
      }

      .blog-title {
          font-size: 16px;
      }

      .blog-excerpt {
          font-size: 13px;
      }
  }

  @media (max-width: 480px) {
      .blog-hero-section h1 {
          font-size: 24px;
      }

      .blog-badge {
          font-size: 11px;
      }
  }

  /* ============================================
     Blog Details Page Styles
  ============================================ */
  .blog-details-section {
      background: #0a141a;
  }

  .blog-details-image {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  }

  .blog-details-image img {
      width: 100%;
      height: auto;
      border-radius: 16px;
  }

  .blog-article {
      color: #fff;
  }

  .blog-article h2 {
      font-family: "Inter", sans-serif;
      font-size: 28px;
      font-weight: 600;
      color: #ff8300;
      margin-top: 40px;
      margin-bottom: 20px;
  }

  .blog-article h3 {
      font-family: "Inter", sans-serif;
      font-size: 22px;
      font-weight: 600;
      color: #fff;
      margin-top: 30px;
      margin-bottom: 16px;
  }

  .blog-article p {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 20px;
  }

  .blog-intro p {
      font-size: 18px;
      line-height: 1.9;
      color: rgba(255, 255, 255, 0.9);
  }

  .blog-list-content ul {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
  }

  .blog-list-content li {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.85);
      padding: 12px 0 12px 32px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .blog-list-content li:last-child {
      border-bottom: none;
  }

  .blog-list-content li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 18px;
      width: 10px;
      height: 10px;
      background: #ff8300;
      border-radius: 50%;
  }

  .blog-list-content li strong {
      color: #fff;
  }

  .blog-back-link {
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .back-to-blog-btn {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #ff8300;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      padding: 12px 24px;
      border: 2px solid #ff8300;
      border-radius: 12px;
      transition: all 0.3s ease;
  }

  .back-to-blog-btn:hover {
      background: #ff8300;
      color: #fff;
  }

  .back-to-blog-btn i {
      transition: transform 0.3s ease;
  }

  .back-to-blog-btn:hover i {
      transform: translateX(-5px);
  }

  /* Blog Details Responsive */
  @media (max-width: 991px) {
      .blog-article h2 {
          font-size: 24px;
      }

      .blog-article h3 {
          font-size: 20px;
      }

      .blog-article p {
          font-size: 15px;
      }

      .blog-intro p {
          font-size: 16px;
      }
  }

  @media (max-width: 767px) {
      .blog-article h2 {
          font-size: 22px;
          margin-top: 30px;
      }

      .blog-article h3 {
          font-size: 18px;
      }

      .blog-article p {
          font-size: 14px;
      }

      .blog-intro p {
          font-size: 15px;
      }

      .blog-list-content li {
          font-size: 14px;
          padding: 10px 0 10px 28px;
      }

      .blog-list-content li::before {
          width: 8px;
          height: 8px;
          top: 16px;
      }
  }

  /* ============================================
     Latest Blog Slider Section
  ============================================ */
  .latest-blog-slider-section {
      background: #0a141a;
  }

  .latest-blog-slider-section .blog-card {
      height: 100%;
  }

  .latest-blog-slider-section .swiper-slide {
      height: auto;
  }

  .latest-blog-slider-section .swiper-navigation-wrapper {
      display: flex;
      justify-content: center;
      gap: 20px;
  }

  .latest-blog-slider-section .swiper-button-prev,
  .latest-blog-slider-section .swiper-button-next {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin-top: 0;
      width: 50px;
      height: 50px;
      background: rgba(255, 131, 0, 0.15);
      border-radius: 50%;
      color: #ff8300;
      transition: all 0.3s ease;
  }

  .latest-blog-slider-section .swiper-button-prev:hover,
  .latest-blog-slider-section .swiper-button-next:hover {
      background: #ff8300;
      color: #fff;
  }

  .latest-blog-slider-section .swiper-button-prev::after,
  .latest-blog-slider-section .swiper-button-next::after {
      font-size: 18px;
      font-weight: bold;
  }

  @media (max-width: 767px) {

      .latest-blog-slider-section .swiper-button-prev,
      .latest-blog-slider-section .swiper-button-next {
          width: 40px;
          height: 40px;
      }

      .latest-blog-slider-section .swiper-button-prev::after,
      .latest-blog-slider-section .swiper-button-next::after {
          font-size: 14px;
      }
  }