/* LUXURY FONT SYSTEM */
body {
  font-family: 'Montserrat', sans-serif;
}

/* HERO */
.hero-slider-section {
  height: 90vh;
}

.hero-slider-section .swiper-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

/* OVERLAY */
.hero-slider-section .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  color: #fff;
}

/* HEADING */
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

/* SUB HEADLINE */
.hero-highlight {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight:500;
}

/* DESCRIPTION */
.hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
}

/* BUTTONS */
.hero-btns {
  margin-top: 30px;
}

.btn-main {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #000000;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.3s;
}

.btn-main:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
}

.btn-outline:hover {
  background: #ffffff;
  color: #000;
}

/* NAV */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-content {
    text-align: left;
  }

  .hero-content h1 {
    font-size: 16px;
  }

  .hero-highlight {
    font-size: 14px;
  }

  .hero-content p {
    font-size: 14px;
  }
  /* HERO */
.hero-slider-section {
  height: 60vh;
}

.hero-slider-section .swiper-slide {
  height: 60vh;
}

.hero-content {
    padding: 200px 30px 0px 30px;
}  


.trust-bar-section, .about-section {
    padding: 30px 0px 0px 0px !important;
}
.brands-section, .blog-section, .cta-section, .cta-section {
    padding: 30px 0px 30px 0px !important;
}
.vv-logo-section {
    padding: 0px 0px 30px 0px !important;
}
.vv-logo-section {
    padding: 0px 0px 30px 0px !important;
}
.pcl-stack-section, .awards-section, .footprint-section, .pcl-premium-video-2, .media-section, .faq-section{
    padding: 30px 0px 30px 0px !important;
}

.tagline-popup {
    bottom: 100px !important;
}
.tagline-text{
    height:270px !important;
}
p.text-center.text-white {
    text-align: left !important;
    margin-top: 10px;
}

}







/* TRUST BAR - WHITE LUXURY STYLE */
.trust-bar-section {
  background: #ffffff;
  padding: 70px 0px 0px 0px;
}

/* ITEM */
.trust-item {
  margin: 20px 0;
  position: relative;
}

/* NUMBER */
.trust-item h2 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  color: #222e63;
  margin-bottom: 10px;
}

/* LABEL */
.trust-item p {
  font-family: 'Montserrat', sans-serif;
  color: #555;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* SUBTLE DIVIDER */
.trust-item::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #222e63;
  display: block;
  margin: 12px auto 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .trust-item h2 {
    font-size: 28px;
  }
}




/* ABOUT SECTION CLEAN */
.about-section {
  padding: 70px 0;
  background: #f9f9f9;
}
.about-content h1, .footprint-section h1 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: #1a1a1a;
    margin-bottom: 10px;
    position: relative;
}

/* HEADING LEFT */
.about-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #222e63;
  margin-bottom: 25px;
  position: relative;
}

.about-heading::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #222e63;
  display: block;
  margin-top: 12px;
}

/* TEXT */
.about-content p {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: #222e63;
  color:#ffffff;
}

/* IMAGE GRID */
.about-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* MOBILE */
@media (max-width: 768px) {

  .about-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .about-heading {
    font-size: 24px;
  }
  .about-heading::after {
    margin: 12px auto;
}

}


/* BRAND SECTION */
.brands-section {
  padding: 70px 0;
  background: #fff;
}

/* HEADING */
.brand-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #2f3b6c;
}

.brand-subtext {
  color: #666;
  margin-top: 10px;
}

/* CARD */
.brand-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.brand-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.5s;
}

/* OVERLAY */
.brand-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
}

/* TEXT */
.brand-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color:#ffffff;
}

.brand-content p {
  font-size: 13px;
  color: #ddd;
}

/* LINK */
.brand-content a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

/* HOVER EFFECT */
.brand-card:hover img {
  transform: scale(1.1);
}

/* MOBILE */
@media (max-width: 768px) {
  .brand-heading {
    font-size: 24px;
  }
}



