/* CSS Variables for colors and fonts */
:root {
  --primary-color: #014d4e;
  --secondary-color: #b49a5d;
  --accent-color: #cca85a;
  --background-color: #fdfbf6;
  --text-color: #333333;
  --text-white: #faf7f1;

  --font-main: 'Lato', sans-serif;
  --font-accent: 'DM Sans', sans-serif;
   --font-script: 'Dancing Script', cursive; /* New script font */
}
.primary-bg {
  background-color: var(--primary-color);
}
.secondary-bg {
  background-color: var(--secondary-color);
}
.accent-bg {
  background-color: var(--accent-color);
}
.background {
  background-color: var(--background-color);
}
.text-primary {
  color: var(--primary-color);
}
p{
  font-size:14px;
}
body {
    font-family: var(--font-main);
    overflow-x:hidden;
    background-color:#faf7f1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-accent);
}
header{
    z-index: 200;
    position: relative;
}
.storeSection{
  height:100vh;
  position: relative;
}
.cta-container{
  position: absolute;
  left: 0;
  bottom:100px;
  width: 100%;
  text-align: center;
  background-color: #ffffffa6;
  padding-top: 30px;
  padding-bottom: 38px;
}
.jeweldesign{
  width: 100%;
  max-width: 250px;
  transition: opacity 0.4s;
  position: absolute;
  bottom: 0;
}
.cta-container h2{
  /* padding-bottom:10px; */
}
.menu-list {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}
.menu-list li {
    display: inline;
    margin-right: 15px;
}
.menu-list li a {
    color: var(--text-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.menu-list li a i{
    font-size: 11px;
    color: #ffffff8f;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.
.plr-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.main-logo{
    height:60px;
}
.bbg-5{
    background-color:#0000002e;
}
.search-bar{
    position: relative;
}
.search-bar i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--text-white);
    font-size:13px;
}
.search-bar input {
    padding:10px 20px 10px 20px;
    width: 100%;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    background-color: var(--primary-color);
    color: var(--text-white);
    font-size:14px;
}

.search-bar input::placeholder {
    color: #ffffffb3;
    opacity: 1;
}
.search-bar input:hover,
.search-bar input:focus {
    outline: none;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    color: var(--text-white);
    box-shadow: none;
}
.mega-menu{
  display:none;
  position: absolute;
  background-color:#faf7f1;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  top: 100%;
}
.menu-list li:hover .mega-menu {
    display: block;
}
.menu-list > li{
  font-size:20px;
  text-transform: uppercase;
  margin-right:30px;
  vertical-align: super;
}
.mega-menu h5{
  font-size: 13px;
  letter-spacing: 3.5px;
  font-weight: 700px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
}
.mega-menu ul li{
  display: block;
  padding: 0;
}
.mega-menu ul {
  padding-left:0;
}
.mega-menu ul li a{
  color:#4e4b66;
  font-size:13px;
  text-transform:capitalize;
  position: relative;
  transition: color 0.3s ease;
}
.mega-menu ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  right: 0%;
  top: 50%;
  transform: translate(125%, 0%);
  transition: width 0.3s ease;
}
.mega-menu ul li a:hover{
  color: var(--primary-color);
  text-decoration: none;
}
.mega-menu ul li a:hover::after{
  width: 20px;
}
.mega-menu h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right,  var(--accent-color),var(--primary-color));
}

.menga-menu-switch::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #faf7f1 transparent;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.menga-menu-switch:hover::before,
.menga-menu-switch:focus-within::before {
    opacity: 1;
}
.addSpacingBit li{
  display: inline-block;
  padding: 0 19px 12px 19px;
  margin-right: 0;
}
.hoverEffect > li:hover > a{
    color: var(--secondary-color);
    transition: background-color 0.3s ease;
}
.mob-banner{
  display:none;
}
.slider-section{
  overflow:hidden;
}
.slider-section img{
  object-fit: cover;
}
.slider-section .owl-item, .slider-section .owl-stage-outer, .slider-section .owl-carousel .item img,
 .slider-section .owl-carousel .item, .slider-section .owl-carousel, .slider-section .owl-stage{
  height:100% !important;
}

