/*
Theme Name: Fashinfidelity
Theme URI: 
Author: 
Author URI: https://wordpress.org/
Description: Fashinfidelity
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iteducation
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready

*/

/**
1. Normalize
2. Theme Specific CSS
*/

/* 1. Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* 2. Theme Specific CSS */

/* General */

:root {
  /* Measurements */
  --wpdevs-big-padding: 60px 0;
  --wpdevs-mobile-padding: 20px 0;
  --wpdevs-light-padding: 0 25px;
  /* Colors */
  --wpdevs-gray1: #7c7c7c;
  --wpdevs-gray2: #f7f7f7;
  --wpdevs-gray3: #dddddd;
  --wpdevs-light-blue: #2a92d3;
  --wpdevs-deep-blue: #213c4d;
  --wpdevs-black-blue: #001e32;
  --wpdevs-yellow: #cfaf07;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
 font-size: 21px/2.1rem;
  font-weight: normal;
}
h1 {
  font-size: 66px;
  line-height: 70px;
}
h2 {
  font-size: 40px;
  line-height: 4rem;
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  font-size: 36px;
  line-height: 3.6rem;
  font-weight: bold;
}
h4 {
  font-size: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
h5 {
  font-size: 22px;
  line-height: 2.2rem;
  font-weight: bold;
}
p {
  font-size: 15px;
  line-height: 1.7rem;
}
a {
  color: var(--wpdevs-gray1);
  text-decoration: none;
}
a:hover,
a:visited {
  color: #6d6d6d;
}
img {
  max-width: 100%;
  height: auto;
}

/* Containers */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container {
    padding: var(--wpdevs-light-padding);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/************** HOME PAGE *****************/

/* Top Bar Section */
.top-bar {
  background: #F0EAE0;
  color: #000000;
  padding: 15px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchbox input[type="text"] {
  padding: 7px 10px;
  border: 1px solid #c6c6c6;
}
.searchbox input[type="submit"] {
  padding: 9px 10px;
  background: #000000;
  color: #ffffff;
  border: none;
}


@media (max-width: 768px) {
  .searchbox {
    display: none;
  }
  .top-bar .container {
    justify-content: center;
  }
}

/* Main Menu */

.menu-area {
  background: var(--wpdevs-gray2);
}
.main-menu {
  height: 55px;
  display: flex;
  justify-content: center;
}
.main-menu ul {
  margin: 0;
  padding-left: 0;
}
.main-menu ul li {
  display: inline-block;
  line-height: 55px;
  position: relative;
}
.main-menu ul li.current_page_item > a {
  font-weight: bold;
}
.main-menu ul li a {
  color: #000000;
  padding: 0 30px;
  text-decoration: none;
  display: block;
}
.main-menu ul li a:hover,
.main-menu ul li a:active {
  color: var(--wpdevs-gray1);
  transition: 0.5s all;
}
.main-menu ul li a:focus + ul {
  display: block;
}
.main-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
  border-left: 6px solid transparent;
}
.main-menu ul.sub-menu {
  position: absolute;
  padding-left: 0;
  background-color: #000000;
  z-index: 1;
  text-align: left;
  display: none;
}
.main-menu ul .menu-item-has-children:hover > ul,
.main-menu ul .menu-item-has-children:focus + ul {
  display: block;
}
.main-menu ul.sub-menu li {
  width: max-content;
}
.main-menu ul.sub-menu a {
  color: #ffffff;
}
.menu-icon,
.check-button {
  cursor: pointer;
  display: none;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 28px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .menu-icon,
  .check-button {
    display: block;
  }
  .check-button {
    border: none;
    background: transparent;
    height: 55px;
  }
  .main-menu ul {
    position: absolute;
    width: 100%;
    background: #000000;
    left: -999px;
    text-align: left;
    transition: all cubic-bezier(0.79, 0.14, 0.15, 0.86) 0.5s;
    padding: 0;
    margin: 0;
    z-index: 1;
  }
  .main-menu ul:not(.sub-menu) {
    margin-top: 55px;
  }
  .main-menu ul li {
    display: block;
    margin: 15px 0;
    line-height: 30px;
  }
  .main-menu ul li a {
    color: #ffffff;
  }
  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    margin-left: 30px;
    display: block;
    width: auto;
  }
  .main-menu ul.sub-menu a {
    color: var(--wpdevs-gray1);
  }
  .show-dropdown {
    left: 0 !important;
  }
  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  .animate-button .bar2 {
    opacity: 0;
  }
  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
}

/* Hero */
.hero {
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: center;
}
.hero-items {
  padding: var(--wpdevs-light-padding);
}
.hero .overlay {
  background: rgb(0 0 0 / 27%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-items h1 {
  margin-top: 0;
  font-weight: normal;
}
.hero .hero-items a {
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  background: var(--wpdevs-light-blue);
  margin: 20px 0 0;
}
.hero .hero-items a:hover {
  background: var(--wpdevs-yellow);
  transition: 0.5s all;
}

/* Services */
.services {
  background: var(--wpdevs-deep-blue);
  padding: var(--wpdevs-big-padding);
  color: #ffffff;
}
.services .container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.services .container > * {
  flex: 1 1 250px;
}
.services-item {
  padding: var(--wpdevs-light-padding);
}
.services-item p {
  margin-bottom: 40px;
}
.services-item figure {
  background: var(--wpdevs-black-blue);
  padding: 15px;
}
.services h2 {
  text-align: center;
  position: relative;
}
.services h2::after {
  content: "";
  position: absolute;
  background-color: var(--wpdevs-light-blue);
  width: 35px;
  height: 5px;
  right: calc(50% - 15px);
  bottom: 0;
}
.services h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .services .container {
    flex-direction: column;
    padding: 0;
  }
  .services-item {
    max-width: 100%;
  }
}

/* Home Blog */
.home .home-blog {
  padding: var(--wpdevs-big-padding);
}
.home-blog .container article:first-child {
  grid-area: feat-item;
}
.home-blog .container {
  display: grid;
  grid-template-areas: "feat-item feat-item";
  grid-gap: 25px;
}
.home .home-blog h2 {
  text-align: center;
  position: relative;
}
.home .home-blog h2::after {
  content: "";
  position: absolute;
  background-color: var(--wpdevs-light-blue);
  width: 35px;
  height: 5px;
  right: calc(50% - 15px);
  bottom: 0;
}
.home .home-blog .latest-news {
  text-align: center;
}
.home .home-blog .col-12 .latest-news {
  margin-bottom: 40px;
}
.home .home-blog .latest-news img {
  float: none !important;
  margin: 0 0 25px 0 !important;
}
.home .home-blog .latest-news h3 {
  color: #000000;
  margin: 0;
  line-height: 2.6rem;
}
.home .home-blog .meta-info p {
  font-weight: bold;
  margin-bottom: 0;
}
.home .home-blog .meta-info p:last-child {
  margin-top: 5px;
}
.home .home-blog span,
.home .home-blog span a {
  color: var(--wpdevs-gray1);
  font-weight: normal;
  text-decoration: none;
  margin: 0 2px 0 0;
}
@media (max-width: 768px) {
  .home-blog .container {
    display: block;
  }
}

/* Footer */
footer {
  background: #B4A07E;
  padding: 15px 0;
  color: #ffffff;
	 background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/Mask-group.png);
    background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px 100px 0px;
    background-position: bottom center;
	color: #2E1302;
}
.footer-menu {
	padding:0px;
}
/*footer .container .row {
  display: flex;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
  /*grid-gap: 20px;
	margin-bottom:40px;	
}*/
/*.site-footer .row > div {
  flex: 1 1 33.33%;
  min-width: 250px;
}
.site-footer .row > div.footer-about-section {
  flex: 1 1 66.66%;
  min-width: 250px;
	padding-bottom: 40px;
}*/

footer .container .row h3 {
	color: #2E1302;
	margin:0px 0px 20px 0px;
}
/* Footer - Footer Menu */
.site-footer .container {
  display: block;
  justify-content: space-between;
  align-items: center;
}
.site-footer .copyright p {
  margin: 0;
}
.site-footer h4 {
	margin:0px;
	font-size:15px;
	    line-height: 25px;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  display: block;
  margin: 0px 15px 5px 0;
}
.footer-menu ul li:last-child {
  margin: 0;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #2E1302;
}
.footer-menu ul li.current_page_item a {
  font-weight: bold;
}
@media (max-width: 768px) {
  .site-footer .container {
    justify-content: safe;
  }
}
@media (max-width: 575px) {
  .site-footer .container {
    flex-wrap: wrap;
  }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container {
  display: flex;
}
.blog .blog-items,
.archive .archive-items {
  padding: 0 15px 0 0;
  flex: 1;
}
.blog .blog-items h2,
.archive .blog-items h2 {
  margin-top: 0;
}
.blog article {
  margin-bottom: 20px;
}
.blog aside,
.archive aside {
  padding: 25px;
  background: var(--wpdevs-gray2);
  height: 100%;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .blog aside,
  .archive aside,
  .blog .blog-items,
  .archive .archive-items {
    min-width: 100%;
  }
}
.blog h1,
.archive h1 {
  text-align: center;
  margin-top: 0;
}
.archive-description {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 30px auto;
}
.archive-description p {
  font-size: 85%;
}
.home #primary > #main {
  padding: 0;
}
#primary > #main {
  padding: var(--wpdevs-big-padding);
}
@media screen and (max-width: 991px) {
  #primary > #main {
    padding: var(--wpdevs-mobile-padding);
  }
}
.meta-info p {
  margin: 0;
}
.wp-post-image {
  float: left;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 550px) {
  .wp-post-image {
    width: 100%;
  }
}
article {
  display: inline-block;
  width: 100%;
}
article.post h1,
.search h1,
.archive h1 {
  font-size: 50px;
  line-height: 4rem;
  margin-bottom: 15px;
}
article.post h2 {
  line-height: 3rem;
  text-transform: none;
}
article h2 {
  line-height: 3rem;
  margin-bottom: 10px;
  text-transform: none;
}
article.post h3,
article.post h4,
article.post h5 {
  margin-bottom: 0;
}
.searchform input[type="text"] {
  padding: 7px 10px;
  border: 1px solid #c6c6c6;
}
.searchform input[type="submit"] {
  padding: 11px 10px;
  background: #000000;
  color: #ffffff;
  border: none;
}
.searchform div {
  display: flex;
}
.searchform input[type="text"] {
  max-width: 70%;
}
.searchform input[type="submit"] {
  max-width: 70%;
}
@media (max-width: 991px) {
  .blog .container,
  .archive .container {
    flex-wrap: wrap;
  }
}