/* AWARDS SECTION */
.awards-section {
  padding: 70px 0;
  background: #f9f9f9;
}

/* HEADING */
.awards-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #222e63;
}

.awards-subtext {
  color: #666;
  margin-top: 10px;
}

/* CARD BASE */
.award-card {
  padding: 30px;
  border-radius: 14px;
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* GOLD */
.award-card.gold {
  background: linear-gradient(135deg, #f5e6c8, #d4af37);
  color: #000;
}

/* PLATINUM */
.award-card.platinum {
  background: linear-gradient(135deg, #e5e5e5, #bfc3c9);
  color: #000;
}

/* SILVER */
.award-card.silver {
  background: linear-gradient(135deg, #f1f1f1, #cfcfcf);
  color: #000;
}

/* TEXT */
.award-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 10px;
  color:#222e63;
}

.award-card p {
  font-size: 14px;
  margin-bottom: 10px;
}

.award-card small {
  font-size: 12px;
  color: #000;
}

.award-year {
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

/* SHINE EFFECT */
.award-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: rotate(25deg);
  opacity: 0;
  transition: 0.5s;
}

.award-card:hover::before {
  opacity: 1;
  left: 100%;
}

/* HOVER */
.award-card:hover {
  transform: translateY(-8px) scale(1.02);
}

/* MOBILE */
@media (max-width: 768px) {
  .awards-heading {
    font-size: 24px;
  }
}






.footprint-section {
  padding: 70px 0;
}

.footprint-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color:#222e63;
}

.footprint-subtext {
  color: #666;
}

/* CARD */
.footprint-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.footprint-card img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: 0.5s;
}

.footprint-card:hover img {
  transform: scale(1.02);
}

/* OVERLAY */
.overlay {
position: absolute;
bottom: 0px !important;
width: 100%;
padding: 20px;
color: #fff;
background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
height: unset !important;
top:unset !important;
}

.overlay h3 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  color:#ffffff;
}
.overlay p{
    color:#ffffff;
    line-height:22px;
    font-size:14px;
}

/* NAV BUTTONS */
.footprint-next,
.footprint-prev {
  color: #000;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

/* MOBILE */
@media (max-width:768px){
  .footprint-card img {
    height: 250px;
  }
  .footprint-heading{
      font-size:24px;
  }
}



/* TESTIMONIAL SECTION */
.testimonial-section {
  padding: 70px 0;
  background: #f9f9f9;
}

/* HEADING */
.testimonial-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color:#222e63;
}

.testimonial-subtext {
  color: #666;
}

/* CARD */
.testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.testimonial-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TEXT */
.testimonial-card p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
}

/* NAME */
.testimonial-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #000;
}

/* NAV BUTTON */
.testimonial-next,
.testimonial-prev {
  color: #000;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  background-image: linear-gradient(145deg, #121941, #313f7e);
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.testimonial-section .swiper-button-next:after,
.testimonial-section .swiper-button-prev:after {
  font-size: 16px;
}

/* MOBILE */
@media (max-width:768px){
  .testimonial-heading {
    font-size: 28px;
  }
}





/* MEDIA SECTION */
.media-section {
  padding: 70px 0;
  background: #fff;
}

/* HEADING */
.media-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color:#222e63;
}

.media-subtext {
  color: #666;
}

/* CARD */
.media-card {
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.media-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* CONTENT */
.media-content {
  padding: 20px;
}

.media-content span {
  font-size: 12px;
  color: #999;
}

.media-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-top: 8px;
  color:#000000;
}

/* MOBILE */
@media (max-width:768px){
  .media-heading {
    font-size: 28px;
  }
}




/* BLOG SECTION */
.blog-section {
  padding: 70px 0;
  background: #f9f9f9;
}

/* HEADING */
.blog-heading {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color:#222e63;
}

/* FILTER */
.blog-filter {
  margin-bottom: 30px;
}

.filter-btn {
  border: none;
  background: transparent;
  margin: 0 10px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  text-transform:uppercase;
}

.filter-btn.active {
  color: #000;
  font-weight: 600;
}

