/* gpu **************************************************************** */

.section-padding {
  padding: 80px 0;
}
.gpu-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.who-is-icon svg {
    stroke: #e53935;
}

/* LEFT */
.gpu-buttons a.banner-btn {
  padding: 10px 15px;
  background: #ef3b3a;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
}
.gpu-buttons a.banner-second-btn {
  padding: 10px 15px;
  border: 2px solid #ef3b3a;
  text-decoration: none;
  color: #000000;
  border-radius: 10px;
}
.trust img {
  height: 50px;
}
.gpu-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: #0b0f19;
}

.gpu-content span {
  color: #ef3b3a;
}

.gpu-content p {
  margin-top: 20px;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}

.gpu-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-red {
  background: #ef3b3a;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
}

.btn-outline {
  border: 2px solid #ef3b3a;
  color: #ef3b3a;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
}

/* ratings */

.rating-box {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

.rating-box div {
  background: #fff;
  padding: 5px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border: 1px solid #ef3b3a;
}

/* FORM */

.demo-form {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #ef3b3a;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.demo-form h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

.demo-form input,
.demo-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.demo-form button {
  width: 100%;
  padding: 14px;
  background: #ef3b3a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
}

.note {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}

/* VerifyKit OTP styling */
.demo-form .vk-otp-container {
  display: block !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  float: none !important;
  clear: both !important;
  margin: 8px 0 15px !important;
  padding: 0 !important;
  position: static !important;
  box-sizing: border-box;
}

.demo-form .vk-send-row,
.demo-form .vk-otp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.demo-form .vk-btn {
  width: auto;
  padding: 8px 14px;
  background: #ef3b3a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.2;
}

.demo-form .vk-btn:hover {
  background: #d63433;
}

.demo-form .vk-btn:disabled,
.demo-form .vk-btn.vk-disabled {
  background: #c9c9c9;
  cursor: not-allowed;
}

.demo-form .vk-otp-input {
  flex: 1 1 140px;
  padding: 8px 12px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.demo-form .vk-status {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
}

.demo-form .vk-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #e6f7ec;
  color: #198754;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

/* Force VerifyKit container to break out of HubSpot's 2-column row */
.demo-form .form-columns-2 + .vk-otp-container,
.demo-form .hs-form-field + .vk-otp-container {
  float: none;
}

/* memory section  **************************************************************** */

.stats-section {
  padding: 60px 0;
  background: #f5f5f5;
}

.stat-box {
  background: #fff;
  border: 1px solid #ef3b3a;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 28px;
  color: #ef3b3a;
  margin-bottom: 10px;
}

.stat-box h2 {
  font-size: 28px;
  color: #ef3b3a;
  font-weight: 700;
  margin: 10px 0;
}

.stat-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Review section **************************************************************** */

/* REVIEWS SECTION */

.reviews {
  padding: 80px 0;
  background: #f8f8f8;
}

.reviews h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

/* CARD */

.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.review-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* RATING */

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 15px;
}

.rating .google {
  width: 161px;
}
/* TEXT */

.review-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* VIEW MORE */

.view-more {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.view-more:hover {
  color: #ef3b3a;
}

/* HIDDEN TEXT */

.more-text {
  display: none;
}

/* MOBILE RESPONSIVE */

@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }

  .reviews h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .review-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .reviews h2 {
    font-size: 24px;
  }

  .review-card p {
    font-size: 13px;
  }
}

.swiper {
  padding-bottom: 40px;
}

.swiper-slide {
  height: auto;
}

p.review-name {
    font-size: 18px;
    font-weight: 700;
    color: #403e3e;
}

/* WHY CLOUDPE SECTION **************************************************************** */

.why-cloudpe {
  padding: 80px 0;
  background: #f7f7f7;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.section-heading p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}

/* FEATURE BOX */

.feature-box {
  background: #fff;
  border: 1px solid #f1d7d7;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.feature-box i {
  font-size: 28px;
  color: #ef3b3a;
  margin-bottom: 15px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* RESPONSIVE */

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 228px;
  }
}

@media (max-width: 992px) {
  .section-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .why-cloudpe {
    padding: 60px 0;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 14px;
  }
}

/* Built for massivesection  **************************************************************** */

.llm-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #8b0d0d, #d61f1f);
  color: #fff;
}

.llm-heading h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.llm-heading p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 600px;
}

.line {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 15px 0;
}

.llm-cards {
  margin-top: 40px;
}

.llm-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  transition: 0.3s;
}

.llm-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.llm-card span {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
  display: block;
  margin-bottom: 8px;
}

.llm-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

/* <!-- Who needs GPU Cloud section start **************************************************** */

