html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h2,
.h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

.video-sec, .latest-blog-area {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .video-sec, .latest-blog-area {
    margin-top: 80px;
  }
}

.celebrity-sec, .blog-detail-sec, .contact-area, .action-sec, .latest-blog-area, .product-banner-statistics {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .celebrity-sec, .blog-detail-sec, .contact-area, .action-sec, .latest-blog-area, .product-banner-statistics {
    padding-top: 80px;
  }
}

.celebrity-sec, .blog-detail-sec, .contact-area, .latest-blog-area {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .celebrity-sec, .blog-detail-sec, .contact-area, .latest-blog-area {
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

main {
  overflow: hidden;
}

.header-main-area .container {
  max-width: 1540px;
}
.header-main-area .logo {
  padding: 12px 0;
}
.header-main-area .logo img {
  width: auto;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.header-main-area .header-right {
  gap: 12px;
}
.header-main-area .header-right .header-search-container {
  width: 100%;
}
.header-main-area .header-right .header-search-container  .btn-s{
            color:black;
            font-size:30px;
           
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Icons */
.nav-icon {
    font-size:25px;
    color: #161616;
    cursor: pointer;
   margin-top:15px;
  
   
}

/* Dropdown wrapper */
.user-dropdown {
    position: relative;
}
.user-account{
    display:flex;
    flex-direction:column;
    align-items:center;
    
}
.user-account i{
  font-size:22px;
}
.user-account p{
margin:0;
font-size:15px;
color:black;
}

/* Dropdown menu (hidden by default) */
.user-menu {
    position: absolute;
    top: 130%;
    right: 0;
    background: #fff;
    min-width: 170px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* SHOW ON HOVER */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown items */
.user-menu li {
    list-style: none;
}

.user-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    font-size: 14px;
    color: #111;
}

.user-menu li a:hover {
    background: #f7f7f7;
}


/* Cart badge */
.cart-icon {
    position: relative;
    margin-top:-5px;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:10px;
}
.cart-icon p{
  font-size:15px;
}

.cart-count {
    position: absolute;
    top: -1px;
    right: -8px;
    background: #d42828;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-area .btns {
  display: flex;
  align-content: inherit;
  gap: 12px;
  margin-left:20px;
}


.header-main-area .btns .btn-whats {
  /* padding: 10px 30px; */
  background-color: #333333;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  /* padding:10px; */
  background-color: #25D366;
}
.header-main-area .btns .btn-whats i {
  font-size: 26px;
}
.header-main-area .btns .btn-whats:hover {
  background-color: #A33C2C;
}
.header-main-area .btns .btn-enq {
  padding: 10px 30px;
  background-color: #A33C2C;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
}
.header-main-area .btns .btn-enq i {
  font-size: 26px;
}
.header-main-area .btns .btn-enq:hover {
  background-color: #000000;
  color: #ffffff;
}
.header-main-area .pe-7s-search {
  font-size: 26px;
  color: #A33C2C;
}
.header-main-area .main-menu ul li a {
  padding: 37px 10px;
}
@media (min-width: 1400px) {
  .header-main-area .main-menu ul li a {
    padding: 37px 12px;
  }
}

.jeweller-menus .menu-full-img img {
  border-radius: 12px;
}
.jeweller-menus .mega-title ul {
  gap: 12px;
}
.jeweller-menus .mega-title li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jeweller-menus .mega-title li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #A33C2C;
}
.jeweller-menus .mega-title a {
  white-space: nowrap;
  font-weight: 600 !important;
}

.jeweller-menus-mobile .dropdown li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.jeweller-menus-mobile .dropdown li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #A33C2C;
}

#searchModal .modal-content {
  background-color: #000000;
}
#searchModal .modal-content {
  padding: 30px;
}
#searchModal .form-control {
  padding: 12px 0px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 30px;
}
#searchModal .form-control::placeholder {
  color: #ffffff;
  font-size: 30px;
}