/* Comments */
#commentform input[type="submit"] {
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  background: var(--wpdevs-light-blue);
  margin: 20px 0 0;
  border: none;
}
#commentform input[type="submit"]:hover {
  background: var(--wpdevs-yellow);
  transition: 0.5s all;
}
#commentform label {
  display: block;
}
#commentform label[for="wp-comment-cookies-consent"] {
  display: inline;
  margin-left: 5px;
}
#commentform input[type="text"],
#commentform textarea {
  padding: 7px 10px;
  border: 1px solid #c6c6c6;
  width: 100%;
}
.comments-area #reply-title {
  border-top: 1px solid #ebebeb;
  padding: 20px 0 0;
}

/* Pagination */
.wpdevs-pagination {
  display: flex;
  justify-content: space-between;
}
.pages {
  margin-top: 20px;
}
.nav-links {
  margin-top: 40px;
}
.nav-links .page-numbers {
  padding: 10px 15px;
  display: inline-block;
  background: var(--wpdevs-gray3);
}
.nav-links .current {
  background-color: #000000;
  color: #ffffff;
}
.nav-links .next,
.nav-links .prev {
  background-color: transparent;
}
.nav-links .prev {
  padding-left: 0;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media all and (min-width: 768px) {
  .alignfull {
    margin: 30px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .alignwide {
    margin: 30px calc(25% - 25vw);
  }
}

.site_content {
  overflow: hidden;
}

/* .has-primary-color {
  color: var(--wpdevs-black-blue);
}
.has-primary-background-color {
  background-color: var(--wpdevs-black-blue);
}
.has-secondary-color {
  color: var(--wpdevs-yellow);
}
.has-secondary-background-color {
  background-color: var(--wpdevs-yellow);
} */

nav {
  padding: 10px;
  position: relative;
  z-index: 1;
}
nav::after {
  content: "";
  display: block;
  clear: both;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
    width: 24px;
    margin: 0px 0;
    position: relative;
    border-top: 4px solid #1F7C5A;
    display: block;
    top: 0;
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #1F7C5A;
    height: 3px;
    width: 24px;
    position: absolute;
    top: -11px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 5%;
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
aside {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #383838;
  right: -300px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 70px;
  transition: all 0.4s ease;
overflow-y: auto;   /* allow vertical scroll */
  overflow-x: hidden;
  z-index: 2;
}
aside.active {
  right: 0;
}
aside a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  border-bottom: 1px solid #414141;
}

@font-face {
    font-family: 'ITC Benguiat Medium';
    src: url('../fashinfidelity/fonts/ITCBenguiatStdMediumCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Benguiat Book';
    src: url('../fashinfidelity/fonts/ITCBenguiatStdBookCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Benguiat Bold';
    src: url('../fashinfidelity/fonts/ITCBenguiatStdBoldCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('../fashinfidelity/fonts/OpenSauceOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron-Regular';
    src: url('../fashinfidelity/fonts/Aileron-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	 overflow-x:hidden;
	 background: #F0EAE0;
	 font-family: 'Aileron-Regular';
}

.main-primary-menu{
  display: flex;
      margin: 0;
}
.main-primary-menu li{
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
.main-primary-menu li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #2e1302;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
	padding: 28px 0px;
}
.main-primary-menu li:hover .htmlcss-arrow,
.main-primary-menu li:hover .js-arrow{
  transform: rotate(180deg);
  }

.main-primary-menu li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
.main-primary-menu li .sub-menu{
  position: absolute;
  top: 50px;
  left: 0;
  line-height: 40px;
  background: #F0EAE0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
   padding: 0;
   min-width: 200px;
}
.main-primary-menu li:hover .htmlCss-sub-menu,
.main-primary-menu li:hover .js-sub-menu{
  display: block;
}
.main-primary-menu li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-primary-menu li .sub-menu a{
  color: #1f7c5a;
  font-size: 15px;
  font-weight: 500;
}
.main-primary-menu li .sub-menu .more-arrow{
  line-height: 40px;
}
.main-primary-menu li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.main-primary-menu li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.main-primary-menu li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.top-bar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.searchbox .bx-menu {
    display: none;
}
@media (max-width: 800px) {
    .navbar .bx-menu {
        display: block;
         font-size: 25px;
        color: #fff;
    }
    .bx-menu:before {
    content: "\eac1";
}
}
.banner-container {
    position: relative;
    top: 0px;
}
.banner-wrapper {
	height:100%;
    width: 70%;
    margin: 0px auto;
}
.banner-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner-container .item {
  height: 100vh;
  position: relative;
  width: 100%;
}
.banner-container .item img {
  width: 100%;
  object-fit: cover;
  /*height: 100%;*/
}
.banner-container .item .cover {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;inset: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.banner-container .item .cover .header-content {
  position: relative;
  padding: 80px 0px 0px 0px;
  overflow: hidden;
  display: flex;justify-content: space-between;height: 100%;
/*     gap: 220px; */
    flex-direction: column
}
/*.banner-container .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}*/
.banner-container .item .cover .header-content h3 {
  font-weight: 400;
  font-size: 50px;
  color: #DCF462;
  text-transform: uppercase;
  margin: 0px;
  font-family: 'ITC Benguiat Medium';
}
.banner-container .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #F0EAE0;
}
.banner-container .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #F0EAE0;
}
.banner-container .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-container .owl-item.active .banner-right h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.banner-container .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-container .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-container .owl-nav .owl-prev {
 
  left: 15px;
  
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-container .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
	height:100%;
	display: block;
}
.banner-container .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-container .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.owl-prev i, .owl-next i {
	color:#fff;
}
.banner-container .owl-nav{
	position: absolute;
  top: 50%;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.banner-container .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-container .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
	height:100%;
	display: block;
}
.banner-container .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-container .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner-container:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner-container:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.welcome-section {
    /*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/3-1.png);
    background-repeat: no-repeat ;
    background-size: cover;
    padding: 90px 0px;
    background-position: bottom center;*/
	background:#B4A07E;
	padding:70px 0px;
}
.welcome-section-wrapper {
    position: relative;
    text-align:center;
}
.welcome-section h2 {
    color: #2E1302; 
    font-size: 40px;
    letter-spacing: 0px;
    position: relative;
    bottom: 0px;
	font-family: 'Open Sauce One';
    font-weight: bold;
}
.we-are-here-section-wrapper {
	width:100%;
	margin:0px auto;
	padding:70px 0px;
	text-align:center;
}
.we-are-here-section-wrapper p {
    color: #2E1302;
    font-size: 20px;
}
.we-are-here-section-wrapper h3{
	font-size: 40px;
	color: #2E1302;
	text-transform: uppercase;
	line-height: 80px;
	font-weight: 500;
	margin: 50px 0px;
	line-height: 60px;
	font-style:italic;
}
.we-are-here-section-wrapper h3 span {
    font-size: 40px;
	color: #2E1302;
	text-transform: uppercase;
	font-weight: bold;
	font-style:normal;
	font-family: 'Aileron-Regular';
}
p strong{
	font-weight:600;
	font-style:italic;
}
.btn-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 60px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home-btn {
    background: #DCF462;
    color: #2E1302 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius:20px;
    
}
.home-btn:hover {
     background: #1F7C5A;
    color: #fff !important;
}
.join-movement-section {
	 background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/4.png);
    background-repeat: no-repeat ;
    background-size: cover;
    padding: 70px 0px;
    background-position: bottom center;
}
.join-movement-wrapper {
    position: relative;
    text-align:center;
}
.join-movement-wrapper h3{
	font-size: 50px;
	color:#DCF462;
	 font-family: 'ITC Benguiat Medium';
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.explore-resource-section {
	 /*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/40-1.png);
    background-repeat: no-repeat ;
    background-size: cover;*/
    padding: 40px 0px;
    background-position: bottom center;
}
.explore-resource-wrapper {
   width: 100%;
   margin: 0px auto;
}
.explore-resource-wrapper h3{
	font-size: 35px;
	text-transform: uppercase;
	color:#F0EAE0;
	letter-spacing: 0px;
	margin:0px;
}
.mobile-menu{
	display:none;
}

.blog-section {
    
}
.blog-section-wrapper {
padding: 15px 10px 30px 10px;
	background:#DFD4C2;	
	border-radius:10px;
}
.blog-section-head-wrapper {
	 width: 100%;
   margin: 0px auto;
}
.blog-section-wrapper p{
  width: 80%;
  margin: 0px auto;
  font-size: 20px;
	display:none;
}
.blog-section-wrapper h3{
    color: #2E1302;
    width: 100%;
  margin: 0px auto;
  text-align: center;
	font-size: 30px;
	letter-spacing: 0px;
	 font-family: 'Open Sauce One';
	font-weight:bold;
}
.blog-wrapper {
  padding: 0px 0px;
  overflow: hidden;
  border:1px solid transparent;
  transition: 0.3s;
}
.blog-wrapper:hover {
  border: 1px solid #e0e0e0;
}
.blog-inner {
  overflow: hidden;
	padding: 0px;
	border-radius:10px;
}
.tag-blog > a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 30px;
  background-color: #fbba42;
  display: inline-block;
}
.blog-inner img{
	float:none;
	margin:0px;
}
.blog-inner h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-inner p {
  line-height: 30px;
  font-size: 17px;
  margin-bottom: 30px;
}
.blog-meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
}
.blog-meta span {
  color: #646464;
}
.blog-meta span a {
  color: #333;
  font-size: 11px;
}
.blog-more {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  color: #3b3f42;
  text-transform: uppercase;
}
.blog-more-btn {
  transform: translateX(40px);
  transition: 0.3s;
}
.blog-wrapper:hover .blog-more-btn {
  transform: translateX(0px);
}
.custom-row {
  margin: 0 -15px;
}
.dot-style .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -80px;
}
.dot-style .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
}
.dot-style .slick-dots > li.slick-active button {
  background: #1F7C5A;
}
.dot-style .slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0px solid #1F7C5A;
   background: #2E1302;
  text-indent: -10000px;
  padding: 0;
}