/* CARD */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.blog-content {
  padding: 20px;
}

.blog-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color:#000000;
}

/* MOBILE */
@media (max-width:768px){
  .blog-heading {
    font-size: 24px;
  }
}




/* CTA SECTION */
.cta-section {
  padding: 70px 0;
  background: #fff;
}

/* LEFT CONTENT */
.cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  margin-bottom: 20px;
  color:#222e63;
}

.cta-content p {
  color: #555;
  margin-bottom: 20px;
}

.cta-contact-info p {
  font-size: 14px;
  margin-bottom: 8px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

.cta-btn:hover {
  background: #222e63;
}

/* FORM BOX */
.cta-form-box {
  background: #e2e2e2;
  padding: 30px;
  border-radius: 12px;
}

.cta-form-box h4 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
  color:#000000;
}

/* FORM INPUT */
.cta-form-box input,
.cta-form-box select,
.cta-form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.cta-form-box textarea {
  height: 100px;
}

/* BUTTON */
.cta-form-box button {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
}

.cta-form-box button:hover {
  background: #222e63;
}

/* MOBILE */
@media (max-width:768px){
  .cta-content {
    margin-bottom: 30px;
    text-align: center;
  }

  .cta-content h2 {
    font-size: 24px;
  }
}





/* FAQ SECTION */
.faq-section {
  padding: 70px 0;
  background: #f9f9f9;
}

/* LEFT SIDE (STICKY) */
.faq-left {
  position: sticky;
  top: 100px; /* header height ke hisab se adjust karna */
}

/* HEADING */
.faq-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 15px;
  color:#222e63;
}

.faq-left p {
  color: #555;
}

/* RIGHT SIDE */
.faq-wrapper {
  padding-left: 20px;
}

/* FAQ ITEM */
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

/* QUESTION */
.faq-question {
  font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #000;
}

/* ANSWER */
.faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: block;
}

/* MOBILE FIX */
@media (max-width:768px){
  .faq-left {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }
  .faq-left h2{
      font-size:24px;
  }
}











/* HERO SLIDER */
.vv-hero-slider, .vvSwiper {
  height: 100vh;
}

.vv-hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* DARK OVERLAY */
.vv-hero-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

/* CONTENT */
.vv-content {
  position: relative;
  color: #fff;
  max-width: 600px;
}

.vv-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  margin-bottom: 15px;
}

.vv-content p {
  font-size: 16px;
  margin-bottom: 25px;
}

/* BUTTONS */
.vv-btn {
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
}

.vv-btn.primary {
  background: #222e63;
  color: #fff;
}

.vv-btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

/* NAVIGATION */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

/* MOBILE */
@media (max-width:768px){
  .vv-content h1 {
    font-size: 28px;
  }

  .vv-hero-slider {
    height: 70vh;
  }
}






/* SECTION */
.vv-timeline-slider {
  padding: 100px 0;
  background: #f8f8f8;
}

/* HEADING */
.vv-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  margin-bottom: 10px;
}

.vv-heading p {
  color: #666;
  margin-bottom: 50px;
}

/* CARD */
.vv-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* TOP LINE */
.vv-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #222e63;
  top: 0;
  left: 0;
}

/* HOVER */
.vv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

/* NUMBER */
.vv-number {
  font-size: 60px;
  font-weight: 700;
  color: rgb(34 46 99 / 24%);
  position: absolute;
  top: 20px;
  right: 20px;
   font-family:'Playfair Display', serif;
}

/* HEADING */
.vv-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
  font-family:'Playfair Display', serif;
}

/* TEXT */
.vv-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

/* CTA */
.vv-card-btn {
  display: inline-block;
  margin-top: 20px;
  color: #222e63;
  font-weight: 500;
  text-decoration: none;
}

.vv-card-btn:hover {
  color: #000;
}

/* SLIDER */
.vvTimelineSwiper {
  padding-bottom: 60px;
}

/* NAV */
.vvTimelineSwiper .swiper-button-next,
.vvTimelineSwiper .swiper-button-prev {
  color: #222e63;
}