.slider-area {
  position: relative;
  overflow: hidden;
}
.slider-area .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.slider-area .slick-arrow i {
  color: #ffffff;
}
.slider-area .hero-slider-item {
  position: relative;
}
.slider-area .hero-slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background: #A33C2C;*/
  /*background: linear-gradient(273deg, rgba(163, 60, 44, 0) 0%, rgb(51, 9, 2) 100%);*/
}
.slider-area .hero-slider-item .container {
  position: relative;
}
.slider-area .hero-slider-content {
  z-index: 4;
  padding: 100px 0;
}
.slider-area .hero-slider-content * {
  color: #ffffff;
}
.slider-area .btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.slider-area .btns .btn-collection {
  padding: 16px 30px;
  background-color: #ffffff;
  color: #A33C2C;
  border-radius: 30px;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.slider-area .btns .btn-collection i {
  color: inherit;
  transition: all 0.32s ease-in-out;
}
.slider-area .btns .btn-collection:hover {
  background-color: #A33C2C;
  color: #ffffff;
}
.slider-area .btns .btn-collection:hover i {
  transform: translateX(6px);
}
.slider-area .btns .btn-read-more {
  padding: 10px 30px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 30px;
}
.slider-area .btns .btn-read-more i {
  font-size: 26px;
}
.slider-area .btns .btn-read-more:hover {
  background-color: #A33C2C;
}
.slider-area .btns .btn-read-more i {
  font-size: 1em;
  transition: all 0.32s ease-in-out;
}
.slider-area .btns .btn-read-more:hover i {
  transform: translateX(6px);
}

.product-banner-statistics .banner-slide-item .banner-statistics {
  position: relative;
  transition: all 0.32s ease-in-out;
}
.product-banner-statistics .banner-slide-item .banner-statistics img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 200px;
}
@media (min-width: 576px) {
  .product-banner-statistics .banner-slide-item .banner-statistics img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .product-banner-statistics .banner-slide-item .banner-statistics img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .product-banner-statistics .banner-slide-item .banner-statistics img {
    height: 400px;
  }
}
.product-banner-statistics .banner-slide-item .banner-statistics::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 0%;
  background: #A33C2C;
  background: linear-gradient(180deg, rgba(163, 60, 44, 0) 0%, rgb(79, 12, 9) 100%);
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
.product-banner-statistics .banner-slide-item .banner-statistics .banner-content {
  color: #ffffff;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.32s ease-in-out;
}
.product-banner-statistics .banner-slide-item .banner-statistics .banner-content * {
  color: #ffffff;
}
.product-banner-statistics .banner-slide-item .banner-statistics:hover::after {
  height: 100%;
  opacity: 1;
}
.product-banner-statistics .banner-slide-item .banner-statistics:hover .banner-content {
  opacity: 1;
  transform: translateY(0%);
}

.latest-blog-area {
  background-color: #F7F2EF;
}
.latest-blog-area .slick-track {
  display: flex;
}
.latest-blog-area .slick-slide {
  display: flex;
  height: auto;
}
.latest-blog-area .slick-slide > div {
  display: flex;
}
.latest-blog-area .blog-post-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position: relative;
  transition: all 0.32s ease-in-out;
}
.latest-blog-area .blog-post-item img {
  width: 100%;
  object-position: center;
  height: 240px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .latest-blog-area .blog-post-item img {
    height: 300px;
  }
}
.latest-blog-area .blog-post-item .blog-content {
  padding: 20px;
}
.latest-blog-area .blog-post-item .read-more-btn {
  text-decoration: none;
  padding: 3px 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  display: inline-block;
  font-weight: 500;
  transition: all 0.32s ease-in-out;
}
.latest-blog-area .blog-post-item .read-more-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.latest-blog-area .blog-post-item:hover .read-more-btn {
  color: #A33C2C;
  border-color: #A33C2C;
}

