/* universal */
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Jost", sans-serif;
  background-color: #151219;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  margin-bottom: 0;
}

a{
  text-decoration: none;
}

.sec-head{
    font-family: "Marcellus", serif;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.sec-head a{
  text-decoration: none;
  color: #FFF;
}

.sec-head a:hover {
    color: #DDAC17;
}

.sec-subhead{
    color: #a1a0a3;
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
}

.blank-sec{
  height: 130px;
}

/* ---------- */


    /* Custom wrapper below carousel */
    .owl-stage-outer {
        padding-bottom: 10px !important;
    }

    .nav-dots-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      gap: 30px;
    }

    .owl-nav button {
      background: none;
      border: none;
      font-size: 30px;
      color: white;
      transition: transform 0.2s;
    }

    .owl-nav button:hover {
      transform: scale(1.2);
    }

    .owl-dots {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .owl-dot {
      height: 10px;
      width: 10px;
      background: #666;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .owl-dot.active {
      background: #DDAC17;
    }

/* ---------- */


.mob-only{
  display: none;
}

.primary-btn {
  background: #DDAC17;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
}

.secondary-btn {
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #DDAC17;
  color: #DDAC17;
  background: transparent;
}

button {
  transition: transform 0.2s ease;
}

button:hover {
  transform: scale(1.05); 
}


/* header slider starts */
.head-slider {
  overflow: hidden;
  white-space: nowrap;
  background: #DDAC17;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.marquee {
  display: inline-block;
  animation: scroll-left 35s linear infinite;
}

.marquee p {
  display: inline-block;
  margin: 0 50px;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
}

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

  100% {
    transform: translateX(-100%);
  }
}

/* header slider ends */

/* main header starts */
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.head-main {
  background: #151219;
  padding: 1rem 0;
}

.head-logo-sec img {
  width: 150px;
}

.input-box-sec {
  position: relative;
  display: inline-block;
}

.input-box-sec input {
  border: 1px solid #DDAC17;
  background: #2c2a30;
  padding: 5px 30px 5px 35px;
  border-radius: 20px;
  color: #FFF;
  font-size: 16px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}


.social-sec {
  display: flex;
  gap: 18px;
  align-items: center;
  border-left: 1px solid #FFF;
  padding-left: 15px;
}

.social-sec a {
    transition: transform 0.3s ease;
}

.social-sec a:hover {
    transform: scale(1.1);
}

.head-usr-sec {
    display: flex;
    gap: 20px;
}

.head-usr-sec a{
    transition: transform 0.3s ease;
}

.head-usr-sec a:hover {
    transform: scale(1.1);
}

.head-call-sec p a:hover {
    text-decoration: underline !important;
}

/* menu close btn*/
.custom-close-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: white; /* or any color */
  position: absolute; /* if positioning is needed */
  top: 10px;
  right: 10px;
  z-index: 1055;
}

.custom-close-btn:hover{
    color: #DDAC17 !important;
}


