* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  font-size: 16px;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #242424;
}

p {
  margin: 0;
  color: #242424;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #ae6675;
}

a:hover {
  color: #ae6675;
}

h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "sst-arabic-light";
  src: url(../fonts/sst-arabic-light.ttf);
}
@font-face {
  font-family: "sst-arabic-medium";
  src: url(../fonts/sst-arabic-medium.ttf);
}
@font-face {
  font-family: "sst-arabic-bold";
  src: url(../fonts/sst-arabic-bold.ttf);
}
body {
  font-weight: 400;
  line-height: 1.8;
  background-color: #fff;
  color: #242424;
  overflow-x: hidden;
  font-family: "sst-arabic-medium";
}

.font-light {
  font-family: "sst-arabic-light";
}

.font-bold {
  font-family: "sst-arabic-bold";
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 10px 15px;
  border: 1px solid #eff2ee;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 2px rgba(18, 18, 23, 0.05);
  border-radius: 16px;
  height: 45px;
}
.form-control:focus {
  background-color: #f5f5f5;
  border-color: #ae6675 !important;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.bg-primary {
  background-color: #ae6675 !important;
}

.text-primary {
  color: #ae6675 !important;
}

.text-primary-2 {
  color: #047985;
}

.bg-primary-2 {
  background-color: #047985;
}

.border-primary {
  border-color: #ae6675 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.input-icon.icon-right .icon {
  inset-inline-start: 20px;
}

.input-icon.icon-right .form-control {
  padding-inline-start: 55px;
}

.input-icon.icon-left .icon {
  inset-inline-end: 20px;
}

.input-icon.icon-left .form-control {
  padding-inline-end: 55px;
}

::-moz-placeholder {
  color: #c3c3c3 !important;
  font-size: 16px;
}

::placeholder {
  color: #c3c3c3 !important;
  font-size: 16px;
}

.btn {
  padding: 12px 38px;
  font-size: 1.2rem;
  border-radius: 30px;
}