/* MOBILE */
@media (max-width:768px){
  .vv-heading h2 {
    font-size: 28px;
  }
}




/* SECTION */
.vv-present-section {
  padding: 100px 0;
  background: #ffffff;
}

/* IMAGE */
.vv-present-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.vv-present-img img:hover {
  transform: scale(1.05);
}

/* CONTENT */
.vv-present-content {
  padding-left: 40px;
}

/* HEADING */
.vv-present-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
  color: #111;
}

/* TEXT */
.vv-present-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

/* BUTTONS */
.vv-present-btns {
  margin-top: 30px;
}

/* PRIMARY BTN */
.vv-btn-primary {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(135deg, #222e63, #171463);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 15px;
  transition: 0.3s;
}

.vv-btn-primary:hover {
  opacity: 0.9;
}

/* OUTLINE BTN */
.vv-btn-outline {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.vv-btn-outline:hover {
  background: #000;
  color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-present-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .vv-present-content h2 {
    font-size: 28px;
  }
}






/* SECTION */
.vv-clean-compare {
  padding: 100px 0;
  background: #f9f9fb;
}

/* HEADING */
.vv-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #111;
}

.vv-sub {
  font-size: 15px;
  color: #777;
}

/* MAIN BOX */
.vv-compare-box {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* COLUMN */
.vv-col {
  width: 50%;
  padding: 50px;
}

/* LEFT SIDE */
.vv-col.left {
  background: #fff;
}

/* RIGHT SIDE */
.vv-col.right {
  background: linear-gradient(135deg, #171463, #222e63);
  color: #fff;
}

/* HEADINGS */
.vv-col h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

/* LIST */
.vv-col ul {
  list-style: none;
  padding: 0;
}

.vv-col ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}

/* LEFT ICON */
.vv-col.left li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #e74c3c;
  font-weight: bold;
}

/* RIGHT ICON */
.vv-col.right li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

/* HOVER */
.vv-compare-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-compare-box {
    flex-direction: column;
  }

  .vv-col {
    width: 100%;
    padding: 30px;
  }
}








/* SECTION */
.vv-curator-premium {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff, #f8f9ff);
  position: relative;
  overflow: hidden;
}

/* subtle background glow */
.vv-curator-premium::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(186,31,181,0.08), transparent);
  top: -100px;
  right: -100px;
  z-index: 0;
}

/* TEXT */
.vv-curator-text {
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

/* TAG */
.vv-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 600;
}

/* HEADING */
.vv-curator-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #222e63;
}

.vv-curator-text h2 span {
  color: #000000;
}

/* HIGHLIGHT TEXT */
.vv-highlight {
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
  font-size: 16px;
}

/* PARAGRAPH */
.vv-curator-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}

/* GRID */
.vv-curator-grid {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

/* BOX (NOW PREMIUM CARD) */
.vv-curator-box {
  flex: 1;
  padding: 22px;
  background: #ffffff;
  border-radius: 16px;
  transition: 0.4s;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

/* subtle top gradient line */
.vv-curator-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #171463, #000000);
  opacity: 0;
  transition: 0.3s;
}

/* hover */
.vv-curator-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.vv-curator-box:hover::before {
  opacity: 1;
}

.vv-curator-box h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #171463;
  font-family:'Playfair Display', serif;
}

.vv-curator-box p {
  font-size: 13px;
  color: #666;
}

/* IMAGE */
.vv-curator-image {
  position: relative;
  z-index: 2;
}