.blog-active .slick-slide {
  margin-right: 40px; /* adjust spacing here */
}
.blog-active .slick-slide:last-child {
  margin-right: 0;
}
/* Remove extra right margin on the last visible slide */
.blog-active .slick-list {
  margin-right: -40px; /* same value as above to cancel overflow */
}
.blog-section .btn-wrapper {
    margin-top: 120px;
}

.toolkits-section {
    position: relative;
	padding-bottom:0px;
	margin:20px 0px;
	
}
.toolkits-section-wrapper {
    width: 100%;
    text-align: center;
	background:#DFD4C2;
	padding:50px 20px;
	border-radius:10px;
}
.toolkits-section h3 {
    width: 100%;
    color: #2E1302;
  font-size: 30px;
  text-transform: uppercase;
  margin: 10px auto;
	line-height: 35px;
	font-family: 'Open Sauce One';
    font-weight: bold;
}
.toolkits-section-slider-wrapper {
    margin-top:60px;
}
.toolkits-active .slick-slide {
  margin-right: 40px; /* spacing */
}
.toolkits-active .slick-slide:last-child {
  margin-right: 0;
}
.toolkits-active .slick-list {
  margin-right: -40px; /* cancel out last margin */
}

.toolkits-section-slider-wrapper .slick-slide1 {
    margin-right: 0px;
}
.toolkits-section-slider-wrapper .slick-slide img {
    height: 207px;
}
.toolkits-section-slider-wrapper .blog-inner {
    position: relative;
}
.toolkits-section-slider-wrapper  .blog-wrapper{
       border-radius: 10px;
       position: relative;
}
.toolkits-section-slider-wrapper  .blog-wrapper:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.toolkits-section-slider-wrapper .slick-slide h3 {
    color: #F0EAE0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 0px 20px;
	 font-weight: 600;
}
.toolkits-section .btn-wrapper {
    margin-top: 120px;
}

.ff-community-section {
	 /*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/34-1-1.png);
    background-repeat: no-repeat ;
    background-size: cover;*/
    padding: 20px 0px;
    background-position: bottom center;
    margin-top:30px;
}
.ff-community-wrapper {
    position: relative;
    top:0px;
	 width: 100%;
   margin: 0px auto;
}
.ff-community-wrapper h3{
	font-size: 30px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 35px;
}

.follow-us-section {
    padding: 20px 0px;
}
.follow-us-section-wrapper{
	 width: 100%;
   margin: 0px auto;
	 background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Panel-1-audience-from-back-2-3.png);
    background-repeat: no-repeat ;
    background-size: cover;
    padding: 30px 0px;
    background-position: bottom center;
	border-radius:10px;
	position:relative;
}
.follow-us-section-wrapper:after {
    content: '';
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    border-radius: 30px;
}
.follow-us-section-wrapper p{
    font-size: 20px;
    color: #2E1302;
}
.follow-us-section-wrapper h3{
	font-size: 35px;
	color:#fff;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 20px 0px;
    line-height: 45px !important;
    text-align: center;
	position:relative;
	z-index:50;
}
.follow-us-section-wrapper h3 span {
    font-weight: 600;
	font-style:normal;
}
.social-wrapper {
        display: flex;
    gap: 60px;
    align-content: center;
    justify-content: center;
	position:relative;
	z-index:50;
}
.follow-us-section-wrapper .btn-wrapper {
	position:relative;
	z-index:50;
	    margin-top: 20px;
}
.social-wrapper div a {
    background: #DCF462;
    color:#2E1302;
    padding: 5px 30px;
    border-radius: 20px;
     font-size: 15px;
     text-transform: uppercase;
	font-weight: 600;
}
.follow-us-section-wrapper .btn-wrapper a {
    padding: 7px 70px;
}
.social-title-head {
	font-size: 50px;
	color:#1F7C5A;
    font-weight: 600 !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 60px 0px;
    line-height: 60px !important;
        text-align: center;
	font-style:normal !important;
}
.social-title-head span {
	 font-weight: 400 !important;
	font-style:italic !important;
}
.eveny-community-section {
	/*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/38-2.png);
    background-repeat: no-repeat ;
    background-size: cover;*/
    padding: 10px 0px;
    background-position: bottom center;
    margin-top:0px;
}
.eveny-community-wrapper {
    position: relative;
    top:0px;
	 width: 100%;
   margin: 0px auto;
}
.eveny-community-wrapper .row{
	align-content: center;
    justify-content: center;
    align-items: center;
}
.eveny-community-wrapper h3{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
	letter-spacing:2px;
}