.video-sec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #A33C2C;
}
.video-sec .video-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .video-sec .video-wrapper {
    margin-left: -100%;
  }
}
.video-sec .video-wrapper .inner-item {
  padding: 56% 0 0;
  position: relative;
  margin-left: auto;
}
@media (min-width: 992px) {
  .video-sec .video-wrapper .inner-item {
    padding: 35% 0 0;
    width: 50%;
  }
}
.video-sec .video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.video-sec .content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.video-sec .content .container {
  display: flex;
}
@media (min-width: 992px) {
  .video-sec .inner-text {
    padding-right: 10%;
  }
}
@media (max-width: 576px) {
  .video-sec .inner-text {
    padding: 40px 0;
  }
}
.video-sec .inner-text h2,
.video-sec .inner-text p {
  color: #ffffff;
}
.video-sec .inner-text a {
  padding: 10px 30px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.video-sec .inner-text a i {
  font-size: 26px;
}
.video-sec .inner-text a:hover {
  background-color: #A33C2C;
}
.video-sec .inner-text a:hover {
  background-color: #333333;
  border-color: #333333;
}
.video-sec .process ul {
  padding: 20px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 576px) {
  .video-sec .process ul {
    gap: 24px;
  }
}
.video-sec .process ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-sec .process ul li span {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
@media (min-width: 576px) {
  .video-sec .process ul li span {
    width: 80px;
  }
}
.video-sec .process ul li img {
  width: 20px;
  object-fit: contain;
}
@media (min-width: 576px) {
  .video-sec .process ul li img {
    width: 40px;
  }
}
.video-sec .process ul li p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.action-sec {
  display: none;
}
.action-sec .wrapper {
  padding: 0px 70px;
  background-color: #333333;
  border-radius: 30px;
  color: #ffffff;
}
.action-sec .wrapper .content {
  padding: 100px 0;
}
.action-sec .wrapper h2 {
  color: #ffffff;
}
.action-sec .wrapper p {
  font-size: 20px;
}
.action-sec .wrapper .btn {
  margin-top: 20px;
}
.action-sec .wrapper .btn a {
  padding: 16px 30px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 18px;
}
.action-sec .wrapper .btn a i {
  font-size: 26px;
}
.action-sec .wrapper .right-img {
  text-align: right;
  padding-top: 30px;
  padding-right: 10%;
}
.action-sec .wrapper .right-img img {
  max-width: 400px;
}

.banner-statistics-area .banner-statistics {
  background-color: #F7F2EF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 12px;
  flex-wrap: wrap;
}
.banner-statistics-area .banner-statistics img {
  border-radius: 12px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-statistics-area .banner-statistics img {
    width: calc(30% - 15px);
  }
}
.banner-statistics-area .banner-statistics .banner-content {
  padding: 0 20px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-statistics-area .banner-statistics .banner-content {
    padding: 20px;
    width: calc(70% - 15px);
  }
}
.banner-statistics-area .banner-statistics .banner-content h3 {
  margin-bottom: 6px;
}
.banner-statistics-area .banner-statistics .banner-content .btn-text {
  margin-top: 20px;
}

.feature-product .product-item .product-name {
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .feature-product .product-item .product-name {
    font-size: 18px;
  }
}
.feature-product .product-item .product-thumb img {
  width: 100%;
  object-fit: contain;
  /*object-position: bottom center;*/
  border-radius: 12px;
  height: 280px;
}
@media (min-width: 1200px) {
  .feature-product .product-item .product-thumb img {
    height: 300px;
    object-fit: contain;
  }
}

.enqModal .modal-body {
  padding: 0px 20px 20px;
}
.enqModal .modal-header {
  padding: 12px;
}
.enqModal .btn {
  padding: 10px 30px;
  background-color: #A33C2C;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 40px;
  line-height: normal;
}
.enqModal .btn i {
  font-size: 26px;
}
.enqModal .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.basic-banner-sec {
  background-color: #F7F2EF;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .basic-banner-sec {
    padding: 100px 0;
  }
}
.basic-banner-sec .abs-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(1) rotate(210deg) translate(-5%, -50%);
  width: 150px;
}
@media (min-width: 576px) {
  .basic-banner-sec .abs-1 {
    transform: scale(1) rotate(210deg) translate(-5%, -50%);
    width: 200px;
  }
}
@media (min-width: 992px) {
  .basic-banner-sec .abs-1 {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .basic-banner-sec .abs-1 {
    width: 500px;
  }
}
.basic-banner-sec .abs-2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.2) rotate(45deg) translate(5%, -30%);
  width: 150px;
}
@media (min-width: 576px) {
  .basic-banner-sec .abs-2 {
    transform: scale(1.2) rotate(45deg) translate(5%, -20%);
    width: 200px;
  }
}
@media (min-width: 992px) {
  .basic-banner-sec .abs-2 {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .basic-banner-sec .abs-2 {
    width: 400px;
  }
}

.contact-area .inner-item {
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 40px 30px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 992px) {
  .contact-area .inner-item {
    margin-bottom: 24px;
  }
}
.contact-area .inner-item i {
  font-size: 30px;
  color: #A33C2C;
  margin-bottom: 10px;
}
.contact-area .inner-item h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  color: #A33C2C;
  margin-bottom: 10px;
}
.contact-area .inner-item a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  display: block;
}
.contact-area .contact-message {
  margin-top: 60px;
}

