/* SECTION */
.vv-logo-section {
  padding: 0px 0px 70px 0px;
  background: #ffffff;
}

/* TITLE */
.vv-logo-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

/* SLIDER */
.vvLogoSliderUnique {
  padding: 20px 0;
}

/* SLIDE */
.vvLogoSliderUnique .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* IMAGE */
.vvLogoSliderUnique img {
  max-width: 140px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s ease;
}

/* HOVER EFFECT */
.vvLogoSliderUnique img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
  .vvLogoSliderUnique img {
    max-width: 100px;
  }
}    


 
/* SECTION */
.pcl-stack-section {
  background: linear-gradient(135deg,#071448,#02103d);
  padding: 100px 0;
}

/* WRAPPER */
.pcl-stack-wrapper {
  position: relative;
}

/* CARD */
.pcl-stack-card {
  position: sticky;
  top: 100px;
  margin-bottom: 80px;
}

/* INNER CARD */
.pcl-card-inner {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

/* IMAGE */
.pcl-card-img {
  width: 30%;
  height: 100%;
}

.pcl-card-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* CONTENT */
.pcl-card-content {
  width: 70%;
  padding: 40px;
}

.pcl-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 15px;
  color:#222e63;
}
a.pcl-btn {
  transition: all 0.3s ease;
}
a.pcl-btn:hover {
  background: #222e63;
  color: #fff;
  transform: translateY(-2px);
}
.pcl-card-content p {
  color: #555;
  font-size: 16px;
  margin-bottom: 8px;
}

/* BUTTON */
.pcl-btn {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #000000, #000000);
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
}

/* STACK EFFECT */
/*.pcl-stack-card:nth-child(1) { z-index: 6; }*/
/*.pcl-stack-card:nth-child(2) { z-index: 5; }*/
/*.pcl-stack-card:nth-child(3) { z-index: 4; }*/
/*.pcl-stack-card:nth-child(4) { z-index: 3; }*/
/*.pcl-stack-card:nth-child(5) { z-index: 2; }*/
/*.pcl-stack-card:nth-child(6) { z-index: 1; }*/

/* MOBILE */
@media (max-width: 991px) {

  .pcl-card-inner {
    flex-direction: column;
  }

  .pcl-card-img,
  .pcl-card-content {
    width: 100%;
  }

  .pcl-card-content {
    padding: 20px;
  }
  .pcl-stack-card {
    position: unset;
    margin-bottom:40px;
  }
  .pcl-card-content h3{
      font-size:24px;
  }

}    
 



/* =========================================
   SECTION
========================================= */

.geographic-presence-section{
    position:relative;
    width:100%;
    overflow:hidden;
}

/* =========================================
   DESKTOP IMAGE
========================================= */

.geographic-desktop{
    width:100%;
    min-height:100vh;
    background-image:url('https://www.partycruisersindia.com/assets/images/home/party-cruisers-global-presence.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
}

/* DESKTOP OVERLAY */
.geographic-desktop::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.15);
}

/* =========================================
   MOBILE IMAGE
========================================= */

.geographic-mobile{
    display:none;
    width:100%;
    min-height:100vh;
    background-image:url('https://www.partycruisersindia.com/assets/images/home/party-cruisers-global-presence-mobile.webp');
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
}

/* MOBILE OVERLAY */
.geographic-mobile::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.10);
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 768px){

    /* HIDE DESKTOP */
    .geographic-desktop{
        display:none;
    }

    /* SHOW MOBILE */
    .geographic-mobile{
        display:block;
        min-height:95vh;
    }

}

 





 
.blog-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.blog-content h4 {
  min-height: 50px; /* same height for all */
  font-size: 16px;
  line-height: 1.4;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #222e63;
  font-weight: 500;
}

.read-more-btn i {
  margin-left: 5px;
}    
 



 
.footer-cta{
    position:relative;
    padding:120px 0;
    background:url('https://www.partycruisersindia.com/assets/images/home/Start-Planning-Your-Luxury-Wedding-Party-Cruisers-Limited.webp') center center/cover no-repeat !important;
    overflow:hidden;
}

.cta-section::before{
    content:"";
    position:absolute;
    background:rgb(255 255 255 / 63%);
    
}