.event-section {
	padding:30px 0px 0px 0px;
}
.event-section-wrapper {
	width:100%;
	margin:0px auto;
}

.event-section-wrapper .em-event.em-item {
	grid-template-columns: auto;
	
}
.em-item-image{
	border-radius:30px;
	padding:0px !important;
}
.em-item-image img {
	height:100%;
	border-radius:30px;
	padding:0px !important;
}
.em.em-list .em-item {
	display:block !important;
	padding:0px !important;
}
.em-item-image:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
	border-radius:30px;
}
h3.em-item-title {
    position: absolute;
    bottom: 55px;
    color: #F0EAE0;
}
h3.em-item-title a{
    color: #F0EAE0 !important;
	font-size:35px;
	font-weight: 600;
}
.em.em-list .em-item .em-item-info {
	border:0px !important;
}
.em-item-actions.input{
	display:none !important;
}
.em-event-meta.em-item-meta{
	    position: absolute;
    bottom: 78px;
    color: #dcf462;
    font-size: 30px;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
	font-weight: 600;
}
.em-icon {
	display:none !important;
}
.em.em-list .em-item .em-item-info .em-item-meta.em-event-meta-datetime {
	display:block !important;
	text-align:left;
}
.event-section-wrapper{
	border-radius:10px;
	padding:20px 0px;
}
.event-section-wrapper p{
    font-size: 20px;
    color: #2E1302;
	    padding-bottom: 40px;
}
.event-section-wrapper h3{
	font-size: 30px;
	color:#2E1302;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 40px;
        text-align: center;
}
.event-section-wrapper h3 span {
    font-weight: 300;
	font-style:italic;
}

.ffcollective-community-section {
	 /*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/36-1.png);
    background-repeat: no-repeat ;
    background-size: cover;*/
    padding: 40px 0px;
    background-position: bottom center;
    margin-top:30px;
}
.ffcollective-community-wrapper {
    position: relative;
    top:0px;
	width:100%;
	margin:0px auto;
}
.ffcollective-community-wrapper h3{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}
.ffevent-section{
	padding:40px 0px;
	
}
.ffevent-section-wrapper{
	width:100%;
	margin:0px auto;
	background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Panel-1-audience-from-back-2-4.png);
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: bottom center; 
	border-radius:10px;
	padding:50px 0px;
	    position: relative;
}
.ffevent-section-inner-wrapper:after{
	content: '';
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
	border-radius:10px;
}
h3 strong{
	font-weight:600;
	font-style:italic;
}
.ffevent-section-wrapper h3 {
	color:#FFFFFF;
	margin:0px auto;
	line-height:35px;
	position:relative;
	z-index:10;
	text-transform:uppercase;
	font-size: 26px;
}
.ffevent-section-wrapper p{
    font-size: 20px;
    color: #2E1302;
}
.ffevent-section-wrapper .home-btn{
	position:relative;
	z-index:10;
}

.work-community-section {
	 /*background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/35-2.png);
    background-repeat: no-repeat ;
    background-size: cover;*/
    padding: 10px 0px;
    background-position: bottom center;
    margin-top:30px;
}
.work-community-wrapper {
    position: relative;
    top:0px;
	width:90%;
	margin:0px auto;
}
.work-community-wrapper h3{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}
.why-work-community-section {
	padding:40px 0px;
}
.why-work-community-wrapper {
	width:90%;
	margin:0px auto;
}
.why-wrok-post {
	border-radius:10px;
	padding:30px 40px;
	margin-bottom:35px;
	    text-align: center;
}

.why-wrok-post h3{
	font-size: 35px;
	color:#2E1302;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    line-height: 40px;
	font-family: 'Open Sauce One';
}
.why-wrok-post p {
	color:#2E1302;
	font-size: 18px;
}
.why-wrok-post a {
    background: #DCF462;
    color: #2e1302 !important;
    text-transform: uppercase;
    padding: 6px 20px;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius: 20px;
	margin-top:15px;
	display: inline-block;
}
.green{
	background:#A7A6D1;
}
.yellow{
	background:#1F7C5A;
}
.red{
	background:#B4A07E;
}
.assin-community-section {
	 background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/3-16.png);
    background-repeat: no-repeat ;
    background-size: cover;
    padding: 80px 0px;
    background-position: bottom center;
    margin-top:0px;
}
.assin-community-wrapper {
    position: relative;
    top:0px;
	text-align:center;
}
.assin-community-wrapper h3{
	font-size: 40px;
	color:#DCF462;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
	font-stretch:normal;
	font-family: 'ITC Benguiat Medium';
}

.clients-section {
	background-color: #fff;
}
.clients-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* or space-between */
  gap: 30px; /* space between items */
  padding: 60px 20px;
   /* optional */
	    width: 900px;
	margin:0px auto;
}

.clients-box {
 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff; /* optional */
  border-radius: 8px;
  /*box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* optional */
  transition: transform 0.3s ease;
}

