 @import url("../fonts/font.css");
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 :root {
  --primary-color: #0a5a57;
  --secondary-color: #20A6A5;
  --primary-font: 'gillsansmt';
  --secondary-font: "Poppins", sans-serif;
  --font-size-base: 16px;
}
h1,h2,h3,h4,h5,h6{font-family:var(--primary-font) ;}
a{text-decoration: none;border: none;outline: none;transition-duration: 0.3s;}
body,p{font-family:var(--secondary-font) ;}
 nav li{
    font-family:var(--primary-font) ;font-size: 20px;
    color: #285956;
 }
 nav li a{color: #285956;text-decoration: none;padding: 0 12px;}
 nav li.current_page_item > a,nav li a:hover{color: var(--secondary-color);}
 .phone_btn{color: var(--secondary-color); font-size:13px;}
 .phone_btn i{color: var(--primary-color); position: relative; top: 2px; font-size: 22px;}
 .hero-slide {
      height: 80vh;
      min-height: 500px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .hero-slide .container{
        height: 100%;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.4);
    }
    .hero-content {
      position: relative;      
      color: #fff;
      width: 100%;
      height: 100%;
    display: flex;
    align-items: baseline;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    }
    .hero-content h1{font-size: 44px;}
    .hero-content p{font-size: 24px; color:#ffffff;}
    .who-text p {
      margin-bottom: 8px;
    }
    .cta-bar {
      background: #0a5a57;
      color: #fff;
      padding: 25px;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 500;
    }
    .cta-bar b {
      font-weight: 700;
    }

    .hero-btn{
        border: 1px solid #fff;color: #fff;padding: 10px 20px;text-transform: uppercase;
    }
    .hero-btn:hover{
        background: var(--secondary-color);
    }
    .before_who_we_are h2{color: var(--primary-color)}
    .who-text h2,.with-border{color: var(--primary-color);font-size: 36px;position: relative;}
    .who-text h2 span,.with-border span{
      position: relative;display: inline-block;
    }
    .who-text h2 span:after{
      width: 60%;height: 4px;background:var(--secondary-color);
      content: '';display: block;margin-top: 10px;
    }
    .with-border span:after{
      width: 50%;height: 4px;background:var(--secondary-color);
      content: '';display: block;margin:10px auto 0;
    }
    .who-text p{font-size: 18px;max-width: 790px;}
    .highlights{color: var(--secondary-color);margin-top: 30px;}
    .cta-bar h2{margin: 0;    font-size: 44px;}
    .cta-bar a{color: #fff;}
    .cta-bar a:hover{text-decoration: underline;}

    
.social-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.social-sidebar a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s ease;
}
.social-sidebar {display: none;}
/* Colors */
.facebook { background: #0a5a57; }
.twitter { background: #0a5a57; }
.youtube { background:#0a5a57; }

/* Hover Effect */
.social-sidebar a:hover {
  padding-left: 10px;
  transform: translateX(5px);
}


/* ---------------- DESIGNER SECTION ---------------- */
.designer-section {
  background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(247, 212, 134, 1) 100%);
  padding: 60px 0 70px;
}
.designer-title {
  text-align: center;
  color: #14635b;
  margin-bottom: 40px;
}
.designer-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  text-align: center;height: 100%;
}
.designer-card img {
  width: 100%;
  object-fit: cover;
}
.designer-card-title {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.designer-card p {
  padding: 0 15px 20px;
  font-size: 18px;
}

/* Learn more button */
.designer-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  background:var(--secondary-color);
  border: none;
  padding: 12px 35px;
  color: #fff;
  border-radius: 4px;
  float: none;
}
.designer-btn:hover{background: var(--primary-color);}
/* ---------------- PRO-STITCHER SECTION ---------------- */
.pro-section {
  background: url(../images/color-shadow.jpg) center bottom repeat-x #ffffff;
  padding: 70px 0;    background-size: contain;
}
.pro-section p{
  color: #0a5a57;
  font-size: 18px;
}
.pro-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #14635b;
  margin-bottom: 40px;
}
.pro-text {
  max-width: 850px;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
}
.pro-img-large img {
  width: 100%;
  border-radius: 6px;
}
.pro-section-content .row:nth-child(odd) {
    flex-direction: row-reverse;
}

/* Machine card grid */
.machine-card {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.machine-card img {
  height: 150px;
  object-fit: contain;
}
.machine-title {
  margin-top: 10px;
  font-weight: 600;
  color: var(--secondary-color);
}

/* ---------------- EVENTS SECTION ---------------- */
.events-title {
    letter-spacing: 1px;
}

.underline {
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    border-radius: 3px;
}

.event-heading {
    color: #0e5b4c;font-weight: 600;font-size: 24px;
}

.event-desc {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}

.learn-more-link {
    color: var(--primary-color);
    font-weight: 400;
    text-decoration: none;font-size: 18px;
    transition-duration: 0.3s;
}

.learn-more-link:hover {
   color: var(--secondary-color);
}

/* DATE BADGE */
.date-badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.badge-top {
    background: var(--secondary-color);
    padding: 8px 12px;
    font-size: 20px;
}

.badge-bottom {
    background: #024c4b;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.2;
}

.badge-bottom span {
    display: block;
}

.view-news-btn {
    border: 2px solid var(--secondary-color);
    padding: 12px 35px;
    background: transparent;
    font-weight: 600;
    color:var(--secondary-color);
    border-radius: 6px;
    transition: 0.3s;
}

.view-news-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.product-card img{border-radius: 10px 10px 0 0; }
.product-card h5{color: var(--secondary-color);font-size:24px;}
/* View more */
.news-btn {
  display: block;
  margin: 40px auto 0;
  padding: 12px 35px;
  border: 1px solid var(--secondary-color);
  background: transparent;
  color: var(--secondary-color);
  font-weight: 600;
  border-radius: 4px;
}

/* Newsletter Box */
.newsletter-section {
  padding: 150px 20px;
}

.newsletter-box {
  background: #fff;
  max-width: 1166px;
  width: 100%;
  border-radius: 25px;
}

.title-text {
  font-size: 28px;
  color: #0e5c51;
  line-height: 1.4;
}

.email-label {
  color: #0e5c51;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}

.email-input {
  border: none;
  border-bottom: 2px solid #0a5a57;
  border-radius: 0;
  font-size: 18px;
}

.email-input:focus {
  box-shadow: none;
  border-bottom: 2px solid #0e5c51;
}
.same-linesubscrive {
  display: flex;
  align-items: flex-end;
  gap: 20px;white-space: nowrap;
}
.subscribe-btn {
  background: var(--secondary-color);
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  transition: 0.3s;
}

.subscribe-btn:hover {
  background:var(--secondary-color);
}

.learning-section p{font-size: 18px;}
.learning-section .with-border span:after{margin-left: 0;}

/* Orange Button */
.btn-orange {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 4px;
}



/* Footer */
.footer-main {
  background: #004c48;
  padding: 60px 0 20px;
  color: #d9eae4;
  font-family: 'Poppins', sans-serif;
}

/* 4 columns */
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
.footer-col a{color: #fff;}
.footer-col a:hover,.footer-bottom ul li a:hover{color: var(--secondary-color);}

.footer-col h4 {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;font-weight: 500;
}

.footer-col p,
.footer-col li {
  font-size: 18px;
  color: #d9eae4;
  
}
.footer-col p strong{font-weight: 500;}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.read-more {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 18px;
}

/* Subscribe column */
.footer-subscribe input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #b7dacd;
  background: transparent;
  padding: 10px 0;
  font-size: 18px;
  color: white;
}

.footer-subscribe input:focus {
  outline: none;
  border-bottom-color: #fff;
}


.subscribe-btn {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 17px;
  border-radius: 5px;
}
.subscribe-btn:hover{
  color: #fff;
}
.social-icons i {
  margin-right: 15px;
  margin-top: 20px;
  font-size: 26px;
  cursor: pointer;
  color: white;
}
.social-icons fa-facebook-f:hover{background: var(--secondary-color);}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: white;    border-top: 1px solid #2a5b5c;
    padding-top: 22px;
}

.footer-copy {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.footer-bottom ul li a{color: #fff;position: relative;padding: 0 25px;}

.footer-bottom ul li a:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;top: 6px;
}
.footer-bottom ul li:last-child a:after{display: none;}
/* Responsive Fix */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}
button{transition-duration: 0.3s;}
button:hover {
    opacity: 0.8;
}
.footer-col.get-in-touch {
    width: 380px;
}
.footer-container .footer-col:first-child {
    width: 276px;
}

/*Inner page*/

.hero_inner .hero-slide{min-height: 220px;height: 30vh;}
.proSticherInnerBg{ background:linear-gradient(#20a7a1, #2bd0c9 ); }
.handiQuilterInnerBg{ background:linear-gradient(#4a2e83, #6f5c97); }
.designerInnerBg{ background:linear-gradient(#F4A024, #e9c28a); }
.commonInnerBg{ background:linear-gradient(#0a5a57, #119b96); }

.hero_inner .hero-slide .hero-content {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}
.hero_inner .hero-content h1{font-size:38px; }
.hero_inner .hero-slide .hero-content{text-align: center;}
.hero_inner .hero-content h1,.hero_inner .hero-content p{width: 100%; color:#ffffff;}
.hero_inner .hero-btn { margin: 0 auto;}

.overcome-fears {
  background: #ffffff;
}

.section-title {
  font-size: 32px;
  color: #0b5f5b;
  font-weight: 500;
}

.title-line {
  width: 70px;
  height: 4px;
  background: #20a7a1;
  margin: 10px auto 30px;
}

/* Accordion Styling */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
}

.custom-accordion .accordion-button {
  background: #20a7a1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 24px;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

.custom-accordion button.accordion-button.collapsed{border-radius: 8px;}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #20a7a1;
  color: #fff;
}

.custom-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  transform: none;    margin-top: -15px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.custom-accordion .accordion-collapse {
  border: 1px solid #20a7a1;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.custom-accordion .accordion-body {
  color: #20a7a1;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 24px;
}



.pro-stitcher {
  padding: 4rem 0;
  background: linear-gradient(90deg, #eaf4f3 0%, #7ea6a2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}


.pro-stitcher .container {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}
.secNdPro {
  padding: 4rem 0;
  /*background: linear-gradient(90deg, #fff 0%, #967bb6 100%);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.secNdPro .purple_bg {
    background: linear-gradient(90deg, #fff 0%, #967bb6 100%);
}

.secNdPro .container {
  width: 100%;
  text-align: center;
}

.secNdPro .container {
  width: 100%;
  text-align: center;
}
.secNdPro p{text-align: left; font-size: 18px;}
.secNdPro h3{
  text-align: left;
  color: var(--primary-color);
    font-size: 30px;
    position: relative;
}
.secNdPro .stitch-wrap{
  flex-direction: row-reverse;
}
.secNdPro .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.title {
  font-size: 34px;
  letter-spacing: 2px;
  color: #0b5f5b;
  font-weight: 500;
  margin-bottom: 10px;
}

.title-line {
  display: block;
  width: 90px;
  height: 4px;
  background: #20a7a1;
  margin: 0 auto 40px;
}

/* Cards Layout */
.card-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}

/* Card */
.info-card {
  background: #ffffff;
  width: 280px;
  height: auto;
  padding: 30px 0 10px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Icon */
.info-card img {
  width: 140px;
  margin-bottom: 20px;
}

/* Text */
.info-card p {
  font-size: 20px;
  color: #20a7a1;
  letter-spacing: 1px;
}

.pro-stitcher.with_purple{
  background: linear-gradient(90deg, #fff 0%, #967bb6 100%);
}
.pro-stitcher.with_purple .card-wrap{gap: 40px;}

.pro-stitcher.with_purple  .container{max-width: initial;}
.pro-stitcher.with_purple .info-card{padding-top: 0;}
.pro-stitcher.with_purple .info-card img { width: 100%;border-radius: 15px 15px 0 0;}

.pro-stitcher.with_purple .info-card p{color: #4a2e83;}

.with_yellow{
  background: linear-gradient(90deg, #fff 0%, #f7d486 100%);
}
.with_yellow .card-wrap{gap: 40px;}
.with_yellow .info-card{padding-top: 0;}
.with_yellow .info-card img { width: 100%;border-radius: 15px 15px 0 0;}

.with_yellow .info-card p{color: #f7d486;}

.version-section {
  padding: 4rem 0;
  background: #ffffff;
}
.page-template-events .version-section {
  padding: 0.25rem 0;
  background: #ffffff;
}

.version-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.version-title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #0b5f5b;
  margin-bottom: 12px;
}

.version-line {
  width: 90px;
  height: 4px;
  background: #20a7a1;
  display: block;
  margin: 0 auto 70px;
}

/* Cards wrapper */
.version-cards {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}

/* Card */
.version-card {
  width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Image */
.version-card img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  margin-bottom: 25px;
}

/* Text */
.version-card p {
  font-size: 22px;
  color: #20a7a1;
  letter-spacing: 1px;
}
.version-card li{
	color: var(--primary-color);
    font-family: var(--primary-font);
    text-align: left;
    font-size: 16px;
}
/* Button */
.compare-btn {
  background: transparent;
  border: 2px solid #20a7a1;
  color: #20a7a1;
  padding: 14px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.compare-btn:hover {
  background: #20a7a1;
  color: #ffffff;
}
@media (max-width: 900px) {
  .version-cards {
    flex-direction: column;
    align-items: center;
  }
}







.designer-do-section {
  padding: 4rem 0;
  background: #fff;
}


.section-title {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-line {
  width: 90px;
  height: 4px;
  background: #20a7a1;
  display: block;
  margin: 0 auto 50px;
}

/* Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Item */
.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Plus */
.plus {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
}

/* Caption */
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
}
@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}



.master-machine {
  padding: 90px 0;
  background: #ffffff;
}

.mm-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left content */
.mm-content h2 {
  font-size: 34px;
  font-weight: 500;
  color: #0b5f5a;
  margin-bottom: 10px;
}

.mm-line {
  width: 110px;
  height: 4px;
  background: #20a7a1;
  display: block;
  margin-bottom: 30px;
}

/* List */
.mm-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.mm-list li {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  margin-bottom: 16px;
  color: #222;
}

.mm-list li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #0a5a57;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Button */
.mm-btn {
  display: inline-block;
  padding: 14px 34px;
  border: 2px solid #20a7a1;
  color: #20a7a1;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s;
}

.mm-btn:hover {
  background: #20a7a1;
  color: #fff;
}

/* Image */
.mm-image img {
  width: 100%;
  height: auto;
  display: block;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* 🔥 VERY IMPORTANT */
}

/* LIGHTBOX */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.lightbox .nav {
  position: absolute;
  top: 50%;
  font-size: 50px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 100000;
}

.prev { left: 30px; }
.next { right: 30px; }

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


/*19-12-2025*/

.purple_bg .custom-accordion .accordion-button:not(.collapsed),.purple_bg .custom-accordion .accordion-button,
.purple_cta {
    background: #4a2e83;
}

.purple_bg .custom-accordion .accordion-collapse{border-color: #4a2e83;}
.yellow_cta{background: #f5c000;}

.title-line {
  width: 60px;
  height: 4px;
  background: #17a2a0;
  margin: 8px auto 0;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
}

.testimonial-container {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.4s ease;
}

.testimonial-card {
  min-width: 31.45%;
  border: 2px solid #5b3dbb;
  border-radius: 0 20px;
  padding: 20px;
  margin: 0 10px;
  color: #0a4d4a;
}

.testimonial-card strong {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 40px;
  color: #5b3dbb;
  cursor: pointer;
}

@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }
}

.purple_list .mm-list  li::before{
       background: #4a2e83;
}
.purple_list .mm-btn{border-color:#4a2e83;color: #4a2e83; margin: 10px 5px;}
.purple_list .mm-btn:hover{background: #4a2e83;color: #fff;}

.yellow_list .mm-list  li::before{ background: #0a5a57;}
.yellow_list .mm-btn{border-color:#0a5a57;color: #0a5a57;}
.yellow_list .mm-btn:hover{background: #20a6a5;color: #fff;}


.yellow_bg .custom-accordion .accordion-button:not(.collapsed),.yellow_bg .custom-accordion .accordion-button,
.yellow_cta {
    background: #F4A024;
}

.yellow_bg .custom-accordion .accordion-collapse{border-color: #f2b632;}
.bg-white{background: #fff;}


/**/

.contact-wrapper {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);text-align: left;
    }

    /* LEFT PANEL */
    .contact-info {
      background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
                  url('https://images.unsplash.com/photo-1581578731548-c64695cc6952') center/cover no-repeat;
      color: #fff;
      padding: 50px;
      height: 100%;
      text-align: left;
    }
    .contact-info h6 {
      color: var(--secondary-color);
      font-weight: 500;
    }

    .contact-info a {
      color: #fff;
      text-decoration: none;
    }

    .contact-info .social-icons a {
      display: inline-flex;
      width: 38px;
      height: 38px;
      align-items: center;
      justify-content: center;
      background: var(--secondary-color);
      color: #fff;
      border-radius: 4px;
      margin-right: 8px;
    }
.contact-info .social-icons i{margin: 0;font-size: 14px;}
    /* FORM */
    .form-control, .form-select {
      height: 48px;
      border-radius: 4px;
    }

    textarea.form-control {
      height: 120px;
    }

    .btn-submit {
      background:var(--secondary-color);
      color: #fff;
      padding: 10px 28px;
      border-radius: 6px;
    }

.pro-stitcher.golden_bg {
    background: linear-gradient(90deg, #fff 0%, #F4A024 100%);
}
.golden_bg h2{ color:#ffffff !important;}
.golden_bg .with-border span:after {
    width: 50%;
    height: 4px;
    background: #ffffff;
    content: '';
    display: block;
    margin: 10px auto 0;
}
.pro-stitcher.purple_bg {
    background: linear-gradient(90deg, #fff 0%, #967bb6 100%);
}

    /*26-12-2025*/
    .product-card a{
      color: var(--secondary-color);
      font-size: 24px;
      font-weight: 500;
      margin-top: 15px;
    }
    .product-card a:hover{ color: var(--primary-color);}

    /* default color */
.footer-subscribe a .fab {
  color: #fff;
  transition: color 0.2s ease;
  
}

/* change icon color when link is hovered */
.footer-subscribe a:hover .fab {
  color: var(--secondary-color); /* facebook blue */
}

.info-card a {
    color: var(--secondary-color);
}
.info-card a:hover {
    color: var(--primary-color);
}


/*--------------- Gravity Form-------------------*/

.gform_required_legend {
    display: none !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
label.gfield_label.gform-field-label {
    font-family: var(--secondary-font);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}
input#input_1_1, #input_1_3, #input_1_5, #input_1_4, #input_1_6, #input_1_7, #input_1_8 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 48px;
    border-radius: 4px;
}
input#gform_submit_button_1 {
    display: block;
    color: rgb(255, 255, 255);
    margin: 0;
    background: var(--secondary-color);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 12px 35px;
    border-radius: 4px;
}

    /*Products*/

    .product-item {
    padding-bottom: 1.4rem;    background: var(--white-color);
    box-shadow: 0 0 20px #00000029;
}
.product-item h3 {
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    color: var(--default-color);
    margin: 0;
    color: #0a5a57;
}
.product-item p{
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: .4rem 0.8rem 0;
    line-height: 1.3;
    font-size: 16px;
    margin: 0;    color: #02193bb8;
}
.product-price{
    padding: 0 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    color: var(--default-color);
    /*border-bottom: 1px solid #ccc;*/
    margin: 0;
    color: #0a5a57;

}
.product-item .product-picture{
    overflow: hidden;    position: relative;
}
.product-picture .tag{
    background-color: #0a5a57;
    color: #fff;
    position: absolute;
    top: 0;
    padding: .15rem 1rem;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.product-item .product-picture img{
    transition: 0.3s;
    width: 100%;
}
.product-section .product-item:hover .product-picture img{
   transform: scale(1.1);
}
.product-section .row {
    row-gap: 25px;
}
 .sidebar .form-group {
    margin-bottom: 1rem;
}
/* Center the pagination */
.custom-pagination-wrap{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

/* paginate_links outputs .page-numbers */
.custom-pagination-wrap .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  margin: 0 6px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}

/* Hover */
.custom-pagination-wrap .page-numbers:hover{
  border-color: #0a5a57;
  transform: translateY(-1px);
}

/* Current page */
.custom-pagination-wrap .page-numbers.current{
  background: #0a5a57;
  border-color: #0a5a57;
  color: #fff;
}

/* Dots (...) */
.custom-pagination-wrap .page-numbers.dots{
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 6px;
}

/* Prev/Next */
.custom-pagination-wrap .page-numbers.prev,
.custom-pagination-wrap .page-numbers.next{
  min-width: auto;
  padding: 0 16px;
}



/**/
.woocommerce div.product .woocommerce-ordering {
    margin: 0;
    margin-left: 0.5rem;
}
.woocommerce div.product .woocommerce-ordering select {
    height: 37px;
    padding: 0 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin-bottom: 0;}
.woocommerce div.product .woocommerce-tabs .panel{
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: -1px;
}
.woocommerce-Tabs-panel h2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
.woocommerce div.product .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}
.woocommerce div.product nav.woocommerce-pagination ul li a, .woocommerce div.product nav.woocommerce-pagination ul li span{
    min-width: 2.2em;
    padding: 14px;
    font-size: 19px;
    font-weight: 600;}
.woocommerce div.product nav.woocommerce-pagination ul li a:focus, .woocommerce div.product nav.woocommerce-pagination ul li a:hover, .woocommerce div.product nav.woocommerce-pagination ul li span.current {
    background: #0175bc;
    color: #ffffff;
}
.woocommerce div.product nav.woocommerce-pagination {
    margin-top: 35px;
}
.woocommerce div.product span.onsale {
    line-height: 2.8;
    width: auto;
}

.woocommerce div.product form.cart .button {
    background: #2dabaa;
    transition: 0.2s;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 28px;
    margin: 20px 0 18px;
    border-radius: 6px;
}
.woocommerce div.product form.cart .button:hover {
    background: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce-product-gallery .slick-slide img {
    width: 100%;
    height: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
    display: block;
    padding: 8px 0;
}
td.woocommerce-grouped-product-list-item__quantity input {
    width: 50px;    text-align: center;
}
.woocommerce-grouped-product-list tr td {
    padding: 2px;
}
.woocommerce-grouped-product-list tr td a {
    color: #898989;
    padding-right: 14px;
}
h1.product_title.entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #004b4a;margin-bottom:1.2rem
}

/* ---------- Sale Badge (Circle) ---------- */
.custom-product-media {
    position: relative;
}
.woocommerce span.onsale,
.woocommerce div.product span.onsale {
    min-width: 70px;
    min-height: 70px;
    line-height: 70px;
    padding: 0;
    background:#24a7a6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    position: absolute;
    top: 15px;
    left: 15px;
z-index:2;
}

/* Optional: Smooth animation */
.woocommerce div.product span.onsale {
    animation: salePulse 1.5s infinite;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fdfdfd;
}
@keyframes salePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
/***-----01/01/2026-------***/

.header-menu {
    display: flex;
    align-items: center;
    Justify-content: space-between;
    position: relative;
}
@media screen and (min-width: 992px) {
    .header-menu {
        padding: 0;
        z-index: 9999;
        position: relative;
        top: 26px;
    }
}
@media screen and (min-width: 1366px) {
    .header-menu {
        justify-content: end;
        gap: 24px;
    }
	.header-menu .callus {
		position:absolute;right:0;bottom: -4px;
	}
}
@media screen and (min-width: 1366px) {
    .callus .call-btn {
        position: relative;
    }
}
.callus .call-btn {
    display: flex;
    flex-direction: row;
    font-family: var(--primary-font);
    font-size: 14px;
    text-decoration: none;
}
.callus ul{
  margin: 0;
  list-style: none;
}
.callus ul li{
  margin: 0 10px;
}
.callus .call-btn a{
  color: var(--primary-color);
}
.callus .call-btn a:hover{
  color: var(--secondary-color);
}
.wc-block-components-button__text {
    background: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 17px;
    border-radius: 5px;
}
.wc-block-components-button__text:hover {
    background: var(--primary-color);
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: none;
    border: none;
}

/* ===============================
   WooCommerce Login / Register Page
   Scoped to .overcome-fears
================================= */

.overcome-fears .woocommerce {
   margin: 20px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
}

/* Headings */
.overcome-fears h2 {
    color: var(--primary-color);
    font-size: 36px;
    position: relative;
}

/* Two-column layout */
.overcome-fears .u-columns {
    display: flex;
    gap: 30px;
}

.overcome-fears .u-column1,
.overcome-fears .u-column2 {
    width: 50%;
    padding: 30px;
    border-radius: 12px;
    background: #f9fafb;
}

/* Form labels */
.overcome-fears form label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    display: block;
}

/* Input fields */
.overcome-fears form input[type="text"],
.overcome-fears form input[type="password"],
.overcome-fears form input[type="email"] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s;
    background: #fff;
}

.overcome-fears form input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34,113,177,0.15);
    outline: none;
}

/* Remember me & forgot password */
.overcome-fears .form-row .woocommerce-form__label-for-checkbox {
    font-size: 13px;
    color: #444;
}

.overcome-fears .lost_password a {
    font-size: 13px;
    color: #2271b1;
    text-decoration: none;
}

.overcome-fears .lost_password a:hover {
    text-decoration: underline;
}

/* Buttons */
.overcome-fears button.button {
    width: 100%;
    height: 46px;
    display: block;
    margin: 40px auto 0;
    background: var(--secondary-color);
    border: none;
    padding: 12px 35px;
    color: #fff;
    border-radius: 4px;
    float: none;
}

.overcome-fears button.button:hover {
        background: var(--primary-color);
    transform: translateY(-1px);color: #fff;
}

/* Register info text */
.overcome-fears .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
}

/* Error & messages */
.overcome-fears .woocommerce-error,
.overcome-fears .woocommerce-message {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .overcome-fears .u-columns {
        flex-direction: column;
    }

    .overcome-fears .u-column1,
    .overcome-fears .u-column2 {
        width: 100%;
    }

    .overcome-fears .woocommerce {
        padding: 20px;
    }
}

/* ==================================
   WooCommerce My Account Navigation
   Scoped to .overcome-fears
================================== */

.overcome-fears .woocommerce-MyAccount-navigation {
    width: 260px;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Navigation list */
.overcome-fears .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List items */
.overcome-fears .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 8px;
}

/* Links */
.overcome-fears .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #f7f8fa;
}

/* Hover */
.overcome-fears .woocommerce-MyAccount-navigation ul li a:hover {
    background: #2baaa9;
    color: #ffffff;
    transform: translateX(4px);
}

/* Active menu */
.overcome-fears .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #004b4a;
    color: #ffffff;
}

/* Logout button special */
.overcome-fears .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #fff1f1;
    color: #d63638;
}

.overcome-fears .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #d63638;
    color: #ffffff;
}

/* Content area */
.overcome-fears .woocommerce-MyAccount-content {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);width: 100%;
}

/* Layout alignment */
.overcome-fears .woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* ===============================
   Mobile Responsive
================================ */

@media (max-width: 768px) {

    .overcome-fears .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .overcome-fears .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .overcome-fears .woocommerce-MyAccount-navigation ul li a {
        justify-content: center;
    }
	.overcome-fears .woocommerce {
		grid-template-columns: 1fr;
	}
    .header-menu {justify-content:end;}
    .overcome-fears .woocommerce {
		flex-wrap: wrap;
	}

}

.wc-block-components-title.wc-block-components-title {
    text-align: left;
}

.customPosi{position: sticky;
    top: 0;
    z-index: 99999;}


/**01/06/26*****/

.mec-bg-color {
    background-color: #024c4b !important;
}
.mec-event-grid-classic .mec-event-content {
    color: #767676;
    padding: 0 20px 5px;
    text-align: center;
    min-height: 100px;
}
.navbar a.navbar-brand img {
    max-height: 60px;
}
/***01/08/26**/

/* =========================================================
   WooCommerce Related Products - Grid Fix (NO left gap)
   Works even if items are <li> or <div>
   ========================================================= */

/* 1) Remove WooCommerce clearfix pseudo-elements that break grid */
.woocommerce .related ul.products::before,
.woocommerce .related ul.products::after,
.woocommerce-page .related ul.products::before,
.woocommerce-page .related ul.products::after {
  content: none !important;
  display: none !important;
}

/* 2) Turn related products container into a grid */
.woocommerce .related ul.products,
.woocommerce-page .related ul.products,
.woocommerce .related .products,
.woocommerce-page .related .products {
  display: grid !important;

  /* Option A (recommended): auto responsive grid */
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

  /* If you want fixed columns instead, comment the line above and use:
  grid-template-columns: repeat(4, minmax(0, 1fr));
  */

  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;

  /* ensures items start from left, no centering gaps */
  justify-content: start !important;
  align-items: start !important;
}

/* 3) Ensure every product card takes full cell width (li or div) */
.woocommerce .related ul.products > *,
.woocommerce-page .related ul.products > *,
.woocommerce .related .products > *,
.woocommerce-page .related .products > * {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* 4) Make sure product images don’t overflow */
.woocommerce .related ul.products img,
.woocommerce-page .related ul.products img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 5) Optional: a little spacing under the title */
.woocommerce .related h2,
.woocommerce-page .related h2 {
  margin-bottom: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}
.woocommerce div.product form.cart div.quantity{float:none;}
.custom-product-media {
    position: relative;
    box-shadow: 0 0 10px #0000000f;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product-actions {
    padding: 0 15px;
}
a.button.buy-now-loop {
    background: #0a5a57;
    color: #fff;
	font-family:var(--primary-font);
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}
a.button.product_type_simple.add_to_cart_button {
    background: #20a6a5;
    color: #fff;
	font-family:var(--primary-font);
}
.menu-item-has-children > a::after {
  content: "";
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 6px;
  display: inline-block;
}
.current-menu-item > a {
    color: #24a7a6;
}

@media (min-width:1024px){
  .product-section .row.justify-content-center.sameGridH {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .product-section .row.justify-content-center.sameGridH .col-md-3 { width: auto;}
}



/*For mobile view*/

@media (max-width:767px){
	.newsletter-box {padding:1.5rem !important;}
	.title-text {font-size: 26px;margin-bottom: 2rem !important;}
	.same-linesubscrive{gap:10px}
	.newsletter-box h2{text-align:left !important}
	.same-linesubscrive{align-items:start}
    .cta-bar h2 {font-size: 24px;}
    .footer-subscribe input { width: calc(100% - 30px);}
	.footer-bottom ul{padding:0;    gap: 20px;}
	.footer-bottom ul li a:after {right: -10px;}
	.footer-bottom ul li a{padding:0}
	.footer-col.get-in-touch{width:auto;}
	.phone_btn {order: 1;}
	.navbar-collapse {order: 2;}
}

.cta-bar .hero-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-transform: none;
	font-size:14px;
}
.cta-bar .hero-btn:hover{text-decoration:none;}

.menu-btn {
    display: inline-block;
    padding: 5px 12px;
    background:#0a5a57;
	border-radius:5px;
    color: #20a7a1;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
	color:#ffffff;
}
.menu-btn:hover{background:#20A6A5;}
.wpgs-for .slick-arrow.flaticon-back {
    left: 0;
}
@media (max-width:767px){
	.menu-btn{margin:auto;margin-top: 15px !important;}
    .navbar a.navbar-brand img { max-height: 42px;}
    .hero-slide {height: auto; min-height: 240px;display: flex; align-items: center;}
	.hero-content {gap: 10px;}
	.hero-content h1{font-size:32px;}
	.hero-content p{font-size:20px;}
    .cta-bar p { display: inline-flex; flex-direction: column; gap: 10px; margin: 0;}    
    .same-linesubscrive { flex-direction: column;    }
}

.mm-gld-btn{
    display: inline-block;
    padding: 14px 34px;
    border: 2px solid #F4A024;
    color: #F4A024;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
}
.mm-gld-btn:hover{
	background:#F4A024;
	color:#ffffff;
}
.page-template-designer .mm-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #F4A024;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.page-template-handiquilter .mm-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #4a2e83;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}