.contact-map {
  margin-top: 60px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (min-width: 768px) {
  .contact-map {
    padding: 10px;
  }
}
.contact-map iframe {
  width: 100%;
  border-radius: 24px;
  height: 350px;
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .contact-map iframe {
    height: 400px;
  }
}

.blog-main-wrapper {
  position: relative;
}
@media (min-width: 1600px) {
  .blog-main-wrapper .container {
    max-width: 1320px;
  }
}
.blog-main-wrapper .blog-category li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-main-wrapper .blog-post-item {
  align-items: center;
}
.blog-main-wrapper .blog-post-item .blog-thumb {
  overflow: hidden !important;
  border-radius: 12px;
  position: relative;
}
.blog-main-wrapper .blog-post-item .blog-thumb img {
  height: 280px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}
.blog-main-wrapper .blogs-social-icons {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #A33C2C;
  color: #ffffff;
  z-index: 7;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-radius: 0 0 0 20px;
  display: none;
}
.blog-main-wrapper .blogs-social-icons a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 16px;
  display: inline-block;
  text-align: center;
}
.blog-main-wrapper .recent-post .product-thumb {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.blog-main-wrapper .recent-post .product-thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.blog-main-wrapper .recent-post .product-thumb img {
  width: 100%;
  height: 100%;
}
.blog-main-wrapper .recent-post small {
  text-transform: capitalize;
}
.blog-main-wrapper .recent-post p {
  font-size: 12px;
}
.blog-main-wrapper .order-2 {
  position: sticky;
  top: 0;
}
.blog-main-wrapper .img-outer img {
  background-color: #F7F2EF;
  border-radius: 24px;
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .blog-main-wrapper .blog-sidebar-wrapper {
    /*display: none;*/
  }
}

.blog-detail-sec .blog-details-post .blog-thumb img {
  height: 300px;
}
@media (min-width: 768px) {
  .blog-detail-sec .blog-details-post .blog-thumb img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .blog-detail-sec .blog-details-post .blog-thumb img {
    height: 500px;
  }
}

.celebrity-sec .row {
  margin-left: -6px;
  margin-right: -6px;
}
.celebrity-sec .row > div {
  padding-left: 6px;
  padding-right: 6px;
}
.celebrity-sec a {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
  max-height: 400px;
  max-width: 340px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
}
.celebrity-sec a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  background-color: #A33C2C;
  z-index: 2;
}
.celebrity-sec a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-fit: top center;
  transition: all 0.5s ease-in-out;
  min-height: 200px;
  max-height: 200px;
}
@media (min-width: 576px) {
  .celebrity-sec a img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .celebrity-sec a img {
    min-height: 400px;
    max-height: 400px;
  }
}
.celebrity-sec a:hover::before {
  opacity: 0.6;
  visibility: visible;
  transform: scale(1);
}
.celebrity-sec a:hover img {
  transform: scale(1.1);
}
.celebrity-sec a:hover i {
  opacity: 1;
}
.celebrity-sec a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  z-index: 99;
  font-size: 40px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.celebrity-sec .link {
  text-align: center;
  margin-top: 30px;
}
.celebrity-sec .link a {
  padding: 10px 30px;
  background-color: #A33C2C;
  color: #ffffff;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  width: auto;
}
.celebrity-sec .link a i {
  font-size: 26px;
}
.celebrity-sec .link a:hover {
  background-color: #000000;
  color: #ffffff;
}

.mission-vision .single-box {
  padding: 30px;
  background-color: #F7F2EF;
  margin-bottom: 20px;
}
.mission-vision .single-box h3 {
  margin-bottom: 12px;
}
.mission-vision .about-content {
  padding: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .mission-vision .about-content {
    margin-bottom: 30px;
  }
}

.craftsmanship-area .row {
  justify-content: center;
}
.craftsmanship-area h2 {
  margin-bottom: 12px;
}
.craftsmanship-area h2 span {
  color: #A33C2C;
}
@media (max-width: 768px) {
  .craftsmanship-area .content {
    margin-bottom: 30px;
  }
}
.craftsmanship-area ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .craftsmanship-area ul {
    gap: 20px;
  }
}
.craftsmanship-area ul li {
  display: flex;
  grid: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .craftsmanship-area ul li {
    width: 45%;
  }
}