.cta-section .container{
    position:relative;
    z-index:2;
}

.cta-tagline{
    display:inline-block;
    margin-bottom:0px;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#222e63;
}

.cta-content h2{
    font-family:'Playfair Display', serif;
    font-size:42px;
    line-height:1.15;
    color:#222e63;
    margin-bottom:20px;
}

.cta-content p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:40px;
}

.cta-contact-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:18px;
    border-radius:15px;
    text-decoration:none;
    transition:.3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.contact-item:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.contact-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff7ec;
    color:#2f3b6c;
    font-size:20px;
}

.contact-item span{
    display:block;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#888;
}

.contact-item p{
    margin:0;
    font-size:15px;
    color:#2f3b6c;
    font-weight:500;
}

.cta-subtext{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #2f3b6c !important;
    line-height: 1.7;
}
.contact-text {
    padding-right: 75px;
}
@media(max-width:991px){

    .cta-section{
        padding:80px 0;
    }

    .cta-content{
        margin-bottom:40px;
    }

    .cta-content h2{
        font-size:42px;
    }

    .cta-contact-info{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .cta-content h2{
        font-size:32px;
    }

    .cta-content p{
        font-size:16px;
    }
}    
 





/* ====================================
HOUSE OF VIVAAH HERO
==================================== */
 
p.client-name {
    margin-bottom: 0;
}
/* SWIPER WRAPPER RELATIVE */
.pclTextSlider2 {
  position: relative;
  padding-bottom: 50px; /* space for bullets */
}

/* BULLETS OUTSIDE */
.pcl-text-pagination {
  position: absolute;
  bottom: -10px; /* 👈 out side box*/
  left: 70%;
  transform: translateX(-40%);
}

/* BULLET SIZE */
.pcl-text-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: 0.3s;
}

/* ACTIVE BULLET */
.pcl-text-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.4);
}

.margin-left{
    padding-left:30px;
}
p.partners {
    font-weight: 600;
    line-height: 18px;
    font-size: 10px;
    text-transform: uppercase;
    color:#222e63;
}
p{
    font-family:'Montserrat', sans-serif !important;
}
h2.pcl-heading2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #ffffff;
}
.pcl-ownwords{
    color:#ffffff;
    font-family:'Montserrat', sans-serif;
}
/* SECTION */
.pcl-premium-video-2 {
  padding: 100px 0;
  background: linear-gradient(135deg, rgb(7, 20, 72), rgb(2, 16, 61));
  color: #fff;
}

/* VIDEO */
.pcl-video2 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

/* SOUND */
.pcl-sound-toggle2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  color: #111;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

/* TEXT */
.pcl-text-card2 {
  background: rgb(255 255 255);
  padding: 25px;
  border-radius: 15px;
}

/* HEADING */
.pcl-heading2 {
  font-size: 32px;
  
}

/* TEXT NAV FIX */
.pcl-text-next,
.pcl-text-prev {
  color: #fff;
  top: 45%;
}

.pcl-text-pagination {
  margin-top: 15px;
}

/* MOBILE */
@media (max-width: 991px) {
  .pcl-video2 {
    height: 300px;
  }
  .pcl-text-pagination{
      transform:translateX(37%);
  }
  .blog-filter.text-center.mb-4 {
    display: inline-grid;
}
h2.pcl-heading2{
    font-size:24px;
}
}


 
/* SECTION */
.vv-hold-section {
  background: linear-gradient(135deg, rgb(7, 20, 72), rgb(2, 16, 61));
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* subtle glow */
.vv-hold-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(186,31,181,0.12), transparent);
  top: -200px;
  right: -200px;
}

/* HEADER */
.vv-hold-header h2 {
  color: #fff;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 60px;
}

/* BOX */
.vv-hold-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
}

/* hover */
.vv-hold-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(186,31,181,0.15);
  border-color: rgba(186,31,181,0.4);
}

/* HEADINGS */
.vv-hold-box h4 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
   font-family: 'Playfair Display', serif;
}

.vv-hold-box h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* TEXT */
.vv-hold-box p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.8;
}

/* LINKS */
.vv-links p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}