.clients-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* Optional hover effect */
.clients-box:hover {
  transform: scale(1.05);
}
.language-wrapper {
    display: flex;
    gap: 20px;
}
footer .container .row h3.main-title {
	font-family: 'Open Sauce One';
	font-weight:bold;
	font-style:italic;
}
.site-footer h4{
	font-family: 'Open Sauce One';
	font-weight:bold;
	font-style:italic;
}
.menu-footer-menu1-container {
        top: 25px;
    position: relative;
    padding-left: 0px;
}
.footer-part2{
	top: 100px;
    position: relative;
}
.footer-part2 p{
	margin-top:0px;
}
/* Aboout Page */
.breadcrumb-container {
    background-repeat: no-repeat;
    padding: 110px 0px;
    background-size: cover;
    background-position: bottom;
}
.breadcrumb-title-wrapper {
    position: relative;
    bottom: -77px;
    color: #fff;
}
.about-section {
	padding:70px 0px;
	position: relative;
}
.image-wrapper {
    position:relative;
    right:-10px;
}
.image-two-wrapper{
  position:relative;
    left:-10px;  
}
@media (max-width: 800px) {
	.ff-community-wrapper .row, .ffcollective-community-wrapper .row, .explore-resource-wrapper .row, .work-community-wrapper .row{
		flex-direction:column;
	}
	.ff-community-wrapper .row .col-6,.eveny-community-wrapper .col-6,.ffcollective-community-wrapper .col-6,
	.explore-resource-wrapper .col-6,.work-community-wrapper .col-6{
		width:100%;
	}
	h3.em-item-title a {
		font-size:25px !important;
	}
	.event-section-wrapper .btn-wrapper {
    margin-top: 60px !important;
}
	 .tilted-banner{
		font-size: 22px !important;
	}
	.event-community-title-wrapper{
		width:100% !important;
	}
	.resource-left-wrapper, .resource-right-wrapper,.ff-community-left-wrapper, .event-community-right-wrapper,.ffcollective-community-left-wrapper,.work-community-right-wrapper {
		border:0px !important;
	}
	.we-are-here-section-wrapper{
		width:100%;
	}
	.banner-container .item .cover .header-content h3 {
		font-size:24px;
		line-height:30px;
	}
	.banner-container .item .cover .header-content {
		gap: 50px;
		padding: 0px 0px 0px 0px;
	}
	header{
		height:70px;
	}
	.banner-container .item {
		height:100%;
	}
	.banner-right{
	 justify-content: flex-start;
	}
	.banner-container .item img {
		height:300px;
	}
	.mobile-menu{
	display:block;
	}
	.top-bar .container {
		justify-content: space-between;
	}
	.main-primary-menu{
		display:block;
		padding:0px;
	}
	nav{
		    position: unset;
	}
	.toggle-wrap.active{
		    position: relative;
    z-index: 10000;
	}
	aside.active {
		height:100vh;
		    background: #f0eae0;
	}
	.clients-wrapper{
		width: 100%;
	}
	.about-section-news  .btn-wrapper { 
		margin-top:20px;
	}
	.welcome-section h2{
		font-size: 30px;
        line-height: 34px;
	}
	.blog-section-head-wrapper {
		width: 100%; 
	}
	.toolkits-section h3 {
		margin: 0;
    width: 100%;
	}
	.social-wrapper {
		    flex-wrap: wrap;
	}
	.follow-us-section-wrapper h3 {
		font-size: 25px;   }
	.event-section-wrapper h3 {
		font-size: 25px;  }
	.event-section-wrapper {
		width: 100%;   }
	.why-work-community-wrapper {
		width: 100%;  }
	footer .container .row  {
		    flex-wrap: wrap;
	}
	.em-event-meta.em-item-meta{
		    bottom: 60px;
	}
	h3.em-item-title{
		bottom: 20px;
	}
	.btn-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 60px;
/*     background: #DCF462; */
    border-radius: 20px;
    
}
	.home-btn { padding: 9px 20px;
/* 		background:transparent; */
	}
	.banner-container{
		top:0px;
	}
	.we-are-here-section-wrapper h3 , .we-are-here-section-wrapper h3 span {
		font-size: 40px;
	}
	.blog-section-wrapper h3{
		    margin-left: 0;
    margin-right: 0;
    width: 100%;
	}
	.blog-active .slick-slide {
    margin-right: 25px;
}
	.toolkits-section-slider-wrapper .slick-slide {
    margin-right: 25px;
}
	.blog-section .btn-wrapper {
		background:transparent;
	}
	.blog-section .btn-wrapper .home-btn {
		 background: #DCF462;
	}
	.ffevent-section-wrapper{
		    width: 100%;
	}
	
	.couter {
    flex-direction: column !important;
		    gap: 30px !important;
   }
	.counter-content-container {
		flex-direction: column !important;
		    gap: 30px !important;
	}
	.box-wrapper {
    border-radius: 10px;
    margin: 20px 0px;
    }
	.team-section-wrapper {
		width:100% !important;
	}
	.card-stack {
    width:100% !important;
	}
}
.call-action-content-section{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/37-2.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 90px 0px;
    background-position: bottom center;
}
.call-action-content-section h4{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;font-family: 'Open Sauce One';
}
.our-journey-section{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/12/38.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: bottom center;
}
.our-values-section{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/12/39.png);
	
}
.our-journey-section h4{
	font-size: 32px;
	color:#F0EAE0;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
	font-style:normal;
	    font-family: 'Open Sauce One';
}
.common-section {
	padding: 60px 0px;
}
.call-action-content-section h3{
	font-size: 45px;
    color: #F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
}
.faq-content-section-wrapper {
	width:70%;
	margin:0px auto;
}
.faq-content-section-wrapper p {
	color:#2E1302;
	font-size: 18px;
}
.accordion-button::after {
    content: "+";
    font-size: 2.5rem;
    margin-left: auto;
    color: white;
    transform: none;
    background-image: none !important;
    bottom: 44px;
    position: relative;
	font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
  content: "–"; /* Or use × if you want */
	bottom: 11px;
    position: relative;
}
.accordion {
  margin-top: 70px;	
}
.accordion-item {
    padding: 40px 0px;
    border-radius: 12px !important;	
	
}
.accordion-body {
    padding: 0px 60px;
	text-align:left;
}
.accordion-item.one{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Mask-group-1.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
}
.accordion-item.two{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Mask-group-2.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
}
.accordion-item.three{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Mask-group-3.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
}
.accordion-item.four{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/Mask-group-4.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border: 0px !important;
    box-shadow: none !important;
	margin-bottom: 13px;
}
.accordion-item h4{
	font-size:20px;
	width:100%;
	line-height: 20px;
	font-family: 'Open Sauce One';
}
.accordion-item h5{
	font-size:18px;
	width:100%;
	line-height: 20px;
}
.accordion-header {
    margin-bottom: 0;
    padding: 0px 60px;
}
.accordion-button{
	    flex-direction: column;
	    gap: 0px;
	border-bottom:1px solid #F0EAE0;
	padding:0px !important;
}
.we-stand-section h3{
	    font-size: 35px;
    color: #2E1302;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: bold;
    margin: 50px 0px;
    line-height: 60px;font-family: 'Open Sauce One';
}
.we-stand-section .btn-wrapper i {
	font-size:25px;
}
.we-stand-section h2 {
      color: #1F774F;
      font-size: 36px;
      margin-bottom: 60px;
    }
.card-stack h3, .card-stack p{
    color:#F0EAE0 !important;
}
    .card-stack {
      position: relative;
      width: 360px;
      height: 250px;
      margin: 0 auto;
    }

    .card {
       position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(30px) scale(0.95) !important;
  animation: fadeInUp 0.8s ease forwards;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
    }

    .card:nth-child(1) {
      background: #C5C4E7; /* purple */
      transform: rotate(-6deg) translateY(30px) !important;
      animation-delay: 0.1s;
      z-index: 1;
    }

    .card:nth-child(2) {
      background: #BBA685; /* brown */
      transform: rotate(4deg) translateY(20px) !important;
      animation-delay: 0.2s;
      z-index: 2;
    }

    .card:nth-child(3) {
      background: #C7B0D3; /* pinkish */
      transform: rotate(-3deg) translateY(10px) !important;
      animation-delay: 0.3s;
      z-index: 3;
    }

    .card:nth-child(4) {
      background: #1F774F; /* green top card */
      color: white;
      /*transform: rotate(1deg) !important;*/
      animation-delay: 0.4s;
      z-index: 4;
    }

    .card h3 {
      margin-top: 0;
      font-size: 20px;
    }

    .card p {
      font-size: 15px;
      line-height: 1.4;
    }
.card:nth-child(1) { --rotate: -6deg; }
.card:nth-child(2) { --rotate: 4deg; }
.card:nth-child(3) { --rotate: -3deg; }
.card:nth-child(4) { --rotate: 1deg; }

    .card:hover {
 transform: translateY(-5px) scale(1.03) rotate(var(--rotate)) !important;;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }
    
    .dontcall-section {
      	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/3-13.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 110px 0px;
    background-position: center;  
    position: relative;
		    max-width: 900px;
    margin: 0px auto;
    }
     .dontcall-section:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.dontcall-section-wrapper {
	width:70%;
	margin:0px auto;
	    position: relative;
    z-index: 2;
}
 .dontcall-section p {
    color:#F0EAE0;
    font-size:16px;
	 text-align:left;
	 font-weight:300;
	 margin:0px;
	 line-height: 23px;
}
.italic{
	font-style:italic;
}
.ffcomm-section{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/09/34-3.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;  
    position: relative;
}
.ffcomm-section h4{
	font-size: 30px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:0px;
    line-height: 30px;  font-family: 'Open Sauce One';
}
.ffcommu-consumer-section p {
	 color:#2E1302;
    font-size:16px;
	 text-align:center;
	 font-weight:400;
}
.digital-impact-section {
	background:#fff;
}
.digital-impact-section h3{
	font-size: 40px;
	color:#1F7C5A;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:0px;
    line-height: 40px;
	text-align:center;font-family: 'Open Sauce One';
	margin-bottom:20px;
}
.digital-impact-wrapper{
	background:#F0EAE0;
	padding:30px;
}
.digital-impact-section p{
	font-size: 16px;
	color:#1F7C5A;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
   line-height: 20px;
	text-align:center;    margin: 0;
}
.couter {
    display: flex;
    gap: 88px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px 0px;
}
.couter h4, .countersec h4{
	font-size: 45px !important;
	color:#1F7C5A !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:0px !important; padding:0px !important;
    line-height: 30px;
	letter-spacing:3px;
	border:0px !important;
}