.vv-curator-image img {
  width: 100%;
  border-radius: 22px;
  transition: 0.5s;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.vv-curator-image:hover img {
  transform: scale(1.04);
}

/* FLOATING CARD (NOW PREMIUM) */
.vv-floating-card {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #fff;
  padding: 22px;
  border-radius: 14px;
  width: 230px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  transition: 0.3s; 
}

.vv-floating-card:hover {
  transform: translateY(-5px);
}

.vv-floating-card h5 {
  margin-bottom: 6px;
  font-size: 16px;
  font-family:'Playfair Display', serif;
}

.vv-floating-card p {
  font-size: 13px;
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-curator-grid {
    flex-direction: column;
  }

  .vv-curator-text {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .vv-floating-card {
    position: static;
    margin-top: 15px;
  }

  .vv-curator-text h2 {
    font-size: 30px;
  }
}



/* SECTION */
.vv-hold-modern {
  padding: 100px 0;
  background: #ffffff;
}

/* HEADING */
.vv-modern-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #111;
}

.vv-modern-sub {
  color: #666;
  font-size: 15px;
}

/* CARD */
.vv-modern-card {
  background: #f8f8fa;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: left;
  transition: 0.4s;
  height: 100%;
  position: relative;
}

/* ICON */
.vv-modern-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #171463, #222e63);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

/* TITLE */
.vv-modern-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* TEXT */
.vv-modern-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* LIST */
.vv-modern-card ul {
  padding-left: 18px;
}

.vv-modern-card ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* HOVER */
.vv-modern-card:hover {
  transform: translateY(-8px);
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* HIGHLIGHT CARD */
.vv-modern-card.highlight {
  background: linear-gradient(135deg, #171463, #222e63);
  color: #fff;
}

.vv-modern-card.highlight p,
.vv-modern-card.highlight li {
  color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-modern-title {
    font-size: 28px;
  }

  .vv-modern-card {
    margin-bottom: 20px;
  }
}









/* SECTION */
.vv-location-section {
  padding: 100px 0;
  background: #f9f9fb;
}

/* HEADING */
.vv-location-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #111;
}

.vv-location-sub {
  color: #666;
  font-size: 15px;
}

/* CARD */
.vv-location-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* IMAGE */
.vv-location-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s;
}

/* HOVER */
.vv-location-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.vv-location-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}

/* TEXT */
.vv-location-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.vv-location-content p {
  font-size: 13px;
}

/* SLIDER SPACING */
.vvLocationSlider {
  padding-bottom: 20px;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-location-title {
    font-size: 28px;
  }
}





/* SECTION */
.vv-testimonial-section {
  padding: 100px 0;
  background: #ffffff;
}

/* HEADING */
.vv-testimonial-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #111;
}

.vv-testimonial-sub {
  color: #666;
  font-size: 15px;
}

/* CARD */
.vv-testimonial-card {
  background: #f8f8fa;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}

/* QUOTE */
.vv-quote {
  font-size: 16px;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* NAME */
.vv-testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
}

/* HOVER */
.vv-testimonial-card:hover {
  transform: translateY(-8px);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-testimonial-title {
    font-size: 28px;
  }
}





/* SECTION */
.vv-stats-section {
  padding: 100px 0;
  background: #f9f9fb;
}

/* HEADING */
.vv-stats-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #111;
}

.vv-stats-sub {
  color: #666;
  font-size: 15px;
}

/* ITEM */
.vv-stat-item {
  margin-top: 30px;
}

/* NUMBER */
.vv-stat-item h3 {
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(135deg, #171463, #222e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.vv-stat-item p {
  font-size: 14px;
  color: #555;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-stats-title {
    font-size: 28px;
  }

  .vv-stat-item h3 {
    font-size: 35px;
  }
}




/* SECTION */
.vv-faq-section {
  padding: 100px 0;
  background: #ffffff;
}

/* LEFT SIDE */
.vv-faq-left {
  position: sticky;
  top: 100px;
}

.vv-faq-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 15px;
}

.vv-faq-left p {
  color: #666;
}

/* RIGHT SIDE */
.vv-faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

/* QUESTION */
.vv-faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

/* ICON */
.vv-faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}

/* ACTIVE ICON */
.vv-faq-item.active .vv-faq-question::after {
  content: "-";
}

/* ANSWER */
.vv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  color: #555;
  font-size: 14px;
}

/* ACTIVE */
.vv-faq-item.active .vv-faq-answer {
  max-height: 200px;
  margin-top: 10px;
}

