/* Taste of Galina - Global Brand Overrides */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {
    --color-purple-dark: #2A1240;
    --color-purple-primary: #3B1F5E;
    --color-gold: #C9A84C;
    --color-parchment: #F5F0E8;
    --color-emerald: #1B4332;
}
h1, h2, h3, h4, h5{
font-family: "Playfair Display", serif;font-weight: 800;
}

body{
  overflow-x: hidden;  font-family: "Inter", sans-serif;
}
p{
  color: #444;font-size: 18px;
}
.display-5 {
    font-size: 3rem;
    font-weight: 700;
}

.tog-logo {
    margin-top: -16px;
    position: relative;
    top: 8px;
}
.logo{
    color: #fff;
    text-decoration: none;
}
.logo h3 {
    margin-top: 23px;
    margin-left: 11px;font-family: 'Playfair Display', serif; font-size: 1.7rem;
}
.tog-logo img {
   width: 115px;
    height: 115px;
    margin-top: 40px;
}
 .navbar-brand h3 {
   font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
    float: right;
    color: #fff;
    margin-top: 60px;
    margin-left: 10px;
    font-weight: 600;
}

.navbar .container-fluid {
    width: 95%;
}
.btn-outline-light {
      font-size: 16px!important;
    text-transform: uppercase!important;
}

.dropdown-item:hover {
    background-color: #2A1240 !important;
    color: #C9A84C !important;
}
.tog-nav-link:hover {
    color: #C9A84C !important;
}

 .promo-bar {
 color: white;
            padding: 8px 0;
            font-size: 14px;
            font-weight: 500;  background: radial-gradient( circle at 50% 30%, #2d6a4f 0%, /* top highlight */ #1B4332 40%, /* base */ #081c15 100% /* dark edges */ );
        }

       

        .nav-link {
            color: #fff !important; /* Set link color */
            font-weight: 500;
        }

        .top-icons .bi {
            font-size: 20px;
            color: #d15021; /* Match promo bar color */
        }

        .top-icons .badge {
            font-size: 10px;
            top: -5px;
            right: -10px;
        }

        .login-link {
            color: #d15021 !important;
            font-weight: bold;
        }







a:hover{
   color: #C9A84C; 
}
span#cartCount {
    background-color: #C9A84C;
    padding: 5px 5px 5px 7px;
    text-align: center;
    font-size: 12px;
}
/* Ensure GSAP targets are initially hidden for smooth entrance */
.tog-stagger-card { opacity: 0; transform: translateY(30px); }
.tog-fade-up { opacity: 0; }

/* Dropdown Aesthetics */
.dropdown-menu {
    background-color: var(--color-purple-primary) !important;
    margin-top: 15px !important;
}

.dropdown-item:hover {
    background-color: var(--color-purple-dark) !important;
    color: var(--color-gold) !important;
}

/* Cart Badge Fix */
.tog-cart-badge {
    font-size: 0.65rem !important;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Parallax Containers */
.overflow-hidden { overflow: hidden !important; }
.object-fit-cover { object-fit: cover !important; }

/* Responsive Navigation Height */
#mainNav { height: 90px; background: linear-gradient(#220d32, #3b1f5e) padding-box, linear-gradient(to left, #c99b3e, #b17933) border-box!important;}
.nav-link {
    position: relative;
}
.nav-link:hover::before {
    width: 100%;
}
.nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C9A84C;
    transition: width 0.3s ease;
}

.hero-section .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 18rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.hero-section .carousel-item img {
    background-size: cover;
    width: 100%;
}

.hero-section p{
    font-size: 19px!important;text-transform: capitalize;color: #C9A84C;
   
}
.hero-section b{
    font-weight: 600;
    color: #C9A84C;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    display: none;
}
.hero-section h1{
    font-size: 50px;
    width: 70%;
    text-transform: capitalize;
}

.home-product, .home-res {
    background: url(../userassets/bg2.jpg)!important;
    background-size: cover;background-position: center;background-attachment: fixed!important;
}

.home-product img {
    border-radius: 20px 20px 0 0;
}
.home-product p {
   font-size: 16px;
    text-transform: capitalize;
    color: #3B1F5E;
}
.home-product h4 {
    font-weight: 800;font-family: 'Playfair Display', serif;
}

.home-why {
    background: url(../userassets/bg5.jpg); background-size: cover;background-attachment: fixed;
}
.home-why .container {
    width: 67%; margin:auto;
}

.home-why .card {
    background: url(../userassets/bg4.jpg);box-shadow: 0 10px 30px rgb(0 0 0 / 15%)!important;
    border: 6px solid rgb(139 109 13 / 69%)!important;
    border-radius: 15px;padding: 20px 30px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 20px;
}

.home-why .img-wrapper {
    flex-shrink: 0;
}

.text-wrapper {
    flex: 1;
    min-width: 0;
}

.home-why h5{
    font-size: 20px;
    font-weight: 700;font-family: "Inter", sans-serif;
}
.home-why p{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #444;
}

.home-testi .card {
    background: url(../userassets/bg4.jpg)!important;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%)!important;
    border: 6px solid rgb(139 109 13 / 69%)!important;
    border-radius: 20px;
    padding: 25px 30px 20px!important;
}