.couter p, .countersec p{
	font-size: 15px !important;
	color:#1F7C5A !important;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:20px 0px 40px 0px !important;
    line-height: 30px;
	text-align:center;
}
.countersec {
	    padding: 0px !important;
    margin-top: 10px;
}
.counter-content-container{
	 display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin: 50px 0px; border-radius: 5px;
}
.counter-content-container div{
	flex:1;	
	background: #F9FAF2;
    padding: 30px;
    border-radius: 5px;
}
.counter-content-container div h4{
	font-size: 25px;
	color:#1F7C5A;
    font-weight: 600;
    letter-spacing: 0px;
    margin:0px;
    line-height: 26px;
	border-bottom: 1px solid #1F7C5A;
    padding-bottom: 7px;
    margin-bottom: 25px;font-family: 'Open Sauce One';
}
.counter-content-container div p{
	font-size: 15px;
	color:#1F7C5A;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin:0px 0px 10px 0px;
    line-height: 20px;
	text-align:center;
}
.request-section {
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/38-1.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 60px 0px;
    background-position: center;  
    position: relative;
}
.request-section h4{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 2px;
    margin:0px;
    line-height: 50px;
	text-transform: uppercase;font-family: 'Open Sauce One';
}
.our-meet-section{
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/36-1.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;  
    position: relative;
}
.our-meet-section h4{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 2px;
    margin:0px;
    line-height: 50px;
	text-transform: uppercase;font-family: 'Open Sauce One';
}
.team-section-wrapper{
	width:80%;
	margin:0px auto;
}
.box-wrapper{
	border-radius:10px;
}
.box-wrapper .post-meta{
	padding:15px 25px;
	background:#1F7C5A;
	    border-bottom-left-radius: 10px; 
	    border-bottom-right-radius: 10px;
}
.box-wrapper.two .post-meta{
	background:#2E1302;
}
.box-wrapper .post-meta h4{
	font-size: 20px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 0px;
    margin:0px;
    line-height: 30px;
	width: 200px;
}
.box-wrapper .post-meta p{
	font-size: 15px;
	color:#F0EAE0;
    font-weight: 400;
    letter-spacing: 0px;
    margin:0px;
    line-height: 23px;
	border-bottom: 1px solid #F0EAE0;
    padding-bottom: 10px;
	text-align: right;
}
.box-wrapper .post-meta .social-meta{
/* 	border-top:1px solid #F0EAE0; */
	display:flex;
	gap:10px;
/* 	    padding-top: 15px;
    margin-top: 15px; */
	flex-direction: column;
    justify-content: center;
	align-items: flex-end;
}
.box-wrapper .post-meta{
	    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.box-wrapper .post-meta .social-meta span{
	font-size: 13px;
	color:#F0EAE0;
    font-weight: 400;
    letter-spacing: 0px;
    margin:0px;
    line-height: 23px;
}
.box-wrapper .post-meta .social-meta span a {
	font-size: 13px;
	color:#F0EAE0;
    font-weight: 400;
    letter-spacing: 0px;
}
.about-collective-section {
	background-image:url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/07/35-2-1.png);
	background-repeat: no-repeat ;
    background-size: cover;
    padding: 40px 0px;
    background-position: center;  
    position: relative;
}
.about-collective-section h4{
	font-size: 35px;
	color:#F0EAE0;
    font-weight: 600;
    letter-spacing: 2px;
    margin:0px;
    line-height: 50px;
	text-transform: uppercase;font-family: 'Open Sauce One';
}
.about-collective-sectiontwo p{
	font-size: 20px;
	color:#2E1302;
    font-weight: 400;
    letter-spacing: 0px;
    margin:20px 0px;
    line-height: 30px;
	text-align:center;
}
.resource-left-wrapper {
	padding: 0px 0px 0px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.resource-right-wrapper {
	border-left:2px solid #2E1302;
	padding:0px 40px;
}
.resource-title-wrapper {
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/35-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 40px;
	width: 340px;
}
.resource-title-wrapper .tilted-banner {
    display: inline-block;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 20px;
    transform: rotate(-6deg);
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); */
    text-align: left;
    letter-spacing: 0;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    line-height: 30px;
}
.resource-title-wrapper .tilted-banner:hover {
      transform: rotate(-3deg) scale(1.05);
      cursor: pointer;
	color:#fff;
    }
.empty-space,.empty_space {
	height:20px;
}
.ff-community-wrapper .row,.explore-resource-wrapper .row{
	align-content: center;
    justify-content: center;
    align-items: center;
}
.ff-community-left-wrapper {
	padding:0px 40px;
	border-right:2px solid #2E1302;
	    text-align: right;
}
.ff-community-right-wrapper {
	
	padding:0px 40px 0px 10px;
}
.ff-community-title-wrapper {
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/36-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 40px;
	width: 340px;
}
.ff-community-title-wrapper .tilted-banner {
    display: inline-block;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 13px 0;
    border-radius: 20px;
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); */
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
	transform: rotate(5deg);line-height: 30px;
}
.ff-community-title-wrapper .tilted-banner:hover {
      transform: rotate(2deg) scale(1.05);
      cursor: pointer;
	color:#fff;
    }

.event-community-left-wrapper {
	    padding: 20px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.event-community-right-wrapper {
	border-left:2px solid #2E1302;
	padding:20px 40px;
}
.event-community-title-wrapper {
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/37-6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
        padding: 20px 35px;
    width: 340px;
}
.event-community-title-wrapper .tilted-banner {
    display: inline-block;
    color: white;
    font-size: 27px;
    font-weight: bold;
    padding: 13px 10px;
    border-radius: 20px;
    transform: rotate(-6deg);
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); */
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
	text-transform: uppercase;
	text-align: left;
	    line-height: 35px;
}
.ffcollective-community-left-wrapper p {
	line-height: 20px;
}
.event-community-title-wrapper .tilted-banner:hover {
      transform: rotate(-3deg) scale(1.05);
      cursor: pointer;
	color:#fff;
    }
.bgevent{
	background:#DFD4C2;
}

.ffcollective-community-left-wrapper {
	padding:0px 40px;
	text-align: right;
	border-right:2px solid #2E1302;
}
.ffcollective-community-right-wrapper {	
	padding:0px 40px 0px 10px;
}
.ffcollective-community-wrapper .row {
	align-content: center;
    justify-content: center;
    align-items: center;
}
.ffcollective-community-title-wrapper {
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/39-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 40px;
	width: 340px;
}
.ffcollective-community-title-wrapper .tilted-banner {
    display: inline-block;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 13px 13px;
	text-align: left;
    border-radius: 20px;
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); */
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
	transform: rotate(5deg);
	line-height: 35px;
}
.ffcollective-community-title-wrapper .tilted-banner:hover {
      transform: rotate(2deg) scale(1.05);
      cursor: pointer;
	color:#fff;
    }

.work-community-left-wrapper {
	    padding: 0px 10px 0px 40px;
    display: flex;
    justify-content: flex-end;
}
.work-community-right-wrapper {
	border-left:2px solid #2E1302;
	padding:0px 40px;
	min-height: 100px;
}
.work-community-title-wrapper {
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/08/34-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 40px;
	    width: 340px;
}
.work-community-title-wrapper .tilted-banner {
    display: inline-block;
    color: white;
    font-size: 28px;
    font-weight: bold;
    padding: 13px 0;
    border-radius: 20px;
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25); */
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
	    transform: rotate(-6deg);
    width: 100%;
}
.work-community-title-wrapper .tilted-banner:hover {
      transform: rotate(2deg) scale(1.05);
      cursor: pointer;
	color:#fff;
    }
.mc4wp-form-fields label {
	width:100%;
}
.mc4wp-form-fields input {
    padding: 10px 3px;
    width: 100%;
    border-radius: 10px;
    border: 0;
}
.mc4wp-form-fields input[type="submit"]{
	width: fit-content;
    padding: 10px 35px;
}
.em.em-list {
	padding:0px 30px
}
.em-item-image {
  width: 100%;
  height: 300px;        /* or any fixed height */
  overflow: hidden;
}

