.elementor-10 .elementor-element.elementor-element-58c049a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5b5d3d0 *//* ================================
   SAB TOOL - GLOBAL SETTINGS
================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans Devanagari", "Poppins", sans-serif;
  background: #fffdf8;
  color: #292014;
}


/* ================================
   HERO SECTION
================================ */

.sab-hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  padding: 90px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background:
    linear-gradient(
      100deg,
      #fffdf8 35%,
      rgba(255, 247, 225, 0.92) 100%
    );
  border-bottom: 3px solid #e34b20;
}

/* Hanuman Ji Image */

.sab-hanuman-img {
  position: absolute !important;
  z-index: 1;
  right: -30px;
  bottom: -30px;
  width: 58%;
  max-width: 720px;
  height: auto;
  opacity: 0.24;
  display: block !important;
  pointer-events: none;
  object-fit: contain;
  filter: saturate(1.15);
}

/* Hero Content */

.sab-hero-content {
  position: relative;
  z-index: 3;
  width: 55%;
  max-width: 700px;
}

.sab-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: #fff0d5;
  color: #b73512;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #f4b36d;
}

.sab-hero-content h1 {
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 800;
  color: #302015;
}

.sab-hero-content h1 span {
  color: #e34b20;
}

.sab-hero-content p {
  max-width: 600px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.9;
  color: #66584b;
}


/* ================================
   HERO BUTTONS
================================ */

.sab-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sab-primary-btn,
.sab-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.sab-primary-btn {
  background: #e34b20;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(227, 75, 32, 0.25);
}

.sab-primary-btn:hover {
  background: #b73512;
  transform: translateY(-3px);
}

.sab-secondary-btn {
  background: #ffffff;
  color: #e34b20 !important;
  border: 2px solid #e34b20;
}

.sab-secondary-btn:hover {
  background: #fff0d5;
  transform: translateY(-3px);
}


/* ================================
   FLOATING CARDS
================================ */

.sab-hero-visual {
  position: relative;
  z-index: 3;
  width: 35%;
  min-height: 260px;
}

.sab-floating-card {
  position: absolute;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f1c79d;
  border-radius: 16px;
  color: #5a2a18;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 35px rgba(80, 40, 10, 0.12);
  backdrop-filter: blur(8px);
  animation: sabFloat 4s ease-in-out infinite;
}

.sab-card-one {
  top: 10px;
  right: 10px;
}

.sab-card-two {
  top: 110px;
  left: 0;
  animation-delay: 1s;
}

.sab-card-three {
  bottom: 10px;
  right: 30px;
  animation-delay: 2s;
}

@keyframes sabFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


/* ================================
   SEARCH SECTION
================================ */

.sab-search-section {
  padding: 65px 7%;
  text-align: center;
  background: #ffffff;
}

.sab-search-section h2 {
  margin: 0 0 25px;
  font-size: clamp(26px, 4vw, 42px);
  color: #302015;
}

.sab-search-input {
  width: 100%;
  max-width: 650px;
  padding: 18px 22px;
  border: 2px solid #f0c59a;
  border-radius: 14px;
  outline: none;
  font-size: 16px;
  background: #fffdf8;
  color: #302015;
  transition: all 0.3s ease;
}

.sab-search-input:focus {
  border-color: #e34b20;
  box-shadow: 0 0 0 4px rgba(227, 75, 32, 0.1);
}


/* ================================
   TOOLS SECTION
================================ */

.sab-tools-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 70px 7%;
  background: #fffaf1;
}

.sab-tool-box {
  padding: 30px 24px;
  background: #ffffff;
  border: 1px solid #f2d7b8;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(75, 40, 10, 0.07);
  transition: all 0.3s ease;
}

.sab-tool-box:hover {
  transform: translateY(-8px);
  border-color: #e34b20;
  box-shadow: 0 15px 35px rgba(227, 75, 32, 0.15);
}

.sab-tool-icon {
  margin-bottom: 15px;
  font-size: 48px;
}

.sab-tool-box h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #302015;
}

.sab-tool-box p {
  min-height: 60px;
  margin: 0 0 20px;
  color: #766758;
  font-size: 15px;
  line-height: 1.7;
}

.sab-tool-box a {
  color: #e34b20;
  font-weight: 700;
  text-decoration: none;
}

.sab-tool-box a:hover {
  color: #b73512;
}


