@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=SUSE:wght@100..800&family=Syne:wght@400..800&display=swap');
.banner-hader-font{
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px ;
  letter-spacing: 0.25px ;
}
.montserrat-heading{
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 23px !important ;
  letter-spacing: 0.25px;
}
.montserrat{
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.25px;
}
.montserrat-heading1{
  color: #ea3337;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 23px !important ;
  letter-spacing: 0.25px;
  margin-top: -5px !important;
}
.Shop-Primary-img{
    min-height: 380px;
    max-height: 380px;
    object-fit: contain;
}
.right{
  justify-content: right;
}
.padding10{
  padding: 0 10px !important;
}
.p-divider{
  /* border: 1px solid red; */
  width: 100%;
  height: 70px;
}
.p-divider:nth-last-child(2){
  border: 1px solid red;
  width: 100%;
  height: 70px;
}
@media (max-width:767px) {
  .right{
    justify-content: center;
  }
}
.custom-logo{
    display: flex !important;
}

.logo-img{
  width: 60px !important;
  height: 60px !important;

}
.name{
    margin-left: 8px;
}
.main-name{
    font-weight: 600;
    /* font-family: "Luxurious Roman", serif; */
    font-family: 'Tinos', serif;
    text-transform: uppercase;
    color: #ea3337 !important;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 1px;
}
.sub-name{
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #312F30;
  margin-bottom: 0;
  margin-top: -10px;
}
@media (max-width:767px) {
    .main-name{
        font-size: 21px;
        margin-top: 1px;
}
.sub-name{
    font-size: 11px;
}
}

.arrows{
    font-size: 60px;
    color: #EEB51F;
}
.arrows:hover{
  color: #ea3337;
}

.xyz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay with 40% opacity */
  z-index: 0;
}


.custom-section{
    padding: 120px 30px;
}
.custom-section1{
    padding: 0 30px 120px;
}
@media(max-width:767px){
 .custom-section{
    padding: 120px 12px;
}
.custom-section1{
    padding: 0 12px 120px;
} 
}
.padding-left{
    padding-left: 80px !important;
}
.padding-left40{
    padding-left: 50px !important;
}
@media (max-width:767px) {
 .padding-left{
    padding-left: 0 !important;
}
.padding-left40{
    padding-left: 0 !important;
}   
}

#scrollTopBtn, #whatsappBtn {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

#scrollTopBtn {
  right: 20px;
  /* background-color: #ee5624; */
  background-color: #ea3337;
  color: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  /* border-radius: 50%; */
  font-size: 20px;
}

#whatsappBtn {
    width: 55px;
  height: 55px;
  left: 20px;
}

#whatsappBtn img {
  width: 48px;
  height: 48px;
}
.letter-spacing{
    letter-spacing: 0.55px !important;
}
/* </style> */