/* HIGHLIGHT */
.vv-highlight {
  margin-top: 20px;
  padding: 18px;
  border-left: 3px solid #ffffff;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-style: italic;
}

/* MOBILE */
@media (max-width: 768px) {
  .vv-hold-header h2 {
    font-size: 28px;
  }
  .vv-hold-section{
      padding:75px 10px;
  }
}
 



 
 
/* SECTION */

.wedding-gallery{
    padding:90px 0;
}

/* HEADING */

.gallery-heading{
    margin-bottom:60px;
}

.gallery-subtitle{
    color:#d2287b;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    display:block;
    margin-bottom:20px;
}

.gallery-heading h2{
    font-size:64px;
    font-weight:700;
    color:#111111;
    margin-bottom:20px;
    font-family:Georgia, serif;
}

.gallery-heading p{
    max-width:760px;
    margin:auto;
    color:#777777;
    font-size:18px;
    line-height:32px;
}

/* FILTER */

.gallery-filter{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:60px;
}

.filter-btn{
    border:none;
    background:transparent;
    color:#8a8a8a;
    font-size:18px;
    font-weight:600;
    position:relative;
    transition:0.3s ease;
    cursor:pointer;
    font-family:'Playfair Display', serif;
}

.filter-btn.active{
    color:#222e63;
}

.filter-btn.active::before {
    content: "•";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #222e63;
    font-size: 30px;
    margin-top: -3px;
}

/* =========================
   MASONRY GALLERY
========================= */

.gallery-grid{

    column-count:3;
    column-gap:24px;

}

.gallery-item{

    break-inside:avoid;
    margin-bottom:24px;
    overflow:hidden;
    border-radius:22px;
    position:relative;
    cursor:pointer;
    background:#ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}

.gallery-item img{

    width:100%;
    height:auto;
    display:block;
    transition:0.6s ease;
    border-radius:22px;

}

.gallery-item:hover img{

    transform:scale(1.05);

}

/* CUSTOM HEIGHT LOOK */

.large-vertical img{

    height:720px;
    object-fit:cover;

}

.large-horizontal img{

    height:360px;
    object-fit:cover;

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px){

    .gallery-grid{

        column-count:3;

    }

}

@media(max-width:991px){

    .gallery-grid{

        column-count:2;

    }

    .gallery-heading h2{

        font-size:48px;

    }

}

@media(max-width:767px){

    .wedding-gallery{

        padding:60px 0;

    }

    .gallery-grid{

        column-count:1;

    }

    .gallery-heading h2{

        font-size:34px;

    }

    .gallery-heading p{

        font-size:15px;
        line-height:28px;

    }

    .gallery-filter{

        gap:20px;

    }

    .filter-btn{

        font-size:15px;

    }

}

 

 
/* Section */
.brands-section {
  background: linear-gradient(135deg, rgb(7, 20, 72), rgb(2, 16, 61));
}

/* Heading */
.brand-heading {
  font-size: 38px;
  font-weight: 600;
  color: #222e63;
}

.brand-subtext {
  color: #777;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

/* Cards */
.vv-box {
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  transition: 0.4s;
}

.vv-box:hover {
  transform: translateY(-6px);
}

/* Left */
.vv-left {
  border-left: 5px solid #dc3545;
}

.vv-left h5 {
  color: #dc3545;
}

/* Right */
.vv-right {
  border-left: 5px solid #222e63;
  background: linear-gradient(135deg, #ffffff, #f4f6ff);
}

.vv-right h5 {
  color: #222e63;
}

/* Title */
.vv-box h5 {
  font-size: 20px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family:'Playfair Display', serif;
}

/* LIST (MAIN FIX) */
.vv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vv-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* ICON */
.vv-list li i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

/* TEXT INDENT */
.vv-list li div {
  padding-left: 5px;
}

.vv-list li strong {
  display: block;
  font-size: 15px;
  color: #222;
  font-family:'Playfair Display', serif;
}

.vv-list li p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}

/* RIGHT ICON STYLE */
.vv-right .vv-list li i {
  background: #222e63;
  color: #fff;
}

/* Divider */
.vv-divider {
    width: 65px;
    height: 65px;
    background: #ffffff;
    color: #2f3b6c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(34, 46, 99, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
  .brand-heading {
    font-size: 26px;
  }

  .vv-divider {
    display: none;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}
.vv-card{
    padding:40px 50px;
}
.mob-t-5{
    margin-top:30px;
}
.vv-box{
    padding:35px 20px;
}
}    
 


 
.hero-slider-section .swiper-slide{
    background-position:top;
}
.vvTimelineSwiper .swiper-button-next:after, .vvTimelineSwiper .swiper-button-prev:after{
    color:#222e63;
}
.about-heading2{
    font-family: 'Playfair Display', serif;
    color: #222e63;
    position: relative;
    font-size:20px;
}

 
.page-header{
    position:relative;
    padding:90px 0;
    margin-bottom:70px;
    background:url('https://www.partycruisersindia.com/assets/images/vows-vachan/signature-wedding-experience-india-vows-vachan.webp') center top;
    background-size:cover;
    border-radius:0 0 30px 30px;
    overflow:hidden;
}

.page-header-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.60);
}

