:root{
  --primary-color: #ac6c48;     
  --secondary-color: #462c21;  
    --accent-color: #d1926d;  
}
button.tour-page-btn {
    font-size: 14px;
}
.midcontarea{
  max-width: 100% !important;
  padding: 0 !important;
}

.banner-container{
    background-image: linear-gradient(50deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 52%)), url(https://storage.googleapis.com/1stlatinwomen-assets/kiev-personals-assets/tl-background.webp);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 10px;
}
.banner-vid-box img{
    max-width: 430px;
    border: 2px solid #cccccc;
}
.play-overlay {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.play-overlay img{
    border-radius: 20px;
}
.play-overlay::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 10px;
  opacity: 0.9;
  transition: transform 0.2s ease;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}
.play-overlay:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.new-reg-btn, .new-homepage-btn {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 12px 0;
    box-shadow: 0 4px 15px rgba(70, 177, 150, 0.3);
}
.new-reg-btn:hover, .new-homepage-btn:hover {
    color: white;
    background-color: var(--accent-color);
    text-decoration: none;
    transform: translateY(-2px);
}
.tour-btn {
    text-align: center;
    background: white;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 14px 50px;
    line-height: inherit;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
.tour-btn:hover {
    transform: translateY(-2px);
    background-color: #eeeeee;
}
#introduction, #meet, #find-wife, #testimonials, #find-love, #blogs, #faq, #featured-media{
    max-width: 1400px;
    margin: 0 auto;
}


@media screen and (min-width:991px) {
    .play-overlay a{
    display: block;
    padding: 20px;
}
}

/* speed dating */
.speed-dating{
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 50px 40px !important;
    margin-top: 20px;
    color: white;
    text-align: center;
}
.speed-dating a{
    display: block;
    text-align: center;
    background: white;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.speed-dating a:hover {
    transform: translateY(-2px);
}

/* Our support */
.service-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    gap: 10px;
}
.service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.service-card:hover {
    box-shadow: 0 3px 28px var(--primary-color);
    transform: translateY(-6px);
    text-decoration: none;
}

/* choose us */
.choose-container {
    margin: 0 auto;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.choose-container .intro-text {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}
.benefit-item {
    border-left: 4px solid var(--primary-color);
    padding-left: 24px;
    margin-bottom: 32px;
}
.benefit-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.benefit-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* faq */

.faq-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(22, 28, 36, 0.08);
    border: 1px solid rgba(70, 177, 150, 0.12);
    overflow: hidden;
}

.auto-match-faq {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
    background: linear-gradient(180deg, rgba(70, 177, 150, 0.02), transparent 60%);
}

.faq-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding: 0 20px 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
    background: linear-gradient(180deg, rgba(70, 177, 150, 0.02), transparent 60%);
}

.faq-card p {
    margin: 14px 0 0;
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
}
.faq-summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 600;
    color: #111827;
    transition: background .2s ease;
}
.faq-card[open] .faq-summary {
    background: rgba(70, 177, 150, 0.06);
}
.faq-summary h3{
    font-size: 18px;
}

/* blog */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}
.blog-grid a {
    text-decoration: none;
}
.blog-grid a:hover {
    text-decoration: none;
}
.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 2px 4px var(--primary-color);
    transform: translateY(-8px);
}

.blog-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
    flex: 1;
}
.blog-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #999;
    padding: 15px 0;
    border-top: 1px solid #eee;
    text-decoration: none;
}

/* media logos */
.marquee {
  display: flex;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  animation: scroll 15s linear infinite;
}

.marquee-content img {
  margin-right: 50px; /* spacing between logos */
  height: 80px; /* adjust as needed */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* right nav */
.intro-group{
    display: flex;
    flex-direction: column;
    padding: 8px;
    position: sticky;
    top: 15rem;
}
 .intro-group a {
    text-decoration: none;
    font: 400 18px / normal 'geist';
    color: #555;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.intro-group a:hover {
    color: var(--primary-color);
    padding-left: 20px;
    text-decoration: none;
}
.intro-group a.intro-active {
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(70, 177, 150, 0.25);
    text-decoration: none;
}
.intro-group h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

/* highlight */
@media (min-width: 991px) {
      @keyframes flashHighlight {
  0%   { background-color: #eafbfd; border-radius: 12px; }
  50%  { background-color: #ccf2f4; border-radius: 12px; }
  100% { background-color: transparent; border-radius: 12px; }
}
.flash-highlight {
  animation: flashHighlight 1.5s ease-out;
  border-radius: 15px;
}
.blog-p{
    width: 75%;
}
}

@media (min-width: 1200px) {
    .blog-image img {
        height: 200px !important;
    }
}
/* media quries */
@media (max-width: 1024px) {
    #rotator-container {
       margin-top: 95px;
    }
}

@media screen and (max-width:768px) {
    .speed-dating a{
    width: 100%;
}
.service-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.choose-container {
        padding: 20px;
    }
}
@media screen and (max-width: 576px) {
     .new-homepage-btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* rotator */
.rotator-slide img {
  width: 155px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#rotator-container ul {
  display: flex;
  justify-content: center;
  gap: 17px;
  overflow-x: auto;
}
#rotator-container ul li {
  list-style: none;
  position: relative;
}
.rotator-slide .profiles-check {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  box-sizing: content-box;
}
@media screen and (max-width: 1600px) {
  #rotator-container ul {
    justify-content: start;
  }
}
@media screen and (max-width: 1440px) {
  .rotator-slide img {
    width: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .rotator-slide img {
    width: 120px;
  }
  #rotator-container ul {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .rotator-slide img {
    width: 80px;
    border-radius: 10px;
  }
  #rotator-container ul {
    gap: 7px;
  }
}