.em-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* auto crop */
  display: block;
	object-position:center;
}
.em.em-list .em-item{z-index: 50 !important;
    position: relative;max-height: 354px;}
.event-section-wrapper .btn-wrapper{
	margin-top: 60px;
}
.em-event.em-item.slick-slide {
    border: 0px !important;
}
.em-item-meta-line.em-event-time.em-event-meta-datetime{
	display:none !important;
}
.about-section .image-side {
	 padding-left: 100px;
}
.about-section + .about-section .image-two-wrapper {
    margin-top: -440px; /* adjust depth of overlap */
	    padding-right: 100px;
}
.about-section + .about-section .image-wrapper3{
	 margin-top: 0px;
	    padding-left: 100px;
}
.about-section .row {
    display: flex;
    align-items: stretch;   /* makes both columns same height */
          /* optional for section height */
}
.text-left{
	text-align:left;
}
.about-section .content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* stick text to top */
}
.about-section p{
	 margin: 0;
    line-height: 1.6;
	    font-size: 17px;
}
.about-section .content p {
    margin: 0;
    line-height: 1.6;
	    font-size: 17px;
}

.about-section .image-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0; /* remove padding */
}

.about-section .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills full height like design */
    display: block;
}

.about-section .container {
    max-width: 100%; /* allow full width */
    padding-right: 0; /* remove right padding */
    padding-left: 15px; /* keep left padding for text */
	margin: 0px auto;
    width: 50%;
}

.about-section .col-6:last-child {
    padding-right: 0;
}

.about-section .image-wrapper img {
    width: 100%;
    display: block;
}

.about-section .content p {
    margin: 0; /* remove extra gap */
    line-height: 1.6;
}

.about-section .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* optional styling */
}
@media (max-width: 768px) {
    .about-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
	.about-section + .about-section .image-two-wrapper{
		margin:0px;
	}
	.call-action-content-section h3 {
		    font-size: 30px;
		    line-height: 40px;
	}
	.faq-content-section-wrapper {
		width:100%;
	}
}
.breadcrumb-title-wrapper h2{
	color:#DCF462;
	font-family:'ITC Benguiat Medium';
	    font-weight: 500;
    letter-spacing: 2px;
	font-size: 55px;
}
.news-page-section h3{
	text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
}
.news-toolkits {
	background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/09/37-7.png);
	text-align:center;
}
.news-toolkits h4{
	font-size: 30px;
    color: #F0EAE0;
    font-weight: 700;
	font-style: normal;
}
.news-toolkits-section {
    padding: 60px 0px;
    text-align: center;
}
.news-toolkits-section .toolkits-active-page{
	 display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 20px;
}
.news-toolkits-section .toolkits-active-page .grid-item {
  text-align: left;
}
.news-toolkits-section .toolkits-active-page .grid-item h3 {
    color: rgb(240, 234, 224);
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    padding: 0px 20px;
	text-transform:uppercase;
}
.news-toolkits-section .toolkits-active-page .grid-item img {
    height: 140px;
}
.news-toolkits-section .toolkits-active-page .blog-inner, .news-toolkits-section .toolkits-active-page .blog-wrapper{
	border-radius:0px !important;
}
.news-toolkits-section .toolkits-active-page h6 {
	    margin-top: 60px;
}
.news-resource-blogpost-page{
	background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/09/34-3.png);
	text-align:center;
}
.news-resource-blogpost-page h4{
	font-size: 30px;
    color: #F0EAE0;
    font-weight: 700;
	font-style: normal;
}
.news-blogpage-section {
    padding: 60px 0px;
    text-align: center;
}
.news-blogpage-section .blog-active-page{
	 display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  column-gap: 20px;
    row-gap: 50px;
}
.news-blogpage-section .blog-active-page{
	margin-top:60px;
}
.news-blogpage-section .blog-active-page .grid-item {
  text-align: left;
}
.news-blogpage-section .blog-active-page .grid-item h3 {
    color: #2E1302;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    padding: 0px 8px;
	text-transform:uppercase;
	    margin: 10px 0px;
}
.news-blogpage-section .blog-active-page .grid-item img {
   border-radius:10px;
}
.news-blogpage-section .blog-active-page .blog-inner, .news-toolkits-section .blog-active-page .blog-wrapper{
	border-radius:0px !important;
}
.news-blogpage-section .blog-section-wrapper {
    background: transparent;
}
.news-blogpage-section .post-meta .category a{
	color:#FF5123;
}
.news-blogpage-section .post-content{
	margin-top:20px;
}
.new-resource-collective{
	background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/09/39-2.png);
	text-align:center;
}
.new-resource-collective h4{
	font-size: 30px;
    color: #F0EAE0;
    font-weight: 700;
	font-style: normal;
}
.about-section-news{
	    padding: 70px 0px;
    position: relative;
}
.about-section-news .btn-wrapper{
	justify-content: flex-start;
}
.news-page-section {
	 padding: 100px 0px;
	overflow: hidden;
    word-break: break-word;
}
.new-resource-support{
	background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/09/38-1.png);
	text-align:center;
}
.new-resource-support h4{
	font-size: 32px;
    color: #F0EAE0;
    font-weight: 700;
	font-style: normal;
}
.about-section-news-voletier{
	    padding: 70px 0px 70px 0px;
    position: relative;
}
.about-section-news-voletier .content{
	  text-align:center;
	padding-bottom:30px;
}
.news-toolkits-section h6 {
	margin-top:40px;
}
.post-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2E1302;
	display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.post-meta .author span {
    margin-right: 10px;
}

.post-meta .category span a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.post-meta .category span a:hover {
    color: #0073aa; /* WordPress blue hover */
}
.about-section p{
	    word-wrap: break-word;
}
a:hover {
	color: #2E1302;
}
.em.em-list .em-item .em-item-info .em-item-desc {
	display:none !important;
}
.evpag h3.em-item-title a {
    color: #F0EAE0 !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.evpag .em-event-meta.em-item-meta {
    position: absolute;
    bottom: 0;
    color: #dcf462;
    font-size: 16px;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    font-weight: 600;
}
.evpag .em-events-list .slick-slide {
  margin: 0 15px;       /* gap between slides */
  height: 380px;        /* optional fixed height */
}