/* ANIMATION */
.vv-faq-item {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
}

.vv-faq-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-faq-left {
    position: static;
    margin-bottom: 30px;
  }

  .vv-faq-left h2 {
    font-size: 28px;
  }
}





/* SECTION */
.vv-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #171463, #222e63);
  color: #fff;
}

/* CONTENT */
.vv-cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 15px;
}

.vv-cta-highlight {
  font-size: 18px;
  margin-bottom: 10px;
}

/* CONTACT */
.vv-contact-info {
  margin: 25px 0;
}

.vv-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.vv-contact-item i {
  margin-right: 10px;
}

/* BUTTON */
.vv-cta-btn {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #171463;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

/* FORM */
.vv-cta-form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  color: #111;
}

.vv-cta-form h3 {
  margin-bottom: 20px;
}

/* INPUT */
.vv-cta-form input,
.vv-cta-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* BUTTON */
.vv-cta-form button {
  width: 100%;
  background: linear-gradient(135deg, #171463, #222e63);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 30px;
}

/* MOBILE */
@media (max-width: 991px) {
  .vv-cta-content h2 {
    font-size: 28px;
  }

  .vv-cta-form {
    margin-top: 30px;
  }
}



/* =========================
   HERO SECTION
========================= */
.vv-hero-clean {
  padding: 100px 0;
  background: #ffffff;
}

/* =========================
   LEFT CONTENT
========================= */
.vv-hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.vv-sub {
  font-size: 18px;
  color: #171463;
  margin-bottom: 10px;
  font-weight: 500;
}

.vv-hero-text p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* =========================
   BUTTONS
========================= */
.vv-hero-btns a {
  display: inline-block;
  margin-right: 10px;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

/* PRIMARY */
.vv-btn-primary {
  background: linear-gradient(135deg, #171463, #222e63);
  color: #fff;
}

.vv-btn-primary:hover {
  opacity: 0.9;
}

/* OUTLINE */
.vv-btn-outline {
  border: 1px solid #171463;
  color: #171463;
}

.vv-btn-outline:hover {
  background: #171463;
  color: #fff;
}

/* =========================
   RIGHT SIDE (IMPORTANT)
========================= */
.vv-hero-right {
  position: relative;
  z-index: 1;
  overflow: visible; /* 🔥 important */
}

/* =========================
   IMAGE WRAPPER
========================= */
.vv-hero-image {
  position: relative;
  z-index: 1;
}

.vv-hero-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.vv-hero-image img:hover {
  transform: scale(1.03);
}

/* =========================
   LOGO (MAIN FIX)
========================= */
.vv-hero-logo {
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 9999; /* 🔥 force top */
}

/* LOGO IMAGE */
.vv-hero-logo img {
  width: 180px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  position: relative;
  z-index: 9999;
  transform: translateZ(0); /* 🔥 force layer */
}

/* =========================
   SAFETY FIX (STACKING)
========================= */
.vv-hero-right * {
  position: relative;
}
.conversation:hover{
    color:#ffffff;
}


.cta-contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.contact-item i {
  font-size: 18px;
  color: #222e63;
  background: rgba(186, 31, 181, 0.1);
  padding: 12px;
  border-radius: 50%;
}

.contact-item span {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.contact-item p {
  margin: 2px 0 0;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

/* Click feedback */
.contact-item:active {
  transform: scale(0.97);
}
.single-select, .form-select, select{
    line-height: 0px !important;
}

.blog-grid {
    padding: 0px 0px 20px 0px;
}
/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {

  .vv-hero-clean {
    padding: 60px 0;
  }

  .vv-hero-text h1 {
    font-size: 28px;
  }

  .vv-sub {
    font-size: 16px;
  }

  .vv-hero-right {
    margin-top: 30px;
  }

  /* LOGO FIX MOBILE */
  .vv-hero-logo {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }

  .vv-hero-logo img {
    width: 140px;
  }
.cta-contact-info {
    display: block !important;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }
}