.gpu-need-section {
  padding: 80px 0;
  background: #f7f7f7;
  font-family: Arial;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-line {
  width: 60px;
  height: 3px;
  background: #e53935;
  margin-bottom: 15px;
}

.section-heading p {
  color: #666;
  max-width: 700px;
}

.gpu-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
}

.gpu-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.gpu-icon {
  font-size: 35px;
  color: #e53935;
  margin-bottom: 15px;
}

.gpu-card h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.gpu-card ul {
  padding-left: 18px;
}

.gpu-card ul li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #555;
}

.who-is-card-wrapper {
  padding: 30px;
  border: 2px solid #fceeee;
  border-radius: 8px;
  height: 270px;
}
.who-is-h3-wrapper h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.who-is-p-wrapper p {
  font-size: 15px;
}
.who-is-mini-text-wrapper span {
  background: #fceaea;
  padding: 1px 7px;
  font-size: 14px;
  border-radius: 5px;
  color: #ec3136;
  font-weight: 700;
}
.who-is-mini-text-wrapper span i {
  font-size: 12px;
}

/* Section */

/* Card */
.calculator-card {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

/* Header */
.header-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.icon-box {
  padding: 12px;
  background: #ece8ff;
  border-radius: 12px;
  color: #7b57ff;
}

.title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.subtitle {
  font-size: 14px;
  color: #8a94a8;
  margin: 0;
  margin-top: 10px;
}

/* Grid Layout */
.content-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Left Column */
.input-block {
  margin-bottom: 25px;
}

.label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.input-relative {
  position: relative;
}

.input-field {
  width: 92%;
  padding: 12px 16px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
  /* padding-right: 50px; */
}

.input-suffix {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

/* Plan Grid */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Right Column */
.result-box {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #ffffff;
}

.result-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000000;
}

.result-row.highlight {
  color: #ec3158;
  font-weight: 600;
}

.total-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  color: #000000;
}

.total-value {
  font-size: 28px;
  font-weight: bold;
  color: #ec3158;
}
div#plans button {
  padding: 20px 32px;
  border: 1px solid #a9a2a2;
  border-radius: 15px;
  text-align: start;
  background-color: #ffffff;
}
.font-semibold.text-sm {
  font-size: 17px;
  color: #000000;
}
.text-xs.text-muted-foreground {
  color: #8a94a8;
  margin-top: 6px;
}
/* Saving Box */
.save-box {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ec3158;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000000;
}

.save-amount {
  font-weight: bold;
  color: #ec3158;
}

/* Button */
.quote-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px 24px;
  font-weight: 600;
  border-radius: 10px;
  background: #ec3158;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.hidden {
  display: none;
}
.btn-wrapper {
  display: inline-flex;
  width: 100%;
}
/* Plan Buttons */
.plan-btn {
  position: relative;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: left;
  background: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}

.plan-btn:hover {
  border-color: #ec3158;
}

.plan-btn.active {
  background: #f3edff;
  border-color: #ec3158;
}

.plan-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 3px 8px;
  font-size: 11px;
  background: #ec3158;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
}

.plan-title {
  font-size: 16px;
  font-weight: 600;
  color: #ec3136;
}

.plan-desc {
  font-size: 14px;
  color: #777;
}
div#plans .plan-btn.active {
  border-color: #ec3158;
  background-color: #fce9e9;
}
div#plans .plan-btn.active svg {
  stroke: #ec3158;
}
div#plans .plan-btn svg {
  stroke: #a9a2a2;
  transition: stroke 0.25s ease;
}

.contact-us-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./images/contact-us-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
}

.contact-content p {
  font-size: 18px;
}

.faq-section {
  padding: 60px 20px;
  background: #f7f7f7;
}