.evpag .em-events-list .slick-list {
  margin: 0 -15px;
}
.evpag {
	padding-bottom:170px;
}
.em-item-meta-line.em-event-location{
	display:none !important;
}
.em-item-meta-line.em-event-date.em-event-meta-datetime{
	display: block !important;
}
.em-item-meta-line.em-event-time.em-event-meta-datetime {
	display:none !important;
}
.em.em-list .em-item .em-item-info .em-item-meta>div{
	min-width:auto !important;
}
.mailing-section-news-voletier .why-wrok-post{
    background-image: url(https://fashinfidelity.yuvigohil.com/wp-content/uploads/2025/11/width_2349f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    background-position: center;
    position: relative;
}
.mailing-section-news-voletier .why-wrok-post h3 {
	color:#fff;
}
.mailing-section-news-voletier .why-wrok-post p {
	color:#fff;
}
.mailing-section-news-voletier {
	padding-bottom:100px;
}

.category-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.category-posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.category-card {
  display: flex;
/*   background: #f8f3eb; */
  border-radius: 10px;
  overflow: hidden;
/*   box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
  transition: transform 0.3s ease;
	gap:100px;
}

.category-card:hover {
  transform: translateY(-4px);
}
.category-image {
	border-radius: 10px; 
	overflow:hidden;
}
.category-image img {
  width: 400px;
  height: 300px;
  object-fit: cover;
    margin: 0;
}

.category-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.category-title a {
   color: #2E1302;
}
.category-excerpt {
  font-size: 16px;
  color: #212529;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .category-card {
    flex-direction: column;
	  gap:20px;
  }
  .category-image img {
    width: 100%;
    height: auto;
  }
}
.eevetntp .why-wrok-post h3 {
	font-size: 20px;
}

.section-padding {
    padding: 130px 0;
}
.ht-contact-info-area .contact-info-item {
    background: #f7f7f7;
    padding: 30px 40px;
    border-radius: 20px;
}
.ht-contact-info-area .contact-info-item .icon {
    width: 80px;
    height: 80px;
    background: rgba(247, 87, 9, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
}
.ht-contact-info-area .contact-info-item span {
    display: block;
    margin: 60px 0 10px;
    font-weight: 500;
}
.ht-contact-info-area .contact-info-item h4 {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.48px;
}
.ht-contact-form-area {
    background: #f7f7f7;
}
.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}
.section-title .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--ht-theme-color-2);
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-title .title {
    text-transform: uppercase;
	font-size: 60px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1.2px;
}
.ht-contact-form-area .ht-contact-wrapper {
    margin-top: 60px;
}
.justify-content-center {
    justify-content: center !important;
}
.ht-contact-form-area .ht-contact-wrapper input {
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.ht-contact-form-area .ht-contact-wrapper textarea {
    width: 100%;
    height: 190px;
    border: none;
    outline: none;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid transparent;
}
.ht-btn.style-2 {
    padding: 24px 30px;
    background: #F75709;
    color: #fff;
}
.ht-contact-form-area .ht-contact-wrapper .ht-btn {
    margin-top: 40px;
	    background: #2f1403;
}
.ht-btn {
    background: var(--ht-theme-color-3);
    color: var(--ht-heading-color);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
	border:0px;
}
.form-select, .wpcf7-select{
	padding: 15px !important;
}


.ff-slide-text {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.ff-slide-text.slide-left {
    transform: translateX(-60px);
}

.ff-slide-text.slide-right {
    transform: translateX(60px);
}

.ff-slide-text.in-view {
    opacity: 1;
    transform: translateX(0);
}

/* Optional: match your green text */
.ff-slide-text {
    color: #2f6f4e; /* adjust to your brand green */
}
.ff-slide-text {
    transition-delay: 0.15s;
}
.ff-slide-text {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.ff-slide-text.slide-left {
    transform: translateX(-60px);
}

.ff-slide-text.slide-right {
    transform: translateX(60px);
}

.ff-slide-text.in-view {
    opacity: 1;
    transform: translateX(0);
}
.ff-slide-text {
    transition-delay: 0.2s;
}
@media (max-width: 768px) {
    .ff-slide-text.slide-left,
    .ff-slide-text.slide-right {
        transform: translateX(20px);
    }
}



/* Base state */
.ff-animate-row h4,
.ff-animate-row img {
    opacity: 0;
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* From left */
.ff-from-left h4,
.ff-from-left img {
    transform: translateX(-28px);
}

/* From right */
.ff-from-right h4,
.ff-from-right img {
    transform: translateX(28px);
}

/* Active */
.ff-animate-row.ff-in-view h4,
.ff-animate-row.ff-in-view img {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger timing */
.ff-animate-row img {
    transition-delay: 0.1s;
}

.ff-animate-row h4 {
    transition-delay: 0.25s;
}

/* Mobile – very soft */
@media (max-width: 768px) {
    .ff-from-left h4,
    .ff-from-left img,
    .ff-from-right h4,
    .ff-from-right img {
        transform: translateX(18px);
    }
	
	.breadcrumb-title-wrapper h2{
		    font-size: 45px;
    text-align: center;
    line-height: 42px;
	}
	.breadcrumb-title-wrapper{
		bottom:0px;
	}
	
	
	
	
}
.card.turn {
    transform: rotateY(-110deg) translateX(-40px);
    opacity: 0;
}

.card-stack .card:nth-last-child(2) {
    transform: scale(0.97) translateY(6px);
    opacity: 0.9;
}

.card-stack .card:nth-last-child(3) {
    transform: scale(0.94) translateY(12px);
    opacity: 0.8;
}
.card:not(:last-child) {
    pointer-events: none;
}
.card-stack {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 260px;
    margin: 0 auto;
}
.card-stack .card:nth-last-child(2) {
    transform: scale(0.97) translateY(6px);
    opacity: 0.9;
}

.card-stack .card:nth-last-child(3) {
    transform: scale(0.94) translateY(12px);
    opacity: 0.8;
}










.cardeffectstacks-container {
  display: flex;
  justify-content: center;
}

.weStandSwiper {
  width: 100%;
  max-width: 300px; /* smaller than slide width */
  padding: 120px 0;
  margin: 0 auto;
  overflow: visible !important;
  perspective: 1200px;
}


.weStandSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.weStandSwiper .swiper-slide:nth-child(1n) .cardeffect { background: #1F774F; } /* active */
.weStandSwiper .swiper-slide:nth-child(2n) .cardeffect { background: #C7B0D3; }
.weStandSwiper .swiper-slide:nth-child(3n) .cardeffect { background: #BBA685; }
.weStandSwiper .swiper-slide:nth-child(4n) .cardeffect { background: #C5C4E7; }
.weStandSwiper .swiper-slide:nth-child(5n) .cardeffect { background: #E7C4C4; }


.cardeffect h3 { color:#fff;margin-top: 0; font-size: 20px;    line-height: 27px; } 
.cardeffect p { font-size: 15px; line-height: 1.4; }
/* Card styling */
.cardeffect {
  width: 100%;
  min-height: 300px;
  padding: 36px;

  border-radius: 22px;
  background: #1F774F;
  color: #fff;

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
/* overflow:hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.25); */
}

/* Background stacked cards visibility */
.swiper-slide-shadow {
    display: none;
}


.about-sec-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.about-sec-inner > div {
    flex: 1;
}
.about-sec-inner .content.slide-left {
	text-align:right;
}
.about-sec-inner p {
    font-size: 17px;
    line-height: 1.5rem;
}
/* FIXED IMAGE FRAME */
.image-frame {
    width: 100%;
    max-width: 520px;      /* FIXED FRAME WIDTH */
    height: 360px;         /* FIXED FRAME HEIGHT */
    overflow: hidden;
    border-radius: 12px;
}

/* IMAGE BEHAVIOR */
.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* NO STRETCH */
    display: block;
}

@media (max-width: 768px) {
    .about-sec-inner {
        flex-direction: column;
    }

    .about-sec-inner > div {
        width: 100%;
    }
	 .image-frame {
        max-width: 100%;
        height: 260px;
    }
	
	.news-blogpage-section .blog-active-page{
		    grid-template-columns: repeat(1, minmax(220px, 1fr));
	}
	.news-blogpage-section,.news-toolkits-section {
		overflow:hidden;
	}
	.news-toolkits-section .toolkits-active-page {
    grid-template-columns: repeat(1, 1fr);
    }
	.about-section .container{
		    width: 100%;
	}
	.about-section-news .content{
		width: 100%;
	}
	.about-section-news .image-side {
		width: 100%;
		margin-top:20px;
	}
	.resource-right-wrapper p {
		white-space: nowrap;
        margin-top: 10px;
	}
	.main-primary-menu li a{
		    padding: 10px 0px;
	}
	.group-section .header-group, .ffrequest-section-wrapper {
		width: 100% !important;
	}
	.group-section-wrapper .row {
		flex-direction: column !important;
		row-gap: 100px;
		max-width:100% !important;
	}
	.ff-hero {
		height: 100% !important;
	}
	.accordion {
    margin-top: 0px !important;
     }
	.faq-content-section {
		padding:0px !important;
	}
	.about-section-news-voletier {
		padding: 0px 0px 70px 0px !important;
	}
	.faq-question span{
		text-align:left;
	}
	.content-right .swiper-slide img{
		max-width:100%;
	}
	.content-right .swiper{
		max-width:none !important;
	}
	.content-right {
		max-width:100% !important;
	}
	.acc-head{
		height:100% !important;
	}
	.testimonial-pic img,.testimonial-pic {
		width:100px !important;
	}
	.digital-impact-wrapper{
		padding:0px !important;
	}
	.swiper.swiper-cards .swiper-wrapper {
		overflow:hidden;
	}
	.about-sec-inner p {
		text-align:left;
	}
	
}
.acc-head {z-index: 3;}
header{
	position:relative;
	z-index:9999;
}
.follow-footer{
	margin-top: 25px;
}
.follow-footer h4{
	margin-bottom: 15px;
}
.follow-footer ul li{
	margin: 0px 0px 8px 0;
}