@import url("../fonts/stylesheet.css");
.workSans {
  font-family: "Work Sans" !important;
}
.workSans h1,
.workSans h2,
.workSans h3,
.workSans h4,
.workSans h5,
.workSans h6,
.workSans a,
.workSans p,
.workSans span {
  font-family: "Work Sans" !important;
}

.georgia {
  font-family: "Georgia" !important;
}
.georgia h1,
.georgia h2,
.georgia h3,
.georgia h4,
.georgia h5,
.georgia h6,
.georgia a,
.georgia p,
.georgia span {
  font-family: "Georgia" !important;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.site-header .logo img {
  display: block;
  margin: 0;
  width: 190px;
  height: auto;
}

.nav-desktop {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.nav-desktop li {
  position: relative;
}

.nav-desktop a {
  color: #1a1a1a;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nav-desktop a:hover {
  opacity: 0.7;
}

.nav-desktop ul.sub-menu {
  display: none;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 90px;
}

.btn-menu-toggle {
  background-color: transparent;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #1a1a1a;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-menu-toggle:hover {
  background-color: #1a1a1a;
  color: #f8af14;
}

.btn-menu-toggle, .btn-cerrar-menu {
  background: none;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
}

.btn-cerrar-menu {
  color: #FFECC5;
}

.menu-pantalla-completa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #046F3B;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-pantalla-completa.activo {
  opacity: 1;
  visibility: visible;
}

.overlay-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
.overlay-header .logo-blanco img {
  display: block;
  margin: 0;
  width: 190px;
  height: auto;
}

.overlay-contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.nav-overlay {
  width: 100%;
}

.lista-menu-overlay {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  padding-top: 80px;
}

.lista-menu-overlay > li {
  margin-bottom: 30px;
  position: relative;
}

.lista-menu-overlay > li > a {
  display: block !important;
  width: 100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 42px !important;
  line-height: 42px;
  font-style: normal;
  font-weight: 500 !important;
  color: #FFECC5 !important;
}
.lista-menu-overlay > li > a:hover {
  font-family: "Georgia" !important;
  font-style: italic;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lista-menu-overlay .sub-menu {
  list-style: none;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 20px;
  z-index: 999;
  height: 0;
  overflow: hidden;
}

.lista-menu-overlay > li:hover .sub-menu {
  height: auto;
}

.lista-menu-overlay .sub-menu a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 44px;
  color: #FFECC5;
}

.lista-menu-overlay .sub-menu a:hover {
  font-family: "Georgia" !important;
  font-style: italic;
}

.overlay-imagen {
  width: 35%;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.imagen-con-arco {
  width: 100%;
  max-width: 400px;
  height: 600px;
  overflow: hidden;
  margin-top: 75px;
  margin-right: 75px;
}

.imagen-con-arco img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .lista-menu-overlay {
    padding-left: 130px;
  }
  .nav-overlay {
    width: 65%;
  }
  .overlay-imagen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lista-menu-overlay > li {
    margin-bottom: 35px;
  }
  .lista-menu-overlay > li > a {
    font-size: 56px !important;
    line-height: 56px;
  }
  .lista-menu-overlay .sub-menu {
    list-style: none;
    position: absolute;
    left: 300px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 20px;
    z-index: 999;
  }
  .lista-menu-overlay > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
body {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 1rem !important;
  font-weight: normal !important;
}

#ball {
  border-color: #046F3B !important;
  background-color: #046F3B !important;
}

.elementor-widget-anio_hero_banner_seven .elementor-widget-container.no-paddings {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.home7-banner-section .banner-bottom-area {
  border: 0;
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  gap: 0 !important;
}

.hero-home .left-content p {
  display: none !important;
}

.header7 {
  display: none !important;
}

.partner-section {
  border: none !important;
}
.partner-section .container-fluid {
  padding: 0;
  margin: 0;
}

.color-trans {
  position: absolute;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100px;
}

.color-trans-bottom {
  bottom: 0;
  margin-bottom: -50px;
}

.color-trans-top {
  top: 0;
  margin-top: -50px;
}

.color-trans-herbal-white {
  background: #046F3B;
  background: -webkit-gradient(linear, left top, left bottom, from(#046F3B), to(#FCEBD9));
  background: linear-gradient(180deg, #046F3B 0%, #FCEBD9 100%);
}

.color-trans-white-herbal {
  background: #FCEBD9;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEBD9), to(#046F3B));
  background: linear-gradient(180deg, #FCEBD9 0%, #046F3B 100%);
}

.hero-home {
  background-color: #f8af14 !important;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.hero-home .elementor-widget-container {
  background-color: transparent !important;
}

.trans-green-to-white {
  background-color: #046F3B !important;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.trans-green-to-white-anim {
  background-color: #FFFAF4 !important;
}

.home-rooted-block {
  background-color: #FFFAF4 !important;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.home-rooted-block-anim {
  background-color: #FCEBD9 !important;
}

.herbs-block-anim {
  background-color: #FFFAF4 !important;
}

.color-white-add {
  background-color: #FFFAF4 !important;
}

.color-trans-lavander {
  background-color: #FCEBD9 !important;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.color-trans-lavander-anim {
  background-color: #A492C6 !important;
}

.primary-btn1,
.primary-btn4 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  min-width: 140px;
  background-color: transparent !important;
  border: 1px solid #046F3B !important;
  color: #046F3B !important;
}
.primary-btn1 span.sheet:nth-child(1):before,
.primary-btn1 span.sheet:nth-child(2):before,
.primary-btn4 span.sheet:nth-child(1):before,
.primary-btn4 span.sheet:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/wp-content/uploads/2026/05/green-leaf.svg") no-repeat center center;
  z-index: 1;
}
.primary-btn1 span.sheet:nth-child(2):before,
.primary-btn4 span.sheet:nth-child(2):before {
  background: url("/wp-content/uploads/2026/05/white-leaf.svg") no-repeat center center;
}
.primary-btn1:hover,
.primary-btn4:hover {
  background-color: #046F3B !important;
  color: #FFFAF4 !important;
  border-color: #046F3B !important;
}
.primary-btn1:after,
.primary-btn4:after {
  background-color: #046F3B !important;
}

.primary-btn4 {
  background-color: transparent !important;
  border: 1px solid #046F3B !important;
  color: #046F3B !important;
}
.primary-btn4.transparent {
  padding: 16px 24px !important;
}
.primary-btn4.transparent span {
  background-color: #046F3B !important;
}
.primary-btn4.transparent b {
  font-weight: 600 !important;
}
.primary-btn4.transparent b:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-right: 8px;
  background: url("/wp-content/uploads/2026/05/green-leaf.svg") no-repeat center center;
  z-index: 1;
}
.primary-btn4.transparent:hover b {
  color: #FFFAF4 !important;
}
.primary-btn4.transparent:hover b:before {
  background: url("/wp-content/uploads/2026/05/white-leaf.svg") no-repeat center center;
}
.primary-btn4:hover {
  background-color: transparent !important;
  color: #FFFAF4 !important;
}
.primary-btn4:after {
  background-color: #046F3B !important;
}

.team-video-banner-section .video-wrapper video {
  border-radius: 0 !important;
}

.footer-section .social-list li a {
  width: 42px;
  height: 42px;
}

.home1-service-section .service-list .single-service .services-top .services-wrapper {
  margin-top: 100px;
}

.home1-service-section .service-list .single-service .services-top .services-wrapper .title-tag h2 a {
  background: none !important;
}

.pum-container {
  border-radius: 150px 0 0 0 !important;
  background-color: #FFFAF4 !important;
  padding: 0 !important;
  min-width: 50% !important;
  width: 50% !important;
  top: auto !important;
  bottom: 25px !important;
}
.pum-container .pum-close {
  background-color: #FFFAF4 !important;
  color: #046F3B !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 24px !important;
  top: 4px !important;
  right: 10px !important;
}
.pum-container .pum-close:hover {
  color: #FFA44A !important;
}
.pum-container .popup-img {
  display: block;
  float: left;
  margin: 0;
  padding: 20px;
  width: 35%;
  overflow: hidden;
}
.pum-container .popup-img img {
  display: block;
  margin: 0 auto;
  border-radius: 150px 0 0 0 !important;
  width: 100%;
  overflow: hidden;
}
.pum-container .popup-copy {
  display: block;
  float: left;
  margin: 35px 0 0 0;
  padding: 20px;
  width: 65%;
  overflow: hidden;
}
.pum-container .popup-copy h3 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.pum-container .popup-copy h3 span {
  font-family: "Georgia" !important;
  font-size: 30px !important;
  font-style: italic;
  font-weight: normal !important;
  color: #046F3B !important;
}
.pum-container .popup-copy form {
  position: relative;
  display: block;
  margin: 0;
}
.pum-container .popup-copy form .form-group {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pum-container .popup-copy form input {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
  background-color: #FFFAF4 !important;
  border: 1px solid #046F3B !important;
  padding: 10px 15px !important;
  width: 100% !important;
  border-radius: 30px !important;
}
.pum-container .popup-copy form input[type=text], .pum-container .popup-copy form input[type=email] {
  min-height: 50px;
}
.pum-container .popup-copy form input[type=text]::-webkit-input-placeholder, .pum-container .popup-copy form input[type=email]::-webkit-input-placeholder {
  color: #046F3B;
}
.pum-container .popup-copy form input[type=text]::-moz-placeholder, .pum-container .popup-copy form input[type=email]::-moz-placeholder {
  color: #046F3B;
}
.pum-container .popup-copy form input[type=text]:-ms-input-placeholder, .pum-container .popup-copy form input[type=email]:-ms-input-placeholder {
  color: #046F3B;
}
.pum-container .popup-copy form input[type=text]::-ms-input-placeholder, .pum-container .popup-copy form input[type=email]::-ms-input-placeholder {
  color: #046F3B;
}
.pum-container .popup-copy form input[type=text]::placeholder, .pum-container .popup-copy form input[type=email]::placeholder {
  color: #046F3B;
}
.pum-container .popup-copy form label {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.pum-container .popup-copy form label a {
  text-decoration: underline;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.pum-container .popup-copy form label input {
  display: block;
  float: left;
  max-width: 30px;
}
.pum-container .popup-copy form button {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 42px;
  width: 42px;
  border-radius: 21px !important;
  background-color: #046F3B !important;
}
.pum-container .popup-copy form button:hover {
  background-color: #FFA44A !important;
}
.pum-container .popup-copy form button span {
  display: block;
  width: 43%;
  height: 43%;
  margin: 28.5%;
  background: url("/wp-content/uploads/2026/05/Tadin-newsletter-icon.svg") no-repeat center center;
  background-size: contain;
}

header.site-header {
  background-color: #f8af14;
}
header.site-header #abrir-menu {
  position: relative;
  font-family: "Georgia" !important;
  font-size: 24px !important;
  font-style: italic;
  font-weight: normal !important;
  color: #FFFAF4;
  background-color: transparent;
  width: 100%;
}
header.site-header #abrir-menu:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background: url("/wp-content/uploads/2026/05/white-leaf.svg") no-repeat center center;
  width: 17px;
  height: 10px;
  z-index: 1;
}
header.site-header #abrir-menu:hover {
  color: #046F3B;
  background-color: transparent;
}
header.site-header #abrir-menu:hover:before {
  background: url("/wp-content/uploads/2026/05/green-leaf.svg") no-repeat center center;
}

.home .home7-banner-section .banner-wrapper {
  padding: 120px 20px;
  padding-bottom: 60px;
}
.home .home7-banner-section .banner-bottom-area {
  display: none !important;
}
.home .banner-left-content {
  position: relative;
}
.home .banner-left-content h1 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 46px !important;
  font-weight: 600 !important;
}
.home .banner-left-content h1 div:last-child {
  font-family: "Georgia" !important;
  font-size: 60px !important;
  font-style: italic;
  font-weight: normal !important;
}
.home .banner-left-content h2 {
  display: none !important;
}
.home .banner-left-content .left-content svg {
  width: 80px !important;
  height: 80px !important;
}
.home .banner-left-content:before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 30px;
  left: auto;
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
  width: 48px;
  height: 48px;
  background: url("/wp-content/uploads/2026/06/Tadin-Hero-Icon-1.png") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.home .home7-banner-video .video-wrapper video.videoBorderRadius {
  border-radius: 0 0 300px 300px !important;
}
.home .banner-right-content {
  padding-top: 20px !important;
  position: relative;
}
.home .banner-right-content p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
  padding-left: 0px;
}
.home .banner-right-content:after {
  content: "";
  position: absolute;
  top: 170px;
  right: auto;
  left: -5px;
  width: 48px;
  height: 48px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  background: url("/wp-content/uploads/2026/06/Tadin-Hero-Icon-2.png") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
.home .home2-about-section .about-content .section-title {
  margin: 0 !important;
}
.home .home2-about-section .counter-section {
  display: none;
}
.home .home-green-block h2 {
  position: relative;
  font-family: "Georgia" !important;
  font-size: 30px !important;
  font-style: italic;
  font-weight: normal !important;
}
.home .home-green-block h2:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-bottom: -15px;
  margin-left: 10px;
  -webkit-transform: rotateZ(25deg);
          transform: rotateZ(25deg);
  width: 54px;
  height: 54px;
  background: url("/wp-content/uploads/2026/06/Tadin-About-Icon-1.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.home1-service-section .service-list .single-service .services-btm {
  -ms-grid-columns: 22% 70% 8%;
  grid-template-columns: 22% 70% 8%;
}

.home7-banner-section .home7-banner-video .video-wrapper {
  padding: 0 60px;
}

.home-discover-title {
  display: block;
  max-width: 400px;
}
.home-discover-title h3 {
  position: relative;
  z-index: 2;
}

.details-btn-wrap {
  display: none;
}

.tadin-title {
  padding: 0 35px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #FFA44A !important;
}

.tadin-subtitle {
  padding: 0 35px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 56px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-subtitle span {
  font-family: "Georgia" !important;
  font-weight: normal !important;
  font-style: italic;
}
.tadin-subtitle span.hastag {
  font-size: 30px !important;
}

.tadin-copy {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.tadin-carrusel-hide {
  display: none !important;
}

.tadin-slide-info h3 {
  text-align: center;
  margin-top: 15px !important;
}
.tadin-slide-info h3 a {
  font-family: "Georgia" !important;
  font-size: 24px !important;
  font-weight: normal !important;
  color: #046F3B !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tadin-slide-info h3 a:hover {
  font-style: italic;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tadin-slide-info p {
  text-align: center;
  font-family: "Work Sans" !important;
  font-size: 18px !important;
  letter-spacing: -1px;
  font-weight: 500 !important;
  font-style: normal;
  color: #046F3B !important;
}

.tadin-swiper .swiper-pagination {
  text-align: center !important;
}
.tadin-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #FF5642 !important;
}
.tadin-swiper .swiper-pagination .swiper-pagination-bullet:hover, .tadin-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a90145 !important;
}

.home1-service-section .service-list .single-service .services-btm .paragraph-img p {
  text-align: center;
  max-width: 100% !important;
  line-height: 22px;
}

.home1-service-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home1-service-section .single-service {
  position: relative;
  background-color: #FCEBD9 !important;
}
.home1-service-section .single-service .services-top {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.home1-service-section .single-service:nth-child(1):after, .home1-service-section .single-service:nth-child(2):after, .home1-service-section .single-service:nth-child(3):after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: url("/wp-content/uploads/2026/06/Tadin-Products-Icon-1.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.home1-service-section .single-service:nth-child(2):after {
  background: url("/wp-content/uploads/2026/06/Tadin-Tradition-Icon-2.png") no-repeat center center;
  background-size: contain;
}
.home1-service-section .single-service:nth-child(3):after {
  background: url("/wp-content/uploads/2026/06/Tadin-Products-Icon-3.png") no-repeat center center;
  background-size: contain;
}
.home1-service-section .single-service .title-tag ul {
  display: none !important;
}
.home1-service-section .single-service .title-tag h2, .home1-service-section .single-service .title-tag a {
  text-align: center;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 38px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
.home1-service-section .single-service .title-tag h2 span, .home1-service-section .single-service .title-tag a span {
  font-family: "Georgia" !important;
  font-weight: normal !important;
  font-style: italic;
}
.home1-service-section .single-service .services-btm {
  padding-top: 0 !important;
}
.home1-service-section .single-service .services-btm p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}
.home1-service-section .single-service:hover .service-bottom-wrap {
  max-height: 600px !important;
}

.home-video2-block .video-wrapper span {
  font-family: "Georgia" !important;
  font-size: 80px !important;
  font-style: italic;
  font-weight: normal !important;
  color: #046F3B !important;
}
.home-video2-block .team-video-banner-section {
  margin-top: 50px;
}

.home-flavor-block li.fade_anim h2 a {
  font-family: "Work Sans" !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #a90145 !important;
  background: transparent !important;
}
.home-flavor-block li.fade_anim.active h2 a {
  font-family: "Georgia" !important;
  font-size: 30px !important;
  font-style: italic;
  background: transparent !important;
}
.home-flavor-block .service-content p {
  color: #046F3B !important;
}

.home6-service-section .service-wrapper .service-list ul li {
  margin-bottom: 20px;
}
.home6-service-section .service-wrapper .service-list ul li h2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#a90145), color-stop(98%, #a90145));
  background: linear-gradient(to bottom, #a90145 0%, #a90145 98%);
  background-repeat: no-repeat;
  background-size: 0px 2px;
  background-position: right 90%;
}
.home6-service-section .service-wrapper .service-list .paragraph-img a.primary-btn4 {
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}
.home6-service-section .service-wrapper .service-img ul li {
  visibility: hidden;
}
.home6-service-section .service-wrapper .service-img ul li.active {
  visibility: visible;
}
.home6-service-section .service-wrapper .service-img ul li .single-img img {
  height: 50%;
}
.home6-service-section .service-wrapper .service-img ul li .sm-img {
  border: none;
  min-height: 400px;
  max-width: 400px;
}
.home6-service-section .service-wrapper .service-img ul li .sm-img img {
  display: block;
  max-width: 320px;
  height: auto;
}
.home6-service-section .service-wrapper .service-img.two {
  display: block;
  width: 100%;
  height: 100%;
}
.home6-service-section .service-wrapper .service-img.two ul {
  max-width: 100%;
}
.home6-service-section .service-wrapper .service-img.two ul li .single-img img {
  display: block;
  width: 90%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.home-marquee h2 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 60px !important;
  font-weight: 500 !important;
}

.home5-testimonial-section .testimonial-banner .banner-content-wrap {
  display: none;
}

.home5-testimonial-section .testimonial-slider-wrap .slider-btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 40px;
  bottom: 80px;
}

.slider-btn-grp .slider-btn {
  background-color: #FFA44A;
}
.slider-btn-grp .slider-btn:hover {
  background-color: #046F3B;
}

.slider-btn-grp .slider-btn svg {
  fill: #FFFAF4;
}

.home2-testimonial-slider .swiper-wrapper {
  height: 100% !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three {
  padding: 100px 35px !important;
  background: url("/wp-content/uploads/2026/05/Reviews-section-image-2.png") no-repeat center center !important;
  background-size: cover !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three:after, .home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three:before {
  display: none !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three p, .home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three h3 {
  font-family: "Georgia" !important;
  font-size: 22px !important;
  font-weight: normal !important;
  color: #046F3B !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three h3 {
  font-style: italic !important;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three .content {
  position: relative;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three .content:before {
  content: "";
  display: block;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  background: url("/wp-content/uploads/2026/06/Tadin-Quote-icon-1.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three .content svg {
  display: none !important;
}

.rooted-block {
  margin-bottom: 35px;
}
.rooted-block h3 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #FFA44A !important;
  text-align: center;
  margin-bottom: 20px;
}
.rooted-block h3 span {
  font-family: "Georgia" !important;
  font-style: italic;
  font-weight: normal !important;
  color: #FFA44A !important;
}
.rooted-block p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
  text-align: center;
}
.rooted-block img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 60px !important;
  width: auto !important;
}

.rooted-block-empty {
  display: none !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.rooted-img-block img {
  display: block;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 0px;
  width: 400px !important;
  height: auto !important;
}

.team-video-banner-section .video-wrapper {
  height: 200px;
}

.team-video-banner-section .video-wrapper .label-left {
  left: -240px !important;
}

.team-video-banner-section .video-wrapper .label-right {
  right: -240px !important;
}

.home-lavander-title .tadin-title,
.home-lavander-title .tadin-subtitle {
  color: #FFFAF4 !important;
}

.marquee__group h2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}

#footer-border-radius {
  display: block;
  margin: 0 auto;
  margin-bottom: -5px;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0 !important;
  background: #FCEBD9 !important;
}

.tadin-insta {
  display: block;
  margin: 50px auto;
  width: 80%;
  height: auto;
  overflow: hidden;
}
.tadin-insta .sbi_item.sbi_type_carousel:nth-child(1) img {
  border-radius: 48% 0px 0px 0px;
}
.tadin-insta .sbi_item.sbi_type_carousel:nth-child(4) img {
  border-radius: 0 0 48% 48%;
}

.bg-header {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 460px;
  border-radius: 60px;
  overflow: hidden;
}
.bg-header.bg-products {
  background: transparent url("https://tadin.phidevelopment.com/wp-content/uploads/2026/06/Tadin-Our-Products-Hero.jpg") no-repeat center center;
  background-size: cover;
}

body.page-id-3244 .tadin-filter-bar {
  max-height: 60px;
}
body.page-id-3244 .tadin-filter-bar .tadin-filter-btn {
  padding: 4px 25px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
body.page-id-3244 .tadin-filter-bar .tadin-filter-btn.active {
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 16px !important;
  font-style: italic;
  color: #046F3B !important;
}
body.page-id-3244 .tadin-products-grid {
  gap: 100px 30px;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-card-inner {
  position: relative;
  display: block;
  padding: 30px;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card img.tadin-product-img {
  max-width: 200px !important;
  top: -100px;
  z-index: 2;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-title {
  margin-top: 110px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-product-meta-box {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #282828 !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-category-label {
  font-family: "Work Sans" !important;
  letter-spacing: 2px;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-divider {
  display: block;
  margin: 30px auto;
  background-color: #FFF;
  height: 2px;
  width: 80%;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-shop-btn {
  position: absolute;
  bottom: -26px;
  left: 50%;
  display: block;
  margin: 0 auto;
  min-width: 120px;
  background-color: #046F3B !important;
  color: #FFFAF4 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-shop-btn b:before {
  background: transparent url("/wp-content/uploads/2026/05/white-leaf.svg") no-repeat center center;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-shop-btn:hover b {
  color: #046F3B !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-shop-btn:hover b:before {
  background: transparent url("/wp-content/uploads/2026/05/green-leaf.svg") no-repeat center center;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .tadin-shop-btn:hover span {
  background-color: #FFFAF4 !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-new {
  top: 20px;
  left: 40px;
  color: #FFF;
  background-color: #A492C6;
  border-radius: 5px;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-seasonal, body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-favorite {
  top: 0;
  left: 50%;
  display: block;
  margin-top: 10px;
  padding: 5px;
  padding-top: 50px;
  width: 70px;
  max-width: 70px;
  height: auto;
  min-height: 120px;
  border-radius: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-seasonal span, body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-favorite span {
  display: block;
  margin-bottom: 20px;
  font-family: "Work Sans" !important;
  letter-spacing: 0px;
  font-size: 10px !important;
  line-height: 10px !important;
  font-weight: 500 !important;
  color: #C79877 !important;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-seasonal span .img-icon-seasonal, body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-favorite span .img-icon-seasonal {
  display: block;
  margin: 0 auto;
  max-height: 20px;
  width: auto;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-favorite {
  margin-top: 20px;
  background-color: #FF4233;
  padding-top: 60px;
}
body.page-id-3244 .tadin-products-grid .tadin-product-card .badge-favorite span {
  color: #FFFAF4 !important;
}

.product-template-default {
  background-color: #FCEBD9;
}
.product-template-default .tadin-single-wrapper {
  margin-top: 120px;
  max-width: 1367px;
  background-color: #FCEBD9;
}
.product-template-default .tadin-single-wrapper .tadin-product-title {
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 50px !important;
  line-height: 50px !important;
  font-weight: normal !important;
  color: #046F3B !important;
}
.product-template-default .tadin-single-wrapper .tadin-product-subtitle {
  font-family: "Georgia" !important;
  font-size: 24px !important;
  font-weight: normal !important;
  font-style: italic;
  color: #000000 !important;
}
.product-template-default .tadin-single-wrapper .tadin-product-cat a {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #000 !important;
  text-transform: uppercase;
}
.product-template-default .tadin-single-wrapper .tadin-flavor-notes {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #FFA44A !important;
  text-transform: uppercase;
}
.product-template-default .tadin-single-wrapper .tadin-product-desc p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #046F3B !important;
}
.product-template-default .tadin-single-wrapper .tadin-features-row {
  width: 50%;
}
.product-template-default .tadin-single-wrapper .tadin-features-row .feature-item {
  width: 80px;
  max-width: 80px;
}
.product-template-default .tadin-single-wrapper .tadin-features-row .feature-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 60px;
  height: auto;
}
.product-template-default .tadin-single-wrapper .tadin-features-row .feature-item p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.product-template-default .tadin-single-wrapper .tadin-share-box {
  display: block;
}
.product-template-default .tadin-single-wrapper .tadin-share-box span {
  display: block;
  margin-bottom: 25px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #046F3B !important;
}
.product-template-default .tadin-single-wrapper .tadin-share-box .tadin-share-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: #FFA44A;
  border: 0 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-template-default .tadin-single-wrapper .tadin-share-box .tadin-share-links a i, .product-template-default .tadin-single-wrapper .tadin-share-box .tadin-share-links a svg {
  color: #FFFAF4;
  fill: #FFFAF4;
  font-size: 16px;
  line-height: 16px;
  max-height: 16px;
}
.product-template-default .tadin-single-wrapper .tadin-share-box .tadin-share-links a:hover {
  background-color: #a90145;
}
.product-template-default .tadin-single-wrapper .tadin-related-section h3.related-section-title {
  display: block;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #046F3B !important;
}

.page-id-64 {
  background: #FFFAF4;
}
.page-id-64 .footer-section.three {
  margin-bottom: 140px;
}

.tadin-form-block {
  max-width: 1250px !important;
  margin: 0 auto;
}
.tadin-form-block h3 {
  font-family: "Georgia" !important;
  font-size: 30px !important;
  font-weight: normal !important;
  font-style: italic;
  color: #000000 !important;
}
.tadin-form-block h4 {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 30px !important;
  font-weight: normal !important;
  color: #046F3B !important;
}
.tadin-form-block h4 span {
  font-family: "Georgia" !important;
  font-size: 30px !important;
  font-weight: normal !important;
  font-style: italic;
  color: #046F3B !important;
}
.tadin-form-block img {
  display: block;
  margin: 0 auto;
  height: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: auto !important;
  border-radius: 0 50% 0 0;
  overflow: hidden;
}

.tadin-contact-form {
  margin-top: 50px;
}
.tadin-contact-form ::-webkit-input-placeholder {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form ::-moz-placeholder {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form :-ms-input-placeholder {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form ::-ms-input-placeholder {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form ::placeholder {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form input, .tadin-contact-form select, .tadin-contact-form .nice-select {
  border-color: #046F3B;
  border-radius: 21px;
  height: 42px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form input:hover, .tadin-contact-form select:hover, .tadin-contact-form .nice-select:hover {
  border-color: #046F3B;
}
.tadin-contact-form .nice-select {
  line-height: 42px;
}
.tadin-contact-form .nice-select::after {
  background-color: #046F3B;
}
.tadin-contact-form .nice-select .list {
  border-radius: 15px;
}
.tadin-contact-form .nice-select .list li {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form textarea {
  border-color: #046F3B;
  border-radius: 15px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.tadin-contact-form textarea:hover {
  border-color: #046F3B;
}
.tadin-contact-form .btn-submit {
  display: none;
}
.tadin-contact-form .wpcf7-spinner {
  display: block;
  width: 100%;
}

.page-id-4399 .counter-section {
  display: none;
}

.tadin-hero-about {
  position: relative;
  margin: 0 auto;
  max-width: 1367px;
}
.tadin-hero-about:after {
  content: "";
  position: absolute !important;
  bottom: 66px !important;
  left: calc(50% - 75px) !important;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #FFA44A;
}
.tadin-hero-about .e-con-full.e-flex.e-con.e-child {
  border-radius: 60px 0 0 60px !important;
}
.tadin-hero-about img.img-about-yellow {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.tadin-hero-about h4 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 50px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.tadin-hero-about h4 span {
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 50px !important;
  font-style: italic;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.tadin-hero-about p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}

.tadin-hero-about-family {
  position: relative;
  margin: 0 auto;
  max-width: 1367px;
}
.tadin-hero-about-family .e-hosted-video video {
  border-radius: 0 0 200px 200px !important;
}
.tadin-hero-about-family p {
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 24px !important;
  font-style: italic;
  font-weight: normal !important;
  color: #046F3B !important;
}
.tadin-hero-about-family .tadin-family-pic {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}
.tadin-hero-about-family .pic-img-family {
  position: relative;
}
.tadin-hero-about-family .pic-img-family:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 40px;
  display: block;
  width: 90px;
  height: 150px;
  background: transparent url("https://tadin.phidevelopment.com/wp-content/uploads/2026/07/Tadin-Icon-About-6.png") no-repeat center center;
  background-size: 90px 150px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
  z-index: 10;
}
.tadin-hero-about-family .pic-img-family:after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: -20px;
  display: block;
  width: 133px;
  height: 133px;
  background: transparent url("https://tadin.phidevelopment.com/wp-content/uploads/2026/07/Tadin-Icon-About-7.png") no-repeat center center;
  background-size: 133px 133px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
  z-index: 10;
}

.tadin-rooted-about {
  display: block;
  margin: 0 auto;
  max-width: 1367px;
  overflow: hidden;
}
.tadin-rooted-about .cards-colors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  padding: 50px 0;
  width: 100%;
  max-width: 1050px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F9AF00;
  color: #FFFAF4;
  border-radius: 30px;
}
.tadin-rooted-about .cards-colors:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 5%;
  display: block;
  width: 90%;
  height: 70px;
  background-color: #A492C6;
  border-radius: 15px 15px 0 0;
}
.tadin-rooted-about .cards-colors .col-md-6 {
  display: block;
  float: left;
  padding: 0 70px;
  width: 50%;
}
.tadin-rooted-about .cards-colors .col-md-6 h4 {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 35px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.tadin-rooted-about .cards-colors .col-md-6 h4 span {
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 35px !important;
  font-style: italic;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.tadin-rooted-about .cards-colors .col-md-6 p {
  display: block;
  max-width: 360px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  color: #FFFAF4 !important;
}
.tadin-rooted-about .cards-colors .col-md-6 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  height: auto;
  border-radius: 160px 160px 0 0;
}

.tadin-about-sky .tadin-about-sky-cards {
  display: block;
  margin: 0 auto;
  max-width: 1367px;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 410px !important;
  height: auto;
  padding: 40px;
  background: #FCEBD9;
  border-radius: 20px;
  overflow: hidden;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card img {
  display: block;
  margin: 0;
  margin-bottom: 50px;
  width: 60px;
  height: auto;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card h4 {
  margin-bottom: 30px;
  font-family: "Georgia" !important;
  letter-spacing: 0px;
  font-size: 24px !important;
  font-weight: normal !important;
  color: #000 !important;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card p {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #046F3B !important;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card-right {
  float: right;
  margin-top: -200px;
}
.tadin-about-sky .tadin-about-sky-cards .about-sky-card-left {
  margin-top: 120px;
}

.tadin-about-shop {
  display: block;
  margin: 0 auto;
  max-width: 680px;
}
.tadin-about-shop p {
  display: block;
  max-width: 520px;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.tadin-about-shop .block-shop {
  display: block;
  float: right;
  width: 100%;
  max-width: 420px !important;
  height: 100px;
  text-align: center;
  background-color: #FCEBD9;
  border-radius: 30px;
}
.tadin-about-shop .block-shop img {
  display: inline-block;
  margin: 0 auto;
  margin-top: -40px;
  width: 30%;
  max-width: 80px;
  height: auto;
  overflow: hidden;
}
.tadin-about-shop .block-shop img:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
}

.elementor-widget-anio_footer {
  border-radius: 30px 30px 0 0 !important;
}

.footer-section.three {
  background-color: #FCEBD9 !important;
  border-radius: 30px 30px 0 0 !important;
}
.footer-section .footer-top {
  display: block;
  margin: 60px auto;
  margin-top: 0 !important;
  padding: 60px 25px;
  width: 90%;
  height: auto;
  min-height: 100px;
  background: #046F3B !important;
  border-radius: 30px !important;
  overflow: hidden;
}
.footer-section .footer-top .col-md-6 {
  display: block;
  width: 100%;
  float: left;
}
.footer-section .footer-top .col-md-6 h2 {
  text-align: center;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 42px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.footer-section .footer-top .col-md-6 h2 span {
  font-family: "Georgia" !important;
  font-size: 42px !important;
  font-weight: normal !important;
  font-style: italic;
}
.footer-section .footer-top .col-md-6 p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #FFFAF4 !important;
}
.footer-section .footer-top .col-md-6 form {
  position: relative;
  display: block;
  margin: 0px;
}
.footer-section .footer-top .col-md-6 form input {
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
  background-color: #FFFAF4 !important;
  border: none !important;
  padding: 10px 15px !important;
  width: 100% !important;
  border-radius: 30px !important;
}
.footer-section .footer-top .col-md-6 form button {
  position: absolute;
  top: 4px;
  right: 10px;
  height: 42px;
  width: 42px;
  border-radius: 21px !important;
  background-color: #046F3B !important;
}
.footer-section .footer-top .col-md-6 form button:hover {
  background-color: #FFA44A !important;
}
.footer-section .footer-top .col-md-6 form button span {
  display: block;
  width: 43%;
  height: 43%;
  margin: 28.5%;
  background: url("/wp-content/uploads/2026/05/Tadin-newsletter-icon.svg") no-repeat center center;
  background-size: contain;
}
.footer-section .company-logo-area {
  max-width: 100%;
  margin-bottom: 50px;
}
.footer-section .company-logo-area .company-logo img {
  display: block;
  margin: 0 auto;
  max-width: 220px !important;
}
.footer-section .footer-main {
  display: block !important;
}
.footer-section .footer-main > * {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.footer-section .social-list li {
  margin: 0 auto;
}
.footer-section .social-list li a {
  background-color: #FFA44A !important;
}
.footer-section .social-list li a:hover {
  background-color: #a90145 !important;
}
.footer-section .social-list li a:hover svg {
  color: #FFFAF4 !important;
  fill: #FFFAF4 !important;
}
.footer-section .social-list li a:hover i {
  color: #FFFAF4 !important;
}
.footer-section h3.widget-title {
  text-align: center;
  font-family: "Georgia" !important;
  font-size: 24px !important;
  font-style: italic;
  font-weight: normal !important;
  text-transform: none !important;
  color: #046F3B !important;
  letter-spacing: 0 !important;
}
.footer-section .company-contact-info {
  display: block;
  width: 100%;
  gap: 30px !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.footer-section .company-contact-info .col-nav-footer {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin-bottom: 35px;
}
.footer-section .company-contact-info .col-nav-footer:last-child {
  margin-bottom: 0px;
}
.footer-section .company-contact-info .col-nav-footer li a {
  display: block;
  width: 100%;
}
.footer-section .footer-links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
  text-align: center;
}
.footer-section .footer-links li {
  display: block;
  margin: 0;
  width: 100%;
}
.footer-section .footer-links li a {
  margin: 0 !important;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
  text-decoration: none !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
}
.footer-section .footer-links li a:hover {
  font-family: "Georgia" !important;
  font-style: italic;
  -webkit-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
}
.footer-section .footer-bottom {
  text-align: left;
}
.footer-section .footer-bottom p {
  padding: 0 50px;
  text-align: center;
  font-family: "Work Sans" !important;
  letter-spacing: -1px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #046F3B !important;
}
.footer-section .footer-bottom p a {
  color: #046F3B !important;
  font-weight: 600 !important;
}
.footer-section .footer-bottom p a:hover {
  color: #a90145 !important;
}

.footer-section.three .footer-main-warp {
  padding: 20px 0;
}

.progress-wrap.active-progress {
  border-color: #046F3B !important;
}

.progress-wrap svg.progress-circle {
  stroke: #046F3B !important;
}
.progress-wrap .arrow {
  fill: #046F3B !important;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.progress-wrap:hover {
  background: #FFA44A !important;
}
.progress-wrap:hover .arrow {
  fill: #FFFAF4 !important;
}
.progress-wrap:hover svg.progress-circle {
  stroke: #FFFAF4 !important;
}

@media (min-width: 576px) {
  .home5-testimonial-section .testimonial-slider-wrap .slider-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .home .home7-banner-section .banner-wrapper {
    padding: 120px 60px;
  }
  .home .banner-left-content h1 {
    font-size: 60px !important;
  }
  .home .banner-left-content h1 div:last-child {
    font-size: 60px !important;
  }
  .home .banner-left-content:before {
    bottom: -50px;
    left: 0;
    right: auto;
    width: 80px;
    height: 80px;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .home .banner-right-content {
    padding-top: 340px !important;
  }
  .home .banner-right-content p {
    padding-left: 25px;
  }
  .home .banner-right-content:after {
    top: 240px;
    right: 25px;
    left: auto;
    width: 80px;
    height: 80px;
    -webkit-transform: none;
            transform: none;
  }
  .home .home-green-block h2 {
    font-size: 50px !important;
  }
  .home1-service-section .service-list .single-service .services-btm .paragraph-img p {
    text-align: left;
  }
  .home7-banner-section .home7-banner-video .video-wrapper {
    padding: 0;
  }
  .home1-service-section .single-service:nth-child(1):after, .home1-service-section .single-service:nth-child(2):after, .home1-service-section .single-service:nth-child(3):after {
    top: 60px;
    left: 50px;
    margin-left: 0px;
  }
  .home1-service-section .single-service .title-tag h2, .home1-service-section .single-service .title-tag a {
    text-align: left;
    font-size: 48px !important;
  }
  .home1-service-section .service-list .single-service .services-top .services-wrapper {
    margin-top: 0px;
  }
  .home1-service-section .service-list .single-service .services-btm .paragraph-img p {
    max-width: 80% !important;
  }
  .tadin-slide-info h3 {
    text-align: left;
  }
  .tadin-slide-info p {
    text-align: left;
  }
  .tadin-swiper .swiper-pagination {
    text-align: left !important;
  }
  .details-btn-wrap {
    display: block;
  }
  .service-list .paragraph-img a.primary-btn4 {
    display: none !important;
  }
  .home2-testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card2.three {
    padding: 100px !important;
  }
  .home5-testimonial-section .testimonial-slider-wrap .slider-btn-grp {
    right: 110px;
    bottom: 115px;
  }
  .rooted-img-block img {
    margin-top: -300px;
    margin-bottom: -300px;
  }
  .rooted-block h3 {
    margin-bottom: 40px;
    font-size: 35px !important;
  }
  .rooted-block-empty {
    display: block !important;
  }
  .tadin-title {
    font-size: 34px !important;
  }
  .tadin-title .tadin-subtitle {
    font-size: 56px !important;
  }
  .tadin-title .tadin-subtitle span.hastag {
    font-size: 56px !important;
  }
  .home-video2-block .team-video-banner-section {
    margin-top: -300px;
  }
  .home-flavor-block li.fade_anim h2 a {
    font-size: 38px !important;
  }
  .home-flavor-block li.fade_anim.active h2 a {
    font-size: 38px !important;
  }
  .sbi_item.sbi_type_carousel:nth-child(1) img {
    border-radius: 48% 0px 0px 0px;
  }
  .sbi_item.sbi_type_carousel:nth-child(2) img {
    border-radius: none;
  }
  .sbi_item.sbi_type_carousel:nth-child(3) img {
    border-radius: 0 0 48% 48%;
  }
  .sbi_item.sbi_type_carousel:nth-child(4) img {
    border-radius: none;
  }
  .sbi_item.sbi_type_carousel:nth-child(5) img {
    border-radius: 48% 0px 0px 0px;
  }
  #footer-border-radius {
    height: 80px;
    border-radius: 80px 80px 0 0 !important;
  }
  .footer-section .footer-top {
    width: 100%;
    padding: 60px 60px;
  }
  .footer-section .footer-top .col-md-6 {
    width: 50%;
  }
  .footer-section .footer-top .col-md-6 h2 {
    text-align: left;
    font-size: 56px !important;
  }
  .footer-section .footer-top .col-md-6 h2 span {
    font-size: 56px !important;
  }
  .footer-section .footer-top .col-md-6 p {
    text-align: left;
    font-size: 16px !important;
  }
  .footer-section .company-logo-area .company-logo img {
    margin: 0;
  }
  .footer-section .footer-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer-section .footer-main > * {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .footer-section .social-list li {
    margin: 0;
  }
  .footer-section .company-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-section .company-contact-info .col-nav-footer {
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
  }
  .footer-section .company-contact-info .col-nav-footer.address-area {
    max-width: 412px !important;
    width: 100% !important;
  }
  .footer-section .company-contact-info .col-nav-footer.contact-area {
    max-width: 220px !important;
    width: 50% !important;
  }
  .footer-section .company-contact-info .col-nav-footer.contact-area-three {
    min-width: 140px !important;
    width: 50% !important;
  }
  .footer-section h3.widget-title {
    text-align: left;
    font-size: 18px !important;
  }
  .footer-section .footer-links {
    text-align: left;
  }
  .footer-section .footer-bottom p {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1441px) {
  .lista-menu-overlay > li {
    margin-bottom: 50px;
  }
}