* {
  margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #333;
   background-color: #ffffff;
   overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 600;
   line-height: 1.3;
   color: #001D38;
}

a {
  text-decoration: none;
   transition: all 0.3s ease;
}

img {
    max-width: 100%;
  height: auto;
}

.layout-frame-cf {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}

.container {
    max-width: 1200px;
   margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
    padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.px-md-5 {
   padding-right: 3rem;
	 padding-left: 3rem;
}

.row {
  display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.row > * {
   padding-right: 15px;
  padding-left: 15px;
}

.no-gutters {
   margin-right: 0;
 margin-left: 0;
}

.no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}

.col-12 {
  flex: 0 0 100%;
    max-width: 100%;
}

.col-md-4 {
    flex: 0 0 33.333333%;
  max-width: 33.333333%;
} 

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-lg-4 {
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-lg-6 {
   flex: 0 0 50%;
    max-width: 50%;
}

.col-sm-6 {
    flex: 0 0 50%;
  max-width: 50%;
}

.tn-header-zone {
  background: #001D38;
  padding: 18px 0;
   position: sticky;
    top: 0;
   z-index: 1000;
  border-bottom: 1px solid rgba(253, 142, 94, 0.2);
}

.nav-display-unit {
  display: flex;
    justify-content: space-between;
   align-items: center;
}

.brand-element-tn a {
    display: block;
}

.logo-img-cf {
    max-height: 84px;
    width: auto;
}

.nav-links-cf {
   display: flex;
    list-style: none;
  gap: 35px;
   margin: 0;
}

.nav-links-cf li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
   position: relative;
}

.nav-links-cf li a:hover {
   color: #FD8E5E;
}

.nav-links-cf li a::after {
  content: '';
    position: absolute;
    bottom: -5px;
  left  :      0;
   width: 0;
   height: 2px;
  background: #FD8E5E;
   transition: width 0.3s;
}

.nav-links-cf li a:hover::after {
    width: 100%;
}

.menu-toggle-tn {
   display: none;
    flex-direction: column;
  cursor: pointer;
   gap: 5px;
}

.menu-toggle-tn span {
  width: 28px;
    height: 3px;
   background: #FD8E5E;
   transition: 0.3s;
}

.hero-wrap {
   width: 100%;
  height: 100%;
    position: relative;
    background-size: cover;
   background-repeat: no-repeat;
  background-position: top center;
}

.hero-wrap .overlay {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
    bottom: 0;
  content: '';
   opacity: .5;
  background: #000000;
}

.js-fullheight {
   min-height: 60vh;
}

.slider-text {
    min-height: 600px;
   display: flex;
  align-items: center;
    position: relative;
   z-index: 2;
}

.align-items-center {
    align-items     :  center;
}

.justify-content-start {
  justify-content: flex-start;
}

.ftco-animate {
   max-width: 650px;
}

.slider-text .subheading {
    font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", Arial, sans-serif;
   font-weight: 600;
    margin-bottom: 15px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.slider-text h1 {
    font-size: 48px;
  color: #fff;
    line-height: 1.2;
    font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
  margin-bottom: 28px;
}

.mb-4 {
   margin-bottom: 2.5rem;
}

.slider-text .btn-custom {
   font-size: 16px;
  font-weight: 500;
  color: #fff;
   display: inline-block;
  padding: 16px 38px;
   background: #FD8E5E;
    border-radius: 8px;
    border: 2px solid #FD8E5E;
}

.slider-text .btn-custom:hover {
   background: #e67d4d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253, 142, 94, 0.4);
}

.mr-md-4 {
   margin-right: 1.5rem;
}

.ion-ios-arrow-forward {
   margin-left: 8px;
}

.about_info_area {
   padding: 100px 0 70px;
}@media (max-width: 767px) {
    .about_info_area {
        padding: 50px 0 40px;
    }
}.about_info_area.plus_padding {
   padding-top: 100px;
}@media (max-width: 767px) {
    .about_info_area.plus_padding {
        padding-top: 30px;
    }
}.about_info_area .about_text h3 {
   font-size: 40px;
  font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    color: #001D38;
}@media (max-width: 767px) {
    .about_info_area .about_text h3 {
        font-size: 28px;
        line-height: 38px;
    }
}.about_info_area .about_text p {
  font-size: 16px;
  line-height: 28px;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.about_info_area .about_thumb img {
    width: 100%;
   height: auto;
}@media (max-width: 991px) {
    .about_info_area .about_thumb {
        margin-bottom: 30px;
    }
}.boxed-btn3-line {
    background: transparent;
   color: #FD8E5E;
    display: inline-block;
    padding: 13px 38px;
   font-weight: 500;
   border: 1px solid #FD8E5E;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s;
   text-decoration: none;
   margin-top: 20px;
}

.boxed-btn3-line:hover {
  background: #FD8E5E;
    color: #fff;
}

.site-section {
    padding: 80px 0;
}

.site-section .sub-title {
  display: block;
  color: #FD8E5E;
    font-size: 0.9rem;
     text-transform: uppercase;
  letter-spacing: 2px;
   margin-bottom: 15px;
}

.site-section h2 {
  font-size: 2.5rem;
  color: #001D38;
}

.text-center {
    text-align: center;
}

.font-weight-bold {
    font-weight: 700;
}

.text-black {
  color: #000;
}

.mb-5 {
    margin-bottom: 3rem;
}

.post-entry {
    overflow: hidden;
    position: relative;
    display: block;
}

.post-entry .figure {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-entry img {
  width: 100%;
    transition: transform 0.3s ease;
}

.post-entry:hover img {
  transform: scale(1.05);
}

.post-entry h3 {
  font-size: 1.15rem;
    line-height: 1.3;
   margin-top: 10px;
}

.post-entry h3 a {
   color: #001D38;
    text-decoration: none;
  transition: color 0.3s ease;
}

.post-entry h3 a:hover {
  color: #FD8E5E;
}

.post-entry .text-muted {
   color: #6c757d;
    font-size: 0.9rem;
}

.d-block {
    display: block;
}

.mb-2 {
   margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-lg-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 3rem;
}

.img-fluid {
  max-width: 100%;
   height: auto;
}

.btn {
   text-transform: uppercase;
       letter-spacing: .2em;
  border-radius: 0;
  display: inline-block;
   text-decoration: none;
}

.btn-primary {
  background-color: #FD8E5E;
    border-color: #FD8E5E;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #FD8E5E;
}

.btn-primary:hover {
   background-color: #e67d4d;
   border-color: #e67d4d;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 1rem;
}

.rounded-0 {
  border-radius: 0;
}@media (max-width: 767px) {
    .site-section {
        padding: 60px 0;
    }

    .site-section h2 {
        font-size: 2rem;
    }
}.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner-section {
  padding: 100px 0;
    position: relative;
}

.banner-section::before {
  content: '';
    position: absolute;
    top: 0;
   left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.banner-section .container {
   position: relative;
  z-index: 2;
}

.banner-section h2 {
   color: #ffffff;
   font-weight: 700;
    margin-bottom: 30px;
   font-size: 40px;
}

.banner-section p {
    color: #ffffff;
  margin-bottom: 45px;
    font-size: 18px;
}

.site-btn {
  display: inline-block;
  color: #ffffff;
   font-size: 14px;
    font-weight: 700;
    min-width: 180px;
  padding: 15px 25px;
  text-align: center;
    background: #D32525;
  text-transform: uppercase;
   border: 2px solid transparent;
    transition: all 0.3s;
}

.sb-white {
  background: #ffffff;
  color: #111111;
  border: 2px solid #ffffff;
}

.sb-white:hover {
   background: transparent;
  color: #ffffff;
}

.colorlib-services {
   padding-top: 4em;
   padding-bottom: 9em;
   clear: both;
    width: 100%;
   display: block;
    background: #f8f9fa;
}@media screen and (max-width: 768px) {
    .colorlib-services {
        padding-top: 5em;
        padding-bottom: 8em;
    }
}.colorlib-narrow-content {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-pull-3 {
    position: relative;
  right: 25%;
}

.heading-meta {
    display: block;
    color: #FD8E5E;
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-align: center;
}

.colorlib-heading {
  font-size: 40px;
  color: #001D38;
   text-align: center;
    margin-bottom: 60px;
}

.row-pt-md {
  padding-top: 3em;
}

.services {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}@media screen and (max-width: 768px) {
    .services {
        margin-bottom: 4em;
    }
}.services .icon {
  position: absolute;
    top: -90px;
   left: 0;
   right: 0;
    width: 100px;
   height: 50px;
  display: table;
  margin: 0 auto;
  background: #2c98f0;
}

.services .icon:before,
.services .icon:after {
  position: absolute;
   left: 0;
    right: 0;
  content: '';
}

.services .icon:before {
  top: -30px;
    width  :      0;
  height: 0;
	border-style: solid;
    border-width: 0 50px 30px 50px;
   border-color: transparent transparent #2c98f0 transparent;
}

.services .icon:after {
    bottom: -30px;
    width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #2c98f0 transparent transparent transparent;
}

.services .icon .svg-icon {
    width: 32px;
   height: 32px;
   display: table-cell;
   vertical-align: middle;
}

.svg-icon path,
.svg-icon circle,
.svg-icon rect,
.svg-icon polygon,
.svg-icon polyline,
.svg-icon line {
   stroke: #ffffff;
    fill: none;
    stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services .desc {
  margin-top: 60px;
}

.services .desc h3 {
  font-size: 16px;
  font-weight: 700;
    text-transform: uppercase;
    color: #001D38;
  margin-bottom: 12px;
}

.services .desc p {
    color: #4D4D4D;
    line-height: 1.6;
}

.services.color-2 .icon {
  background: #ec5453;
}

.services.color-2 .icon:before {
   border-color: transparent transparent #ec5453 transparent;
}

.services.color-2 .icon:after {
  border-color: #ec5453 transparent transparent transparent;
}

.services.color-3 .icon {
    background: #f9bf3f;
}

.services.color-3 .icon:before {
   border-color: transparent transparent #f9bf3f transparent;
}

.services.color-3 .icon:after {
    border-color: #f9bf3f transparent transparent transparent;
}

.services.color-4 .icon {
    background: #a84cb8;
}

.services.color-4 .icon:before {
   border-color: transparent transparent #a84cb8 transparent;
}

.services.color-4 .icon:after {
    border-color: #a84cb8 transparent transparent transparent;
}

.services.color-5 .icon {
  background: #2fa499;
}

.services.color-5 .icon:before {
   border-color: transparent transparent #2fa499 transparent;
}

.services.color-5 .icon:after {
   border-color: #2fa499 transparent transparent transparent;
}

.services.color-6 .icon {
   background: #4054b2;
}

.services.color-6 .icon:before {
    border-color: transparent transparent #4054b2 transparent;
}

.services.color-6 .icon:after {
   border-color: #4054b2 transparent transparent transparent;
}

.text-primary {
   color: #FD8E5E !important;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
   position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
  list-style: none;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
   top: -.3rem;
  content: "\2713";
  position: absolute;
   color: #FD8E5E;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.py-3 {
   padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
  padding-left: 3rem;
   padding-right: 3rem;
}

.text-white {
  color: #fff;
}

.mb-md-0 {
    margin-bottom    : 0;
}

.footer-links-zone {
   background: #001D38;
   padding: 65px 0 35px;
  border-top: 1px solid rgba(253, 142, 94, 0.2);
}

.links-grid-tn {
    display: flex;
  justify-content: center;
   gap: 28px;
   margin-bottom: 35px;
  flex-wrap: wrap;
}

.links-grid-tn a {
   color: #94a3b8;
  font-size: 14px;
	font-weight: 500;
}

.links-grid-tn a:hover {
   color: #FD8E5E;
}

.contact-info-tn {
  text-align: center;
   margin-bottom: 25px;
}

.contact-info-tn p {

  color: #94a3b8;
   font-size: 14px;
  margin-bottom: 8px;


}

.copyright-zone-cf {
   text-align: center;
   padding-top: 25px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.copyright-zone-cf p {
  color: #94a3b8;
  font-size: 13px;
}@media (max-width: 991px) {
    .nav-links-cf {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 29, 56, 0.98);
        flex-direction: column;
        padding: 25px;
        gap: 18px;
    }

    .nav-links-cf.active {
        display: flex;
    }

    .menu-toggle-tn {
        display: flex;
    }

    .slider-text h1 {
        font-size: 38px;
    }

    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .slider-text h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .col-md-4,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-section h2 {
        font-size: 32px;
    }

    .btn-custom {
        display: block;
        margin-bottom: 12px;
        text-align: center;
    }

    .mr-md-4 {
        margin-right: 0;
    }
}.popup-age-verify {
  position: fixed;
   top: 0;
    left: 0;
   right: 0;
   bottom  :     0;
  z-index: 9999;
      display: flex;
    align-items: center;
   justify-content: center;
}

.popup-age-verify.hidden {
  display: none;
}

.popup-overlay-tn {
    position: absolute;
        top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.85);
}

.popup-content-cf {
   position: relative;
    z-index: 2;
    background: #ffffff;
    max-width: 500px;
   width: 90%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
   overflow: hidden;
}

.popup-header-tn {
    background: #001D38;
    padding: 25px 30px;
   text-align: center;
}

.popup-header-tn h2 {
    color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}

.popup-body-cf {
  padding    :     40px 30px;
  text-align: center;
}

.age-icon-tn {
    width: 100px;
   height: 100px;
    border-radius: 50%;
  background: #FD8E5E;
    color: #fff;
   font-size: 42px;
  font-weight: 700;
    display: flex;
   align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
   border: 4px solid #e67d4d;
}

.popup-body-cf p {
   color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.popup-actions-tn {
   padding: 0 30px 30px;
    display: flex;
   flex-direction: column;
   gap: 12px;
}

.btn-confirm-cf,
.btn-decline-tn {
   padding: 15px 30px;
   border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
   text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-confirm-cf {
    background: #FD8E5E;
    color: #fff;
}

.btn-confirm-cf:hover {
  background: #e67d4d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(253, 142, 94, 0.4);
}

.btn-decline-tn {
  background: transparent;
   color: #666;
   border: 2px solid #ddd;
}

.btn-decline-tn:hover {
   background: #f5f5f5;
    border-color: #ccc;
}

.footer_part {
    background-color: #001D38;
  padding: 80px 0px 0px;
	margin-top: 80px;
}@media (max-width: 991px) {
    .footer_part {
        padding: 60px 0px 0px;
    }
}.footer_part .single_footer_part {
  margin-bottom: 40px;
}

.footer-brand-tn {
    margin-bottom: 20px;
}

.footer-logo-cf {
   max-height: 106px;
   width: auto;
}

.footer_part .footer_tittle h4 {
  font-size: 20px;
    color: #fff;
  margin-bottom: 25px;
    font-weight   :600;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.footer_part .footer_part_text p,
.footer_part .footer-contact-info p {
  color: #cbd5e1;
   line-height: 28px;
   font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer_part .single_footer_part .list-unstyled {
    list-style: none;
   padding: 0;
  margin: 0;

}

.footer_part .single_footer_part .list-unstyled li {
   margin-bottom: 12px;
}

.footer_part .single_footer_part .list-unstyled li a {
   color: #cbd5e1;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
    display: inline-block;
}

.footer_part .single_footer_part .list-unstyled li a:hover {
   color: #FD8E5E;
   padding-left: 5px;
}

.regulators-section-tn {
    margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.regulators-title-cf {
    text-align: center;
    margin-bottom: 30px;
}

.regulators-title-cf h4 {
  color: #fff;
    font-size    :    18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.regulators-grid-tn {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  max-width: 900px;
    margin: 0 auto;
}

.regulator-item-cf {
    padding: 20px;
   border-radius: 10px;
  display: flex;
    align-items: center;
    justify-content: center;
   transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
   min-height: 120px;
}

.regulator-item-cf:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(253, 142, 94, 0.3);
}

.regulator-item-cf img {
   max-height: 180px;
  object-fit: contain;
}

.disclaimer-section-tn {
  margin-top: 50px;
   padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-box-cf {
  background: rgba(253, 142, 94, 0.1);
    border: 2px solid #FD8E5E;
   border-radius: 10px;
    padding: 30px;
    max-width: 1000px;
  margin: 0 auto;
}

.disclaimer-box-cf h5 {
    color: #FD8E5E;
  font-size: 20px;
   font-weight: 700;
   margin-bottom: 20px;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.disclaimer-box-cf p {
  color: #cbd5e1;
	  font-size: 14px;
	    line-height: 1.8;
	    margin-bottom: 15px;
}

.footer_part .copyright_part {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding: 30px 0;
  margin-top: 50px;
}

.footer_part .copyright_part .footer-text {
    font-size: 14px;
   color: #94a3b8;
  margin-bottom: 0;
}@media (max-width: 991px) {
    .regulators-grid-tn {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .popup-content-cf {
        width: 95%;
    }

    .popup-header-tn {
        padding: 20px;
    }

    .popup-header-tn h2 {
        font-size: 20px;
    }

    .popup-body-cf {
        padding: 30px 20px;
    }

    .age-icon-tn {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .popup-actions-tn {
        padding: 0 20px 25px;
    }

    .regulators-grid-tn {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .regulator-item-cf {
        padding: 15px;
        min-height: 75px;
    }

    .regulator-item-cf img {
        max-height: 45px;
    }

    .disclaimer-box-cf {
        padding: 20px;
    }

    .disclaimer-box-cf h5 {
        font-size: 16px;
    }

    .disclaimer-box-cf p {
        font-size: 13px;
    }
}.platforms-catalog-tn {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.catalog-header-cf		{
   text-align: center;
    margin-bottom: 60px;
}

.catalog-label-tn {
  display: inline-block;
  color: #FD8E5E;
   font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
   margin-bottom: 15px;
   font-weight: 600;
}

.catalog-title-cf {
    font-size: 42px;
    color: #001D38;
   font-weight: 700;
   margin-bottom: 20px;
    line-height: 1.2;
}

.catalog-desc-tn {
   font-size: 18px;
  color: #4D4D4D;
  max-width: 700px;
    margin: 0 auto;
}

.platform-card-tn {
   background: #ffffff;
    border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
  display: flex;
   align-items: stretch;
  overflow: hidden;
   transition: all 0.3s ease;
    border: 2px solid transparent;
}

.platform-card-tn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(253, 142, 94, 0.2);
   border-color: #FD8E5E;
}

.card-section-cf  {
  padding: 30px;
   display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-section-tn {


  flex: 0 0 200px;
  background: linear-gradient(135deg, #001D38 0%, #003366 100%);
  text-align: center;
  border-right: 3px solid #FD8E5E;

}

.platform-logo-wrapper {
   border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
   display: flex;
  align-items: center;
    justify-content: center;
  min-height: 80px;
}

.platform-logo-cf {
   max-width: 120px;
  max-height: 60px;
    width: auto;
    height: auto;
   object-fit: contain;
}

.platform-name-tn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
    margin: 0;
  text-transform: uppercase;
   letter-spacing: 1px;
}

.rating-section-tn {
    flex: 0 0 150px;
   background: #f8f9fa;
   text-align: center;
}

.rating-label-cf {
    font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 10px;
   font-weight: 600;
}

.rating-score-tn {
   font-size: 36px;
    font-weight: 700;
    color: #FD8E5E;
  line-height: 1;
    margin-bottom: 8px;
}

.rating-score-tn span {
  font-size: 18px;
    color: #999;
   font-weight: 400;
}

.rating-stars-cf {
    color: #FFB800;
    font-size: 20px;
    letter-spacing: 2px;
}

.bonus-section-tn {
               flex: 1;
  min-width: 250px;
}

.bonus-label-cf {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
  letter-spacing: 1px;
   margin-bottom: 12px;
    font-weight: 600;
}

.bonus-amount-tn {
   font-size: 32px;
    font-weight: 700;
   color: #001D38;
  margin-bottom: 10px;
   line-height: 1;
}

.bonus-desc-cf {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.6;
   margin: 0;
}

.features-section-tn {
   flex: 1;
   min-width: 220px;
   background: #f8f9fa;
}

.features-label-cf {
   font-size: 13px;
   color: #666;
   text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 15px;
   font-weight: 600;
}

.features-list-tn {
  list-style :      none;
    padding: 0;
  margin: 0;
}

.features-list-tn li {
    font-size: 14px;
   color: #333;
	margin-bottom: 8px;
  padding-left: 20px;
   position: relative;
}

.features-list-tn li:before {
  content: "✓";
    position: absolute;
    left: 0;
    color: #FD8E5E;
  font-weight: 700;
    font-size: 16px;
}

.action-section-tn {
   flex: 0 0 180px;
  background: linear-gradient(135deg, #FD8E5E 0%, #e67d4d 100%);
    display: flex;
  align-items: center;
   justify-content: center;
   padding: 20px;
}

.claim-bonus-btn-cf {
  background: #ffffff; 
	   color: #FD8E5E; 
	   padding: 16px 28px; 
	  border-radius: 8px; 
	    font-size: 16px; 
	   font-weight: 700; 
	   text-transform: uppercase; 
	  letter-spacing: 0.5px; 
	  transition: all 0.3s ease; 
	   border: 3px solid #ffffff; 
	  text-align: center; 
	  display: inline-block; 
	   width: 100%;
}

.claim-bonus-btn-cf:hover {
  background: #FD8E5E;
    color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}@media (max-width: 1199px) {
    .platform-card-tn {
        flex-wrap: wrap;
    }

    .logo-section-tn {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 3px solid #FD8E5E;
    }

    .rating-section-tn,
    .bonus-section-tn,
    .features-section-tn {
        flex: 0 0 50%;
    }

    .action-section-tn {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .platforms-catalog-tn {
        padding: 60px 0;
    }

    .catalog-title-cf {
        font-size: 32px;
    }

    .catalog-desc-tn {
        font-size: 16px;
    }

    .platform-card-tn {
        flex-direction: column;
    }

    .logo-section-tn,
    .rating-section-tn,
    .bonus-section-tn,
    .features-section-tn,
    .action-section-tn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-section-cf {
        padding: 20px;
    }

    .platform-logo-wrapper {
        padding: 15px;
        min-height: 60px;
    }

    .platform-logo-cf {
        max-width: 100px;
        max-height: 50px;
    }

    .platform-name-tn {
        font-size: 18px;
    }

    .rating-score-tn {
        font-size: 28px;
    }

    .bonus-amount-tn {
        font-size: 26px;
    }

    .bonus-desc-cf {
        font-size: 13px;
    }

    .claim-bonus-btn-cf {
        padding: 14px 24px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .catalog-header-cf {
        margin-bottom: 40px;
    }

    .catalog-title-cf {
        font-size: 26px;
    }

    .platform-card-tn {
        margin-bottom: 20px;
    }
}.kl {
     filter: brightness(0) invert(1);}

.legal-page-hero-tn {
  background: linear-gradient(135deg, #001D38 0%, #003366 100%);
   padding: 120px 0 80px;
   text-align: center;
}

.legal-page-hero-tn h1 {


   color: #ffffff;
   font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
   line-height: 1.2;
	}

.hero-subtitle-cf {
   color: #cbd5e1;
  font-size: 16px;
   text-transform: uppercase;
  letter-spacing: 2px;
   font-weight: 500;
}

.legal-content-section-tn {
   padding: 80px 0;
    background  :   #f8f9fa;
}

.legal-wrapper-cf {
   max-width: 900px;
  margin: 0 auto;
    background: #ffffff;
    padding: 60px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.legal-text-tn h2 {
  color: #001D38;
  font-size: 28px;
   font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
   padding-bottom: 12px;
    border-bottom: 3px solid #FD8E5E;
}

.legal-text-tn h2:first-child {
    margin-top: 0; 

}

.legal-text-tn p {
   color: #4D4D4D;
    font-size: 16px;
  line-height: 1.8;
   margin-bottom: 20px;
    text-align: justify;}@media (max-width: 991px) {
    .legal-page-hero-tn {
        padding: 80px 0 60px;
    }

    .legal-page-hero-tn h1 {
        font-size: 36px;
    }

    .legal-wrapper-cf {
        padding: 40px 30px;
    }

    .legal-text-tn h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .legal-page-hero-tn {
        padding: 60px 0 40px;
    }

    .legal-page-hero-tn h1 {
        font-size: 28px;
    }

    .hero-subtitle-cf {
        font-size: 14px;
    }

    .legal-content-section-tn {
        padding: 60px 0;
    }

    .legal-wrapper-cf {
        padding: 30px 20px;
    }

    .legal-text-tn h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .legal-text-tn p {
        font-size: 15px;
    }
}