/* navbar starts */
.navbar {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  background: linear-gradient(to right, #151219, rgba(21, 18, 25, 0.7), rgba(21, 18, 25, 0));
  position: relative;
  z-index: 10;
}

.nav-link {
  color: #FFF;
}

.nav-link:hover {
  color: #DDAC17;
}

.nav-link.active {
  color: #DDAC17 !important;
}

.menu-item.active a span {
    color: #DDAC17;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107"; /* Unicode for fa-angle-down */
    margin-left: 0px;
    font-size: 0.85em;
    vertical-align: middle;
}

li.active > .dropdown-toggle::before {
    color: #DDAC17;
}

/* navbar ends */

/* banner section starts */
.banner-sec {
  background: url('https://bloomss.in/wp-content/themes/blooms/Assets/here-banner.webp');
  height: 975px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.banner-btn-container {
    display: flex;
    gap: 12px;
}

.banner-inner h1 {
  color: #FFF;
  font-size: 60px;
}

.banner-inner h1 span {
  font-style: italic;
  font-weight: bold;
}

.banner-inner p {
  color: #FFF;
}

/* banner section ends */

/* occasion section starts */

.occasion-section {
  background: #151219;
}

.occasion-section h2 {
  color: #FFF;
  font-family: "Marcellus", serif;
  text-align: center;
  margin-bottom: 50px;
}

.occasion-section {
  padding: 3rem 0;
}

.occasion-card {
    width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.occasion-card-img {
  width: 130px;
  margin-bottom: 10px;
}

.occasion-card-txt {
  color: #FFF;
}

.occasion-card-txt {
  font-weight: 700;
  margin-bottom: 10px;
}

.occasion-card-btn {
  color: #DDAC17;
  background: transparent;
  border: none;
  margin-bottom: 10px;
}

/* occasion section ends */

/* featured section starts */
.featured-collection-sec {
  background: #151219;
  padding: 3rem 0;
  position: relative;
}

.featured-box-parent{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 40px; 
}

.featured-box-arrow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.featured-box img {
  width: 300px;
  margin-bottom: 30px;
}

.featured-box h4 {
  color: #FFF;

}

.featured-box p {
  color: #8a888c;
  margin-bottom: 10px;
}

/* featured section ends */

/* why choose section starts */
.why-choose-us{
  background: #151219;
  padding-bottom: 3rem;
}

.why-choose-box{
  color: #FFF;
  text-align: center;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-radius: 12px;
  padding: 15px;
  min-width: 300px;
}

.why-choose-box img{
  width: 80px;
  margin-bottom: 20px;
}

.why-choose-box h4{
  margin-bottom: 20px;
}

.why-choose-box p{
  margin-bottom: 20px;
}

/* why choose section ends */

/* best seller section starts */
.best-seller-sec{
  background: #151219;
}

.page-id-6 .best-seller-btn-sec .whatsapp-button {
    width: 40px;
}

.best-seller-slider{
  padding: 2rem 0;
}

.best-seller-box{
  width: 400px;
}

.best-seller-box img{
  width: 100%;
  margin-bottom: 10px;
}

.best-seller-box h4{
  color: #FFF;
  margin-bottom: 10px;
}

.best-seller-box p{
  color: #FFF;
  margin-bottom: 10px;
}

.best-seller-box p span{
  color: #8a888c;
  text-decoration: line-through;
}

.best-seller-btn-sec{
  display: flex;
  gap: 10px;
}

/* best seller section ends  */

/* summer blooms starts */
/*.summer-blooms-sec {*/
/*    background-image: url('https://bloomss.in/wp-content/themes/blooms/Assets/summer-bloom-bg.webp');*/
/*    height: 550px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: left 40% bottom;*/
/*    position: relative;*/
/*}*/

.summer-blooms-sec {
    background-image: url('https://bloomss.in/wp-content/themes/blooms/Assets/summer-bloom-bg.webp');
    height: 735px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
}

/*.summer-bloom-left-img{*/
/*  position: absolute;*/
/*  z-index: 20;*/
/*  left: 0;*/
/*  top: -7%;*/
/*  width: 40%;*/
/*}*/

.summer-bloom-left-img {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 18%;
    width: 46%;
}

/*.summer-bloom-right-img{*/
/*  position: absolute;*/
/*  z-index: 30;*/
/*  right: 0;*/
/*  top: 30%;*/
/*  width: 20%;*/
/*}*/

.summer-bloom-right-img {
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 47%;
    width: 20%;
}

/*.summer-blooms-yellow-box{*/
/*  background-color: #DDAC17;*/
/*  width: 70%;*/
/*  position: absolute;*/
/*  z-index: 10;*/
/*  right: 0px;*/
/*  bottom: 0;*/
/*  padding: 5rem 10rem;*/
/*}*/

.summer-blooms-yellow-box {
    background-color: #DDAC17;
    width: 64%;
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 0;
    padding: 5rem 10rem;
}

.summer-box-contents{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.summer-blooms-yellow-box h2{
  color: #FFF;
  font-weight: 700;
  font-size: 56px;
}

.summer-blooms-yellow-box h2 span{
  font-style: italic;
}

.limited-time-img{
  width: 200px;
}

.summer-bloom-btn{
  background: #151219;
  color: #DDAC17;
  border: none;
  padding: 10px 45px;
  border-radius: 5px;
}

/* summer blooms ends */

/* learn more starts */

.learn-more{
  text-align: center;
  padding-bottom: 2rem;
}

.learn-more p {
    font-family: "Marcellus", serif;
    color: #FFF;
    font-size: 25px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
}

.learn-more-img-btn img{
  width: 150px;
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.learn-more-img-btn img:hover {
  transform: scale(1.1); /* Zoom in by 10% */
}

/* learn more ends */

/* testimonial section starts */
.testimonial-sec{
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-main-img{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  margin-bottom: 20px;
}

.testi-box{
  border: 1px solid #FFAF0E;
  width: 47%;
  padding: 1rem 0;
  position: relative;
  border-radius: 5px;
}

.testi-box-contents{
   display: block;
}

.testi-box-bg-img{
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  z-index: -10;
}

.client-sec{
  text-align: center;
}

.client-img{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 3px solid #FFF;
  padding: 8px;
  margin-bottom: 15px;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 2.5);
}

.client-name{
  color: #C02247;
}

.client-star{
  width: 120px;
}

.review-sec p{
 color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 16px;
  padding: 18px;
  text-align: center;
  margin-bottom: 30px;
}

/* testimonial section ends */

/* insta section starts */

.insta-section{
  padding: 2rem 0;
}

.insta-title-img{
  width: 60px;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
 
/* insta section ends */

/* footer starts */
footer {
    background: url('https://bloomss.in/wp-content/themes/blooms/Assets/footer-bg.webp');
    padding: 6rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-upper{
  border-bottom: 1px solid #a1a0a3;
  padding-bottom: 3rem;
}

.footer-ico{
  width: 180px;
  margin-bottom: 15px;
}

footer h4{
  color: #FFF;
  font-family: "Marcellus", serif;
  margin-bottom: 30px;
}

footer h6{
  color: #FFF;
  font-weight: bold;
}

.footer-sub-links{
  display: flex;
  flex-direction: column;
}

.foot-follow-us{
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-sub-links a{
  color: #FFF;
  text-decoration: none;
}

.footer-social-links{
  display: flex;
  gap: 18px;
}

.footer-lower{
  color: #a1a0a3;
  text-align: center;
  padding-top: 3rem;
}

.footer-sub-links a{
    transition: color 0.3s ease;
}

.footer-sub-links a:hover {
    color: #DDAC17;
}

.footer-social-links a{
    transition: transform 0.3s ease;
}

.footer-social-links a:hover{
    transform: scale(1.1);
}

/* footer ends */

/* responsive */

@media(min-width: 1900px){
  .custom-container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .occasion-card {
    width: 95%;
  }

  .best-seller-box {
    width: 90%;
  }
  
  .testibox-container {
    justify-content: space-between !important;
  }
}

@media(min-width: 1200px) {

  .featured-box:nth-child(2),
  .featured-box:nth-child(5) {
    margin-top: 150px;
  }

  .footer-sub-links {
    margin-top: 1rem;
  }

  .footer-sub-links {
    gap: 10px;
  }

  .foot-link-sec{
    margin-top: 3rem;
  }

}

@media(max-width: 1450px){
  .best-seller-box {
    width: 340px;
}
}

@media(max-width: 1300px){
  .best-seller-box {
    width: 290px;
  }
}

@media(max-width: 1200px){
  .featured-box-arrow{
    display: none;
  }

  .featured-box-parent {
    gap: 45px 40px;
  }
}

@media(max-width: 1025px){
  .featured-box-parent {
    gap: 45px 40px;
  }

  .summer-blooms-yellow-box {
    padding: 5rem 5rem;
  }

  .review-sec p {
    font-size: 18px;
  }

  .client-img {
    width: 160px;
    height: 160px;
  }

  .learn-more p {
    width: 55%;
  }
}

@media(max-width: 992px) {
    
    .navbar {
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
}
    
  .offcanvas-title{
    color: #DDAC17;
    font-weight: bold;
  }

  #offcanvasNavbarLabel button {
    color: #C02247;
  }

  .offcanvas-header {
    background: #151219;
  }

  .offcanvas-body{
    background: #151219;
  }
  .head-search-sec {
    flex-direction: column;
  }

  .social-sec {
    border-left: none;
  }

  .head-usr-sec {
    /*display: none;*/
    display: flex
    margin-right: -60px;
  }
  
  .head-contact-sec {
    margin-left: auto;
    margin-right: 25px;
  }

  .social-sec {
    border-left: none;
    display: none;
  }
  
  .head-search-sec {
    display: none !important;
  }

  .mob-hide {
    display: none;
  }

  .nav-toggle-mob {
    display: block !important;
  }
  
  .occasion-card {
    width: 100%;
  }
  
  .best-seller-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .testibox-container {
    flex-direction: column;
    align-items: center;
  }
  
  .testi-box {
    width: 60%;
  }

  .footer-upper {
    flex-direction: column;
  }

  .footer-sub-links a {
    width: 230px;
  }

  .footer-sub-links {
    gap: 12px;
    padding-top: 12px;
  }

}

@media(max-width: 770px) {
  .head-search-sec {
    display: none !important;
  }

  .mob-hide {
    display: none;
  }

  .nav-toggle-mob {
    display: block !important;
  }

  .head-logo-sec img {
    width: 100px;
  }

  .head-call-sec {
    font-size: 14px;
  }

  .banner-sec {
    height: 680px;
    padding-top: 7rem;
  }

  .best-seller-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .testibox-container {
    flex-direction: column;
  }

  .testi-box {
    width: 90%;
    padding: 3rem 0;
    margin-left: auto;
    margin-right: auto;
  }

  .summer-blooms-yellow-box {
    padding: 5rem 2rem;
  }

  .summer-bloom-left-img {
    width: 45%;
  }

  .summer-bloom-right-img {
    top: 38%;
  }

  .learn-more p {
    width: 70%;
  }
}

@media(max-width: 600px){

  .banner-inner {
    text-align: center;
  }

  .banner-sec {
    height: 610px;
    padding-top: 4rem;
  }

  .banner-inner h1 {
    font-size: 45px;
  }

  .banner-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
  }

  .occasion-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .summer-blooms-yellow-box {
    padding: 0;
    bottom: 0;
    width: 85%;
    padding: 5rem 2rem;
  }

  .summer-bloom-left-img {
    width: 50%;
  }

  .summer-bloom-right-img {
    top: 48%;
    width: 40%;
  }

  .client-img {
    width: 120px;
    height: 120px;
  }

  .testi-box {
    padding: 1rem 20px;
  }

  .testi-box-bg-img {
    height: 132px;
    right: 0;
  }

  .learn-more-rose{
    width: 250px;
  }

  footer{
    padding-left: 25px;
  }
  

}


/* Slider navigation starts */
.owl-carousel {
  position: relative;
  padding-bottom: 40px;
}

.owl-nav button span {
  display: none;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: all;
}

.owl-carousel .owl-nav {
    left: 0;
    right: 0;
    justify-content: center;
    gap: 135px !important;
    padding: 0 60px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  color: #fff !important;
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  color: #555 !important;
}

.owl-carousel .owl-nav button.owl-prev::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 18px; /* adjust based on your image */
  height: 18px; /* adjust based on your image */
  background-image: url('https://bloomss.in/wp-content/uploads/2025/07/slide-ico-left.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}


.owl-carousel .owl-nav button.owl-next::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 18px;
  height: 18px;
  background-image: url('https://bloomss.in/wp-content/uploads/2025/07/slide-ico-right.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}


.owl-carousel .owl-dots {
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
}

.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: #666 !important;
  border-radius: 50%;
  border: none;
  transition: background 0.3s;
}

/*.owl-carousel .owl-dot.active {
  background: #f2b600 !important;
}*/

@media(max-width: 600px){
    .occasion-slider .owl-nav {
        gap: 290px !important;
    }
    
    .best-seller-slider .owl-nav {
        gap: 230px !important;
    }
}

/* Slider navigation ends */


