#terms-of-service{background:var(--tp-light,#FFF8E7);padding:50px 0 150px 0;font-family:'Open Sans',sans-serif;position:relative}#terms-of-service.light{background:var(--tp-light,#FFF8E7)}#terms-of-service.dark{background:var(--tp-dark,#2D3436)}#terms-of-service h1{font-family:Poppins,sans-serif;font-size:48px;font-weight:900;margin:0 0 30px;background:linear-gradient(135deg,var(--tp-orange,#FF6B35),var(--tp-pink,#FF5E78));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;position:relative;display:inline-block}#terms-of-service h1::after{content:"";position:absolute;bottom:-10px;left:0;width:100px;height:4px;background:linear-gradient(135deg,var(--tp-orange,#FF6B35),var(--tp-pink,#FF5E78));border-radius:2px}#terms-of-service h1.mt-0{margin-top:0}#terms-of-service h3{font-family:Poppins,sans-serif;font-size:28px;font-weight:700;margin:50px 0 20px;color:var(--tp-dark,#2D3436);position:relative;padding-bottom:10px}#terms-of-service h3.mt-50{margin-top:50px}#terms-of-service h3::before{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,var(--tp-orange,#FF6B35),var(--tp-pink,#FF5E78));border-radius:2px;transition:width 0.3s ease}#terms-of-service h3:hover::before{width:100px}#terms-of-service.dark h3{color:white}#terms-of-service p{font-family:'Open Sans',sans-serif;font-size:16px;color:var(--tp-dark,#2D3436);line-height:1.8;margin-bottom:20px;text-align:justify}#terms-of-service.dark p{color:var(--tp-light-gray,#BDC3C7)}#terms-of-service ol{list-style:none;counter-reset:terms-counter;padding:0;margin:0 0 30px}#terms-of-service ol li{counter-increment:terms-counter;font-family:'Open Sans',sans-serif;font-size:16px;color:var(--tp-dark,#2D3436);line-height:1.8;margin-bottom:25px;padding-left:40px;position:relative}#terms-of-service ol li::before{content:counter(terms-counter) ".";position:absolute;left:0;top:0;font-family:Poppins,sans-serif;font-weight:700;color:var(--tp-orange,#FF6B35);font-size:18px}#terms-of-service.dark ol li{color:var(--tp-light-gray,#BDC3C7)}#terms-of-service.dark ol li::before{color:var(--tp-yellow,#FFD23F)}#terms-of-service ul{list-style:none;padding:0;margin:0 0 20px}#terms-of-service ul li{font-family:'Open Sans',sans-serif;font-size:16px;color:var(--tp-dark,#2D3436);line-height:1.8;margin-bottom:12px;padding-left:25px;position:relative}#terms-of-service ul li::before{content:"•";position:absolute;left:0;color:var(--tp-orange,#FF6B35);font-size:20px;line-height:1}#terms-of-service.dark ul li{color:var(--tp-light-gray,#BDC3C7)}#terms-of-service.dark ul li::before{color:var(--tp-yellow,#FFD23F)}#terms-of-service strong{font-family:Poppins,sans-serif;font-weight:700;color:var(--tp-orange,#FF6B35)}#terms-of-service.dark strong{color:var(--tp-yellow,#FFD23F)}#terms-of-service a{color:var(--tp-orange,#FF6B35);text-decoration:none;font-weight:600;position:relative;transition:all 0.3s ease;padding:2px 4px;border-radius:4px}#terms-of-service a:hover{color:var(--tp-pink,#FF5E78);background:rgba(255,107,53,0.1)}#terms-of-service a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,var(--tp-orange,#FF6B35),var(--tp-pink,#FF5E78));transition:width 0.3s ease}#terms-of-service a:hover::after{width:100%}#terms-of-service.dark a{color:var(--tp-yellow,#FFD23F)}#terms-of-service.dark a:hover{color:var(--tp-orange,#FF6B35);background:rgba(255,210,63,0.1)}#terms-of-service.dark a::after{background:linear-gradient(135deg,var(--tp-yellow,#FFD23F),var(--tp-orange,#FF6B35))}#terms-of-service .highlight{background:rgba(255,107,53,0.05);border-left:4px solid var(--tp-orange,#FF6B35);padding:20px 25px;border-radius:0 12px 12px 0;margin:30px 0}#terms-of-service.dark .highlight{background:rgba(255,210,63,0.05);border-left-color:var(--tp-yellow,#FFD23F)}#terms-of-service.text-right{direction:rtl}#terms-of-service.text-right h1::after{left:auto;right:0}#terms-of-service.text-right h3::before{left:auto;right:0}#terms-of-service.text-right p{text-align:right}#terms-of-service.text-right ol li{padding-left:0;padding-right:40px}#terms-of-service.text-right ol li::before{left:auto;right:0}#terms-of-service.text-right ul li{padding-left:0;padding-right:25px}#terms-of-service.text-right ul li::before{left:auto;right:0}#terms-of-service.text-right a::after{left:auto;right:0}#terms-of-service.text-right .highlight{border-left:none;border-right:4px solid var(--tp-orange,#FF6B35);border-radius:12px 0 0 12px}#terms-of-service .col-md-12{background:white;padding:50px;border-radius:30px;box-shadow:0 20px 50px rgba(0,0,0,0.05);border:1px solid rgba(0,0,0,0.03);transition:all 0.3s ease;position:relative}#terms-of-service .col-md-12:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(255,107,53,0.1)}#terms-of-service .col-md-12::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,var(--tp-yellow,#FFD23F),var(--tp-orange,#FF6B35),var(--tp-pink,#FF5E78));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity 0.3s ease;pointer-events:none}#terms-of-service .col-md-12:hover::before{opacity:1}#terms-of-service.dark .col-md-12{background:#3A4142}@media (max-width:992px){#terms-of-service{padding:40px 0 100px 0}#terms-of-service h1{font-size:42px}#terms-of-service h3{font-size:24px;margin-top:40px}#terms-of-service .col-md-12{padding:40px}}@media (max-width:768px){#terms-of-service{padding:30px 0 80px 0}#terms-of-service h1{font-size:36px;margin-bottom:25px}#terms-of-service h1::after{width:80px;bottom:-8px}#terms-of-service h3{font-size:22px;margin-top:35px;padding-bottom:8px}#terms-of-service h3::before{width:50px}#terms-of-service p,#terms-of-service ol li,#terms-of-service ul li{font-size:15px;line-height:1.7}#terms-of-service ol li{padding-left:35px;margin-bottom:20px}#terms-of-service .col-md-12{padding:30px}#terms-of-service .highlight{padding:15px 20px}}@media (max-width:480px){#terms-of-service{padding:20px 0 60px 0}#terms-of-service h1{font-size:30px;margin-bottom:20px}#terms-of-service h1::after{width:60px;height:3px;bottom:-6px}#terms-of-service h3{font-size:20px;margin-top:30px;padding-bottom:6px}#terms-of-service h3::before{width:40px;height:2px}#terms-of-service p,#terms-of-service ol li,#terms-of-service ul li{font-size:14px;line-height:1.6}#terms-of-service ol li{padding-left:30px;margin-bottom:15px}#terms-of-service ol li::before{font-size:16px}#terms-of-service ul li{padding-left:20px}#terms-of-service .col-md-12{padding:20px;border-radius:20px}#terms-of-service.text-right ol li{padding-left:0;padding-right:30px}#terms-of-service.text-right ul li{padding-left:0;padding-right:20px}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#terms-of-service .col-md-12{animation:fadeIn 0.6s ease-out}#terms-of-service h3{opacity:0;animation:fadeIn 0.5s ease-out forwards}#terms-of-service h3:nth-of-type(1){animation-delay:0.1s}#terms-of-service h3:nth-of-type(2){animation-delay:0.2s}#terms-of-service h3:nth-of-type(3){animation-delay:0.3s}#terms-of-service h3:nth-of-type(4){animation-delay:0.4s}#terms-of-service h3:nth-of-type(5){animation-delay:0.5s}#terms-of-service hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--tp-orange,#FF6B35),transparent);margin:40px 0;opacity:0.3}#terms-of-service.dark hr{background:linear-gradient(90deg,transparent,var(--tp-yellow,#FFD23F),transparent)}