.choosing-area {
  background-color: #F7F2EF;
}
.choosing-area .single-choose-item {
  padding: 30px;
  width: 100%;
  background-color: #A33C2C;
  color: #ffffff;
  border-radius: 24px;
}
.choosing-area .single-choose-item i {
  color: inherit;
}
.choosing-area .single-choose-item h3 {
  color: inherit;
  margin: 30px 0 12px;
}

.team-area .team-member {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 12px 12px 20px;
}
.team-area .team-member .team-thumb img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.aboutcoral-sec {
  padding: 60px 0;
}
.aboutcoral-sec .content-wrapper {
  background-color: #F7F2EF;
  padding: 10px 30px 30px;
}
.aboutcoral-sec .content-wrapper h4 {
  padding-top: 20px;
  margin-bottom: 10px;
}

.shop-product-wrapper .product-item,
.shop-product-wrapper .product-list-item {
  position: relative;
}
.shop-product-wrapper .product-item figure,
.shop-product-wrapper .product-list-item figure {
  height: 320px;
  max-height: 320px;
  min-height: 350px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.shop-product-wrapper .product-item figure img,
.shop-product-wrapper .product-list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  transition: all 0.5s ease-in-out;
}
.shop-product-wrapper .product-item figure:hover img,
.shop-product-wrapper .product-list-item figure:hover img {
  transform: scale(1.2);
}
.shop-product-wrapper .product-item a::after,
.shop-product-wrapper .product-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop-product-wrapper.collection-wrapper figure {
  height: 300px;
  max-height: 300px;
  min-height: 300px;
  max-width: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.shop-product-wrapper.collection-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.shop-product-wrapper.collection-wrapper .product-item {
  position: relative;
}
.shop-product-wrapper.collection-wrapper .product-item .product-caption {
  background-color: #A33C2C;
  width: 100%;
  padding: 12px 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-product-wrapper.collection-wrapper .product-item .product-caption h4 {
  margin: 0;
  color: #ffffff;
}
.shop-product-wrapper.collection-wrapper .product-item .product-caption h4 a {
  color: inherit;
}

.shop-main-wrapper .product-large-slider img {
  object-fit: cover;
  object-position: bottom center;
  height: 400px;
  background-color: #F7F2EF;
}
@media (min-width: 992px) {
  .shop-main-wrapper .product-large-slider img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .shop-main-wrapper .product-large-slider img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .shop-main-wrapper .sidebar-wrapper {
    display: none;
  }
}
.shop-main-wrapper .tab-content ul {
  padding-left: 1rem;
  margin-top: 20px;
}
.shop-main-wrapper .tab-content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 1200px) {
  .shop-main-wrapper .product-details-des {
    padding-left: 40px;
  }
}

.footer-top {
  background-color: #F7F2EF;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 80px 0 60px;
  }
}

.footer-bottom {
  background-color: #471209;
}

.social-link a:nth-child(1):hover {
  background-color: #1877F2;
}
.social-link a:nth-child(2):hover {
  background-color: #1DA1F2;
}
.social-link a:nth-child(3):hover {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
.social-link a:nth-child(4):hover {
  background-color: #FF0000;
}/*# sourceMappingURL=theme.css.map */

/* ============================= */
/* Base (Mobile First) */
/* ============================= */
/* Base Section Styling */
.testimonial-section {
  overflow: hidden;
  padding: 40px 0;
}

/* Card Styling */
.testimonial-card {
  background: #A33C2C;
  color: #fff;
  padding: 25px 20px; /* Increased padding for better touch targets */
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
  height: 100%;
  transition: 0.3s;
  margin-bottom: 15px; /* Spacing for stacked mobile view */
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

.testimonial-img {
  width: 70px; /* Slightly larger for visibility */
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff; /* White border looks cleaner on the dark card */
  margin-bottom: 12px;
}

/* Rating Styling */
.rating {
  color: #FFD700;
  font-size: 18px;
  margin-bottom: 10px;
}



/* Arrow Navigation - Adjusted for Mobile */
.custom-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8); /* Added background for visibility */
  border-radius: 50%;
  opacity: 1;
}

.arrow-icon {
  color: #333;
  font-size: 20px;
  line-height: 1;
}

#testimonialCarousel .carousel-inner,
#testimonialCarouselMobile .carousel-inner {
  padding: 0 20px;
}

#testimonialCarousel .carousel-item,
#testimonialCarouselMobile .carousel-item {
  padding: 0 10px;
}


