* {
  margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
   color: #333;
}

a {
    text-decoration     :    none;
    color: inherit;
}

img {
   max-width: 100%;
   height: auto;
    display: block;
}

ul {
    list-style: none;
}

.bt-layout-frame, .container {
   max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.bt-display-inline, .row {
    display: flex;
	flex-wrap: wrap;
   margin: 0 -15px;
}

.bt-align-middle, .align-items-center {
  align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.bt-col-xl-2, .col-xl-2 {
   width: 16.666%;
    padding: 0 15px;
}

.bt-col-xl-10, .col-xl-10 {
 width: 83.333%;
   padding: 0 15px;
}

.bt-col-12, .col-12 {
  width :       100%;
    padding: 0 15px;
}

.col-lg-6 {
  width: 50%;
  padding: 0 15px;
}

.col-lg-4 {
    width: 33.333%;
    padding: 0 15px;
}

.col-md-6 {
   width: 50%;
    padding: 0 15px;
}

.col-md-3 {
    width: 25%;
    padding: 0 15px;
}

.col-md-7 {
    width: 58.333%;
  padding: 0 15px;
}

.col-md-12 {
  width: 100%;
  padding: 0 15px;
}

.col-md {
  flex: 1;
  padding: 0 15px;
}

.bt-header-zone {
  padding: 15px 0;
  background: #fff;
}

.bt-nav-sticky .bt-primary-links ul li {
    display: inline-block;
  position: relative;
  z-index: 1;
}

.bt-nav-sticky .bt-primary-links ul li a {
   color: #222;
  font-weight: 400;
  padding: 39px 19px;
    display: block;
  font-size: 16px;
   transition: all .3s ease;
   text-transform: capitalize;
}

.bt-nav-sticky .bt-primary-links ul li:hover > a {
    color: #c41e3a;
}

.bt-nav-sticky.sticky-bar.sticky {
  left: 0;
   margin: auto;
   position: fixed;
   top: 0;
  width: 100%;
  box-shadow: 0 10px 15px rgba(25,25,25,.1);
  z-index: 9999;
    background: #fff;
}

.bt-hamburger {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
}

.slider_area {
   position: relative;
    z-index: 0;
}

.slider_bg_1 {
  background-image: url(../public/hero-illustration.webp);
  background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
   min-height: 650px;
}

.single_slider {
   position: relative;
  z-index: 0;
}

.single_slider::before {
  position: absolute;
  content: "";
    background-color: #8b0000;
    top: 0;
   left: 0;
  width: 100%;
    height: 100%;
    z-index: -1;
   opacity: .5;
}

.slider_text h5 {
   font-size: 22px;
   font-weight: 400;
   color: #fff;
   margin-bottom: 20px;
    text-transform: capitalize;
}

.slider_text h3 {
    font-size: 60px;
   font-weight: 700;
  color: #fff;
   margin-bottom: 20px;
    line-height: 1.2;
  text-transform: capitalize;
}

.slider_text p {
   color: #fff;
  font-size: 16px;
   line-height: 28px;
    margin-bottom: 50px;
}

.sldier_btn .boxed-btn3 {

  background: #c41e3a;
    color: #fff;
   display: inline-block;
   padding: 13px 29px;
   font-size: 16px;
   font-weight: 500;
   border: 1px solid transparent;
  text-align: center;
    text-transform: capitalize;
    transition: .3s;
    cursor: pointer;}

.sldier_btn .boxed-btn3:hover {
    color: #c41e3a !important;
  border: 1px solid #c41e3a;
   background: transparent;
}

.ilstration_img{
    position: absolute;
    right: 100px;
   top: 50%;
  transform: translateY(-50%);
    z-index: 1;
}

.ilstration_img img {
  max-width: 100%;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.text-right {
  text-align: right;
}

.d-lg-block {
    display: block;
}

.about-area {
  background: #fff5f5;
  padding: 100px 0;
}

.about-left {
    padding-right: 30px;
}

.about-right h1 {
   font-size: 36px;
   font-weight: 700;
    color: #222;
   line-height: 1.3;
}

.about-right p {
  color: #777;
  line-height: 1.8;
  padding-top: 30px;
    padding-bottom: 30px;
}

.about-area .primary-btn2 {
  background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
  border: none;
    color: #fff;
  padding: 15px 35px;
   display: inline-block;
  font-weight: 600;
   text-transform: uppercase;
}

.about-area .primary-btn2:hover {
   opacity: .9;
}

.section-gap {
    padding: 100px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.text-uppercase {
    text-transform: uppercase;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.features-section {
  font-family: "Open Sans",sans-serif;
}

.spad {
   padding-top: 103px;
   padding-bottom: 103px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
  background-position: top center;
}

.feature-box {
    background: #fff;
        margin-bottom: 30px;
    overflow: hidden;
}

.feature-box img {
    width: 100%;
   display: block;
}

.feature-box .fb-text {
  padding: 40px 38px;
}

.feature-box .fb-text h5 {
  font-size: 18px;
  font-weight: 600;
   color: #081624;
    margin-bottom: 20px;
}

.feature-box .fb-text p {
    font-size: 14px;
   color:       #718090;
    line-height: 2;
  margin-bottom: 28px;
}

.feature-box .fb-more-btn {
  display: inline-block;
    font-size: 14px;
  font-weight: 600;
  color: #c41e3a;
   text-transform: uppercase;
  position: relative;
    padding-right: 25px;
}

.feature-box .fb-more-btn:after {
   position: absolute;
  content: "";
   width: 15px;
    height: 2px;
  background: #c41e3a;
  top: 8px;
   right: 0;
}

.m0 {
    margin: 0;
}

.p0 {
    padding-left: 0;
    padding-right: 0;
}

.mission_area {
  padding-top: 100px;
   padding-bottom: 100px;
}

.mission_area .left_img img {
    width: 100%;
   height: 100%;
    object-fit: cover;
    display: block;
}

.mission_content_wrapper {

	   padding: 70px 50px;}

.mission_text {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.mission_text:last-child {
  border-bottom: none;
}

.mission_text h4 {
  font-size: 24px;
  font-weight: 600;
    color: #000;
  margin-bottom: 15px;
}

.mission_text p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
   margin-bottom: 0;
}

.ftco-section {
   padding: 7em 0;
  position: relative;
}

.ftco-counter {
    background-size: cover;
    background-repeat: no-repeat;
  background-position: center center;
}

.ftco-counter .overlay {
    position: absolute;
  top: 0;
   left: 0;
	right: 0;
    bottom: 0;
  content: '';
    opacity: .8;
  background: #8b0000;
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
}

.ftco-counter .block-18 .icon {
   width: 80px;
    height: 80px;
  background: rgba(255,255,255,.1);
    border-radius: 50%;
   margin: 0 auto 30px;
}

.ftco-counter .block-18 .icon .bt-stat-icon {
  width: 40px;
   height:      40px;
  margin: 0 auto;
    stroke: #fff;
  fill: none;
   stroke-width: 2;
    stroke-linecap: round;
   stroke-linejoin: round;
}

.ftco-counter .block-18 .text .number {
  line-height: 1;
   font-size: 50px;
   font-weight: 500;
  color: #fff;
  display: block;
    margin-bottom: 5px;
  font-family: 'EB Garamond',serif;
}

.ftco-counter .block-18 .text span {
  font-size: 16px;
  color: rgba(255,255,255,.9);
}

.heading-section-white .subheading {
  color: rgba(255,255,255,.8) !important;
}

.heading-section-white h2 {
  color: #fff;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.text-center {
   text-align: center;
}

.counter-wrap {
  display: flex;
  justify-content: center;
}

.ftco-animate {
    animation: fadeIn 1s;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}.site-section {
    padding-top: 5em;
   padding-bottom: 5em;
}

.site-blocks-testimonials {
    padding-top: 5em;
  padding-bottom: 5em;
}

.testimonial {
  padding: 30px;
}

.testimonial blockquote {
    font-style: italic;
  font-size: 1.1rem;
   line-height: 1.6;
}

.testimonial img {
   border  :        4px solid #f8f9fa;
}

.border-primary {
    border-color: #c41e3a;
}

.text-primary {
    color: #c41e3a;
}

.font-weight-light {
  font-weight: 300;

}

.p-3 {
  padding: 1rem;
}

.w-25 {
   width: 25%;
}

.rounded-circle {
   border-radius: 50%;
}

.mx-auto {
   margin-left: auto;
   margin-right: auto;
}

.h5 {
    font-size: 1.25rem;
}

.text-black {
  color: #000;
}

.text-muted {
    color: #6c757d;
}

.nonloop-block-test .owl-dots {
   position: relative;
  margin-top: 30px;
}

.nonloop-block-test .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
    border-radius: 50%;
   border: 1px solid #ccc;
}

.nonloop-block-test .owl-dots .owl-dot.active span {
  background: #c41e3a;
  border-color: #c41e3a;
}

.cv_area {
    padding-top: 120px;
   padding-bottom: 120px;
  background: linear-gradient(to right, #dc143c, #c41e3a);
  position: relative;
 z-index: 0;
}

.cv_area::before {
      position: absolute;
  content: "";
    background-color: #8b0000;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
   opacity: .8;
}

.cv_wrap {
  background: #fff;
    padding: 80px 60px;
  box-shadow: 0 20px 60px rgba(0,0,0,.1);
}

.cv_wrap span {
  font-size: 16px;
  color: #c41e3a;
    font-weight: 500;
   text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.cv_wrap h3 {
  font-size: 40px;
    font-weight: 700;
  color: #191d34;
  margin-bottom: 40px;
   line-height: 1.3;
}

.cv_btn .boxed-btn3 {
  background: #c41e3a;
    color: #fff;
  display: inline-block;
    padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
    border: 1px solid transparent;
   text-transform: capitalize;
  transition: .3s;
   cursor: pointer;
}

.cv_btn .boxed-btn3:hover {
   color: #c41e3a !important;
   border: 1px solid #c41e3a;
  background: transparent;
}

.ftco-footer {
    padding: 5em 0;
   background: #1a1a1a;
}

.ftco-bg-dark {
   background: #222 !important;
    color: #999;
}

.ftco-footer-widget {
   margin-bottom: 2em;
}

.ftco-heading-2 {
  font-size: 1.2rem;
  font-weight :       600;
  color: #c41e3a;
  margin-bottom: 1.5em;
   text-transform: uppercase;
    letter-spacing: 1px;
}

.ftco-footer .list-unstyled {
  padding: 0;
   margin: 0;
    list-style: none;
}

.ftco-footer .photo {
  display: flex;
   flex-wrap: wrap;
}

.ftco-footer .photo li {
  width: 33.33%;
    padding: 3px;
}

.ftco-footer .photo li a.img {
    display: block;
   width: 100%;
  height: 80px;
    background-size: cover;
   background-position: center;
}

.ftco-footer .categories li {
   margin-bottom   :        10px;
}

.ftco-footer .categories li a {
    color: #999;
    text-decoration: none;
    transition: color .3s ease;
}

.ftco-footer .categories li a:hover {
  color: #c41e3a;
}

.block-23 ul {
  padding: 0;
    margin: 0;
}

.block-23 ul li {
  list-style: none;
  margin-bottom: 15px;
    display: flex;
   align-items: flex-start;
}

.block-23 .footer-icon {
    width: 20px;
   height: 20px;
   margin-right: 10px;
  stroke: #c41e3a;
   fill: none;
   stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.block-23 .text {
    color: #999;
}

.block-23 a {
  color: #999;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

.block-23 a:hover {
   color: #c41e3a;
}

.ftco-footer p {
   color: #999;
  margin-top: 2em;
  text-align: center;
}

.px-md-5 {
   padding-left: 3rem;
    padding-right: 3rem;
}

.ml-md-4		{
   margin-left: 1.5rem;
}

.pl-lg-5 {
   padding-left: 3rem;
}

.bt-float-end {
   float: right;
}

.bt-hide-mobile {
    display: block;
}

.bt-display-mobile {
   display: none;
}@media (max-width: 991px) {
    .about-area { padding: 60px 0; }
    .about-left { margin-bottom: 40px; padding-right: 0; }
    .about-right h1 { font-size: 28px; }
    .slider_text h3 { font-size: 40px; }
    .slider_bg_1 { min-height: 500px; }
    .ilstration_img { display: none; }
    .col-lg-6 { width: 100%; }
    .col-lg-4 { width: 50%; }
    .d-lg-block { display: none; }
    .bt-col-xl-2, .col-xl-2 { width: 25%; }
    .bt-col-xl-10, .col-xl-10 { width: 75%; }
}

@media (max-width: 767px) {
    .slider_text h3 { font-size: 30px; }
    .slider_text h5 { font-size: 18px; }
    .slider_text p { margin-bottom: 30px; }
    .slider_bg_1 { min-height: 400px; }
    .cv_area { padding-top: 80px; padding-bottom: 80px; }
    .cv_wrap { padding: 60px 40px; }
    .cv_wrap h3 { font-size: 32px; margin-bottom: 30px; }
    .col-md-3 { width: 50%; }
    .col-md-6 { width: 100%; }
    .col-lg-4 { width: 100%; }
    .bt-hide-mobile { display: none; }
    .bt-display-mobile { display: block; }
    .mission_content_wrapper { padding: 40px 30px; }
    .w-25 { width: 50%; }
    .ftco-footer .photo li { width: 50%; }
}

@media (max-width: 575px) {
    .cv_area { padding-top: 60px; padding-bottom: 60px; }
    .cv_wrap { padding: 40px 30px; }
    .cv_wrap h3 { font-size: 26px; margin-bottom: 25px; }
    .cv_btn .boxed-btn3 { padding: 13px 30px; font-size: 14px; }
    .col-md-3 { width: 100%; }
}.ftco-footer {
   padding: 5em 0 2em;
  background: #1a1a1a;
}

.ftco-bg-dark {
    background: #222 !important;
    color: #999;
}

.ftco-footer-widget {
  margin-bottom: 2em;
}

.footer-logo-wrap {
  margin-bottom: 20px;
}

.footer-desc {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
    margin-top: 15px;
}

.ftco-heading-2 {
   font-size: 1.2rem;
    font-weight: 600;
   color: #c41e3a;
   margin-bottom: 1.5em;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.ftco-footer .list-unstyled {
  padding: 0;
    margin: 0;
    list-style: none;
}

.ftco-footer .categories li {
   margin-bottom: 10px;
}

.ftco-footer .categories li a {
  color: #999;
   text-decoration: none;
    transition: color .3s ease;
  font-size: 14px;
}

.ftco-footer .categories li a:hover {
  color: #c41e3a;
}

.block-23 ul {
    padding: 0;
   margin: 0;
}

.block-23 ul li {
   list-style: none;
    margin-bottom: 15px;
    display: flex;
  align-items  :     flex-start;
}

.block-23 .footer-icon {
    width: 20px;
   height: 20px;
    margin-right: 10px;
  margin-top: 2px;
    flex-shrink: 0;
   stroke: #c41e3a;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
    stroke-linejoin: round;
}

.block-23 .text {
  color: #999;
   font-size: 14px;
  line-height: 1.6;
}

.block-23 a {
   color: #999;
   text-decoration: none;
  display: flex;
   align-items: flex-start;
}

.block-23 a:hover {
   color: #c41e3a;
}

.block-23 a:hover .footer-icon {
   stroke: #fff;
}

.regulators-section {
  background: rgba(196, 30, 58, 0.1);
   padding: 30px;
  border: 2px solid #c41e3a;
  margin-bottom: 30px;
}

.regulators-title {
   color: #c41e3a;
    font-size: 18px;
    font-weight: 600;
  text-align: center;
   margin-bottom: 25px;
   text-transform: uppercase;
    letter-spacing: 1px;
}

.regulators-grid {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
    gap: 20px;
   align-items: center;
}

.regulator-link {
    display: block;
    padding: 15px;
  text-align: center;
  transition: all .3s ease;
  border: 1px solid #333;
}

.regulator-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(196, 30, 58, 0.3);
   border-color: #c41e3a;
}

.regulator-link img {
   max-width: 100%;
   height: 50px;
   object-fit   : contain;
   display: block;
   margin: 0 auto;
}

.disclaimer-box {
  background: linear-gradient(135deg, #8b0000 0%, #c41e3a 100%);
   padding: 25px 30px;
   border-left: 5px solid #fff;
  display: flex;
   align-items: flex-start;
    gap: 20px;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
}

.disclaimer-icon img {
    width: 40px;
    height: 40px;
  stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.disclaimer-content h4 {
  color: #fff;
    font-size: 18px;
  font-weight: 700;
   margin-bottom: 10px;
    text-transform: uppercase;
}

.disclaimer-content p {
   color: #fff;
   font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.copyright-text {
    color: #666;
  margin-top: 2em;
  text-align: center;
    font-size: 14px;
    border-top: 1px solid #333;
   padding-top: 20px;
}

.px-md-5 {
	padding-left: 3rem;
    padding-right: 3rem;
}

.ml-md-4 {
   margin-left: 1.5rem;
}

.pl-lg-5 {
   padding-left: 3rem;
}

.age-verify-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;
}

.age-verify-modal {
    background: #fff;
   max-width: 500px;
  width: 90%;
   padding: 40px 30px;
    text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.age-verify-icon {
    width: 60px;
   height: 60px;
  margin: 0 auto 20px;
  stroke: #c41e3a;
  fill: none;
   stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.age-verify-content h2 {
   color: #222;
    font-size: 28px;
   font-weight: 700;
    margin-bottom: 15px;
}

.age-verify-content p {
    color: #555;
    font-size: 18px;
  margin-bottom: 15px;
}

.age-verify-note {
   font-size: 14px !important;
    color: #777 !important;
  margin-bottom: 30px !important;
}

.age-verify-buttons {
   display: flex;
  gap: 15px;
   justify-content: center;
}

.age-verify-btn {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
   border: none;
   cursor: pointer;
  transition: all .3s ease;
    text-transform: uppercase;
}

.age-verify-yes {
  background: #c41e3a;
   color: #fff;
}

.age-verify-yes:hover {
    background: #a01830;
}

.age-verify-no {
    background: #666;
  color: #fff;
}

.age-verify-no:hover {
   background: #444;
}@media (max-width: 991px) {
    .regulators-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ftco-footer {
        padding: 3em 0 2em;
    }

    .col-md {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .regulator-link {
        padding: 10px;
    }

    .regulator-link img {
        height: 40px;
    }

    .disclaimer-box {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    .disclaimer-icon img {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .disclaimer-content h4 {
        font-size: 16px;
    }

    .disclaimer-content p {
        font-size: 13px;
    }

    .col-md {
        width: 100%;
    }

    .age-verify-modal {
        padding: 30px 20px;
    }

    .age-verify-content h2 {
        font-size: 24px;
    }

    .age-verify-buttons {
        flex-direction: column;
    }

    .age-verify-btn {
        width: 100%;
    }

    .px-md-5 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}.bt-catalog-zone {
  padding: 100px 0;
    background: #f5f5f5;
}

.bt-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.bt-section-subtitle {
   color: #c41e3a;
   font-size: 16px;
   font-weight    :    600;
   text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.bt-section-title {
    font-size: 42px;
  font-weight: 700;
   color: #222;
   margin-bottom: 20px;
}

.bt-section-desc {
  font-size: 16px;
    color: #666;
    max-width: 700px;
   margin: 0 auto;
    line-height: 1.8;
}

.bt-offer-card {
  background: #fff;
  display: flex;
   align-items: stretch;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
    border-left: 4px solid #c41e3a;
}

.bt-offer-card:hover {
  box-shadow: 0 8px 30px rgba(196,30,58,0.15);
  transform: translateY(-5px);
}

.bt-offer-logo-section {
    flex: 0 0 180px;
   padding: 30px 20px;
   display: flex;
    flex-direction: column;
  align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
}

.bt-offer-logo-wrap {
   width: 190px;
   height: 120px;
    display: flex;
  align-items: center;
    justify-content: center;
    margin-bottom: 15px;
   background: #fff;
    padding: 10px;
}

.bt-offer-logo-wrap img {
   max-width: 100%;
    max-height: 100%;
  object-fit: contain;
}

.bt-offer-name {
   font-size: 18px;
	   font-weight: 700;
	   color: #222;
	    text-align: center;
	  margin: 0;
}

.bt-offer-rating-section {
    flex: 0 0 160px;
   padding: 30px 20px;
  display: flex;
  flex-direction: column;
   align-items: center;
    justify-content: center;
  border-right: 1px solid #eee;
    background: #fafafa;
}

.bt-rating-badge {
	  background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
   width: 70px;
    height: 70px;
    display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: center;
   margin-bottom: 15px;

}

.bt-rating-number {
  font-size: 28px;
    font-weight: 700;
    color: #fff;
   line-height: 1;
}

.bt-rating-label {
  font-size: 11px;
  color: rgba(255,255,255,0.9);
    text-transform: uppercase;
}

.bt-rating-stars {
  display: flex;
   gap: 3px;
   margin-bottom: 10px;
}

.bt-star-icon {
  width: 16px;
  height: 16px;
   stroke: #c41e3a;
   fill: #c41e3a;
    stroke-width: 1;
}

.bt-star-empty {
   fill: none;
  stroke: #ddd;
}

.bt-rating-text {
  font-size: 13px;
   color: #666;
  font-weight: 600;
  margin: 0;
}

.bt-offer-bonus-section {
  flex: 1;
  padding: 30px 25px;
    border-right: 1px solid #eee;
}

.bt-bonus-title {
    font-size: 14px;
   font-weight: 600;
   color: #c41e3a;
  text-transform: uppercase;
  margin-bottom: 12px;
   letter-spacing: 1px;
}

.bt-bonus-main {
    font-size: 16px;
  font-weight: 700;
    color: #222;
  margin-bottom: 15px;
  line-height: 1.4;
}

.bt-bonus-list {
    list-style: none;
   padding: 0;
    margin: 0;
}

.bt-bonus-list li {
  font-size: 14px;
  color: #666;
   margin-bottom: 8px;
  display: flex;
   align-items: center;
   gap: 8px;
}

.bt-check-icon {
   width: 16px;
   height: 16px;
  stroke: #27ae60;
   fill: none;
    stroke-width: 2;
  flex-shrink: 0;
}

.bt-offer-features-section {
   flex: 1;
   padding: 30px 25px;
	border-right: 1px solid #eee;
    background: #fafafa;
}

.bt-features-title {
    font-size: 14px;
  font-weight: 600;
    color: #c41e3a;
   text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.bt-features-list {
    list-style: none;
    padding: 0;
   margin: 0;
}

.bt-features-list li {
  font-size: 14px;
   color: #666;
    margin-bottom: 10px;
    display: flex;
   align-items: center;
   gap: 8px;
}

.bt-feature-icon {
  width: 18px;
   height: 18px;
   stroke: #c41e3a;
   fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

.bt-offer-action-section {
    flex: 0 0 200px;
   padding: 30px 25px;
   display: flex;
   flex-direction: column;
   align-items: center;
    justify-content: center;
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
}

.bt-offer-btn {
  background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
   color: #fff;
  padding: 16px 32px;
   font-size: 16px;
    font-weight: 700;
   text-transform: uppercase;
   border: none;
  cursor: pointer;
  transition: all .3s ease;
    display: flex;
   align-items: center;
  gap: 10px;
  text-decoration: none;
   margin-bottom: 12px;
}

.bt-offer-btn:hover {
  background: linear-gradient(135deg, #a01830 0%, #b71234 100%);
  transform: scale(1.05);
}

.bt-btn-arrow {
   width: 18px;
   height: 18px;
  stroke: #fff;
   fill: none;
  stroke-width: 2;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.bt-offer-terms {
    font-size: 11px;
  color: #999;
   text-align: center;
   margin: 0;
}@media (max-width: 1200px) {
    .bt-offer-card {
        flex-wrap: wrap;
    }

    .bt-offer-logo-section {
        flex: 0 0 150px;
    }

    .bt-offer-rating-section {
        flex: 0 0 140px;
    }

    .bt-offer-bonus-section,
    .bt-offer-features-section {
        flex: 1 1 45%;
    }

    .bt-offer-action-section {
        flex: 0 0 100%;
        border-top: 1px solid #eee;
        border-right: none;
    }
}

@media (max-width: 768px) {
    .bt-catalog-zone {
        padding: 60px 0;
    }

    .bt-section-title {
        font-size: 32px;
    }

    .bt-offer-card {
        flex-direction: column;
    }

    .bt-offer-logo-section,
    .bt-offer-rating-section,
    .bt-offer-bonus-section,
    .bt-offer-features-section,
    .bt-offer-action-section {
        flex: 0 0 auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .bt-offer-action-section {
        border-bottom: none;
    }

    .bt-section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .bt-section-title {
        font-size: 26px;
    }

    .bt-offer-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.heading-section .subheading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #c41e3a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #222;
    font-family: 'EB Garamond', serif;
}

.contact-intro {
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

.block-9 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bg-light {
    background: #f8f9fa !important;
}

.p-5 {
    padding: 3rem !important;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form .form-control {
    height: 58px !important;
    background: #fff !important;
    color: rgba(0,0,0,0.9) !important;
    font-size: 16px;
    box-shadow: none !important;
    border: 2px solid rgba(0,0,0,0.08) !important;
    padding: 0 20px;
    transition: border-color .3s ease;
}

.contact-form .form-control:focus {
    border-color: #c41e3a !important;
    outline: none;
}

.contact-form textarea.form-control {
    height: inherit !important;
    padding: 15px 20px;
    resize: vertical;
}

.contact-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
}

.error-msg {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

.contact-method-group {
    margin-bottom: 35px;
}

.contact-method-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.contact-method-options {
    display: flex;
    gap: 20px;
}

.radio-option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all .3s ease;
}

.radio-option:hover {
    border-color: #c41e3a;
    background: #fff5f5;
}

.radio-option input[type="radio"] {
    margin: 0;
    cursor: pointer;
}

.radio-option input[type="radio"]:checked + .method-icon {
    stroke: #c41e3a;
}

.radio-option input[type="radio"]:checked ~ span {
    color: #c41e3a;
    font-weight: 600;
}

.method-icon {
    width: 24px;
    height: 24px;
    stroke: #666;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease;
}

.radio-option span {
    font-size: 15px;
    color: #666;
    transition: all .3s ease;
}

.btn-primary-submit {
    background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary-submit:hover {
    background: linear-gradient(135deg, #a01830 0%, #b71234 100%);
    transform: translateY(-2px);
}

.btn-icon {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.px-5 { padding-left: 3rem; padding-right: 3rem; }
.pl-md-5 { padding-left: 3rem; }

.contact-info {
    margin-bottom: 40px;
}

.contact-info .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon {
    width: 35px;
    height: 35px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info .text {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.contact-info .text h3 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info .text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.contact-info .text a {
    color: #c41e3a;
    text-decoration: none;
    transition: color .3s ease;
}

.contact-info .text a:hover {
    color: #a01830;
}

.thank-you-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-modal {
    background: #fff;
    max-width: 500px;
    width: 90%;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.thank-you-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    stroke: #27ae60;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.thank-you-content h2 {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.thank-you-content p {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.thank-you-note {
    font-size: 14px !important;
    color: #999 !important;
    margin-bottom: 30px !important;
}

.thank-you-btn {
    background: linear-gradient(135deg, #c41e3a 0%, #dc143c 100%);
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
}

.thank-you-btn:hover {
    background: linear-gradient(135deg, #a01830 0%, #b71234 100%);
}

@media (max-width: 991px) {
    .col-md-8, .col-md-4 {
        width: 100%;
    }

    .pl-md-5 {
        padding-left: 1rem;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .heading-section h2 {
        font-size: 32px;
    }

    .ftco-section {
        padding: 4em 0;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .contact-method-options {
        flex-direction: column;
    }

    .thank-you-modal {
        padding: 40px 30px;
    }

    .thank-you-content h2 {
        font-size: 26px;
    }
}.bt-brand-mark {
    max-width: 60px;
}

.legal-content-area {
  padding: 100px 0;
   background: #fff;
}

.legal-header {
  text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 3px solid #c41e3a;
}

.legal-header h1 {
  font-size: 42px;
   font-weight: 700;
   color: #222;
  margin-bottom: 15px;
   line-height: 1.2;
}

.legal-updated {
  font-size: 14px;
    color: #999;
  font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-body {
  max-width: 900px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
  font-size: 28px;
    font-weight: 700;
  color: #c41e3a;
  margin-bottom: 20px;
    line-height: 1.3;
}

.legal-section p {
   font-size: 16px;
    color: #555;
  line-height: 1.9;
  text-align   :   justify;
}@media (max-width: 991px) {
    .legal-content-area {
        padding: 70px 0;
    }

    .legal-header h1 {
        font-size: 34px;
    }

    .legal-section h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .legal-content-area {
        padding: 50px 0;
    }

    .legal-header h1 {
        font-size: 28px;
    }

    .legal-section h2 {
        font-size: 22px;
    }

    .legal-section p {
        font-size: 15px;
        text-align: left;
    }
}.bt-hamburger {
    display: none;
    cursor: pointer;
  padding: 10px;
}

.bt-hamburger span,
.bt-hamburger span::before,
.bt-hamburger span::after {
   display: block;
   width: 28px;
  height: 3px;
    background-color: #222;
    transition: all 0.3s ease;
}

.bt-hamburger span {
    position: relative;
}

.bt-hamburger span::before,
.bt-hamburger span::after {
    position: absolute;
   left: 0;
  content: '';
}

.bt-hamburger span::before {
    top: -8px;
}

.bt-hamburger span::after {
   top: 8px;
}

.bt-hamburger.active span {
    background-color: transparent;
}

.bt-hamburger.active span::before {
    top: 0;
  transform: rotate(45deg);
}

.bt-hamburger.active span::after {
    top: 0;
  transform: rotate(-45deg);
}

.bt-primary-links {
   transition: all 0.3s ease;
}

.bt-show-mobile {
   display: block !important;
  position: fixed;
    top: 70px;
    left: 0;
   width: 100%;
    background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9998;
}

.bt-show-mobile nav ul {
    flex-direction: column;
}

.bt-show-mobile nav ul li {
   display: block;
  width: 100%;
    border-bottom: 1px solid #eee;
}

.bt-show-mobile nav ul li a {
   padding: 15px 20px;
   display: block;
}@media (max-width: 991px) {
    .bt-hamburger {
        display: block;
    }

    .bt-hide-mobile {
        display: none;
    }

    .bt-mobile-trigger {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .bt-nav-unit {
        position: relative;
    }

    .bt-col-xl-2, .col-xl-2 {
        width: 50%;
    }

    .bt-col-xl-10, .col-xl-10 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .bt-col-xl-2, .col-xl-2 {
        width: 60%;
    }

    .bt-col-xl-10, .col-xl-10 {
        width: 40%;
    }
}