/* footer css */
 .footer-vega {
    background-color: var(--primary-color);
    color: #e0e0e0;
  }
  .footer-logo{
    height: 60px;
  }
  .footer-vega p{
    margin-bottom:10px;
  }
  /* Newsletter form styling */
  .subscribe-form .form-control {
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid #005a49;
      color: #fff;
      border-radius: 50px !important;
      padding: 0.75rem 1.25rem;
  }
  .subscribe-form .form-control:focus {
      background-color: rgba(255, 255, 255, 0.2);
      box-shadow: none;
      color: #fff;
      border-color: var(--accent-color);
  }
  .subscribe-form .form-control::placeholder {
      color: #b0b0b0;
  }
  .btn-subscribe {
      border-radius: 50px !important;
      background-image: linear-gradient(to right, #d4af37, #b48b35);
      border: none;
      color: #000;
      font-weight: 600;
      padding: 0.75rem 1.75rem;
      transition: all 0.3s ease;
      letter-spacing: 0.5px;
      position: absolute !important;
      padding: 7px 20px;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
  }
  .btn-subscribe:hover {
      box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  }
  
  /* Footer links styling */
  .footer-vega h6 {
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
  }
  .footer-link {
      color: #c0c0c0;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
  }
  .footer-link:hover {
      color: #013f40;
      padding-left: 4px;
  }
  .marsetsome{margin-right:20px;}
  /* Colorful social icons styling */
  .social-icon {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: white;
      text-decoration: none;
      margin: 0 4px;
      transition: transform 0.2s;
  }
  .social-icon:hover {
      transform: scale(1.1);
  }
  .si-facebook { background-color: #1877F2; }
  .si-twitter { background-color: #1DA1F2; }
  .si-instagram { background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
  .si-youtube { background-color: #FF0000; }
  .si-pinterest { background-color: #E60023; }
/* footer css */

/* video carousel section */
.video-carousel-section {
        background-color: #1a1a1a;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        margin: 0;
        overflow: hidden;
    }

    .carousel-container {
        width: 100%;
        max-width: 1200px;
        position: relative;
    }

    .video-carousel-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .video-slide {
        /* All slides start hidden. JS will make them visible. */
        display: none; 
        transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
        opacity: 1;
        transform: scale(0.8);
        filter: blur(3px);
    }

    .video-slide.visible {
          /* Class to make the 3 active slides appear */
        display: block;
    }

    .video-slide.main-video {
        /* The highlighted middle video */
        opacity: 1;
        transform: scale(1);
        z-index: 10;
        filter: blur(0);
    }

    .video-slide video {
        width: 100%;
        height: auto;
        max-height: 50vh; /* Height of side videos */
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        object-fit: cover;
    }

    .video-slide.main-video video {
        max-height: 70vh; /* Height of the main video */
        border: 3px solid white;
    }

    .carousel-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgb(255 255 255 / 69%);
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      z-index: 100;
      color: #000000;
      opacity: 0.7;
      transition: all 0.2s;
    }

    .carousel-control:hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .prev-btn { left: 5%; }
    .next-btn { right: 5%; }
/* video carousel section */

/* features section */
.features-section {
      border-top: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;
  }

  .feature-item {
      padding: 1rem;
  }
  
  .feature-icon-wrapper {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-bottom: 0.75rem;
      /* Using subtle Bootstrap background colors */
  }
  
  .feature-icon {
      width: 32px;
      height: 32px;
  }
  .feature-item p {
      color: #495057;
      font-weight: 700;
  }
  .colbg1{background-color:#e7f5ff;}
  .colbg2{background-color:#e6f9f0;}
  .colbg3{background-color:#e3f8fa;}
  .colbg4{background-color:#fff8e1;}
  .colbg5{background-color:#fceef2;}
  /* Responsive adjustments for smaller screens */
  @media (max-width: 992px) {
      .features-section .d-flex {
          flex-wrap: wrap; /* Allow items to wrap on smaller screens */
      }
      .feature-item {
          flex-basis: 33.33%; /* 3 items per row */
          margin-bottom: 1.5rem;
      }
  }
  @media (max-width: 768px) {
      .feature-item {
          flex-basis: 50%; /* 2 items per row */
      }
  }
/* features section */



/* collection section */
.collections-section {
            font-family: var(--font-accent);
        }

        .section-title {
            font-size: 5rem;
            color: var(--secondary-color);
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: lowercase;
        }

        .section-subtitle {
            font-family: var(--font-main);
            color: var(--text-color);
            opacity: 0.8;
            font-size: 1.1rem;
        }

        .category-card {
            position: relative;
            overflow: hidden;
            aspect-ratio: 3 / 4;
            background-color: var(--primary-color); /* Hover color is now the default background */
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .category-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .category-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1; /* Image is VISIBLE by default */
            transition: opacity 0.5s ease-in-out;
            z-index: 1;
        }
        
        .category-card:hover img {
            opacity: 0; /* Image is HIDDEN on hover */
        }
        
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--text-white);
            z-index: 2;
            background: rgba(0, 0, 0, 0.3);
            transition: background 0.5s ease-in-out;
        }

        .category-card:hover .card-overlay {
            background: transparent;
        }

        .card-overlay h3 {
            font-size: 1.8rem;
            font-weight: 500;
            text-transform: capitalize;
            letter-spacing: 0.05em;
            padding: 0 0.5rem;
        }

        .card-overlay::before {
            content: attr(data-letter);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 10rem;
            font-family: var(--font-accent);
            color: rgba(255, 255, 255, 0.05);
            z-index: -1;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }

        .category-card:hover .card-overlay::before {
            opacity: 1;
        }
        
        .card-cta {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: 2px dashed var(--accent-color);
            background-color: transparent;
        }
        
        .card-cta h4 {
            font-family: var(--font-accent);
            font-weight: 500;
            color: var(--text-color);
        }

        .card-cta p {
            font-size: 0.9rem;
            color: var(--text-color);
            opacity: 0.8;
        }

        .btn-outline-accent {
            color: var(--accent-color);
            border-color: var(--accent-color);
        }
        .btn-outline-accent:hover {
            color: var(--text-white);
            background-color: var(--accent-color);
            border-color: var(--accent-color);
        }
        .pb-70{padding-bottom:70px !important}
/* collection section */



/* 3 tiles section */
.multi-promo-section .promo-block {
            position: relative;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: var(--text-white);
            padding: 2rem;
            display: flex;
            align-items: center;
            justify-content: center; /* Center content for smaller blocks */
            text-align: center; /* Center text for smaller blocks */
            width: 100%;
        }
        
        /* Specific style for the main promo block on the left */
        .main-promo-block {
            justify-content: flex-end; /* Align content box to the right */
        }

        /* New styles for the left block's content box */
        .content-box {
            background-color: var(--primary-color);
            padding: 2.5rem;
            max-width: 450px;
            position: relative;
            z-index: 2;
        }

        .content-box p {
            font-family: var(--font-main);
            font-size: 1rem;
            line-height: 1.7;
        }
        
        .content-box .btn-outline-light-custom {
             margin-top: 1rem;
        }

        /* Styles for the smaller Promise/Collections blocks */
        .icon {
            max-width: 80px;
            margin-bottom: 1.5rem;
        }

        .promo-heading {
            font-family: var(--font-accent);
            font-weight: 500;
            letter-spacing: 0.1em;
            font-size: 1.2rem;
        }

        .btn-outline-light-custom {
            border: 1px solid rgba(255,255,255,0.5);
            color: var(--text-white);
            border-radius: 0;
            padding: 0.5rem 1.5rem;
            font-family: var(--font-accent);
            font-size: 0.8rem;
            letter-spacing: 0.1em;
            margin-top: 1.5rem;
            text-decoration: none;
            display: inline-block;
        }
         .btn-outline-light-custom:hover {
            background-color: var(--text-white);
            color: var(--text-color);
         }
        
        .collections-text {
            font-family: var(--font-accent);
            letter-spacing: 0.1em;
            font-size: 0.9rem;
            line-height: 1.8;
            max-width: 300px;
        }

        /* This rule now ONLY targets the two blocks on the right */
        .right-blocks-wrapper .promo-block {
            min-height: 40vh;
        }
/* 3 tiles section */



/* about section */
.artistry-section {
            background: linear-gradient(120deg, #faf8f2, #f1ede4); /* Subtle grey gradient from image */
            overflow: hidden;
            position: relative;
        }
        .abtImageS{

        }
        .artistry-content {
            padding: 5rem 0;
        }

        .artistry-headline {
            font-family: var(--font-script);
            font-size: 3.5rem;
            font-weight: 700;
            /* Gradient text effect */
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

        .artistry-body-text {
            font-family: var(--font-main);
            color: var(--text-color);
            line-height: 1.8;
            max-width: 500px;
        }

        .btn-primary-custom {
            background-color: var(--primary-color);
            color: var(--text-white);
            border: none;
            border-radius: 0;
            padding: 0.75rem 2rem;
            font-family: var(--font-accent);
            font-weight: 500;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
        }

        .btn-primary-custom:hover {
            background-color: #023a3b; /* Slightly darker shade of primary */
            color: var(--text-white);
        }

        .artistry-image-wrapper {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50%;
            height: 100%;
            display: flex;
            align-items: flex-end;
        }

        .artistry-image-wrapper img {
            width: 100%;
            height: auto;
            max-height: 95%;
            object-fit: contain;
            object-position: bottom right;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .artistry-headline {
                font-size: 3rem;
            }
            .artistry-image-wrapper {
                width: 60%;
            }
        }

        @media (max-width: 767px) {
            .artistry-section {
                text-align: center;
            }
            .artistry-body-text {
                margin-left: auto;
                margin-right: auto;
            }
            .artistry-image-wrapper {
                position: relative;
                width: 100%;
                height: auto;
                margin-top: -5rem; /* Pull image up to overlap text slightly */
                padding: 0;
            }
             .artistry-image-wrapper img {
                max-height: 50vh;
             }
        }
/* about section */



/* bridal collection section */
        .wedding-section {
            padding: 4rem 0;
        }

        .wedding-content .headline {
            font-family: var(--font-accent);
            font-weight: 700;
            font-size: 2.75rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            line-height: 1.2;
            color: var(--text-color);
        }

        .wedding-content .sub-text {
            font-family: var(--font-main);
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-color);
            opacity: 0.9;
            max-width: 450px;
        }

        .btn-primary-custom {
            background-color: var(--primary-color);
            color: var(--text-white);
            border: none;
            border-radius: 0;
            padding: 0.75rem 2rem;
            font-family: var(--font-accent);
            font-weight: 500;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
        }

        .btn-primary-custom:hover {
            background-color: #023a3b; /* Slightly darker shade of primary */
            color: var(--text-white);
        }

        .wedding-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0.25rem;
        }
/* bridal collection section */

@media only screen and (max-width:767px){
  .desk-banner{
    display:none;
  }
  .mob-banner{
    display:block;
  }
}