.faq-list {
  list-style: none;
  margin: auto;
  padding: 0;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.faq-question {
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 18px;
  transition: 0.3s;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  font-size: 15px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* =========================
   RESPONSIVE FIXES
========================= */

/* Tablet & below */
@media (max-width: 991px) {
  .calculator-card {
    padding: 30px;
  }

  .header-row {
    align-items: flex-start;
  }

  .title {
    font-size: 20px;
  }

  .subtitle {
    font-size: 13px;
  }

  .input-field {
    width: 100%;
    font-size: 16px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .result-box {
    margin-top: 10px;
  }

  .total-value {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pricing-section {
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }

  .calculator-card {
    padding: 24px;
    border-radius: 16px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .icon-box {
    padding: 10px;
  }

  .title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 13px;
  }

  .label {
    font-size: 13px;
  }

  .input-field {
    padding: 12px 14px;
    font-size: 15px;
    width: 90%;
  }

  .result-box {
    padding: 20px;
    border-radius: 12px;
  }

  .result-row {
    font-size: 13px;
  }

  .total-wrapper {
    flex-direction: column;
    gap: 6px;
  }

  .total-value {
    font-size: 22px;
  }

  .save-box {
    padding: 12px;
    font-size: 13px;
  }

  div#plans button {
    padding: 16px 18px;
    border-radius: 12px;
  }

  .font-semibold.text-sm {
    font-size: 15px;
  }

  .quote-btn {
    padding: 14px;
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .calculator-card {
    padding: 20px;
  }

  .title {
    font-size: 17px;
  }

  .total-value {
    font-size: 20px;
  }

  .quote-btn {
    font-size: 14px;
  }
}

/* gpu mobile **************************************************************** */

@media (max-width: 768px) {
  .gpu-content h1 {
    font-size: 36px;
  }

  .gpu-buttons {
    flex-direction: column;
  }

  .rating-box {
    flex-direction: column;
  }

  .demo-form {
    margin-top: 40px;
  }
}

.cta-h2-wrapper h2 {
  padding-bottom: 20px;
  color: #ffff;
  font-size: 48px;
}

.cta-wrapper .cta-btn-wrapper .gpu-buttons {
  display: flex;
  justify-content: center;
}

section.h200-cta {
  background: #7c0a0d;
  background: linear-gradient(
    171deg,
    rgba(124, 10, 13, 1) 0%,
    rgba(203, 17, 22, 1) 100%
  );
}

.cta-p-wrapper p {
  color: #ffff;
}

.cta-wrapper .cta-btn-wrapper .gpu-buttons a.banner-second-btn {
  color: #fff;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
      border-bottom: 1px solid #ccc;
}

.footer-menu-wrapper {
  display: flex;
  gap: 20px;
}

.footer-menu-wrapper p a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

footer {
  padding: 20px 20px 10px;
}
.footer-logo img {
    height: 65px;
}

.footer-copy-right P {
    color: #212529;
    padding-top: 12px;
}

@media (max-width: 575px) {
  .footer-menu-wrapper {
    flex-direction: column;
    gap: 0;
    /* flex-wrap: wrap; */
  }
}

/* slider  */
/* section */

.logo-slider {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}

/* row */

.slider-row {
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}

/* track */

.slide-track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
}

/* logo */

.slide-track img {
  height: 120px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.slide-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* RIGHT SLIDE */

.slider-right .slide-track {
  animation: scrollRight 30s linear infinite;
}

/* LEFT SLIDE */

.slider-left .slide-track {
  animation: scrollLeft 30s linear infinite;
}

/* animations */

@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* fade edges modern effect */

.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .slide-track {
    gap: 50px;
  }

  .slide-track img {
    height: 60px;
  }
}

@media (max-width: 600px) {
  .slide-track {
    gap: 40px;
  }

  .slide-track img {
    height: 45px;
  }
}

.slider-text {
  text-align: center;
  color: #e53935;
  font-size: 17px;
}


/* header */

.site-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo img {
  height: 54px;
}

/* NAV MENU */
.site-header__nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.site-header__nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.site-header__nav ul li a:hover {
  color: #ED3237;
}

/* Contact Us Button */
.site-header__btn {
  color: #ED3237;
  padding: 10px 20px;
  border: 1px solid #ED3237;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.site-header__btn:hover {
  background: #ED3237;
  color: #fff;
}

/* Hamburger */
.site-header__toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-left: 15px;
}

.site-header__toggle span {
  width: 26px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Perfect X Animation */
.site-header__toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
}
.site-header__toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.site-header__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .site-header__container {
    justify-content: space-between;
  }

  .site-header__nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .site-header__nav:active{
    color: #7c0a0d;
  }
  .site-header__nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .site-header__nav.active {
    display: flex;
    animation: fadeInDown 0.3s ease;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .site-header__toggle {
    display: flex;
  }

  .site-header__btn {
    display: none; /* Button hidden in mobile view */
  }
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ed3439;
}


#backToTop{
    position: fixed;
    right: 25px;
    bottom: 95px;   /* tawk button chya वर */
    width: 55px;
    height: 55px;
    border-radius: 16px;
    background: #e60000;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255,0,0,.35);
    transition: all .3s ease;
}

#backToTop:hover{
    transform: translateY(-6px);
    background: #c50000;
}

@media(max-width:768px){
    #backToTop{
        right: 18px;
        bottom: 105px; /* mobile sathi tawk cha वर */
        width: 50px;
        height: 50px;
    }
}

.whatsapp-btn{
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37,211,102,0.4);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-btn:hover{
  transform: scale(1.1);
}

.whatsapp-icon{
  width: 32px;
  height: 32px;
  fill: #fff;
}

@keyframes pulse{
  0%{
    box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
  }
  70%{
    box-shadow: 0 0 0 15px rgba(37,211,102,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(37,211,102,0);
  }
}
