.elementor-2962 .elementor-element.elementor-element-a4f01fa{--display:flex;}.elementor-2962 .elementor-element.elementor-element-0b7f45f > .elementor-widget-container{margin:0px 0px 133px 0px;}.elementor-2962 .elementor-element.elementor-element-c358ce7{width:100%;max-width:100%;}.elementor-2962 .elementor-element.elementor-element-c358ce7 > .elementor-widget-container{margin:0px 0px -12px 0px;}@media(max-width:1366px){.elementor-2962 .elementor-element.elementor-element-c358ce7 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-0b7f45f *//* ===== Global Page Background ===== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  background: linear-gradient(to bottom right, #fff4ec, #f5f0ff);
  color: #1f2937;
  line-height: 1.8;
  font-size: 17px;
}

/* ===== Terms of Service Container ===== */
.tos-wrapper {
  max-width: 950px;
  margin: auto;
  padding: 100px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #f97316;
  border-right: 5px solid #9333ea;
}

/* ===== Page Title ===== */
.tos-title {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  background: linear-gradient(to right, #ff7a00, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

/* ===== Date ===== */
.tos-date {
  text-align: center;
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 40px;
}

/* ===== Headings ===== */
.tos-heading {
  font-size: 22px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 12px;
  color: #111827;
  position: relative;
  padding-left: 10px;
  border-left: 4px solid #9333ea;
}

/* ===== Paragraph Text ===== */
.tos-text {
  font-size: 17px;
  color: #374151;
  margin-bottom: 25px;
  line-height: 1.85;
}

/* ===== List Style ===== */
.tos-list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 30px;
}

.tos-list li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #4b5563;
}

/* ===== Links ===== */
.tos-text a {
  color: #ff7a00;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.tos-text a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c358ce7 *//* === GENERAL FOOTER STYLES === */
footer {
  background: linear-gradient(to bottom right, #fefcf9, #f8f0e8);
  padding: 60px 30px 50px;
  font-family: 'Poppins', sans-serif;
  color: #1b1b1b;
  border-top: 2px solid #ddcbb6;
  box-shadow: 0 -4px 50px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}

/* === LEFT SIDE === */
.footer__left {
  flex: 1;
  max-width: 320px;
  text-align: center;
}
.footer__logo img {
  width: 180px;
  transition: 0.3s ease-in-out;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}
.footer__logo img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 20px rgba(212, 175, 55, 0.4));
}
.footer__payment-secure {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.6);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
  backdrop-filter: blur(5px);
}
.footer__payment-secure img {
  max-width: 200px;
  margin-bottom: 10px;
  filter: grayscale(40%) brightness(1.05);
  transition: 0.3s ease;
}
.footer__payment-secure img:hover {
  filter: grayscale(0%) brightness(1.2);
  transform: scale(1.05);
}
.footer__payment-secure p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #1f1f1f;
}
.footer__payment-secure i {
  color: #D4AF37;
  margin-right: 6px;
}
.footer__desc p {
  margin-top: 15px;
  font-size: 14.5px;
  color: #666;
}

/* === RIGHT SIDE: MENU COLUMNS === */
.footer__right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
}
.footer__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
}
.menu-column {
  min-width: 190px;
}
.menu-column strong {
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}
.menu-column strong::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #D4AF37, #B89549);
  border-radius: 10px;
  margin-top: 6px;
  animation: shimmer 2s infinite ease-in-out;
}
@keyframes shimmer {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
.menu-column ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.menu-column ul li {
  margin: 8px 0;
}
.menu-column ul li a {
  color: #444;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-column ul li a:hover {
  color: #B89549;
  padding-left: 6px;
  text-shadow: 0 0 6px rgba(180, 149, 73, 0.4);
}

/* === SOCIAL ICONS === */
.footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e4d3c3;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.social ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 16px;
  padding: 0;
}
.social ul li a {
  color: #555;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}
.social ul li a:hover {
  color: #D4AF37;
  transform: scale(1.2);
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

/* === DARK MODE TOGGLE === */
.dark-toggle-wrap {
  text-align: center;
  margin-top: 30px;
}
#themeToggle {
  padding: 10px 24px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  background: #D4AF37;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
}
#themeToggle:hover {
  background: #B89549;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.5);
}

/* === DARK MODE === */
body.dark-mode {
  background: #101010;
  color: #f5f5f5;
}
body.dark-mode footer {
  background: linear-gradient(to bottom, #1a1a1a, #0f0f0f);
}
body.dark-mode .footer__desc p,
body.dark-mode .menu-column strong,
body.dark-mode .menu-column ul li a,
body.dark-mode .footer__bottom,
body.dark-mode .social ul li a,
body.dark-mode .footer__payment-secure p {
  color: #ccc;
}
body.dark-mode .menu-column strong::after {
  background: linear-gradient(to right, #FFE185, #FFB26B);
}
body.dark-mode .menu-column ul li a:hover,
body.dark-mode .social ul li a:hover {
  color: #FFCE7B;
  text-shadow: 0 0 10px rgba(255, 206, 123, 0.6);
}
body.dark-mode .footer__payment-secure img {
  filter: brightness(1.1);
}
body.dark-mode #themeToggle {
  background: #FFCE7B;
  color: #222;
  box-shadow: 0 0 14px rgba(255, 206, 123, 0.3);
}
body.dark-mode #themeToggle:hover {
  background: #FFC04D;
  box-shadow: 0 0 18px rgba(255, 206, 123, 0.6);
}

/* === MOBILE === */
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer__right {
    justify-content: center;
    width: 100%;
  }
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}/* End custom CSS */