.home-testi .card  .text-warning {
  
    color: #a58c3e!important;
}

.home-res .card   {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), box-shadow 0.4s ease;
   border-radius: 20px;
}

 .home-res .card  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
 .home-res h4{

font-weight: 800;
    font-family: 'Playfair Display', serif;
}    
 .home-res .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
}

.home-res .img-wrapper {
    overflow: hidden;height: 200px;
   
}

.home-res .card:hover .img-wrapper img {
    transform: scale(1.1);
}


.home-insta img {
    border-radius: 15px;
}
.home-insta {
    background: url(../userassets/bg2.jpg)!important;
    background-size: cover;
    background-position: center;
}
.home-trust {
    background: #2e1643;
    color: #fff;background: linear-gradient(#12071a, #391d52) padding-box, linear-gradient(to left, #c99b3e, #b17933) border-box;
    border: 2px solid transparent;
    padding: 15px;
   position: relative;
    overflow: hidden;
}
footer, .home-testi{
    background: url(../userassets/footerbkg2.jpg); background-size: cover;background-attachment: fixed;
}
footer li a, footer {
    font-size: 15px;
}

footer li a {
    color: rgba(255,255,255,0.8);
}

footer li a:hover{
   color: #C9A84C!important;
}
footer  .newsletter-text{
    width: 50%;margin: 10px auto 20px;color: rgba(255,255,255,0.75);
}
.footer-section {
 
  position: relative;
  overflow: hidden;
}

/* Title */
.footer-title {
  font-size: 28px;
  font-weight: 600;
}

.footer-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}

/* Newsletter */
.newsletter-box input {
  border-radius: 6px 0 0 6px;
  border: none;
  padding: 12px;
}

.btn-gold {
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #000;
  border: none;
  padding: 0 20px;
  border-radius: 0 6px 6px 0;
  font-weight: 600;
}

.btn-gold:hover {
  background: #e6c65c;
}

/* Logo */
.footer-logo {
  width: 80px;
  margin-bottom: 10px;
}

.brand-name {
  font-family: serif;
  color: #d4af37;
}

/* Links */
.footer-heading {
  color: #d4af37;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
  opacity: 0.85;
  cursor: pointer;
}

.footer-links li:hover {
  color: #d4af37;
}

/* Divider */
.footer-divider {
  border-color: rgb(255 255 255 / 45%);    margin: 3rem 0 4rem;}

/* Certifications */
.cert-img {
  height: 40px;
  margin-right: 10px;
}

/* Icons */
.footer-icon {
  margin-left: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.footer-links-list li a.footer-link {
    font-size: 15px;
    line-height: 1.8;
}
a.footer-link {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
}
a.footer-link:hover {
    color: #C9A84C !important;
}

/* Bottom Pattern */
.footer-pattern {
  height: 80px;
  background: url('pattern.png') repeat-x bottom;
  opacity: 0.4;
}
.bottomfooter ul {
    padding: 0;
}
.bottomfooter a {
    font-size: 15px;
    color: #ddd;
    text-decoration: none;
}
.bottomfooter li {
    font-size: 15px;
    color: #ddd;
   list-style: none;
}
.webdesign, .webdesign  a{
 font-size: 15px;
    color: #ddd;
   list-style: none;
}


.img-wrapper:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.img-wrapper:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    overflow: hidden;
}
section .img-wrapper {
    overflow: hidden;
    position: relative;
}


/* SECTION */
.home-bundle {
  background: #f7f4ef;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
}

.section-subtitle {
  color: #777;
  font-size: 14px;
}

/* CARD */
.bundle-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.bundle-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.bundle-img {
  width: 50%;
}

.bundle-img img {
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.bundle-content {
  width: 60%;
  padding: 20px;
  position: relative;
  text-align: left;
}

/* VARIANTS */
.bundle-content.purple {
  background: #3b1c52;
  color: #fff;
}

.bundle-content.light {
  background: #f3efe6;
  color: #222;
}

/* BADGE */
.badge-tag {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #d4af37;
  color: #000;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 20px;
}

.badge-tag.green {
  background: #1B4332;
  color: #fff;
}

/* TEXT */
.bundle-content h5 {
  font-size: 18px;
  margin-top: 10px;
}

.bundle-content p {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.bundle-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* BUTTON */
.custom-btn {
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.custom-btn.dark {
  background: #1B4332;
  color: #fff;
}

/* HOVER BUTTON */
.custom-btn:hover {
  opacity: 0.9;
}







@media only screen and (max-width: 1024px) {

.navbar-nav .gap-lg-4 {
    gap: 0.5rem!important;
}
.nav-link {
    font-size: 12px!important;
}
ffff
}




@media screen and (min-width: 1500px) and (max-width: 3500px) {
.hero-section h1 {
    font-size: 65px;
  
}
.hero-section .carousel-caption {
    bottom: 27rem;
    left: 12%;
   
}
.hero-section p {
    font-size: 23px!important;
}
.home-why .container {
    width: 60%;
   
}








  }