* {
   margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
   color: #2c3e50;
   background: #ffffff;
}

a {
   transition: color 0.3s ease;
    text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.outer-wrap-rg, .container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.promo-bar-ls {
   background: #1a1a1a;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
   z-index: 1000;
}

.logo-zone-47 {
   display: inline-block;
}

.brand-visual-pt {
   max-height: 94px;
   width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.menu-links-ds {
    list-style: none;
  display: inline-block;
   float: right;
    margin-top: 20px;
}

.menu-links-ds li {
  display: inline-block;
  margin-left: 35px;
}

.menu-links-ds a {
    color: #D4AF37;
    font-weight: 500;
    font-size: 15px;
}

.menu-links-ds a:hover {


   color: #FFD700;
	}

.mobile-toggle-btn {
   display: none;
  float: right;
   margin-top: 20px;
  cursor: pointer;
}

.mobile-toggle-btn span {
    display: block;
  width: 25px;
   height: 3px;
  background: #D4AF37;
   margin: 5px 0;
    transition: 0.3s;
}

.slide-one-item {
  position: relative;
}

.site-blocks-cover {
  background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    padding: 7em 0;
}@media (min-width: 768px) {
    .site-blocks-cover {
        padding: 12em 0;
    }
}.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
  content: "";
   position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
   left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .outer-wrap-rg {
    position: relative;
    z-index: 1;
}

.row {
   display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row.align-items-center {
  align-items: center;
}

.row.justify-content-center{
  justify-content: center;
}

.text-center {
   text-align: center;
}

.col-md-10 {
  flex: 0 0 83.333%;
   max-width: 83.333%;
    padding: 0 15px;
}

.site-blocks-cover h1 {
  font-size: 2.5rem;
  font-weight: 300;
 color: #fff;
}@media (min-width: 768px) {
    .site-blocks-cover h1 {
        font-size: 4rem;
    }
}.site-blocks-cover h1 strong {
   font-weight: 700;
  color: #D4AF37;
}

.mb-5 {
  margin-bottom: 3rem;
}

.btn {
  position: relative;
    top: 0;
   transition: .3s all ease;
  display: inline-block;
    text-align: center;
}

.btn:hover, .btn:active, .btn:focus {
   outline: none;
  box-shadow: none;
}

.btn:hover {
  box-shadow: 0 5px 20px -7px rgba(212,175,55,0.6);
  transform: translateY(-2px);
}

.py-3 {
   padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
    padding-left: 3rem;
  padding-right: 3rem;
}

.rounded-0 {
  border-radius: 0;
}

.btn.btn-primary {
    background-color: #D4AF37;
   border: 2px solid #D4AF37;
    color: #1a1a1a;
   font-weight: 600;
}

.btn.btn-primary:hover {
  background: #FFD700;
  border-color: #FFD700;
}

.btn.btn-white.btn-outline-white {
   border: 2px solid #D4AF37;
   background: transparent;
  color: #D4AF37;
  font-weight: 600;
}

.btn.btn-white.btn-outline-white:hover {
    background: #D4AF37;
   color: #1a1a1a;
}

.ftco-section {

  padding: 7em 0;


}

.ftco-about .img-2 {
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   min-height: 500px;
}@media (max-width: 767.98px) {
    .ftco-about .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}.d-flex {
    display: flex;
}

.col-md-6 {
  flex: 0 0 50%;
    max-width: 50%;
  padding: 0 15px;
}

.wrap-about {
  position: relative;
}@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
}.pb-md-4 {
   padding-bottom: 1.5rem;
}

.heading-section-2 {
   margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.subheading {
   display: block;
  font-size: 13px;
   color: #D4AF37;
   text-transform: uppercase;
    letter-spacing: 2px;
   margin-bottom: 10px;
  font-weight: 600;
}

.heading-section-2 h2 {
  font-size: 36px;
  color: #1a1a1a;
    font-weight: 700;
  line-height: 1.2;
}

.wrap-about p {
    font-size: 16px;
   line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.mt-5 {
    margin-top: 3rem;
}

.col-lg-6 {
    flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.services-2 {
   margin-bottom: 25px;
}

.services-2 .icon {
    line-height: 1.3;
   position: relative;
    width: 52px;
    height: 52px;
  background: transparent;
   flex-shrink: 0;
}

.order-last {
    order: 2;
}

.icon-svg {
   width  :     50px;
   height: 50px;
    stroke: #D4AF37;
   fill: none;
   stroke-width: 2;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.pr-3 {
  padding-right: 1rem;
}

.services-2 .text h3 {
    font-size: 20px;
    font-weight: 600;
   color: #1a1a1a;
    margin-bottom: 8px;
}

.services-2 .text p {
   font-size: 14px;
    color: #666;
  margin: 0;
}

.featured_candidates_area {
   padding-top: 120px;
    padding-bottom: 120px;
  background: #fafafa;
}

.col-lg-12 {
   flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}



.section_title {
    margin-bottom: 70px;
}

.section_title h3 {
   font-size: 40px;
    font-weight: 700;
   color: #1a1a1a;
  text-transform: capitalize;
    line-height: 1.2;
}

.col-lg-3 {
   flex: 0 0 25%;
  max-width: 25%;
    padding: 0 15px;
}

.single_candidates {
    background: #fff;
    padding: 40px 30px;
  border-radius: 10px;
   margin-bottom: 30px;
    transition: 0.3s;
  box-shadow: 0px 10px 30px rgba(212,175,55,0.1);
}

.single_candidates:hover {
  box-shadow: 0px 20px 40px rgba(212,175,55,0.25);
  transform: translateY(-5px);
}

.single_candidates .thumb {
   margin-bottom: 20px;
}

.single_candidates .thumb img {
  width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #D4AF37;
}

.single_candidates h4 {
  font-size: 20px;
  font-weight: 600;
    color: #1a1a1a;
   margin-bottom: 10px;
    transition: 0.3s;
}

.single_candidates a:hover h4 {
   color: #D4AF37;
}

.single_candidates p {
  font-size: 14px;
    color: #666;
   margin-bottom: 0;

}

#text-image-section {
   padding: 100px 0;
  background: #fff;
}

.align-items-center {
  align-items: center;
}

.text-content {
    padding: 40px 0;
}

.text-content h2 {
    font-size: 42px;
    font-weight: 700;
   color: #1a1a1a;
  margin-bottom: 25px;
   line-height: 1.3;
}

.text-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
    color: #555;
   margin-bottom: 20px;
}

.text-content .boxed-btn5 {
  background: #D4AF37;
  color: #1a1a1a;
   display: inline-block;
    padding: 15px 44px;
   font-size: 16px;
    font-weight: 600;
 border: 2px solid #D4AF37;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
   margin-top: 10px;
}

.text-content .boxed-btn5:hover {
  background: #FFD700;
    color: #1a1a1a;
  border: 2px solid #FFD700;
  transform: translateY(-2px);
}

.image-content {
   text-align: center;
}

.image-content img {
    max-width: 100%;
    height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(212,175,55,0.2);
   transition: transform 0.3s ease;
}

.image-content img:hover {
  transform: scale(1.02);
}

.site-section {
   padding: 5em 0;
}

.border-top {
    border-top: 1px solid #edf0f5;
}

.col-md-7 {
  flex: 0 0 58.333%;
    max-width: 58.333%;
  padding: 0 15px;
}

.justify-content-center {
   justify-content: center;
}

.font-weight-light {
  font-weight: 300;
}

.text-primary {
  color: #D4AF37;
}

.site-section h2 {
    font-size: 2.1rem;
}

.color-black-opacity-5 {
  color: rgba(0,0,0,0.5);
  font-size: 15px;
}

.col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.block-testimony {
   background: #fafafa;
  padding: 30px;
  position: relative;
   text-align: center;
  border-left: 4px solid #D4AF37;
}

.text-black {
   color: #1a1a1a;
}

.block-testimony h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.block-testimony p {
  color: #555;
  font-size: 14px;
    line-height: 1.7;
}

.block-testimony cite {
  font-style: normal;
   color: #D4AF37;
    font-weight: 600;
}

.stories-section {
  padding: 110px 0;
   background: #fff;
}

.spad {
    padding-top: 110px;
  padding-bottom: 110px;
}

.col-lg-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
    padding: 0 15px;
}

.col-lg-7 {
  flex: 0 0 58.333%;
    max-width: 58.333%;
  padding: 0 15px;
}

.order-lg-2 {
  order: 2;
}

.order-lg-1 {
  order: 1;
}

.w-100 {
   width: 100%;
}

.about-text h2 {
   font-size: 72px;
    line-height: 1;
  margin-bottom: 35px;
   color: #1a1a1a;
}

.about-text p
{
   margin-bottom: 25px;
    font-size: 16px;
  line-height: 1.7;
   color: #555;
}

.readmore-btn {
   display: inline-block;
   font-size: 18px;
    font-weight: 700;
  color: #D4AF37;
  border-bottom: 2px solid #D4AF37;
   line-height: 1;
    transition: color 0.3s ease;
}

.readmore-btn:hover {
  color: #FFD700;
    border-bottom-color: #FFD700;
}

.sit-footer {
	    padding-top: 80px;
  border-top: 1px solid #edf0f5;
}

.footer-bar {
  padding: 25px 0;
  background: #1a1a1a;
}

.outer-container {
   max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    width: 100%;
}

.justify-content-between {
  justify-content: space-between;
}

.col-12 {
    flex: 0 0 100%;
   max-width: 100%;
    padding: 0 15px;
}

.footer-copyright p {
   margin: 5px 0;
    font-size: 13px;
   color: #bdc3c7;
  text-align: center;
}

.footer-links {
   margin-top: 20px;
}

.footer-links ul {
  padding: 0;
   margin: 0;
    list-style: none;
   display: flex;
   flex-wrap: wrap;
}

.flex {
    display: flex;
}

.justify-content-md-end {
  justify-content: flex-end;
}

.footer-links li {
   margin: 0 12px;
}

.footer-links a {
    font-size: 13px;
    color: #D4AF37;
  transition: color 0.3s ease;
}

.footer-links a:hover {
   color: #FFD700;
}

.footer-social {
   margin-top: 25px;
}

.footer-social ul {
  padding: 0;
   margin: 0;
    list-style: none;
   display: flex;
}

.justify-content-center {
   justify-content: center;
}

.footer-social li {
  margin: 0 15px;
}

.social-icon {
  width: 20px;
    height: 20px;
  stroke: #D4AF37;
    fill: none;
  stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
    transition: stroke 0.3s ease;
}

.footer-social a:hover .social-icon {
    stroke: #FFD700;
}@media (max-width: 991px) {
    .site-blocks-cover h1 {
        font-size: 2.4rem;
    }

    .col-md-6,
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap-about {
        padding-left: 0;
        margin-top: 40px;
    }

    .ftco-about .img-2 {
        min-height: 350px;
    }

    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-content {
        order: 2;
        padding: 20px 0 0;
    }

    .image-content {
        order: 1;
        margin-bottom: 30px;
    }

    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .col-lg-5,
    .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-2 {
        order: 1;
        margin-bottom: 30px;
    }

    .order-lg-1 {
        order: 2;
    }

    .about-text h2 {
        font-size: 55px;
    }

    .featured_candidates_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section_title h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .site-blocks-cover {
        padding: 120px 0;
    }

    .site-blocks-cover h1 {
        font-size: 1.9rem;
    }

    .btn {
        display: block;
        margin: 10px auto;
        max-width: 250px;
    }

    .menu-links-ds {
        display: none;
        float: none;
        text-align: center;
        margin-top: 15px;
        width: 100%;
        background: #1a1a1a;
        padding: 20px 0;
    }

    .menu-links-ds.active {
        display: block;
    }

    .menu-links-ds li {
        display: block;
        margin: 12px 0;
    }

    .mobile-toggle-btn {
        display: block;
    }

    .heading-section-2 h2 {
        font-size: 28px;
    }

    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-content h2 {
        font-size: 26px;
    }

    .text-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-text h2 {
        font-size: 38px;
    }

    .featured_candidates_area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_title h3 {
        font-size: 26px;
    }

    .single_candidates {
        padding: 30px 20px;
    }

    #text-image-section,
    .ftco-section,
    .stories-section {
        padding: 60px 0;
    }

    .footer-links {
        justify-content: center;
        margin-top: 15px;
    }

    .footer-links li {
        margin: 8px;
    }
}.main-footer-zone {
  background: #1a1a1a;
    color: #bdc3c7;
    padding-top: 60px;
  margin-top: 80px;
}

.footer-content-wrapper {
    padding-bottom: 50px;
}

.footer-grid-layout {
  display: grid;
   grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-column {
    padding: 0 10px;
}

.footer-logo-block {
   margin-bottom: 20px;
}

.footer-brand-logo {
    min-height: 86px;
  width: auto;
   max-width: 180px;
  filter: brightness(0) invert(1);
}

.footer-description {
   font-size: 14px;
    line-height: 1.7;
   color: #95a5a6;
   margin-bottom: 20px;
}

.footer-contact-info p {
    font-size: 13px;
   color: #7f8c8d;
	 margin: 8px 0;
}

.footer-heading {
   color: #D4AF37;
    font-size: 16px;
  font-weight: 600;
   margin-bottom: 20px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.footer-links-list {
  list-style: none;
   padding: 0;
   margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
   color: #95a5a6;
   font-size: 14px;
    text-decoration: none;
   transition: color 0.3s ease;
  display: inline-block;
}

.footer-links-list a:hover {
    color: #D4AF37;
   padding-left: 5px;
}

.social-icons-grid {
      display: flex;
   gap: 15px;
    flex-wrap: wrap;}

.social-link {
   display: inline-block;
   width: 40px;
  height: 40px;
   background: #2c3e50;
   border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover {
   background: #D4AF37;
  transform: translateY(-3px);
}

.social-icon-svg {
  width: 20px;
   height: 20px;
   stroke: #95a5a6;
   fill: none;
    stroke-width: 2;
  transition: stroke 0.3s ease;
}

.social-link:hover .social-icon-svg {
    stroke: #1a1a1a;
}

.regulators-section {
   background: #0d0d0d;
   padding: 40px 0;
    border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
}

.regulators-title {
   text-align: center;
   color: #D4AF37;
   font-size: 16px;
  font-weight: 600;
   margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.regulators-grid {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap: 30px;
  align-items: center;
    justify-items: center;
}

.regulator-link {

	  display: block;
  padding: 15px;
   background: #1a1a1a;
  border-radius: 8px;
   transition: all 0.3s ease;
   border: 2px solid transparent;}

.regulator-link:hover {
   border-color: #D4AF37;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(212,175,55,0.3);
}

.regulator-logo
{
  max-width: 200px;
  height: auto;
  display: block;
}

.disclaimer-section {
    background: #0d0d0d;
   padding: 40px 0;
}

.disclaimer-box {
  background: linear-gradient(135deg, #2c1810 0%, #1a1a1a 100%);
   border: 3px solid #D4AF37;
    border-radius: 12px;
  padding: 30px;
    display: flex;
    gap: 25px;
   align-items: flex-start;
  box-shadow: 0 8px 25px rgba(212,175,55,0.2);
}

.disclaimer-icon {
    flex-shrink: 0;
}

.warning-icon-svg {
    width: 48px;
   height: 48px;
   stroke: #FFD700;
    fill: none;
   stroke-width: 2.5;
  filter: drop-shadow(0 0 10px rgba(255,215,0,0.5));
}

.disclaimer-content {
    flex: 1;
}

.disclaimer-title {
    color: #FFD700;
    font-size: 18px;
   font-weight: 700;
    margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.disclaimer-text {
   color: #ecf0f1;
  font-size: 14px;
    line-height: 1.8;
  margin: 0;
}

.copyright-bar {
   background: #0d0d0d;
    padding: 20px 0;
    text-align :       center;
}

.copyright-text {
    color: #7f8c8d;
   font-size: 13px;
   margin: 0;
}

.age-popup-overlay {
   position: fixed;
   top: 0;
    left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
}

.age-popup-container {
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    border: 3px solid #D4AF37;
    border-radius: 15px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
  text-align: center;
  box-shadow: 0 15px 50px rgba(212,175,55,0.3);
    animation: popupAppear 0.4s ease;
}@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.age-popup-icon {
  margin-bottom: 20px;
}

.popup-icon-svg {
   width: 60px;
    height: 60px;
    stroke: #FFD700;
  fill: none;
    stroke-width: 3;
  filter: drop-shadow(0 0 15px rgba(255,215,0,0.6));
   animation: iconPulse 2s infinite;
}@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}.age-popup-title {
    color: #D4AF37;
   font-size: 28px;
    font-weight: 700;
  margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.age-popup-text {
   color: #ecf0f1;
   font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.age-popup-question {
  color: #FFD700;
    font-size: 20px;
   font-weight: 600;
  margin-bottom: 30px;
}

.age-popup-buttons {
    display: flex;
   gap: 15px;
    margin-bottom: 20px;
}

.age-btn {
    flex: 1;
    padding: 15px 30px;
  font-size: 16px;
   font-weight: 700;
  border: none;
   border-radius: 8px;
   cursor: pointer;
    transition: all 0.3s ease;
  text-transform: uppercase;
   letter-spacing: 1px;
}

.age-btn-yes {
   background: #D4AF37;
  color: #1a1a1a;
}

.age-btn-yes:hover {
   background: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(212,175,55,0.4);
}

.age-btn-no {
   background: #e74c3c;
   color:#fff;
}

.age-btn-no:hover {
    background: #c0392b;
  transform: translateY(-2px);
}

.age-popup-footer {
  color: #95a5a6;
   font-size: 12px;
   margin: 0;
}@media (max-width: 991px) {
    .footer-grid-layout {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .logo-info-col {
        grid-column: 1 / -1;
    }

    .regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .disclaimer-box {
        flex-direction: column;
        padding: 25px;
        text-align: center;
    }

    .disclaimer-icon {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .main-footer-zone {
        padding-top: 40px;
    }

    .footer-grid-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-brand-logo {
        max-width: 150px;
        min-height: 72px;
    }

    .social-icons-grid {
        justify-content: center;
    }

    .regulators-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .regulator-logo {
        max-width: 100px;
    }

    .regulators-title {
        font-size: 14px;
    }

    .disclaimer-box {
        padding: 20px;
    }

    .disclaimer-title {
        font-size: 16px;
    }

    .disclaimer-text {
        font-size: 13px;
    }

    .warning-icon-svg {
        width: 40px;
        height: 40px;
    }

    .age-popup-container {
        padding: 30px 20px;
    }

    .age-popup-title {
        font-size: 22px;
    }

    .age-popup-text {
        font-size: 14px;
    }

    .age-popup-question {
        font-size: 18px;
    }

    .age-popup-buttons {
        flex-direction: column;
    }

    .popup-icon-svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 479px) {
    .age-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .footer-heading {
        font-size: 14px;
    }

    .footer-description {
        font-size: 13px;
    }
}.lk {
  filter: brightness(0) invert(1);
}

.catalog-zone-pt {
    padding: 100px 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.catalog-header-block {
    text-align: center;
  margin-bottom: 60px;
}

.catalog-main-title {
    font-size: 42px;
  font-weight: 700;
   color: #1a1a1a;
  margin-bottom: 15px;
}

.catalog-subtitle {
   font-size: 16px;
   color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.offers-list-wrapper {
    display: flex;
   flex-direction: column;
   gap: 25px;
}

.offer-card-horizontal {
   background: #fff;
  border: 2px solid #e0e0e0;
    border-radius: 12px;
   padding: 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.5fr 1.5fr 1fr;
   gap: 30px;
  align-items: center;
    transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.offer-card-horizontal:hover {
    border-color: #D4AF37;
  box-shadow: 0 10px 30px rgba(212,175,55,0.2);
  transform: translateY(-3px);
}

.offer-section {
    display: flex;
  flex-direction: column;
}

.logo-section {
    align-items: center;

  text-align: center;
}

.offer-logo-container {
   width: 100px;
   height: 100px;
    background: #f8f9fa;
   border-radius: 50%;
    display   :        flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
   border: 3px solid #D4AF37;

}

.offer-logo-img {
  max-height: 120px;
   object-fit: contain;
}

.offer-site-name {
   font-size: 20px;
  font-weight: 700;
    color: #1a1a1a;
  margin: 0;
}

.rating-section {
   text-align: center;
}

.rating-label {
    font-size: 13px;
  color: #666;
  text-transform: uppercase;
   letter-spacing: 1px;
    margin-bottom: 10px;
}

.rating-score {
   font-size: 36px;
   font-weight: 700;
   color: #D4AF37;
    line-height: 1;
    margin-bottom: 10px;
}

.rating-max {
  font-size: 18px;
    color: #999;
}

.rating-stars {
    display: flex;
    gap: 5px;
  justify-content: center;
}

.star-icon {
    width: 18px;
    height: 18px;
   stroke: none;
  fill: #ddd;
}

.star-icon.filled {
    fill: #FFD700;
}

.star-icon.half {
  fill: url(#half-gold);
}

.bonus-section {
    padding: 0 15px;
}

.bonus-label {
   color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 12px;
}

.bonus-amount {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.bonus-details {
    font-size: 14px;
   color: #555;
}

.highlight-text {
     color: #D4AF37;
    font-weight: 600;


}

.features-section {
    padding: 0 10px;
}

.features-label {
   font-size: 12px;
    color: #666;
   text-transform: uppercase;
    letter-spacing: 1px;
   margin-bottom: 12px;
}

.features-list {
    list-style: none;
   padding: 0;
    margin: 0;
}

.features-list li {
  display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
   margin-bottom: 8px;
}

.check-icon {
    width: 16px;
  height: 16px;
    stroke: #D4AF37;
    fill: none;
  stroke-width: 3;
    flex-shrink: 0;
}

.cta-section {
  justify-content: center;
}

.bonus-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1a1a1a;
   padding: 16px 28px;
   border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
  letter-spacing: 1px;
   display: inline-flex;
  align-items: center;
   gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}

.bonus-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(212,175,55,0.5);
}

.btn-arrow {
  width: 18px;
  height: 18px;
  stroke: #1a1a1a;
   fill: none;
  stroke-width: 3;
  transition: transform 0.3s ease;
}

.bonus-btn:hover .btn-arrow {
  transform: translateX(5px);
}@media (max-width: 1199px) {
    .offer-card-horizontal {
        grid-template-columns: 1fr 1fr 1.5fr;
        gap: 20px;
    }

    .features-section {
        grid-column: 1 / -1;
        margin-top: 15px;
    }

    .cta-section {
        grid-column: 1 / -1;
    }

    .bonus-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .catalog-zone-pt {
        padding: 80px 0;
    }

    .catalog-main-title {
        font-size: 32px;
    }

    .offer-card-horizontal {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .rating-stars {
        justify-content: center;
    }

    .features-list li {
        justify-content: center;
    }

    .bonus-section,
    .features-section {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .catalog-zone-pt {
        padding: 60px 0;
    }

    .catalog-main-title {
        font-size: 26px;
    }

    .catalog-subtitle {
        font-size: 14px;
    }

    .offer-card-horizontal {
        padding: 25px 20px;
    }

    .offer-logo-container {
        width: 80px;
        height: 80px;
    }

    .offer-logo-img {
        max-width: 55px;
        max-height: 55px;
    }

    .offer-site-name {
        font-size: 18px;
    }

    .rating-score {
        font-size: 28px;
    }

    .bonus-amount {
        font-size: 20px;
    }

    .bonus-btn {
        padding: 14px 24px;
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .offers-list-wrapper {
        gap: 20px;
    }

    .offer-card-horizontal {
        padding: 20px 15px;
    }

    .catalog-header-block {
        margin-bottom: 40px;
    }
}

.contact-hero-zone {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    padding: 80px 0 60px;
    text-align: center;
    border-bottom: 4px solid #D4AF37;
}

.hero-content-block {
    max-width: 700px;
    margin: 0 auto;
}

.hero-title-ls {
    font-size: 48px;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-subtitle-rg {
    font-size: 18px;
    color: #bdc3c7;
    margin: 0;
}

.form-zone-pt {
    padding: 80px 0;
    background: #fafafa;
}

.form-container-ls {
    max-width: 800px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(212,175,55,0.15);
    border: 2px solid #e0e0e0;
}

.form-header-block {
    text-align: center;
    margin-bottom: 40px;
}

.form-icon-svg {
    width: 60px;
    height: 60px;
    stroke: #D4AF37;
    fill: none;
    stroke-width: 2;
    margin-bottom: 20px;
}

.form-title-ds {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.form-description-rg {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.field-wrapper-pt {
    display: flex;
    flex-direction: column;
}

.full-width-field {
    grid-column: 1 / -1;
}

.field-label-ls {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.label-icon-svg {
    width: 18px;
    height: 18px;
    stroke: #D4AF37;
    fill: none;
    stroke-width: 2.5;
}

.input-field-rg,
.select-field-rg,
.textarea-field-rg {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.input-field-rg:focus,
.select-field-rg:focus,
.textarea-field-rg:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.1);
}

.input-field-rg.error,
.select-field-rg.error,
.textarea-field-rg.error {
    border-color: #e74c3c;
}

.select-field-rg {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23D4AF37' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.textarea-field-rg {
    resize: vertical;
    min-height: 120px;
}

.char-counter-ls {
    font-size: 13px;
    color: #999;
    margin-top: 8px;
    text-align: right;
}

.error-message-ds {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

.error-message-ds.active {
    display: block;
}

.radio-group-ls {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.radio-option-rg {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
}

.radio-option-rg:hover {
    border-color: #D4AF37;
}

.radio-option-rg input[type="radio"] {
    display: none;
}

.radio-custom-pt {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-option-rg input[type="radio"]:checked + .radio-custom-pt {
    border-color: #D4AF37;
}

.radio-option-rg input[type="radio"]:checked + .radio-custom-pt::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #D4AF37;
    border-radius: 50%;
}

.radio-icon-ds {
    width: 18px;
    height: 18px;
    stroke: #666;
    fill: none;
    stroke-width: 2;
}

.radio-option-rg input[type="radio"]:checked ~ .radio-icon-ds {
    stroke: #D4AF37;
}

.submit-btn-pt {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #1a1a1a;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}

.submit-btn-pt:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(212,175,55,0.5);
}

.submit-btn-pt:active {
    transform: translateY(0);
}

.btn-icon-svg {
    width: 20px;
    height: 20px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 2.5;
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.info-card-ls {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.info-card-ls:hover {
    border-color: #D4AF37;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212,175,55,0.15);
}

.card-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.card-icon-svg {
    width: 32px;
    height: 32px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 2.5;
}

.card-title-rg {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.card-text-ds {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.success-popup-overlay.active {
    display: flex;
}

.success-popup-container {
    background: #fff;
    border-radius: 15px;
    padding: 50px 40px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    animation: popupSlideIn 0.4s ease;
    border: 3px solid #D4AF37;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.success-icon-wrapper {
    width: 80px;
    height: 80px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
   border-radius: 50%;
    display: flex;
  align-items: center;
   justify-content: center;
    margin: 0 auto 25px;
    animation: iconBounce 0.6s ease;
}@keyframes iconBounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}.success-icon-svg {
    width: 45px;
   height: 45px;
    stroke: #fff;
  fill: none;
    stroke-width: 3;
}

.success-title-ls {
   font-size: 28px;
   font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 15px;
}

.success-text-rg {
  font-size: 16px;
  color: #666;
    margin-bottom: 30px;
}

.success-btn-pt {
  background: #D4AF37;
  color: #1a1a1a;
   border: none;
   padding: 14px 40px;
    border-radius: 8px;
   font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
   letter-spacing: 1px;
  cursor: pointer;
   transition: all 0.3s ease;
}

.success-btn-pt:hover {
   background     :      #FFD700;
  transform: translateY(-2px);
}@media (max-width: 991px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .info-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .hero-title-ls {
        font-size: 32px;
    }

    .form-container-ls {
        padding: 30px 20px;
    }

    .form-title-ds {
        font-size: 24px;
    }

    .radio-group-ls {
        flex-direction: column;
    }

    .success-popup-container {
        padding: 40px 25px;
    }
}