/* ================================
   TABLET RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .sab-hero-section {
    padding: 70px 5%;
  }

  .sab-hero-content {
    width: 60%;
  }

  .sab-hero-visual {
    width: 35%;
  }

  .sab-hanuman-img {
    width: 65%;
    right: -80px;
    opacity: 0.2;
  }

  .sab-tools-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 55px 5%;
  }
}


/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 767px) {
  .sab-hero-section {
    min-height: 650px;
    padding: 55px 22px;
    display: block;
  }

  .sab-hanuman-img {
    width: 125%;
    max-width: none;
    right: -170px;
    bottom: -20px;
    opacity: 0.18;
  }

  .sab-hero-content {
    width: 100%;
    max-width: 100%;
  }

  .sab-hero-content h1 {
    font-size: 38px;
  }

  .sab-hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sab-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .sab-primary-btn,
  .sab-secondary-btn {
    width: 100%;
  }

  .sab-hero-visual {
    width: 100%;
    min-height: 170px;
    margin-top: 25px;
  }

  .sab-floating-card {
    padding: 12px 16px;
    font-size: 13px;
  }

  .sab-card-one {
    top: 0;
    right: 0;
  }

  .sab-card-two {
    top: 75px;
    left: 0;
  }

  .sab-card-three {
    bottom: 0;
    right: 0;
  }

  .sab-search-section {
    padding: 45px 22px;
  }

  .sab-tools-section {
    grid-template-columns: 1fr;
    padding: 45px 22px;
  }

  .sab-tool-box p {
    min-height: auto;
  }
}

/* Mobile par Hero Section Hide */
@media (max-width: 767px) {
  .sab-hero-section {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3432e93 *//* =================================
   SAB TOOL - SECTION HEADING
================================= */

.sab-section-heading {
  max-width: 800px;
  margin: 0 auto 45px;
  text-align: center;
}

.sab-section-badge {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 15px;
  border: 1px solid #f2bd83;
  border-radius: 50px;
  background: #fff0d8;
  color: #c43f17;
  font-size: 14px;
  font-weight: 700;
}

.sab-section-heading h2 {
  margin: 0 0 15px;
  color: #302015;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  font-weight: 800;
}

.sab-section-heading p {
  margin: 0;
  color: #766758;
  font-size: 16px;
  line-height: 1.8;
}


/* =================================
   POPULAR TOOLS SECTION
================================= */

.sab-popular-section {
  position: relative;
  padding: 85px 7%;
  overflow: hidden;
  background: #fffdf8;
}

.sab-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1250px;
  margin: 0 auto;
}

.sab-popular-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #f1d4b3;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(75, 40, 10, 0.06);
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.sab-popular-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #e34b20;
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.sab-popular-card:hover {
  transform: translateY(-7px);
  border-color: #e34b20;
  box-shadow: 0 15px 35px rgba(227, 75, 32, 0.14);
}

.sab-popular-card:hover::before {
  transform: scaleY(1);
}

.sab-popular-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background: #fff0d8;
  font-size: 32px;
  transition: transform 0.3s ease;
}

.sab-popular-card:hover .sab-popular-icon {
  transform: rotate(-6deg) scale(1.08);
}

.sab-popular-card h3 {
  margin: 0 0 8px;
  color: #302015;
  font-size: 19px;
  font-weight: 800;
}

.sab-popular-card p {
  margin: 0;
  color: #766758;
  font-size: 14px;
  line-height: 1.6;
}

.sab-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #e34b20;
  font-size: 22px;
  font-weight: 800;
  transition: transform 0.3s ease;
}

.sab-popular-card:hover .sab-card-arrow {
  transform: translateX(5px);
}


/* =================================
   CATEGORIES SECTION
================================= */

.sab-categories-section {
  position: relative;
  padding: 85px 7%;
  background: #fff6e9;
  border-top: 1px solid #f6d7b5;
}

.sab-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1250px;
  margin: 0 auto;
}

.sab-category-card {
  position: relative;
  display: block;
  padding: 35px 28px;
  overflow: hidden;
  border: 1px solid #f0d2ae;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(75, 40, 10, 0.06);
  transition: all 0.3s ease;
}

.sab-category-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #e34b20;
  content: "";
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sab-category-card:hover {
  transform: translateY(-8px);
  border-color: #e34b20;
  box-shadow: 0 15px 35px rgba(227, 75, 32, 0.13);
}

.sab-category-card:hover::after {
  transform: scaleX(1);
}

.sab-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  margin: 0 auto 22px;
  border-radius: 25px;
  background: #fff0d8;
  font-size: 42px;
  transition: all 0.3s ease;
}

.sab-category-card:hover .sab-category-icon {
  transform: translateY(-5px) rotate(5deg);
  background: #ffe2b8;
}

.sab-category-card h3 {
  margin: 0 0 14px;
  color: #302015;
  font-size: 22px;
  font-weight: 800;
}

.sab-category-card p {
  min-height: 58px;
  margin: 0 0 22px;
  color: #766758;
  font-size: 15px;
  line-height: 1.8;
}

.sab-category-card span {
  color: #e34b20;
  font-size: 15px;
  font-weight: 800;
}


/* =================================
   TABLET RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .sab-popular-section,
  .sab-categories-section {
    padding: 70px 5%;
  }

  .sab-popular-grid,
  .sab-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =================================
   MOBILE RESPONSIVE
================================= */

@media (max-width: 767px) {
  .sab-popular-section,
  .sab-categories-section {
    padding: 55px 20px;
  }

  .sab-section-heading {
    margin-bottom: 30px;
  }

  .sab-section-heading h2 {
    font-size: 29px;
  }

  .sab-section-heading p {
    font-size: 15px;
  }

  .sab-popular-grid,
  .sab-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sab-popular-card {
    min-height: 135px;
    padding: 22px;
  }

  .sab-popular-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .sab-popular-card h3 {
    font-size: 17px;
  }

  .sab-popular-card p {
    font-size: 13px;
  }

  .sab-category-card {
    padding: 30px 22px;
  }

  .sab-category-card p {
    min-height: auto;
  }
}/* End custom CSS */