/* ============================= */
/* PERFECT MOBILE FIX */
/* ============================= */

@media (max-width: 767px) {

  /* Stack cards vertically */
  .carousel-item .row {
    flex-direction: column;
  }

  /* Make each card full width */
  .carousel-item .col-md-4 {
    width: 100%;
    max-width: 100%;
  }

  /* Space between stacked cards */
  .carousel-item .col-md-4 {
    margin-bottom: 15px;
  }

  /* Hide arrows on mobile */
  .custom-arrow {
    display: none !important;
  }

}


/* Adjustments for Mobile S (320px) */
@media (max-width: 320px) {
  .testimonial-card {
    padding: 15px;
  }
  
  .testimonial-card p {
    font-size: 14px;
  }
}


/* ============================= */
/* Tablet */
/* ============================= */
@media (min-width: 576px) {

  .testimonial-card {
    padding: 22px;
  }

  .testimonial-img{
    width:70px;
    height:70px;
  }

  .rating{
    font-size: 20px;
  }

  .arrow-icon {
    font-size: 28px;
    padding: 10px 12px;
  }

}


/* ============================= */
/* Laptop */
/* ============================= */
@media (min-width: 768px) {

  .testimonial-card {
    padding: 26px;
    border-radius: 16px;
  }

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

  .testimonial-img{
    width:80px;
    height:80px;
  }

  /* Move arrows outside */
  .carousel-control-prev { left: -20px; }
  .carousel-control-next { right: -20px; }

  /* Show arrows on hover */
  .custom-arrow {
    opacity: 0;
    transition: 0.3s;
  }
  .testimonial-section:hover .custom-arrow {
    opacity: 1;
  }
}

@media (min-width: 992px) {

  .carousel-control-prev {
    left: -20px;
  }

  .carousel-control-next {
    right: -20px;
  }

}


/* ============================= */
/* Desktop Large Screens */
/* ============================= */
@media (min-width: 1200px) {

  .carousel-control-prev { left: -20px; }
  .carousel-control-next { right: -20px; }

  .arrow-icon {
    font-size: 34px;
    /* padding: 12px 16px; */
  }

  .rating{
    font-size: 22px;
  }
   .testimonial-section:hover .custom-arrow {
    opacity: 1;
  }
}
/* ===== FAQ SECTION STYLE ===== */
/* body{
    font-family: Arial, Helvetica, sans-serif;
    background:#f6f7fb;
} */

.faq-section{
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
}

.faq-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
    color:#222;
}

/* Accordion Item */
.faq-item{
    background:#fff;
    border-radius:12px;
    margin-bottom:15px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    overflow:hidden;
}

/* Hide checkbox */
.faq-item input{
    display:none;
}

/* Question */
.faq-question{
    display:block;
    padding:18px 22px;
    font-weight:600;
    cursor:pointer;
    position:relative;
    color:#333;
}

/* Plus Icon */
.faq-question::after{
    content:"+";
    position:absolute;
    right:20px;
    font-size:22px;
    transition:0.3s;
}

/* Answer */
.faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 22px;
    color:#555;
    line-height:1.6;
    transition:max-height 0.35s ease, padding 0.35s ease;
}

/* When checked */
.faq-item input:checked ~ .faq-answer{
    max-height:300px;
    padding:15px 22px 20px;
}

.faq-item input:checked ~ .faq-question::after{
    content:"−";
}

/* Responsive */
@media(max-width:600px){
    .faq-title{
        font-size:26px;
    }
    .faq-question{
        font-size:15px;
    }
}

.header-main-area .language-box {
  display: flex;
  align-items: center;
  /* gap: 0px; */
}

/* Globe image */
 .header-main-area .globe-icon img {
  width: 30px;
  height: 30px;
}

/* Right side text + dropdown */
 .header-main-area .language-content {
  display: flex;
  flex-direction: column;
}

/* Global text */
 .header-main-area .global-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/* Dropdown */
#languageSelect {
  font-size: 12px;
  padding: 2px 5px;
}

.header-main-area .search-form select {
  /* margin-top:30%; */
  border-radius: 5px;
  border:none;
}

.process-title{
  padding-top:60px;
    padding-bottom:40px;
    margin-left:20px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(3, auto);  /* 3 rows */
  gap: 30px; /* space between rows and columns */
  padding: 20px;
}

.video-item {
  /* background: #8b4c4c; */
  padding: 10px;
}