.btn-primary {
  color: #fff;
  background: #25969b;
  border: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary img {
  max-height: 28px;
}
.btn-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  inset-inline-start: 20%;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(253, 247, 250, 0) 0%, #f8f6f6 100%);
  border-radius: 12px;
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  border-color: #25969b;
  background: #25969b !important;
  box-shadow: none !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before {
  inset-inline-start: 100%;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.main-header.fixed {
  background-color: #fff;
  padding: 5px 0;
  box-shadow: 0 10px 30px #7f7f7f14;
}
.main-header .header-content {
  background-color: #fff;
  border-radius: 60px;
  padding: 8px 30px;
}
.main-header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.main-header .overlay:not(.collapsed) {
  visibility: visible;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-header {
    padding: 10px 0;
  }
  .main-header .toggleMenu {
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-collapse {
    position: absolute;
    width: 94%;
    z-index: 1;
    background: rgb(255, 255, 255);
    top: 0px;
    box-shadow: rgba(41, 41, 41, 0.1098039216) 0px 20px 20px;
    transition: all 0.2s ease-in-out;
    right: 50%;
    transform: translateX(50%);
    padding-top: 60px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .main-header .navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    inset-inline-end: 32%;
    top: 3%;
    z-index: 22;
  }
  .main-header .navbar .navbar-collapse .navbar-nav {
    padding: 10px 20px 0;
  }
  .main-header .navbar .navbar-collapse.show {
    inset-inline-end: -30%;
  }
  .main-header .navbar .navbar-collapse.show .ss {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
}
.main-header .navbar .navbar-collapse .nav-link {
  cursor: pointer;
  display: inline-block;
  padding: 6px 25px;
  padding-bottom: 12px;
  margin: 0px 5px;
  font-size: 20px;
  line-height: 1.4;
  color: #272727;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  position: relative;
  border-radius: 30px;
}
.main-header .navbar .navbar-collapse .nav-link.active,
.main-header .navbar .navbar-collapse .nav-link:hover {
  background-color: #fe2678;
  color: #fff !important;
}
@media (max-width: 991px) {
  .main-header .navbar-brand {
    z-index: 2;
  }
  .main-header .navbar-brand img {
    max-height: 50px;
  }
  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler {
  position: relative;
  z-index: 2;
}
.navbar-toggler:not(.collapsed) i::before {
  content: "\f00d";
}

@media (max-width: 1250px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 8px 15px;
    font-size: 12px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.7rem;
  }
  .btn-ligth {
    padding: 2px 7px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 9px 7px;
    font-size: 10px;
  }
}
.dropdown-user .btn-ligth {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-user .btn-ligth:hover .arrow i {
  color: #000;
}
.dropdown-user .dropdown-user-name {
  font-size: 14px;
}
.dropdown-user .dropdown-user-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-user .arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.dropdown-user .dropdown-menu {
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 36px 0 rgba(17, 17, 17, 0.0588235294);
  min-width: 270px;
}
.dropdown-user .dropdown-menu .profile-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-user .dropdown-menu-user .menu-user li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dropdown-user .dropdown-menu-user .menu-user .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8f9f9;
}
.dropdown-user .dropdown-menu-user .menu-user .title {
  color: #262626;
  transition: color 0.2s ease-in-out;
}
.dropdown-user .dropdown-menu-user .menu-user .title:hover {
  color: #ae6675;
}

@media (min-width: 992px) {
  .main-header.link-white .navbar .navbar-collapse .nav-link {
    cursor: pointer;
    display: inline-block;
    padding: 8px 9px;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
.section {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}

.section-home {
  position: relative;
  z-index: 1;
  height: 900px;
  display: flex;
  align-items: center;
  padding-top: 90px;
  background: linear-gradient(221.72deg, #c74375 23.57%, #ff2779 89.12%);
}
@media (max-width: 991px) {
  .section-home {
    height: auto;
    padding: 100px 0 30px;
  }
}

.app-image-filter-white img {
  filter: brightness(0) invert(1);
}

.features {
  position: relative;
}
.features .section-icon {
  position: absolute;
  top: -50px;
  inset-inline-start: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .features .section-icon {
    top: -30px;
    inset-inline-start: 0px;
  }
}

.features-content {
  background-color: rgba(233, 233, 233, 0.3);
  border-radius: 38px;
  padding: 30px;
}
@media (max-width: 991px) {
  .features-content {
    padding: 40px 20px 20px;
  }
}

.section-title {
  line-height: 1.2;
  font-size: 4rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title span {
  background: linear-gradient(180deg, #fe3a90 0%, #d74786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.widget_item-feature {
  background-color: rgba(207, 206, 206, 0.3);
  border-radius: 38px;
  padding: 30px 30px 60px;
  transition: all 0.2s ease-in-out;
}
.widget_item-feature .widget_item-icon {
  margin-bottom: 90px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #bee0e1;
}
.widget_item-feature .widget_item-icon img {
  max-height: 25px;
}
.widget_item-feature .widget_item-desc {
  font-size: 17px;
  height: 153px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .widget_item-feature {
    padding: 20px;
  }
  .widget_item-feature .widget_item-icon {
    margin-bottom: 20px;
  }
}
.widget_item-feature:hover {
  transform: translateY(-15px);
  background-color: rgba(37, 150, 155, 0.3);
}
.widget_item-feature:hover .widget_item-icon {
  background-color: #ececec;
}

.widget_item-blog {
  position: relative;
  display: block;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: -2px 3px 24.5px rgba(0, 0, 0, 0.05);
}
.widget_item-blog::before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(253, 247, 250, 0) 29.68%,
    #f8f6f6 99.19%
  );
  border-radius: 28px;
  transform: rotate(90deg);
  height: 100%;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.widget_item-blog .widget_item-image {
  position: relative;
  height: 0;
  padding-top: 116%;
}
.widget_item-blog .widget_item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget_item-blog .widget_item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
}
.widget_item-blog .widget_item-content .widget_item-text {
  height: 58px;
  overflow: hidden;
}
.widget_item-blog .widget_item-content .widget_item-title,
.widget_item-blog .widget_item-content .widget_item-text {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transform: translateY(20px);
}
.widget_item-blog:hover::before {
  background: linear-gradient(
    90deg,
    rgba(253, 247, 250, 0) 29.68%,
    #25969b 99.19%
  );
}
.widget_item-blog:hover .widget_item-title,
.widget_item-blog:hover .widget_item-text {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  color: #fff;
}
.widget_item-blog:hover .widget_item-text {
  transition-delay: 0.1s;
}

.section-icon {
  background-color: #25969b;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-icon::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #25969b;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-icon {
    width: 60px;
    height: 60px;
  }
  .section-icon img {
    max-width: 25px;
  }
}

.section-blog,
.section-testimonials {
  background-color: #f8f6f6;
}
.section-blog .section-title,
.section-testimonials .section-title {
  color: #25969b;
}

.data-rating span {
  color: #e9e9e9;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991px) {
  .data-rating span {
    font-size: 12px;
  }
}
.data-rating span i:not(:last-of-type) {
  margin-inline-end: 5px;
}

.data-rating span[data-rating="1"] i:nth-child(-n + 1)::before,
.data-rating span[data-rating="2"] i:nth-child(-n + 2)::before,
.data-rating span[data-rating="3"] i:nth-child(-n + 3)::before,
.data-rating span[data-rating="4"] i:nth-child(-n + 4)::before,
.data-rating span[data-rating="5"] i:nth-child(-n + 5)::before {
  content: "\f005";
  color: #25969b;
  transform: translateY(1px);
  font-weight: 900;
}

.widget_item-testimonial {
  border-radius: 40px;
  background-color: #f1f0f0;
  padding: 45px 24px 45px 10px;
  transition: background-color 0.2s ease-in-out;
}
.widget_item-testimonial .widget_item-image {
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}
.widget_item-testimonial .widget_item-image img {
  max-width: 90px;
  max-height: 90px;
}
.widget_item-testimonial .widget_item-text {
  height: 29px;
  overflow: hidden;
}
.widget_item-testimonial:hover {
  background-color: #25969b;
}
.widget_item-testimonial:hover *,
.widget_item-testimonial:hover .data-rating span i::before {
  color: #fff !important;
}

.service-item {
  position: relative;
}
.service-item:not(:last-of-type) {
  padding-bottom: 30px;
}
.service-item::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #7e7e7e;
  height: 100%;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
}
.service-item .service-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  padding-bottom: 4px;
}
.service-item .service-title {
  font-size: 26px;
}
.service-item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.service-item:nth-child(even) .service-number {
  background-color: #25969b;
}
.service-item:nth-child(odd) .service-number {
  background-color: #fe3a90;
}
.service-item .service-content {
  text-align: center;
}
.service-item .service-image {
  text-align: center;
}
.service-item .service-image img {
  margin: auto;
}
.service-item .service-content,
.service-item .service-image {
  width: 200px;
}

.section-app {
  background-color: #fdf7fa;
}

.section-service {
  background:url(../images/bg-service2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.app-image img {
  transition: all 0.2s ease-in-out;
}
.app-image img:hover {
  transform: translateY(-10px);
}

@media (max-width: 991px) {
  .image-responsive {
    max-height: 200px;
  }
}
.main-footer {
  padding: 50px 0;
  /*background: url(../images/bg-footer.png);*/
  background-position: bottom right;
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: #000000;
}
.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  margin-top: 20px;
}
.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 7px 5px;
  margin: 0px 12px;
  position: relative;
  transition: color 200ms;
}
.main-footer .link-footer a:hover {
  color: #ae6675 !important;
}

.contact-item .contact-icon {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 20px;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-media li:not(:last-of-type) {
  margin-inline-end: 0px;
}
.social-media li a {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background-color 0.3s ease-in-out;
}
.social-media li a i {
  transition: color 0.3s ease-in-out;
}
.social-media li a:hover {
  color: #fe3a90;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 5px;
  background-color: #00000033;
  border-radius: 60px !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.service-box {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 50px -17px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
}

.service-box img {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.column-1 {
  grid-column: 1;
}
.column-1 .service-box {
  height: 465px;
  margin-bottom: 20px;
}

.column-2 {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.column-2 .service-box:first-child {
  height: 242px;
}
.column-2 .service-box:last-child {
  height: 326px;
  margin-bottom: 20px;
}

.column-3 {
  grid-column: 3;
}
.column-3 .service-box {
  height: 443px;
  margin-bottom: 20px;
  justify-content: center;
}

.column-4 {
  grid-column: 4;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.column-4 .service-4 {
  height: 89px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.column-4 .service-4 img {
  display: none;
}
.column-4 .service-4 p {
  margin: 0;
}
.column-4 .service-box:nth-of-type(1) h3{
  margin-top: 0;
  padding-top: 0;
  font-size: 1.25rem;
  color: #C42D6F;
}
.column-4 .service-box:nth-of-type(1) h3::before {
    content: unset;
}

.column-4 .service-box:nth-of-type(2)  {
  height: 330px;
}

.column-5 {
  grid-column: 5;
}
.column-5 .service-box {
  height: 390px;
  margin-top: 50px;
}

.service-box h3 {
  color: #25969B;
  font-weight: 500;
  font-size: 1.85rem;
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 1.2;
}

.service-box h3::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  background-color: #565656B2;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}


.column-1 .service-box img{
  height: 305px;
}

.column-2 .service-box:nth-of-type(1) img{
  height: 111px;
}
.column-2 .service-box:nth-of-type(2) img{
  height: 182px;
}
.column-3 .service-box  img{
  height: 275px;
}

.column-4 .service-box img{
  height: 178px;
}
.column-5 .service-box img{
  height: 242px;
}

.column-2 .service-box:nth-of-type(1) h3{
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .column-1,
  .column-3,
  .column-5 {
    grid-column: auto;
  }

  .column-2,
  .column-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: auto;
  }

  .service-box {
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .service-box img {
    height: auto;
    max-height: 250px;
    object-fit: cover;
  }

  .service-box h3 {
    font-size: 1.4rem;
  }
  .column-4 .service-4,.column-5 .service-box{
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .services-container {
    grid-template-columns: 1fr;
  }

  .service-box {
    padding: 15px;
  }

  .service-box img {
    max-height: 220px;
  }

  .service-box h3 {
    font-size: 1.2rem;
  }
}

/* ===================================
   Articles Pages Styles
   =================================== */

/* Page Hero */
.page-hero,
.article-hero {
  position: relative;
  padding: 180px 0 100px;
  overflow: hidden;
}

.page-hero::before,
.article-hero::before {
  content: "";
  position: absolute;
  inset-inline-start: -200px;
  top: -100px;
  width: 450px;
  height: 450px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  filter: blur(60px);
}

.page-hero::after,
.article-hero::after {
  content: "";
  position: absolute;
  inset-inline-end: -150px;
  bottom: -120px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  filter: blur(50px);
}

.page-hero .container,
.article-hero .container {
  position: relative;
  z-index: 2;
}

.bg-gradient-articles {
  background: linear-gradient(221.72deg, #c74375 23.57%, #ff2779 89.12%);
}

.hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
  color: #fff;
}

.hero-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
}

.hero-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.85);
}

.page-title {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 680px;
  opacity: 0.95;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge i {
  font-size: 1.3rem;
}

/* Articles List Section */
.section-articles-list {
  background-color: #fdf7fa;
  padding: 80px 0 100px;
}

.articles-filter {
  background: #fff;
  border-radius: 28px;
  padding: 28px 32px;
  box-shadow: 0 20px 45px rgba(199, 67, 117, 0.08);
}

.articles-filter .filter-label {
  font-size: 0.95rem;
  color: #25969b;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.articles-filter .form-select,
.articles-filter .form-control {
  border-radius: 16px;
  border: 1px solid rgba(37, 150, 155, 0.15);
  padding: 12px 18px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.articles-filter .form-select:focus,
.articles-filter .form-control:focus {
  border-color: #fe3a90;
  box-shadow: 0 0 0 3px rgba(254, 58, 144, 0.1);
}

.articles-filter .filter-search {
  position: relative;
}

.articles-filter .filter-search i {
  position: absolute;
  inset-inline-end: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #25969b;
  font-size: 1rem;
}

/* Article Card */
.article-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(199, 67, 117, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(199, 67, 117, 0.15);
}

.article-card .article-image {
  position: relative;
  display: block;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}

.article-card .article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.08);
}

.article-card .article-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.article-card:hover .article-overlay {
  opacity: 1;
}

.article-card .article-content {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-card .article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.article-card .badge-category {
  background: linear-gradient(135deg, #25969b 0%, #047985 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.article-card .article-date {
  font-size: 0.85rem;
  color: #6f7f87;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-card .article-title {
  margin-bottom: 12px;
  line-height: 1.5;
}

.article-card .article-title a {
  color: #242424;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.article-card .article-title a:hover {
  color: #fe3a90;
}

.article-card .article-excerpt {
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}

.article-card .article-footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 150, 155, 0.1);
  margin-top: auto;
}

.article-card .article-footer-meta > span {
  font-size: 0.85rem;
  color: #6f7f87;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-card .article-link {
  color: #fe3a90;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.article-card:hover .article-link {
  gap: 12px;
}

/* Pagination */
.articles-pagination {
  margin-top: 60px;
}

.articles-pagination .pagination {
  gap: 8px;
}

.articles-pagination .page-link {
  border: none;
  background: #fff;
  color: #25969b;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(199, 67, 117, 0.08);
  transition: all 0.3s ease;
}

.articles-pagination .page-link:hover,
.articles-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #fe3a90 0%, #c74375 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(254, 58, 144, 0.25);
}

.articles-pagination .page-item.disabled .page-link {
  background: transparent;
  color: #b1c1c3;
  box-shadow: none;
  cursor: not-allowed;
}

/* Article Details Page */
.article-hero {
  padding-bottom: 80px;
}

.article-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.article-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-article-details {
  background: #fff;
  padding: 80px 0;
}

.article-details-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(37, 150, 155, 0.08);
}

.article-details-card .article-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.article-details-card .article-body {
  padding: 45px 50px 40px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #303030;
}

.article-details-card .article-body .article-intro {
  font-size: 1.15rem;
  color: #5a5a5a;
  line-height: 1.9;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(37, 150, 155, 0.1);
}

.article-details-card .article-body h3 {
  color: #25969b;
  font-size: 1.5rem;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-details-card .article-body h3 i {
  font-size: 1.3rem;
  color: #fe3a90;
}

.article-details-card .article-body p {
  margin-bottom: 20px;
}

.article-details-card .article-quote {
  background: linear-gradient(135deg, rgba(254, 58, 144, 0.08) 0%, rgba(199, 67, 117, 0.05) 100%);
  border-inline-start: 4px solid #fe3a90;
  padding: 24px 28px;
  border-radius: 20px;
  margin: 32px 0;
  position: relative;
}

.article-details-card .article-quote i {
  position: absolute;
  top: 20px;
  inset-inline-end: 24px;
  font-size: 2rem;
  color: rgba(254, 58, 144, 0.2);
}

.article-details-card .article-quote p {
  color: #ae6675;
  font-style: italic;
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.8;
}

.article-highlight {
  background: linear-gradient(120deg, rgba(37, 150, 155, 0.08) 0%, rgba(254, 58, 144, 0.08) 100%);
  border-radius: 24px;
  padding: 28px 32px;
  margin: 32px 0;
  border: 1px solid rgba(37, 150, 155, 0.15);
}

.article-highlight h4 {
  color: #25969b;
  margin-bottom: 12px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-highlight h4 i {
  color: #fe3a90;
  font-size: 1.2rem;
}

.article-highlight p {
  margin: 0;
  color: #303030;
}

.article-tips {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 28px 32px;
  margin: 32px 0;
}

.article-tips h4 {
  color: #25969b;
  margin-bottom: 18px;
  font-size: 1.25rem;
}

.article-tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-tips ul li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #303030;
}

.article-tips ul li i {
  color: #25969b;
  margin-top: 4px;
  flex-shrink: 0;
}

.article-details-card .article-conclusion {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid rgba(37, 150, 155, 0.1);
  font-size: 1.08rem;
  color: #5a5a5a;
  line-height: 1.9;
}

/* Article Footer */
.article-footer {
  padding: 32px 50px 40px;
  border-top: 1px solid rgba(37, 150, 155, 0.12);
}

.article-footer .article-tags {
  margin-bottom: 28px;
}

.article-footer .tags-title {
  color: #25969b;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.article-footer .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-footer .tag {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(37, 150, 155, 0.08);
  color: #25969b;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.article-footer .tag:hover {
  background: #25969b;
  color: #fff;
  transform: translateY(-2px);
}

.article-footer .article-share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.article-footer .share-title {
  color: #303030;
  font-weight: 600;
  font-size: 1rem;
}

.article-footer .share-icons {
  display: flex;
  gap: 10px;
}

.article-footer .share-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f9fa;
  color: #303030;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.article-footer .share-icon.whatsapp:hover {
  background: #25d366;
  color: #fff;
  transform: translateY(-3px);
}

.article-footer .share-icon.facebook:hover {
  background: #1877f2;
  color: #fff;
  transform: translateY(-3px);
}

.article-footer .share-icon.twitter:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
}

.article-footer .share-icon.linkedin:hover {
  background: #0a66c2;
  color: #fff;
  transform: translateY(-3px);
}

/* Sidebar */
.article-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 15px 35px rgba(37, 150, 155, 0.08);
}

.sidebar-card .sidebar-title {
  color: #25969b;
  font-size: 1.25rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-card .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-card .sidebar-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(37, 150, 155, 0.08);
}

.sidebar-card .sidebar-list li:last-child {
  border-bottom: none;
}

.sidebar-card .sidebar-list a {
  color: #303030;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.sidebar-card .sidebar-list a:hover {
  color: #fe3a90;
}

.sidebar-card .sidebar-list a span {
  background: rgba(37, 150, 155, 0.1);
  color: #25969b;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

.sidebar-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-article {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(37, 150, 155, 0.08);
}

.sidebar-article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-article-title {
  color: #303030;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.sidebar-article-title:hover {
  color: #fe3a90;
}

.sidebar-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #6f7f87;
}

.sidebar-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* CTA Card */
.cta-card {
  background: linear-gradient(135deg, #fe3a90 0%, #c74375 100%);
  text-align: center;
}

.cta-card .cta-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cta-card .cta-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.cta-card .sidebar-title {
  color: #fff;
}

.cta-card .app-image img {
  max-height: 52px;
  transition: transform 0.3s ease;
}

.cta-card .app-image img:hover {
  transform: scale(1.05);
}

/* Related Articles */
.section-related-articles {
  background: #fdf7fa;
  padding: 80px 0 100px;
}

.section-related-articles .section-title {
  color: #25969b;
}

.article-card.mini .article-content {
  padding: 22px 24px 26px;
}

.article-card.mini .article-title {
  font-size: 1.15rem;
}

.article-card.mini .article-title a {
  font-size: 1.15rem;
}

.article-card.mini .article-excerpt {
  font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .page-hero,
  .article-hero {
    padding: 140px 0 70px;
    text-align: center;
  }

  .page-title {
    font-size: 2.2rem;
  }

  .page-subtitle {
    margin: 0 auto;
  }

  .hero-badge {
    margin: 0 auto;
  }

  .articles-filter {
    padding: 24px;
  }

  .article-details-card .article-body {
    padding: 32px 28px;
  }

  .article-details-card .article-body .article-intro {
    font-size: 1.05rem;
  }

  .article-details-card .article-body h3 {
    font-size: 1.3rem;
  }

  .article-footer {
    padding: 28px 28px 32px;
  }

  .article-footer .article-tags {
    margin-bottom: 24px;
  }

  .article-footer .article-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .article-sidebar {
    margin-top: 60px;
    position: static;
  }
}

@media (max-width: 767px) {
  .page-hero,
  .article-hero {
    padding: 120px 0 60px;
  }

  .page-title {
    font-size: 1.8rem;
  }

  .articles-filter .filter-label {
    font-size: 0.9rem;
  }

  .article-card .article-content {
    padding: 20px 22px 24px;
  }

  .article-card .article-title a {
    font-size: 1.1rem;
  }

  .article-details-card .article-body {
    padding: 24px 20px;
    font-size: 1rem;
  }

  .article-details-card .article-quote {
    padding: 20px 22px;
  }

  .article-highlight {
    padding: 22px 24px;
  }

  .article-tips {
    padding: 22px 24px;
  }

  .article-footer {
    padding: 24px 20px;
  }

  .articles-pagination .page-link {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
  }

  .sidebar-card {
    padding: 22px;
  }
}

/* ===================================
   Legal Pages Styles (Privacy & Terms)
   =================================== */

.section-legal-content {
  background: #fff;
  padding: 80px 0 100px;
}

.legal-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(37, 150, 155, 0.08);
}

.legal-header {
  background: linear-gradient(135deg, rgba(254, 58, 144, 0.05) 0%, rgba(199, 67, 117, 0.08) 100%);
  padding: 50px;
  text-align: center;
  border-bottom: 2px solid rgba(37, 150, 155, 0.1);
}

.legal-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #fe3a90 0%, #c74375 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 12px 30px rgba(254, 58, 144, 0.25);
}

.legal-icon i {
  font-size: 3rem;
  color: #fff;
}

.legal-intro-title {
  color: #25969b;
  font-size: 2rem;
  margin-bottom: 16px;
}

.legal-intro-text {
  color: #5a5a5a;
  font-size: 1.1rem;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto 24px;
}

.legal-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.95rem;
  color: #6f7f87;
}

.legal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legal-body {
  padding: 50px;
}

.legal-section {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(37, 150, 155, 0.08);
}

.legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.legal-section h3 {
  color: #25969b;
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.legal-section .section-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #fe3a90 0%, #c74375 100%);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.legal-section p {
  color: #303030;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.legal-list-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.legal-list-item:hover {
  background: rgba(37, 150, 155, 0.05);
  transform: translateX(-5px);
}

.legal-list-item > i {
  font-size: 1.8rem;
  color: #fe3a90;
  flex-shrink: 0;
  margin-top: 4px;
}

.legal-list-item strong {
  color: #25969b;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}

.legal-list-item p {
  margin: 0;
  font-size: 1rem;
}

.legal-ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.legal-ul li {
  padding: 12px 0;
  padding-right: 40px;
  position: relative;
  color: #303030;
  font-size: 1.05rem;
  line-height: 1.8;
}

.legal-ul li i {
  position: absolute;
  right: 0;
  top: 14px;
  color: #25969b;
  font-size: 1.1rem;
}

.legal-highlight {
  background: linear-gradient(120deg, rgba(37, 150, 155, 0.06) 0%, rgba(254, 58, 144, 0.06) 100%);
  border-radius: 20px;
  padding: 28px 32px;
  margin: 24px 0;
  border-right: 4px solid #fe3a90;
}

.legal-highlight h4 {
  color: #25969b;
  font-size: 1.25rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-highlight h4 i {
  color: #fe3a90;
  font-size: 1.2rem;
}

.legal-highlight p {
  margin: 0;
  font-size: 1.05rem;
}

.legal-highlight .legal-ul {
  margin-top: 16px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.security-item {
  text-align: center;
  padding: 28px 20px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.security-item:hover {
  background: rgba(37, 150, 155, 0.08);
  transform: translateY(-5px);
}

.security-item i {
  font-size: 2.5rem;
  color: #fe3a90;
  margin-bottom: 16px;
}

.security-item h5 {
  color: #25969b;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.security-item p {
  color: #5a5a5a;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.right-item {
  padding: 24px;
  background: #fff;
  border: 2px solid rgba(37, 150, 155, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.right-item:hover {
  border-color: #fe3a90;
  box-shadow: 0 8px 20px rgba(254, 58, 144, 0.15);
}

.right-item i {
  font-size: 2rem;
  color: #fe3a90;
  margin-bottom: 14px;
  display: block;
}

.right-item strong {
  color: #25969b;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}

.right-item p {
  color: #5a5a5a;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}

.definitions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.definition-item {
  padding: 20px;
  background: rgba(37, 150, 155, 0.05);
  border-radius: 16px;
  border-right: 3px solid #25969b;
}

.definition-item strong {
  color: #fe3a90;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 8px;
}

.definition-item p {
  color: #303030;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}

.payment-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.payment-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 18px;
}

.payment-item i {
  font-size: 2rem;
  color: #fe3a90;
  flex-shrink: 0;
}

.payment-item strong {
  color: #25969b;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}

.payment-item p {
  margin: 0;
  font-size: 1rem;
}

.prohibited-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.prohibited-item {
  padding: 20px;
  background: rgba(254, 58, 144, 0.05);
  border-radius: 16px;
  text-align: center;
  border: 2px solid rgba(254, 58, 144, 0.15);
}

.prohibited-item i {
  font-size: 2rem;
  color: #fe3a90;
  margin-bottom: 12px;
}

.prohibited-item p {
  color: #303030;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.disclaimer-box {
  background: linear-gradient(135deg, rgba(254, 58, 144, 0.08) 0%, rgba(199, 67, 117, 0.05) 100%);
  border: 2px solid rgba(254, 58, 144, 0.2);
  border-radius: 20px;
  padding: 32px;
  margin: 24px 0;
  display: flex;
  gap: 24px;
}

.disclaimer-box > i {
  font-size: 2.5rem;
  color: #fe3a90;
  flex-shrink: 0;
}

.disclaimer-box p {
  margin-bottom: 16px;
}

.disclaimer-box .legal-ul {
  margin-top: 12px;
}

.legal-contact {
  background: linear-gradient(135deg, rgba(37, 150, 155, 0.08) 0%, rgba(254, 58, 144, 0.05) 100%);
  border-radius: 24px;
  padding: 40px;
  margin-top: 40px;
}

.legal-contact .contact-header {
  text-align: center;
  margin-bottom: 28px;
}

.legal-contact .contact-header i {
  font-size: 3rem;
  color: #fe3a90;
  margin-bottom: 16px;
}

.legal-contact .contact-header h3 {
  color: #25969b;
  font-size: 1.8rem;
  margin: 0;
}

.legal-contact > p {
  text-align: center;
  font-size: 1.05rem;
  color: #5a5a5a;
  margin-bottom: 32px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(37, 150, 155, 0.08);
}

.contact-method i {
  font-size: 1.8rem;
  color: #fe3a90;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-method strong {
  color: #25969b;
  font-size: 1rem;
  display: block;
  margin-bottom: 6px;
}

.contact-method a,
.contact-method span {
  color: #303030;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}

.contact-method a:hover {
  color: #fe3a90;
}

/* Responsive Styles for Legal Pages */
@media (max-width: 991px) {
  .legal-header {
    padding: 40px 30px;
  }

  .legal-icon {
    width: 80px;
    height: 80px;
  }

  .legal-icon i {
    font-size: 2.5rem;
  }

  .legal-intro-title {
    font-size: 1.6rem;
  }

  .legal-intro-text {
    font-size: 1rem;
  }

  .legal-body {
    padding: 40px 30px;
  }

  .legal-section h3 {
    font-size: 1.4rem;
  }

  .legal-section .section-number {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  .security-grid,
  .rights-grid,
  .definitions-grid,
  .prohibited-grid {
    grid-template-columns: 1fr;
  }

  .disclaimer-box {
    flex-direction: column;
    padding: 24px;
  }

  .legal-contact {
    padding: 32px 24px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .legal-header {
    padding: 32px 24px;
  }

  .legal-icon {
    width: 70px;
    height: 70px;
  }

  .legal-icon i {
    font-size: 2rem;
  }

  .legal-intro-title {
    font-size: 1.4rem;
  }

  .legal-body {
    padding: 32px 24px;
  }

  .legal-section h3 {
    font-size: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-list-item {
    flex-direction: column;
    padding: 20px;
  }

  .legal-list-item > i {
    font-size: 1.5rem;
  }

  .security-item,
  .right-item,
  .payment-item {
    padding: 20px;
  }

  .legal-contact .contact-header h3 {
    font-size: 1.5rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  main {
    overflow: hidden;
  }
} /*# sourceMappingURL=main.css.map */