.page-header .container{
    position:relative;
    z-index:2;
}

.page-header h1{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
    font-family:'Playfair Display', serif;
}

.page-header p{
    color:#e5e7eb;
    font-size:18px;
    line-height:1.7;
    max-width:700px;
    margin:auto;
}

.page-header .breadcrumb{
    margin-bottom:20px;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.page-header .breadcrumb-item.active{
    color:#d1d5db;
}

.page-header .breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

@media(max-width:991px){

.page-header{
    padding:70px 0;
    margin-bottom:50px;
}

.page-header h1{
    font-size:34px;
}

.page-header p{
    font-size:16px;
}

}    
 
 
 

.hov-hero-section{
    background: linear-gradient(135deg,#071448,#02103d);
    padding:140px 0;
    position:relative;
    overflow:hidden;
}
.hero-image img{
    height:600px;
    object-fit:cover;
}
 
.hov-location-tag{
    color:#c9a45c;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
    font-weight:500;
}

.hov-hero-section h2{
    font-family:'Playfair Display',serif;
    font-size:56px;
    font-weight:600;
    color:#ffffff;
    line-height:1.15;
    margin-bottom:25px;
}

.hov-hero-divider{
    width:90px;
    height:2px;
    background:#c9a45c;
    margin:0 auto 40px;
}

.hov-intro{
    font-size:24px;
    line-height:1.8;
    color:#ffffff;
    margin-bottom:25px;
    font-weight:400;
}

.hov-hero-section p{
    color:rgba(255,255,255,0.82);
    font-size:18px;
    line-height:2;
    max-width:950px;
    margin:0 auto 22px;
}

.hov-hero-buttons{
    margin-top:50px;
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.hov-btn-primary{
    background:#c9a45c;
    color:#071448;
    padding:16px 35px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.hov-btn-primary:hover{
    background:#fff;
    color:#071448;
}

.hov-btn-secondary{
    border:1px solid rgba(255,255,255,.3);
    color:#fff;
    padding:16px 35px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.hov-btn-secondary:hover{
    background:#fff;
    color:#071448;
}

@media(max-width:991px){

    .hov-hero-section{
        padding:90px 0;
    }

    .hov-hero-section h1{
        font-size:46px;
    }

    .hov-intro{
        font-size:20px;
    }

    .hov-hero-section p{
        font-size:16px;
        line-height:1.8;
    }
}    
 



 
/* =========================================
   EXPERIENCE SECTION
========================================= */

.experience-section{
    padding:100px 0;
    background:#faf8f5;
    position:relative;
    overflow:hidden;
}

/* CARD */
.experience-card{
    text-align:center;
    padding:50px 30px;
    border-radius:20px;
    transition:0.4s ease;
    height:100%;
    background:#ffffff;
    border:1px solid rgba(47,59,108,0.08);
    box-shadow:0 10px 35px rgba(0,0,0,0.04);
}

.experience-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* ICON */
.experience-icon{
    width:100px;
    height:100px;
    margin:0 auto 30px;
    border-radius:50%;
    border:2px solid rgba(47,59,108,0.10);
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.experience-icon i{
    font-size:40px;
    color:#2f3b6c;
}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .experience-section{
        padding:80px 0;
    }

    .experience-card{
        padding:40px 25px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .experience-section{
        padding:70px 0;
    }

    .experience-card{
        padding:35px 25px;
    }

    .experience-icon{
        width:85px;
        height:85px;
        margin-bottom:20px;
    }

    .experience-icon i{
        font-size:32px;
    }

    

}    
 







.main-menu > ul > li > a{
    font-family:'Montserrat', sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    color: #222e63;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
}


li.dropdown-menu {
    border-bottom: 1px solid #ccc !important;
    border: none;
}
/* ==========================
BLOG MENU LEFT DROPDOWN
========================== */

.main-menu ul li{
    position:relative;
}

/* BLOGS MAIN DROPDOWN */
.main-menu .blog-menu > .sub-menu{
    position:absolute;
    top:100%;
    right:0;
    left:auto;
    min-width:280px;
    background:#fff;
    padding:10px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:9999;
}

/* SHOW FIRST DROPDOWN */
.main-menu .blog-menu:hover > .sub-menu{
    opacity:1;
    visibility:visible;
}

/* CHILD MENU */
.main-menu .blog-menu .menu-item-has-children{
    position:relative;
}

/* IMPORTANT: OPEN LEFT SIDE */
.main-menu .blog-menu .menu-item-has-children > .sub-menu{
    position:absolute;
    top:0;
    right:100%;
    left:auto !important;
    min-width:280px;
    background:#fff;
    padding:10px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:9999;
}

/* SHOW CHILD DROPDOWN */
.main-menu .blog-menu .menu-item-has-children:hover > .sub-menu{
    opacity:1;
    visibility:visible;
}

/* MENU LINKS */
.main-menu .blog-menu .sub-menu li{
    display:block !important;
    width:100%;
}

.main-menu .blog-menu .sub-menu li a{
    font-family:'Montserrat', sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    color: #222e63;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
    line-height: 18px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing:1px;
}

.main-menu .blog-menu .sub-menu li a:hover{
    background:#f8f8f8;
    padding-left:25px;
}

/* TOP ARROW */
.main-menu .blog-menu > a:after{
    content:"\f107";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-left:8px;
    font-size:12px;
}

/* LEFT ARROW */
.main-menu .blog-menu .menu-item-has-children > a:after{
    content:"\f104";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:12px;
}

/* FIX OVERFLOW */
.header-wrapper,
.menu-area,
.sticky-wrapper,
.main-menu,
.main-menu ul,
.main-menu li{
    overflow:visible !important;
}

@media(max-width:991px){

    .main-menu .blog-menu > .sub-menu,
    .main-menu .blog-menu .menu-item-has-children > .sub-menu{
        position:static;
        right:auto;
        left:auto;
        opacity:1;
        visibility:visible;
        display:none;
        box-shadow:none;
        width:100%;
    }

    .main-menu .blog-menu.active > .sub-menu,
    .main-menu .blog-menu .menu-item-has-children.active > .sub-menu{
        display:block;
    }

}



.pcl-footer{
    background: linear-gradient(135deg,#071448,#02103d);
    color:#ffffff;
    padding:80px 0 0;
}

.footer-top-row{
    padding-bottom:0px;
}

.footer-logo-box img{
    max-width:175px;
}

.footer-tagline{
    color:#ffffff;
    margin-top:10px;
    font-size:15px;
    line-height:1.8;
}

.footer-widget h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.footer-widget h4:after{
    content:'';
    width:55px;
    height:2px;
    background:#ffffff;
    position:absolute;
    left:0;
    bottom:-8px;
}

.footer-widget ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-widget ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.footer-widget ul li a{
    color:#ffffff;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#ffffff;
    padding-left:5px;
}

.footer-contact li{
    display:flex;
    gap:12px;
}

.footer-contact i{
    color:#ffffff;
    margin-top:5px;
    min-width:18px;
}    
.footer-company-desc{
    color:#ffffff;
    font-size:15px;
    line-height:1.8;
    margin-top:20px;
    max-width:280px;
}




.footer-trust-section {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 35px 0;
    background-color: #03113e;
}

.footer-trust-grid{
    display:flex;
    flex-wrap:wrap;
}

.trust-box {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-box:last-child{
    border-right:none;
}

.trust-box i{
    font-size:34px;
    color:#ffffff;
}

.trust-box h5{
    margin:0;
    color:#ffffff;
    font-size:18px;
    font-weight:500;
    line-height:1;
    font-family: 'Montserrat', sans-serif;
}

.trust-box span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'Montserrat', sans-serif;
}

.footer-follow{
    text-align:center;
}

.footer-follow h4 {
       color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.footer-social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.footer-social-icons a {
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-social-icons a:hover{
    background:#ffffff;
    color:#071448;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .footer-trust-grid{
        gap:20px;
    }

    .trust-box{
        border:none;
        padding:0;
    }

    .footer-follow{
        margin-top:35px;
    }

}    


.footer-legal-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #03113e;
}

.legal-info-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.legal-info-box i{
    font-size:28px;
    color:#ffffff;
}

.legal-info-box h6{
        margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.legal-info-box p{
    margin:0;
    color:#cfcfcf;
    font-size:13px;
}

.footer-legal-links{
    display:flex;
    justify-content:flex-end;
    gap:25px;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
}

.footer-legal-links li a{
    color:#ffffff;
    font-size:14px;
    transition:.3s ease;
}

.footer-legal-links li a:hover{
    color:#ffffff;
}

@media(max-width:991px){

    .legal-info-box{
        margin-bottom:20px;
    }

    .footer-legal-links{
        justify-content:flex-start;
        margin-top:10px;
        gap:15px;
    }

}    





.footer-copyright{
    padding:25px 0;
    background:rgb(3 17 62);
}

.footer-copyright p{
    margin:0;
    color:#ffffff;
    font-size:14px;
}

.copyright-tagline{
    text-align:right;
    color:#ffffff !important;
    font-weight:500;
    letter-spacing:.5px;
}

@media(max-width:991px){

    .footer-copyright{
        text-align:center;
    }

    .copyright-tagline{
        text-align:center;
        margin-top:10px !important;
    }

} 


 
.tagline-text h4 {
    font-size: 36px;
    line-height: 46px;
}
.tagline-text p {
    text-align: left;
}
.tagline-popup{
position:fixed;
bottom:50px;
left:50%;
transform:translateX(-50%);
width:95%;
max-width:800px;
z-index:999;
display:none;
}

.tagline-content{
position:relative;
background:#fff;
border-radius:14px;
box-shadow:0 20px 50px rgba(0,0,0,0.25);
overflow:hidden;
animation:slideUp .6s ease;
}

.tagline-grid{
display:grid;
grid-template-columns:1fr 1fr;
}

.tagline-image img{
width:100%;
height:100%;
object-fit:cover;
}

.tagline-text{
padding:24px;
display:flex;
flex-direction:column;
justify-content:center;
}

.tagline-text h4{
font-family: 'Playfair Display', serif;
font-size: 24px;
margin-bottom: 10px;
color: #2f3b6c;
line-height: 28px;
}

.tagline-text p{
font-size:14px;
line-height:1.6;
color:#555;
margin-bottom:18px;
margin-top:0px;
}

.popup-btn-wrap{
text-align:left;
}

.popup-btn{
display:inline-block;
padding:12px 24px;
background:#a71e22;
color:#fff;
text-decoration:none;
border-radius:6px;
font-size:14px;
transition:.3s;
}

.popup-btn:hover{
background:#3a4a86;
}

.tagline-close{
position:absolute;
right:12px;
top:8px;
font-size:36px;
cursor:pointer;
color:#777;
}

@keyframes slideUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* MOBILE */

@media(max-width:600px){
.tagline-popup .tagline-text{
    height:auto !important;
}
.tagline-grid{
grid-template-columns:1fr;
}

.tagline-image img{
height:200px;
}

.tagline-text{
padding:18px;
text-align:left;
height:auto !important;
display:unset !important;
}
.tagline-text h4{
    font-size:22px;
}
.popup-box h2{
    margin-top:15px;
    font-size:20px !important;
}
.popup-box p {
    font-size: 14px;
    margin-bottom:0px;
}
.popup-box{
    padding:25px 15px;
}
.popup-form button{
   font-size: 14px; 
   letter-spacing:0px;
}
.faq-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}



}

 