/* ================================================ */
/* About us Start */
/* ================================================ */
.display-flex{
  display: flex;
}
.main-title-section-container {
    clear: both;
    float: left;
    margin: 0 20px;
    padding: 110px 0 140px;
    width: calc(100% - 40px);
    position: relative;
    z-index: 1;
}
.breadcrumb span:not(.current) {
    display: inline-block;
    margin: 0px 12px;
    padding: 0;
}
.main-title-section-wrapper .breadcrumb-default-delimiter:before {
    content: '\e824';
    font-family: "ff-additional-icons";
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    display: inline-block;
    height: auto;
    opacity: 1;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: auto;
}
.heightweight{
  width: 10px;
  height: 10px;
}
.main-title-section h1{
  font-size: 50px;
  letter-spacing: 0.95px;
}
.main-title-section-bg {
  background-attachment: inherit !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main-title-section-wrapper>.main-title-section-bg,
.main-title-section-wrapper>.main-title-section-bg:after {
  content: "";
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.custom-image-about{
  border-radius: 0 200px 0 0 !important;
  padding: 0 30px 0 0;
}
.custom-image-about2{
  float: right !important;
  height: 140px !important; 
}
@media (max-width:840px){
  .display-flex{
    display: block;
  }
}
@media (max-width:767px){
  .margin-bottom-15{
    margin-bottom: 15px !important;
  }
  .custom-image-about{
    border-radius: 0 !important;
    margin-bottom: 15px ;
    padding: 0;
  }
}

/* ================================================ */
/* About us End  */
/* ================================================ */


/* ================================================ */
/* Contact us Start */
/* ================================================ */
.wdt-column-holder{
  margin-top: 2%;
}
@media only screen and (max-width:767px) {
  .wdt-column-holder{
    display: block !important;
  }
  .verticle{
    display: block !important;
  }
  .wdt-column{
    display: contents !important;
    margin-bottom: 50px !important;
  }
}
.select2-container--default{
  display: none;

}
.wpcf7-form-control{
  background-color: #F9F9F9;
  color: #6E6E6E;
  padding-left: 4%;
}

.wpcf7-submit:hover{
 background-color: #0D7284 !important;
 color: white !important;
}
/* ================================================ */
/* Contact us End */
/* ================================================ */

.custom-blog{
  height: 535px !important;
  width: auto;
}


/* ===================================================== */
/* ===================================================== */
.product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      gap: 30px;
    }

    .product-card {
      border: 1px solid #ddd;
      padding: 20px;
      position: relative;
      text-align: center;
      background: #f9f9f9;;
      transition: box-shadow 0.3s;
    }

    .product-card:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
	  background-color: #f6f0ee;
    }

	.product-img-inside{
		padding: 10%;
	}
    .product-img-inside img {
      width: 270px !important;
      height: 270px !important;
      object-fit: contain;
    }

    .product-heading{
		font-size: 26px;
		margin: 0;
	}

    .price {
		margin: 0px 0 10px;
		font-size: 18px;
		font-family: "Playfair Display", serif;
	}


    .pagination {
      margin-top: 40px;
      text-align: center;
    }

    .pagination button {
      padding: 10px;
      margin: 0 5px;
	  width: 40px;
	  height: 40px;
	  font-size: 15px;
	  align-content: center;
	  justify-content: center;
      cursor: pointer;
	  border: 1px solid #000000;
	  color: #000000;
	  background-color: transparent;
    }
	
    .pagination .active {
		border: 1px solid transparent;
      background-color: #ee5624;
      color: white;
    }
/* ===================================================== */
/* ===================================================== */

/* ===================================================== */
/* ===================================================== */
/* Base Styles */
.about-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.about-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  animation: fadeIn 1s ease-in;
}

.about-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.about-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #eeb51f;
  margin: 10px auto 30px auto;
}

.about-intro {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.about-subtitle {
  font-size: 1.5rem;
  margin-top: 40px;
  color: #eeb51f;
  font-weight: 600;
  font-family: var(--wdtFontTypo_Alt) !important;
}

.about-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin: 15px 0;
}

.about-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
  margin-top: 10px;
}

.about-list li {
  margin: 10px 0;
  font-size: 1rem;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

.fade-in-delay {
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.slide-up {
  animation: slideUp 1s ease forwards;
  opacity: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-container {
    padding: 0 40px;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-intro {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 1.8rem;
  }

  .about-subtitle {
    font-size: 1.3rem;
  }

  .about-intro {
    font-size: 1rem;
  }

  .about-text, .about-list li {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .about-title {
    font-size: 1.6rem;
  }

  .about-intro {
    font-size: 0.95rem;
  }

  .about-subtitle {
    font-size: 1.2rem;
  }

  .about-text, .about-list li {
    font-size: 0.9rem;
  }
}

/* ===================================================== */
/* ===================================================== */

.clients-section {
  padding: 50px 20px;
  text-align: center;
  background-color: white;
  margin-top: -120px;
}

.clients-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.clients-grid {
  display: grid;
  grid-template-columns:repeat(2, 1fr);;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.client-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.client-card:hover {
  transform: scale(1.05);
}

.client-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
@media (min-width: 600px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .clients-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}



.banner-image-seton{
  /* border: 1px solid red !important; */
  width: 450px;
  height: 500px !important;
  object-fit: contain;
}

.margintopforproduct{
  margin: 0;
  margin-top: 15px;
}

.fotor-social{
  width: 40px;
  height: 40px;
}


.codewhite{
  color: white !important;
}

.codeyellow{
  color: #eeb51f !important;
}


.elementor-icon-list-text{
  font-family: var(--wdtFontTypo_Alt) !important;
}




@media screen and (max-width:750px) {
  .footer-padding{
    padding: 60px 0px !important;
  }
  .custom-padding svg{
  padding: 15px !important;
 }
 .hello{
     margin-left:35px;
 }
  
}


.e-text-path::before {
  font-size: 30px;
}