@charset "UTF-8";
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Libre Caslon Display font (loaded via Google Fonts)  --*/
/*-------------------------------------------------
  Common Style CSS
---------------------------------------------------*/
body {
  font-size: 14px;
  color: #9a784f;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  top: 0 !important;
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #f5e6d3;
  overflow-x: hidden;
  background-blend-mode: normal;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(245, 230, 211, 0.2) 0%,
    rgba(245, 230, 211, 0.15) 25%,
    rgba(245, 230, 211, 0.1) 50%,
    rgba(245, 230, 211, 0.05) 75%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Caslon Display", serif;
  position: relative;
  color: #5c4010;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}
ul li a {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #7f5112;
  line-height: 26px;
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title h2 {
  margin-bottom: 40px;
  padding: 50px 0;
  font-size: 36px;
  line-height: 29px;
  font-weight: 700;
}
.section-title h2 span {
  color: #7f5112;
}
.section-title .ligh-title {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 130px;
  font-weight: 700;
  color: #f5e6d3;
  line-height: 60px;
  text-shadow: 5px -5px 10px #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  opacity: 0.05;
  transform: translateY(-100%);
}

#ms-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ms-overlay .ms-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#ms-overlay .ms-roller div {
  animation: ms-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
#ms-overlay .ms-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  margin: -4px 0 0 -4px;
}
#ms-overlay .ms-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
#ms-overlay .ms-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
#ms-overlay .ms-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
#ms-overlay .ms-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
#ms-overlay .ms-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
#ms-overlay .ms-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
#ms-overlay .ms-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
#ms-overlay .ms-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
#ms-overlay .ms-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
#ms-overlay .ms-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
#ms-overlay .ms-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
#ms-overlay .ms-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
#ms-overlay .ms-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
#ms-overlay .ms-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
#ms-overlay .ms-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
#ms-overlay .ms-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes ms-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**  Section spacing  **/
.margin-t-80 {
  margin-top: 80px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.padding-tb-80 {
  padding: 80px 0;
}

.m-b-minus-30px {
  margin-bottom: -30px;
}

.m-tb-minus-15px {
  margin-top: -15px;
  margin-bottom: -15px;
}

.ms-learn-more-left {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-right: 130px;
  color: #7f5112;
  position: relative;
  padding-left: 50px;
}
.ms-learn-more-left .text {
  font-family: "Libre Caslon Display", serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.ms-learn-more-left .ring-left {
  margin-left: -20px;
}
.ms-learn-more-left .arrow-left {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 0;
}
.ms-learn-more-left:hover {
  color: #7f5112;
}
.ms-learn-more-left:hover .arrow-left {
  margin-left: -5px;
}

.ms-learn-more-right {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-left: 130px;
  color: #5c4010;
  position: relative;
}
.ms-learn-more-right .text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px 10px 15px;
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border-right: 1px solid transparent;
  border-radius: 30px;
}
.ms-learn-more-right .text span {
  z-index: 5;
}
.ms-learn-more-right .text::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -9px;
  left: 0;
  border-top: 1px solid #2a1d0a;
  border-bottom: 1px solid #2a1d0a;
  border-left: 1px solid #2a1d0a;
  border-right: 1px solid #f5e6d3;
  border-radius: 30px;
  z-index: -1;
}
.ms-learn-more-right .text:after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 1px;
  background-color: #2a1d0a;
  position: absolute;
  top: 50%;
  right: 0;
}
.ms-learn-more-right .ring-left {
  margin-right: -20px;
  margin-top: -2px;
}
.ms-learn-more-right:hover {
  color: #5c4010;
}
.ms-learn-more-right:hover .text {
  font-size: 15px;
}
.ms-learn-more-right:hover .text:after {
  right: -10px;
  opacity: 0;
}

/* Back to top */
.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 65px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #f8f8f9;
}
.progress-wrap i {
  position: absolute;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #9a784f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover:after {
  opacity: 0;
}
.progress-wrap:hover:before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #9a784f;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*===== Header css =====*/
header {
  position: relative;
  z-index: 5;
}
header nav {
  position: relative;
}
header nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  position: fixed;
  top: 50px;
  right: 50px;
  background: #3d2a0f;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0.7;
}
header nav a .svg_img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
header nav a:hover .svg_img {
  width: 35px;
  height: 35px;
}
header nav a:hover {
  opacity: 1;
}

/* End Header */
/*-------------------------------------------------
 Hero Style CSS
---------------------------------------------------*/
.ms-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #5c4010 0%,
    #7f5112 8%,
    #9a784f 15%,
    #a0522d 25%,
    #b87333 35%,
    #cd853f 45%,
    #b8956a 55%,
    #d4a574 65%,
    #e6d5b8 75%,
    #f5e6d3 85%,
    #fff8dc 95%,
    #ffffff 100%
  );
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}
.ms-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotateshape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}
.ms-hero .hero-content {
  margin: 90px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.ms-hero .hero-content .hero-item {
  padding: 60px 0 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.ms-hero .hero-content .ms-hero-detail {
  max-width: 300px;
  text-align: right;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title {
  margin: -70px -110px 30px 0;
  letter-spacing: 0.02rem;
  font-size: 56px;
  font-weight: 800;
  z-index: 5;
  background: linear-gradient(
    135deg,
    #5c4010 0%,
    #7f5112 35%,
    #9a784f 65%,
    #b87333 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShimmer 3s ease-in-out infinite,
    titleFloat 4s ease-in-out infinite;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title span {
  max-width: 400px;
  display: inline-grid;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title .name {
  background: linear-gradient(
    135deg,
    #7f5112 0%,
    #9a784f 40%,
    #b87333 70%,
    #d4a574 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-title .name::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7f5112, #b87333, #d4a574);
  border-radius: 2px;
  opacity: 0.6;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-detail {
  margin-bottom: 30px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
  position: relative;
  animation: fadeInUp 1s ease-out;
}
.ms-hero .hero-content .ms-hero-detail .ms-hero-detail::after {
  content: "✨";
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 20px;
  animation: sparkle 3s ease-in-out infinite;
  opacity: 0.7;
}
.ms-hero .hero-content .ms-hero-img {
  max-width: 350px;
  margin: 0 30px;
  position: relative;
  z-index: 3;
  animation: imageFloat 6s ease-in-out infinite;
}
.ms-hero .hero-content .ms-hero-img .ms-card {
  position: relative;
  transform-style: preserve-3d;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(127, 81, 18, 0.2);
  animation: cardGlow 5s ease-in-out infinite;
}
.ms-hero .hero-content .ms-hero-img .ms-card img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  filter: grayscale(30%) brightness(1.05);
  transition: all 0.5s ease;
}
.ms-hero .hero-content .ms-hero-img .ms-card:hover {
  box-shadow: 0 25px 70px rgba(127, 81, 18, 0.5);
  transform: translateY(-5px) rotateY(5deg);
  animation: none;
}
.ms-hero .hero-content .ms-hero-img .ms-card:hover img {
  filter: grayscale(0%) brightness(1.1);
  transform: scale(1.02);
}
.ms-hero .hero-content .ms-hero-img .ms-card:hover {
  z-index: 5;
}
.ms-hero .hero-content .ms-hero-name {
  min-width: 300px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.ms-hero .hero-content .ms-hero-name h3 {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 46px;
  font-weight: 200;
  line-height: 52px;
  position: relative;
  background: linear-gradient(135deg, #7f5112, #b87333, #d4a574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ms-hero .hero-content .ms-hero-name h3:after {
  content: "";
  width: 105px;
  height: 7px;
  background: linear-gradient(90deg, #7f5112, #b87333, #d4a574);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: underlineGrow 3s ease-in-out infinite;
}
.ms-hero .hero-content .ms-hero-name h3 span {
  max-width: 300px;
  display: inline-grid;
}
.ms-hero .hero-content .art {
  width: 18px;
  height: 190px;
  background: linear-gradient(
    180deg,
    #7f5112,
    #9a784f,
    #b87333,
    #d4a574,
    #f5e6d3
  );
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: 370px;
  transform: rotate(45deg);
  opacity: 0.7;
  box-shadow: 0 5px 15px rgba(127, 81, 18, 0.3);
  animation: MovesUpDown 5s linear infinite, colorRotate 8s linear infinite;
}
@keyframes MovesUpDown {
  0%,
  100% {
    bottom: -180px;
  }
  50% {
    bottom: -150px;
  }
}
@keyframes colorRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes textShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes imageFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes cardGlow {
  0%,
  100% {
    box-shadow: 0 20px 60px rgba(127, 81, 18, 0.2);
  }
  50% {
    box-shadow: 0 25px 80px rgba(127, 81, 18, 0.4),
      0 0 40px rgba(184, 115, 51, 0.3);
  }
}
@keyframes pulseBorder {
  0%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}
@keyframes titleFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes slideDown {
  0%,
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 0.7;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sparkle {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3) rotate(180deg);
    opacity: 1;
  }
}
@keyframes underlineGlow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(127, 81, 18, 0.3);
  }
  50% {
    box-shadow: 0 0 15px rgba(184, 115, 51, 0.6),
      0 0 25px rgba(212, 165, 116, 0.4);
  }
}
@keyframes underlineSlide {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
}
@keyframes underlineGrow {
  0%,
  100% {
    width: 105px;
  }
  50% {
    width: 130px;
  }
}
.ms-hero .ms-learn-more-right .text {
  background: linear-gradient(135deg, #5c4010, #7f5112, #b87333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  font-weight: 600;
}
.ms-hero .ms-learn-more-right .text::before {
  border-top: 2px solid #7f5112;
  border-bottom: 2px solid #9a784f;
  border-left: 2px solid #b87333;
  border-right: 2px solid transparent;
  background: linear-gradient(
    135deg,
    rgba(92, 64, 16, 0.1),
    rgba(127, 81, 18, 0.1)
  );
}
.ms-hero .ms-learn-more-right .text:after {
  background: linear-gradient(90deg, #7f5112, #b87333);
  width: 25px;
  height: 2px;
  box-shadow: 0 0 10px rgba(127, 81, 18, 0.5);
}
.ms-hero .ms-learn-more-right:hover .text {
  background: linear-gradient(135deg, #b87333, #d4a574, #f5e6d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateX(5px);
}
.ms-hero .ms-learn-more-right:hover .text::before {
  border-top-color: #b87333;
  border-bottom-color: #d4a574;
  border-left-color: #f5e6d3;
  background: linear-gradient(
    135deg,
    rgba(184, 115, 51, 0.2),
    rgba(212, 165, 116, 0.2)
  );
  transform: scale(1.1);
}
.ms-hero .ms-learn-more-right:hover .text:after {
  background: linear-gradient(90deg, #b87333, #d4a574);
  box-shadow: 0 0 15px rgba(184, 115, 51, 0.7);
  width: 30px;
}
@media (max-width: 991px) {
  .ms-hero {
    height: auto;
    min-height: 100vh;
    padding: 80px 0 40px;
  }
  .ms-hero .hero-content {
    margin: 40px 0;
    flex-direction: column;
  }
  .ms-hero .hero-content .hero-item {
    flex-direction: column;
    padding: 30px 0;
  }
  .ms-hero .hero-content .ms-hero-detail {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .ms-hero .hero-content .ms-hero-detail .ms-hero-title {
    margin: 0 0 20px 0;
    font-size: 42px;
    text-align: center;
  }
  .ms-hero .hero-content .ms-hero-detail .ms-hero-detail {
    text-align: center;
  }
  .ms-hero .hero-content .ms-hero-detail .ms-hero-detail::after {
    display: none;
  }
  .ms-hero .hero-content .ms-hero-img {
    max-width: 280px;
    margin: 0 auto 30px;
    animation: none;
  }
  .ms-hero .hero-content .ms-hero-name {
    min-width: auto;
    justify-content: center;
    text-align: center;
  }
  .ms-hero .hero-content .ms-hero-name h3 {
    font-size: 32px;
    text-align: center;
  }
  .ms-hero .hero-content .ms-hero-name h3 span {
    display: block;
  }
  .ms-hero .hero-content .art {
    display: none;
  }
  .ms-hero {
    background-size: 200% 200%;
    animation-duration: 20s;
  }
}
@media (max-width: 767px) {
  .ms-hero {
    padding: 60px 0 30px;
  }
  .ms-hero .hero-content {
    margin: 20px 0;
  }
  .ms-hero .hero-content .ms-hero-detail .ms-hero-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .ms-hero .hero-content .ms-hero-img {
    max-width: 220px;
  }
  .ms-hero .hero-content .ms-hero-name h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .ms-hero .hero-content .ms-learn-more-right {
    margin-left: 0;
    text-align: center;
  }
  .ms-hero .hero-content .ms-learn-more-right .text {
    padding: 10px 25px;
  }
}
@media (max-width: 575px) {
  .ms-hero {
    padding: 40px 0 20px;
  }
  .ms-hero .hero-content .ms-hero-detail .ms-hero-title {
    font-size: 28px;
  }
  .ms-hero .hero-content .ms-hero-img {
    max-width: 180px;
  }
  .ms-hero .hero-content .ms-hero-name h3 {
    font-size: 20px;
  }
}

/**  On click scroll  **/
.scroll-next {
  width: 170px;
  height: 65px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.ms-container .menu {
  display: inline-block;
  width: 200px;
  height: 200px;
  transition: 0.3s;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  color: #2a1d0a;
}
.ms-container .circle {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 1px solid #d8cfc3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 4;
}
.ms-container .text {
  position: absolute;
  top: 43%;
  left: -14px;
  display: inline-block;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-top: -9px;
  font-size: 14px;
  font-family: "Libre Caslon Display", serif;
  text-transform: uppercase;
  background: #f6f6f6;
  line-height: 16px;
  font-weight: 400;
}
.ms-container .text:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url("../img/designs/scroll-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
}

/*===== About css =====*/
.ms-about-detail h4 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Libre Caslon Display", serif;
  color: #5c4010;
}
.ms-about-detail .ms-text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #7f5112;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  line-height: 28px;
}
.ms-about-detail .about-image-inline {
  margin: 25px 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.ms-about-detail .about-image-inline img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.ms-about-detail .about-image-inline:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.ms-about-detail .about-image-inline:hover img {
  transform: scale(1.05);
}

/* Standalone about-image-inline styles for side column */
.col-lg-6 > .about-image-inline {
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  display: block;
}
.col-lg-6 > .about-image-inline img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .col-lg-6 > .about-image-inline img {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .col-lg-6 > .about-image-inline img {
    height: 350px;
  }
}
.col-lg-6 > .about-image-inline:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.col-lg-6 > .about-image-inline:hover img {
  transform: scale(1.05);
}

.ms-about {
  position: relative;
}
.ms-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(92, 64, 16, 0.03) 0%,
    rgba(127, 81, 18, 0.02) 25%,
    rgba(184, 115, 51, 0.015) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-about > .container {
  position: relative;
  z-index: 1;
}

.ms-about-info {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
}
.ms-about-info ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ms-about-info ul li {
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  color: #7f5112;
  font-family: "Libre Caslon Display", serif;
  display: flex;
  border-bottom: 1px dashed #d4a574;
}
.ms-about-info ul li:first-child {
  border-top: 1px dashed #d4a574;
}
.ms-about-info ul li span {
  display: block;
}
.ms-about-info ul li .title {
  min-width: 110px;
  display: inline-flex;
  color: #5c4010;
  font-weight: 600;
  position: relative;
}
.ms-about-info ul li b {
  margin-right: 10px;
  color: #5c4010;
  font-weight: 600;
  position: absolute;
  right: 0;
}

.ms-skill-progress {
  height: 100%;
  display: flex;
  align-items: center;
}

.ms-about .ms-box {
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.ms-about .ms-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -38%;
  right: -15%;
  border-radius: 50%;
}
.ms-about .ms-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -15%;
  right: -32%;
  border-radius: 50%;
}
.ms-about .ms-box:hover:before {
  top: -43%;
  right: -10%;
}
.ms-about .ms-box:hover:after {
  top: -10%;
  right: -37%;
}
.ms-about .ms-box p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #9a784f;
  line-height: 24px;
}
.ms-about .ms-box h3 {
  font-size: 20px;
  color: #5c4010;
}
.ms-about .ms-box .progress {
  width: 80px;
  height: 80px;
  background: transparent;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 3;
}
.ms-about .ms-box .progress .track,
.ms-about .ms-box .progress .fill {
  transform: rotate(90deg) translate(0px, -80px);
  stroke-width: 6;
  fill: rgba(0, 0, 0, 0);
}
.ms-about .ms-box .progress .track {
  stroke-width: 6;
  stroke: #ddd !important;
}
.ms-about .ms-box .progress .fill {
  stroke: #7f5112;
}
.ms-about .ms-box .progress .fill {
  stroke-dasharray: 219.9907836914;
  stroke-dashoffset: -219.9907836914;
  transition: stroke-dashoffset 1s;
  stroke-width: 10;
}
.ms-about .ms-box .progress .value {
  fill: #7f5112;
  font-size: 20px;
  text-anchor: middle;
  font-weight: 600;
}
.ms-about .ms-box .progress.active .fill {
  stroke: #9a784f;
}
.ms-about .ms-box .progress.active .value {
  fill: #9a784f;
}

/*===== Service css =====*/
.service-box {
  display: flex;
  flex-wrap: wrap;
}
.service-box .main-box {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.service-box .main-box:hover .box-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-box .main-box:hover .box-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.service-box .main-box .box-front {
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.38);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3),
    -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 15px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: transparent;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.service-box .main-box .box-front .service-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.service-box .main-box .box-front:hover .service-image-overlay {
  background: rgba(255, 255, 255, 0.75);
}
.service-box .main-box .box-front:before {
  content: "";
  width: 23px;
  height: 42px;
  position: absolute;
  left: 15%;
  bottom: 5%;
  transform: rotate(248deg);
  background-image: url(../img/designs/7.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.service-box .main-box .box-front:after {
  content: "";
  width: 38px;
  height: 40px;
  position: absolute;
  right: 1%;
  top: 5%;
  transform: rotate(248deg);
  background-image: url(../img/designs/3.png);
  background-repeat: no-repeat;
}
.service-box .main-box .box-back {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.38);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3),
    -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
  border-radius: 15px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #7f5112;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
.service-box .flipper {
  position: relative;
  padding: 15px 0;
}
.service-box .flipper:hover .box-front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
}
.service-box .flipper:hover .box-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
}

.flipper .content-wrap .icon {
  position: relative;
}
.flipper .content-wrap .icon:before {
  content: "";
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: morphing-image 15s linear infinite forwards;
}
.flipper .content-wrap .svg_img {
  width: 50px;
  height: 50px;
  margin: 0 0 15px 0;
  position: relative;
}
.flipper .content-wrap .svg_img path {
  fill: #7f5112;
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
.main-box .content-wrap {
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 50px) scale(0.9);
  transform: translate3d(0, 0, 50px) scale(0.9);
}

.box-front .content-wrap h3 {
  margin-bottom: 15px;
  color: #5c4010;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.box-front .content-wrap p {
  margin: 0;
  color: #7f5112;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.box-front .bg-img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 30px 0 0;
}
.box-front .bg-img path {
  fill: #5c4010;
}

.box-back .content-wrap h3 {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.box-back .content-wrap p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.box-back .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 6px 15px;
  font-size: 14px;
  letter-spacing: 0.05rem;
  margin-top: 15px;
  font-weight: 500;
  border-radius: 0 20px 0 0;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
}
.box-back .btn:hover {
  background-color: #fff;
  color: #5c4010;
}

.content-wrap p {
  margin-bottom: 10px;
  text-align: left;
}

/* End Service Section */
/*===== Journey Section (Redesigned from Resume) =====*/
.ms-journey {
  background: #fff;
  position: relative;
}
.ms-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(127, 81, 18, 0.02) 0%,
    rgba(154, 120, 79, 0.02) 40%,
    rgba(184, 115, 51, 0.015) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-journey > .container {
  position: relative;
  z-index: 1;
}
.ms-journey .journey-intro {
  max-width: 800px;
  margin: 0 auto 60px;
}
.ms-journey .journey-intro .lead-text {
  font-size: 18px;
  line-height: 30px;
  color: #7f5112;
  font-family: "Libre Caslon Display", serif;
  margin: 0;
}
.ms-journey .journey-timeline-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.ms-journey .journey-milestones {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ms-journey .journey-milestone {
  display: flex;
  gap: 20px;
  position: relative;
  padding-left: 30px;
  animation: fadeInLeft 0.6s ease-out;
}
.ms-journey .journey-milestone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #7f5112, #9a784f);
  border-radius: 2px;
}
.ms-journey .journey-milestone .milestone-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #7f5112, #9a784f);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: 0;
  z-index: 2;
  box-shadow: 0 3px 15px rgba(127, 81, 18, 0.3);
  transition: all 0.3s ease;
}
.ms-journey .journey-milestone .milestone-icon i {
  font-size: 20px;
  color: #fff;
}
.ms-journey .journey-milestone .milestone-content {
  flex: 1;
}
.ms-journey .journey-milestone .milestone-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #5c4010;
  margin-bottom: 8px;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.3;
}
.ms-journey .journey-milestone .milestone-content .milestone-subtitle {
  font-size: 13px;
  color: #9a784f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Libre Caslon Display", serif;
}
.ms-journey .journey-milestone .milestone-content .milestone-text {
  font-size: 15px;
  line-height: 24px;
  color: #7f5112;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
}
.ms-journey .journey-milestone:hover .milestone-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 20px rgba(127, 81, 18, 0.4);
}
.ms-journey .journey-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.ms-journey .journey-featured-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(127, 81, 18, 0.15);
  transition: all 0.4s ease;
}
.ms-journey .journey-featured-image a {
  display: block;
  position: relative;
}
.ms-journey .journey-featured-image a img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
}
.ms-journey .journey-featured-image .image-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ms-journey .journey-featured-image .image-overlay .journey-year {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(127, 81, 18, 0.95);
  color: #fff;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.ms-journey .journey-featured-image .timeline-line {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7f5112);
  transform: translateY(-50%);
}
.ms-journey .journey-featured-image .timeline-line::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #7f5112;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(127, 81, 18, 0.2);
}
.ms-journey .journey-featured-image:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 50px rgba(127, 81, 18, 0.2);
}
.ms-journey .journey-featured-image:hover img {
  transform: scale(1.05);
}
.ms-journey .journey-brand-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ms-journey .brand-collaboration-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.ms-journey .brand-collaboration-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(92, 64, 16, 0.03) 0%,
    transparent 70%
  );
  border-radius: 50%;
}
.ms-journey .brand-collaboration-card .brand-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #7f5112, #9a784f);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.ms-journey .brand-collaboration-card .brand-icon-wrapper i {
  font-size: 28px;
  color: #fff;
}
.ms-journey .brand-collaboration-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #5c4010;
  margin-bottom: 10px;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.ms-journey .brand-collaboration-card .brand-subtitle {
  font-size: 14px;
  color: #9a784f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "Libre Caslon Display", serif;
  position: relative;
  z-index: 1;
}
.ms-journey .brand-collaboration-card .brand-text {
  font-size: 15px;
  line-height: 26px;
  color: #7f5112;
  margin-bottom: 25px;
  font-family: "Libre Caslon Display", serif;
  position: relative;
  z-index: 1;
}
.ms-journey .brand-collaboration-card .journey-card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.ms-journey .brand-collaboration-card .journey-card-brands .brand-tag {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(127, 81, 18, 0.1);
  color: #7f5112;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: "Libre Caslon Display", serif;
}
.ms-journey .brand-collaboration-card .journey-card-brands .brand-tag:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(127, 81, 18, 0.3);
}
.ms-journey .brand-collaboration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(127, 81, 18, 0.15);
}
.ms-journey .brand-collaboration-card:hover .brand-icon-wrapper {
  transform: rotate(5deg) scale(1.1);
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ms-journey .journey-cards {
  margin-top: 50px;
}
.ms-journey .journey-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ms-journey .journey-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.ms-journey .journey-card-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.ms-journey .journey-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.ms-journey .journey-card-image a:hover img {
  transform: scale(1.1);
}
.ms-journey .journey-card-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.ms-journey .journey-card-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(127, 81, 18, 0.95);
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.ms-journey .journey-card-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ms-journey .journey-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.ms-journey .journey-card-icon i {
  font-size: 28px;
  color: #fff;
}
.ms-journey .journey-card:hover .ms-journey .journey-card-icon {
  transform: rotate(5deg) scale(1.1);
}
.ms-journey .journey-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #5c4010;
  margin-bottom: 8px;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.3;
}
.ms-journey .journey-card-subtitle {
  font-size: 14px;
  color: #9a784f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "Libre Caslon Display", serif;
}
.ms-journey .journey-card-text {
  font-size: 15px;
  line-height: 26px;
  color: #7f5112;
  margin: 0;
  flex: 1;
  font-family: "Libre Caslon Display", serif;
}
.ms-journey .journey-card-brands {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ms-journey .journey-card-brands .brand-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(127, 81, 18, 0.1);
  color: #7f5112;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ms-journey .journey-card-brands .brand-tag:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-2px);
}
.ms-journey .journey-card-featured .journey-card-image {
  height: 100%;
  min-height: 350px;
}
.ms-journey .journey-card-featured .journey-card-content {
  padding: 50px;
}
.ms-journey .journey-card-featured h3 {
  font-size: 32px;
}
.ms-journey .journey-card-featured .journey-card-text {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .ms-journey .journey-timeline-wrapper .row {
    flex-direction: column;
  }
  .ms-journey .journey-milestone {
    padding-left: 40px;
  }
  .ms-journey .journey-milestone::before {
    left: 15px;
  }
  .ms-journey .journey-milestone .milestone-icon {
    left: -10px;
  }
  .ms-journey .journey-featured-image {
    margin: 40px 0;
  }
  .ms-journey .journey-featured-image .timeline-line {
    display: none;
  }
  .ms-journey .brand-collaboration-card {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ms-journey .journey-milestones {
    gap: 30px;
  }
  .ms-journey .journey-milestone {
    flex-direction: column;
    padding-left: 50px;
  }
  .ms-journey .journey-milestone .milestone-icon {
    left: 0;
  }
  .ms-journey .journey-milestone .milestone-content h3 {
    font-size: 20px;
  }
  .ms-journey .brand-collaboration-card {
    padding: 30px 20px;
  }
  .ms-journey .brand-collaboration-card h3 {
    font-size: 20px;
  }
}
[data-theme="dark"] .ms-journey {
  background-color: var(--bg-primary);
}
[data-theme="dark"] .ms-journey .journey-intro .lead-text {
  color: var(--text-secondary);
}
[data-theme="dark"] .ms-journey .journey-milestone .milestone-content h3 {
  color: var(--text-primary);
}
[data-theme="dark"]
  .ms-journey
  .journey-milestone
  .milestone-content
  .milestone-text {
  color: var(--text-secondary);
}
[data-theme="dark"] .ms-journey .brand-collaboration-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .ms-journey .brand-collaboration-card h3 {
  color: var(--text-primary);
}
[data-theme="dark"] .ms-journey .brand-collaboration-card .brand-text {
  color: var(--text-secondary);
}
[data-theme="dark"]
  .ms-journey
  .brand-collaboration-card
  .journey-card-brands
  .brand-tag {
  background: rgba(127, 81, 18, 0.2);
  color: #9a784f;
}
[data-theme="dark"]
  .ms-journey
  .brand-collaboration-card
  .journey-card-brands
  .brand-tag:hover {
  background: #9a784f;
  color: #fff;
}
[data-theme="dark"] .ms-journey .journey-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .ms-journey .journey-card:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .ms-journey .journey-card h3 {
  color: var(--text-primary);
}
[data-theme="dark"] .ms-journey .journey-card-subtitle {
  color: #9a784f;
}
[data-theme="dark"] .ms-journey .journey-card-text {
  color: var(--text-secondary);
}
[data-theme="dark"] .ms-journey .journey-card-brands .brand-tag {
  background: rgba(127, 81, 18, 0.2);
  color: #9a784f;
}
[data-theme="dark"] .ms-journey .journey-card-brands .brand-tag:hover {
  background: #9a784f;
  color: #fff;
}

/*===== Categories Section css =====*/
.ms-categories {
  position: relative;
}
.ms-categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(92, 64, 16, 0.025) 0%,
    rgba(127, 81, 18, 0.02) 30%,
    rgba(212, 165, 116, 0.01) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-categories > .container {
  position: relative;
  z-index: 1;
}
.ms-categories .section-title .ligh-title {
  transform: translateY(-63%);
}
.ms-categories .categories-creative {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}
@media (max-width: 992px) {
  .ms-categories .categories-creative {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .ms-categories .categories-creative {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
    padding: 0 15px;
  }
}
.ms-categories .category-item {
  position: relative;
  border-radius: 25px;
  overflow: visible;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
}
.ms-categories .category-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(127, 81, 18, 0.3);
}
.ms-categories .category-item:hover .category-overlay {
  opacity: 1;
}
.ms-categories .category-item:hover img {
  transform: scale(1.12);
}
.ms-categories .category-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.ms-categories .category-item .category-image-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
  order: 1;
}
@media (max-width: 768px) {
  .ms-categories .category-item .category-image-wrapper {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .ms-categories .category-item .category-image-wrapper {
    height: 250px;
  }
}
.ms-categories .category-item .category-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: block;
}
.ms-categories .category-item .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(127, 81, 18, 0.92) 0%,
    rgba(154, 120, 79, 0.88) 50%,
    rgba(127, 81, 18, 0.85) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
  backdrop-filter: blur(8px);
  border-radius: inherit;
}
.ms-categories .category-item .category-content {
  text-align: center;
  padding: 20px;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ms-categories .category-item:hover .category-content {
  transform: translateY(0);
}
.ms-categories .category-item .category-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.2;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ms-categories .category-item .category-title {
    font-size: 20px;
  }
}
.ms-categories .category-item:hover .category-title {
  opacity: 1;
  transform: translateY(0);
}
.ms-categories .category-item .category-label {
  text-align: center;
  padding: 20px 15px 15px;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  transition: color 0.3s ease;
  order: 2;
  background: #fff;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .ms-categories .category-item .category-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 15px 10px 12px;
  }
}
.ms-categories .category-item:hover .category-label {
  color: #7f5112;
}

/*===== Brands Section css =====*/
.ms-brands {
  position: relative;
}
.ms-brands::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(154, 120, 79, 0.02) 0%,
    rgba(184, 115, 51, 0.015) 40%,
    rgba(212, 165, 116, 0.01) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-brands > .container {
  position: relative;
  z-index: 1;
}
.ms-brands .section-title .ligh-title {
  transform: translateY(-63%);
}
.ms-brands .brands-categories-wrapper {
  margin-top: 50px;
  padding: 0 15px;
}
.ms-brands .brands-categories-wrapper .brands-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 992px) {
  .ms-brands .brands-categories-wrapper .brands-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .ms-brands .brands-categories-wrapper .brands-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
    padding: 0 15px;
  }
}
.ms-brands .brands-categories-wrapper .brand-category-item {
  position: relative;
  border-radius: 25px;
  overflow: visible;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
}
.ms-brands .brands-categories-wrapper .brand-category-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(127, 81, 18, 0.3);
}
.ms-brands .brands-categories-wrapper .brand-category-item .category-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 25px;
  background: #000;
  order: 1;
}
@media (max-width: 768px) {
  .ms-brands
    .brands-categories-wrapper
    .brand-category-item
    .category-video-wrapper {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .ms-brands
    .brands-categories-wrapper
    .brand-category-item
    .category-video-wrapper {
    height: 250px;
  }
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper.video-embed-wrapper {
  padding-bottom: 0 !important;
  overflow: hidden !important;
  background: #000;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container.video-embed-container {
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background: transparent;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container.video-embed-container
  .tiktok-embed,
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container.video-embed-container
  .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  min-height: 100% !important;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container.video-embed-container
  iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
  object-fit: cover !important;
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item
  .category-video-wrapper
  .video-wrapper
  .video-container
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.ms-brands .brands-categories-wrapper .brand-category-item .category-label {
  text-align: center;
  padding: 20px 15px 15px;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  transition: color 0.3s ease;
  order: 2;
  background: #fff;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .ms-brands .brands-categories-wrapper .brand-category-item .category-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 15px 10px 12px;
  }
}
.ms-brands
  .brands-categories-wrapper
  .brand-category-item:hover
  .category-label {
  color: #7f5112;
}

/*===== Counter =====*/
.achive .count-block {
  width: 100%;
  margin: 12px 0;
  padding: 30px 15px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}
.achive .count-block:hover .counter-icon {
  transform: rotate(5deg);
}
.achive .count-block:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: -15%;
  top: -13%;
  transform: rotate(248deg);
  background-image: url(../img/designs/4.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.achive .count-block .counter-icon {
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -15px;
  opacity: 0.05;
}
.achive .count-block .counter-icon path {
  fill: #5c4010;
}
.achive .count-block h3 {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Libre Caslon Display", serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #7f5112;
}
.achive .count-block .active-num {
  color: #7f5112;
}
.achive .count-block p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #7f5112;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}

/** News | Blogs Section **/
.ms-news {
  position: relative;
}
.ms-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(184, 115, 51, 0.02) 0%,
    rgba(212, 165, 116, 0.015) 40%,
    rgba(245, 230, 211, 0.01) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-news > .container {
  position: relative;
  z-index: 1;
}
.ms-news .section-title .ligh-title {
  transform: translateY(-80%);
}
.ms-news .ms-item {
  padding: 0 15px;
}
.ms-news .slick-list {
  margin: 0 -15px;
}
.ms-news .news-info {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 30px;
  padding: 24px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}
.ms-news .news-info:hover .news-img img {
  transform: rotate(-5deg) scale(1.2);
}
.ms-news .news-info:hover .news-img img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.06);
}
.ms-news .news-info .news-img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.ms-news .news-info .news-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.ms-news .news-info .detail {
  width: 100%;
  margin: 0;
}
.ms-news .news-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #b8956a;
  border-radius: 5px;
}
.ms-news .news-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #b8956a;
}
.ms-news .news-info .detail label a:hover {
  color: #7f5112;
}
.ms-news .news-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}
.ms-news .news-info .detail h3 a {
  color: #5c4010;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.ms-news .news-info .detail p {
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  color: #7f5112;
  line-height: 23px;
  font-weight: 400;
}
.ms-news .news-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #9a784f;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  border-radius: 15px;
  position: relative;
}
.ms-news .news-info .detail .more-info a:hover {
  background: #fff !important;
  color: #7f5112;
}
.ms-news .news-info .detail .more-info a:hover:after {
  right: -50px;
  opacity: 0;
}
.ms-news .news-info .detail .more-info a:after {
  content: "";
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -30px;
}

/** End News | Blogs Section **/
/*===== Blog Listing Page css =====*/
.ms-blogs-page .section-title .ligh-title {
  transform: translateY(-80%);
}
.ms-blogs-page .blogs-content .blog-post {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ms-blogs-page .blogs-content .blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.ms-blogs-page .blogs-content .blog-post .blog-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ms-blogs-page .blogs-content .blog-post .blog-image {
    height: 250px;
  }
}
.ms-blogs-page .blogs-content .blog-post .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.ms-blogs-page .blogs-content .blog-post .blog-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
}
.ms-blogs-page .blogs-content .blog-post .blog-image:hover img {
  transform: scale(1.1);
}
.ms-blogs-page .blogs-content .blog-post .blog-content {
  padding: 30px;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-meta span {
  color: #7f5112;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-meta span i {
  margin-right: 5px;
  color: #7f5112;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-meta span a {
  color: #7f5112;
  transition: all 0.3s ease;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-meta span a:hover {
  color: #7f5112;
}
.ms-blogs-page .blogs-content .blog-post .blog-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.ms-blogs-page .blogs-content .blog-post .blog-content h2 a {
  color: #5c4010;
  transition: all 0.3s ease;
}
.ms-blogs-page .blogs-content .blog-post .blog-content h2 a:hover {
  color: #7f5112;
}
.ms-blogs-page .blogs-content .blog-post .blog-content p {
  font-size: 16px;
  line-height: 28px;
  color: #7f5112;
  margin-bottom: 20px;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7f5112;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-read-more i {
  transition: transform 0.3s ease;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-read-more:hover {
  color: #9a784f;
}
.ms-blogs-page .blogs-content .blog-post .blog-content .blog-read-more:hover i {
  transform: translateX(5px);
}
.ms-blogs-page .blog-pagination {
  margin-top: 50px;
}
.ms-blogs-page .blog-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-blogs-page .blog-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  color: #7f5112;
  font-weight: 600;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.ms-blogs-page .blog-pagination ul li a:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-3px);
}
.ms-blogs-page .blog-pagination ul li.active a {
  background: #7f5112;
  color: #fff;
}

/*===== Blog Sidebar css =====*/
.blog-sidebar .sidebar-widget {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget h3 {
  font-size: 22px;
  font-weight: 600;
  color: #5c4010;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d4a574;
}
.blog-sidebar .sidebar-widget.newsletter-widget {
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
  color: #fff;
}
.blog-sidebar .sidebar-widget.newsletter-widget h3 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.blog-sidebar .sidebar-widget.newsletter-widget p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.blog-sidebar .sidebar-widget.newsletter-widget .form-control {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.blog-sidebar .sidebar-widget.newsletter-widget .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.blog-sidebar .sidebar-widget.newsletter-widget .btn-subscribe {
  width: 100%;
  padding: 12px;
  background: #fff;
  color: #7f5112;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-sidebar .sidebar-widget.newsletter-widget .btn-subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.blog-sidebar .sidebar-widget.author-widget {
  text-align: center;
}
.blog-sidebar .sidebar-widget.author-widget .author-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #d4a574;
}
.blog-sidebar .sidebar-widget.author-widget .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sidebar .sidebar-widget.author-widget h3 {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.blog-sidebar .sidebar-widget.author-widget p {
  font-size: 14px;
  line-height: 24px;
  color: #7f5112;
  margin-bottom: 20px;
}
.blog-sidebar .sidebar-widget.author-widget .author-social ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .sidebar-widget.author-widget .author-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d4a574;
  color: #5c4010;
  transition: all 0.3s ease;
}
.blog-sidebar .sidebar-widget.author-widget .author-social ul li a:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-3px);
}
.blog-sidebar .sidebar-widget .blog-search-form {
  display: flex;
  position: relative;
}
.blog-sidebar .sidebar-widget .blog-search-form input {
  flex: 1;
  padding: 12px 45px 12px 15px;
  border: 2px solid #d4a574;
  border-radius: 10px;
  font-size: 14px;
}
.blog-sidebar .sidebar-widget .blog-search-form input:focus {
  outline: none;
  border-color: #7f5112;
}
.blog-sidebar .sidebar-widget .blog-search-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #7f5112;
  font-size: 18px;
  padding: 8px 12px;
  cursor: pointer;
}
.blog-sidebar .sidebar-widget .blog-search-form button:hover {
  color: #9a784f;
}
.blog-sidebar .sidebar-widget .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .sidebar-widget .category-list li {
  padding: 12px 0;
  border-bottom: 1px dashed #d4a574;
}
.blog-sidebar .sidebar-widget .category-list li:last-child {
  border-bottom: none;
}
.blog-sidebar .sidebar-widget .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7f5112;
  transition: all 0.3s ease;
}
.blog-sidebar .sidebar-widget .category-list li a:hover {
  color: #7f5112;
  padding-left: 5px;
}
.blog-sidebar .sidebar-widget .category-list li a span {
  background: #d4a574;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.blog-sidebar .sidebar-widget .recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .sidebar-widget .recent-posts li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d4a574;
}
.blog-sidebar .sidebar-widget .recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-sidebar .sidebar-widget .recent-posts li a {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.blog-sidebar .sidebar-widget .recent-posts li a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.blog-sidebar .sidebar-widget .recent-posts li a div {
  flex: 1;
}
.blog-sidebar .sidebar-widget .recent-posts li a div h4 {
  font-size: 15px;
  font-weight: 600;
  color: #5c4010;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.blog-sidebar .sidebar-widget .recent-posts li a div span {
  font-size: 13px;
  color: #9a784f;
}
.blog-sidebar .sidebar-widget .recent-posts li a:hover h4 {
  color: #7f5112;
}
.blog-sidebar .sidebar-widget .sidebar-newsletter-form .form-control {
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 2px solid #d4a574;
  border-radius: 10px;
  font-size: 14px;
}
.blog-sidebar .sidebar-widget .sidebar-newsletter-form .form-control:focus {
  outline: none;
  border-color: #7f5112;
}

/*===== Single Blog Post Page css =====*/
.ms-blog-single .blog-breadcrumb {
  margin-bottom: 30px;
  font-size: 14px;
}
.ms-blog-single .blog-breadcrumb a {
  color: #7f5112;
  transition: all 0.3s ease;
}
.ms-blog-single .blog-breadcrumb a:hover {
  color: #7f5112;
}
.ms-blog-single .blog-breadcrumb span {
  color: #7f5112;
}
.ms-blog-single .single-blog-post {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
  overflow: hidden;
}
.ms-blog-single .single-blog-post .blog-single-header {
  padding: 40px 40px 20px;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-single-header {
    padding: 30px 25px 15px;
  }
}
.ms-blog-single .single-blog-post .blog-single-header .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.ms-blog-single .single-blog-post .blog-single-header .blog-meta span {
  color: #7f5112;
}
.ms-blog-single .single-blog-post .blog-single-header .blog-meta span i {
  margin-right: 5px;
  color: #7f5112;
}
.ms-blog-single .single-blog-post .blog-single-header .blog-meta span a {
  color: #7f5112;
  transition: all 0.3s ease;
}
.ms-blog-single .single-blog-post .blog-single-header .blog-meta span a:hover {
  color: #7f5112;
}
.ms-blog-single .single-blog-post .blog-single-header h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #5c4010;
  margin: 0;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-single-header h1 {
    font-size: 28px;
  }
}
.ms-blog-single .single-blog-post .blog-featured-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-featured-image {
    height: 300px;
  }
}
.ms-blog-single .single-blog-post .blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ms-blog-single .single-blog-post .blog-post-content {
  padding: 40px;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-post-content {
    padding: 30px 25px;
  }
}
.ms-blog-single .single-blog-post .blog-post-content .lead {
  font-size: 20px;
  line-height: 1.8;
  color: #5c4010;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-post-content .lead {
    font-size: 18px;
  }
}
.ms-blog-single .single-blog-post .blog-post-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #5c4010;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-post-content h3 {
    font-size: 22px;
  }
}
.ms-blog-single .single-blog-post .blog-post-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #7f5112;
  margin-bottom: 20px;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-post-footer {
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .ms-blog-single .single-blog-post .blog-post-content .blog-post-footer {
    padding: 0 25px 30px;
  }
}
.ms-blog-single .single-blog-post .blog-post-content .blog-tags {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px dashed #d4a574;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-tags span {
  font-weight: 600;
  color: #5c4010;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-tags span i {
  margin-right: 5px;
  color: #7f5112;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-tags a {
  padding: 6px 15px;
  background: #d4a574;
  border-radius: 20px;
  color: #7f5112;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-tags a:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-2px);
}
.ms-blog-single .single-blog-post .blog-post-content .blog-share {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #d4a574;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-share span {
  font-weight: 600;
  color: #5c4010;
  font-size: 15px;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-share ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d4a574;
  color: #5c4010;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ms-blog-single .single-blog-post .blog-post-content .blog-share ul li a:hover {
  background: #7f5112;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(127, 81, 18, 0.3);
}
.ms-blog-single .blog-navigation {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .ms-blog-single .blog-navigation {
    flex-direction: column;
  }
}
.ms-blog-single .blog-navigation .prev-post,
.ms-blog-single .blog-navigation .next-post {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}
.ms-blog-single .blog-navigation .prev-post:hover,
.ms-blog-single .blog-navigation .next-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.ms-blog-single .blog-navigation .prev-post a,
.ms-blog-single .blog-navigation .next-post a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  color: #7f5112;
}
@media (max-width: 768px) {
  .ms-blog-single .blog-navigation .prev-post a,
  .ms-blog-single .blog-navigation .next-post a {
    flex-direction: row;
  }
}
.ms-blog-single .blog-navigation .prev-post a i,
.ms-blog-single .blog-navigation .next-post a i {
  font-size: 24px;
  color: #7f5112;
  transition: all 0.3s ease;
}
.ms-blog-single .blog-navigation .prev-post a div,
.ms-blog-single .blog-navigation .next-post a div {
  flex: 1;
}
.ms-blog-single .blog-navigation .prev-post a div span,
.ms-blog-single .blog-navigation .next-post a div span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9a784f;
  margin-bottom: 8px;
}
.ms-blog-single .blog-navigation .prev-post a div h4,
.ms-blog-single .blog-navigation .next-post a div h4 {
  font-size: 18px;
  font-weight: 600;
  color: #5c4010;
  margin: 0;
  transition: all 0.3s ease;
}
.ms-blog-single .blog-navigation .prev-post a:hover h4,
.ms-blog-single .blog-navigation .next-post a:hover h4 {
  color: #7f5112;
}
.ms-blog-single .blog-navigation .prev-post a:hover i,
.ms-blog-single .blog-navigation .next-post a:hover i {
  transform: translateX(-5px);
}
.ms-blog-single .blog-navigation .next-post a:hover i {
  transform: translateX(5px);
}
.ms-blog-single .related-posts {
  margin-top: 50px;
}
.ms-blog-single .related-posts h3 {
  font-size: 28px;
  font-weight: 600;
  color: #5c4010;
  margin-bottom: 30px;
}
.ms-blog-single .related-posts .related-post-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.ms-blog-single .related-posts .related-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.ms-blog-single .related-posts .related-post-item a {
  display: block;
}
.ms-blog-single .related-posts .related-post-item a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.ms-blog-single .related-posts .related-post-item a h4 {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #5c4010;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.ms-blog-single .related-posts .related-post-item a span {
  padding: 0 20px 20px;
  display: block;
  font-size: 14px;
  color: #9a784f;
}
.ms-blog-single .related-posts .related-post-item a:hover h4 {
  color: #7f5112;
}

/*===== Newsletter Section css =====*/
.ms-newsletter {
  position: relative;
}
.ms-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(127, 81, 18, 0.025) 0%,
    rgba(154, 120, 79, 0.02) 30%,
    rgba(184, 115, 51, 0.015) 60%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-newsletter > .container {
  position: relative;
  z-index: 1;
}
.ms-newsletter .newsletter-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  padding: 50px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .ms-newsletter .newsletter-box {
    padding: 40px 30px;
  }
}
.ms-newsletter .newsletter-box .newsletter-content {
  margin-bottom: 35px;
}
.ms-newsletter .newsletter-box .newsletter-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #5c4010;
  margin-bottom: 15px;
  font-family: "Libre Caslon Display", serif;
}
.ms-newsletter .newsletter-box .newsletter-content p {
  font-size: 16px;
  color: #7f5112;
  line-height: 26px;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
}
.ms-newsletter .newsletter-box .newsletter-form {
  margin-bottom: 30px;
}
.ms-newsletter .newsletter-box .newsletter-form .form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .ms-newsletter .newsletter-box .newsletter-form .form-group {
    flex-direction: column;
    gap: 15px;
  }
}
.ms-newsletter .newsletter-box .newsletter-form .form-group input {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid #d4a574;
  border-radius: 15px;
  font-size: 15px;
  color: #7f5112;
  font-family: "Libre Caslon Display", serif;
  transition: all 0.3s ease;
}
.ms-newsletter .newsletter-box .newsletter-form .form-group input:focus {
  outline: none;
  border-color: #7f5112;
  box-shadow: 0 0 0 3px rgba(127, 81, 18, 0.1);
}
.ms-newsletter .newsletter-box .newsletter-form .form-group input::placeholder {
  color: #b8956a;
}
.ms-newsletter
  .newsletter-box
  .newsletter-form
  .form-group
  .newsletter-submit-btn {
  white-space: nowrap;
  padding: 15px 35px;
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Libre Caslon Display", serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.ms-newsletter
  .newsletter-box
  .newsletter-form
  .form-group
  .newsletter-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px 0 rgba(127, 81, 18, 0.3);
}
.ms-newsletter
  .newsletter-box
  .newsletter-form
  .form-group
  .newsletter-submit-btn:active {
  transform: translateY(0);
}
@media (max-width: 991px) {
  .ms-newsletter
    .newsletter-box
    .newsletter-form
    .form-group
    .newsletter-submit-btn {
    padding: 14px 30px;
    font-size: 15px;
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .ms-newsletter
    .newsletter-box
    .newsletter-form
    .form-group
    .newsletter-submit-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .ms-newsletter
    .newsletter-box
    .newsletter-form
    .form-group
    .newsletter-submit-btn {
    width: 100%;
    padding: 14px 20px;
    margin-top: 0;
  }
}
.ms-newsletter .newsletter-box .newsletter-form .form-message {
  font-size: 14px;
  font-family: "Libre Caslon Display", serif;
  margin-top: 10px;
}
.ms-newsletter .newsletter-box .newsletter-form .form-message.success {
  color: #28a745;
}
.ms-newsletter .newsletter-box .newsletter-form .form-message.error {
  color: #dc3545;
}
.ms-newsletter .newsletter-box .newsletter-social {
  padding-top: 30px;
  border-top: 1px dashed #d4a574;
}
.ms-newsletter .newsletter-box .newsletter-social p {
  font-size: 15px;
  color: #7f5112;
  margin-bottom: 15px;
  font-family: "Libre Caslon Display", serif;
}
.ms-newsletter .newsletter-box .newsletter-social ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ms-newsletter .newsletter-box .newsletter-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #d4a574;
  color: #5c4010;
  font-size: 18px;
  transition: all 0.3s ease;
}
.ms-newsletter .newsletter-box .newsletter-social ul li a:hover {
  background: #7f5112;
  border-color: #7f5112;
  color: #fff;
  transform: translateY(-3px);
}

/** Start Contact Section **/
.ms-contact {
  position: relative;
}
.ms-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(92, 64, 16, 0.02) 0%,
    rgba(127, 81, 18, 0.02) 35%,
    rgba(212, 165, 116, 0.01) 70%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ms-contact > .container {
  position: relative;
  z-index: 1;
}
.ms-contact .contact-note {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}
.ms-contact .contact-note:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
}
.ms-contact .contact-note-text {
  font-size: 17px;
  line-height: 30px;
  color: #7f5112;
  margin-bottom: 30px;
  font-family: "Libre Caslon Display", serif;
}
.ms-contact .contact-note-signature {
  border-top: 2px solid rgba(127, 81, 18, 0.1);
  padding-top: 25px;
  margin-top: 25px;
}
.ms-contact .contact-note .contact-name {
  font-size: 22px;
  font-weight: 700;
  color: #7f5112;
  margin-bottom: 5px;
  font-family: "Libre Caslon Display", serif;
}
.ms-contact .contact-note .contact-location {
  font-size: 15px;
  color: #9a784f;
  margin: 0;
  font-family: "Libre Caslon Display", serif;
  font-style: italic;
}
.ms-contact .section-title .ligh-title {
  transform: translateY(-80%);
}
.ms-contact iframe {
  width: 100%;
  height: 308px;
  margin-bottom: -7px;
  border-radius: 30px;
}
.ms-contact form .form-group {
  margin-bottom: 30px;
}
.ms-contact form .form-group input,
.ms-contact form .form-group textarea {
  padding: 15px;
  border-color: #d4a574;
  border-radius: 15px;
  font-size: 15px;
  color: #7f5112;
}
.ms-contact form .form-group input:focus,
.ms-contact form .form-group textarea:focus {
  outline: none;
  box-shadow: none;
}
.ms-contact form .form-group input::placeholder,
.ms-contact form .form-group textarea::placeholder {
  color: #b8956a;
}
.ms-contact form button {
  height: auto;
  margin: 10px 0 0 0;
  border: 0;
  background: transparent;
}
.ms-contact .ms-box {
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.ms-contact .ms-box:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -65%;
  right: -2%;
  border-radius: 50%;
}
.ms-contact .ms-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -15%;
  right: -23%;
  border-radius: 50%;
}
.ms-contact .ms-box:hover:before {
  top: -70%;
  right: -10%;
}
.ms-contact .ms-box:hover:after {
  top: -38%;
  right: -20%;
}
.ms-contact .ms-box .detail {
  display: flex;
  align-items: center;
}
.ms-contact .ms-box .info h3 {
  font-size: 16px;
}
.ms-contact .ms-box p {
  margin: 0;
  font-size: 14px;
  color: #9a784f;
}
.ms-contact .ms-box .icon {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d4a574;
  animation: morphing-image 15s linear infinite forwards;
}
.ms-contact .ms-box .icon i {
  font-size: 25px;
  color: #5c4010;
}

/** End Contact Section **/
/*===== Clients css =====*/
.ms-client {
  display: block;
}
.ms-client .ms-client-outer ul {
  padding: 0;
  margin: -15px;
}

.ms-client-item {
  display: block !important;
}
.ms-client-item .ms-client-img {
  padding: 15px;
}
.ms-client-item img {
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
  cursor: pointer;
  outline: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}

/*===== Footer css =====*/
footer {
  background: #3d2a0f;
}
footer .ms-footer-detail {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d4a574;
}
footer .ms-footer-detail a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #9a784f;
}
footer .ms-footer-detail a:hover {
  color: #7f5112;
}
footer .ms-footer-detail .ms-social ul {
  margin: 0;
  padding: 0;
  display: flex;
}
footer .ms-footer-detail .ms-social ul li {
  margin-left: 5px;
}
footer .ms-footer-detail .ms-social ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9a784f;
  color: #fff;
  border-radius: 30px;
}
footer .ms-footer-detail .ms-social ul li a:hover {
  background: #7f5112;
}

/*===== Sidebar css =====*/
.ms-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
}

.ms-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.ms-sidebar {
  width: 250px;
  height: 100%;
  padding: 30px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  background-color: #07091c;
  box-shadow: none;
  overflow: auto;
  opacity: 1;
  z-index: 16;
}
.ms-sidebar:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 15%;
  bottom: 5%;
  transform: rotate(248deg);
  background-image: url(../img/designs/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.ms-sidebar .menu-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ms-sidebar .menu-list .close-sidebar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #9a784f;
}
.ms-sidebar ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-sidebar ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
  padding-left: 30px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.ms-sidebar ul li a:hover {
  color: #9a784f;
}
.ms-sidebar ul li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}
.ms-sidebar ul li a:focus {
  color: #7f5112;
}
.ms-sidebar ul li.active a {
  padding-left: 40px !important;
  color: #7f5112;
  font-size: 25px;
}
.ms-sidebar ul li.active a:hover {
  color: #9a784f;
}
.ms-sidebar ul li.active a:after {
  width: 25px;
}

/* End Sidebar */
/*===== Whatsapp direct chat css =====*/
.ms-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 13;
}
.ms-style .ms-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.ms-style .ms-button .whatsapp {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/whatsapp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  margin-right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #2ab674;
}
.ms-style .ms-panel {
  display: none;
  margin-bottom: 5px;
  width: 275px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.ms-style .ms-panel .ms-header {
  padding: 12px 15px 15px;
  text-align: center;
  color: #fff;
  background: #2ab674;
}
.ms-style .ms-panel .ms-body {
  min-width: 250px;
  white-space: nowrap;
  list-style: none;
  overflow-y: auto;
}
.ms-style .ms-header strong {
  font-size: 15px;
  line-height: 20px;
}
.ms-style .ms-header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.ms-style .ms-list .d-flex {
  display: flex;
}
.ms-style .ms-list .ms-img-cont {
  position: relative;
}
.ms-style .ms-list .ms-user-img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
.ms-style .ms-list .ms-status-icon {
  position: absolute;
  bottom: 5px;
  right: 1px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #a0a0a0;
}
.ms-style .ms-list .ms-online {
  background-color: #2ab674;
}
.ms-style .ms-list .ms-offline {
  background-color: #a0a0a0;
}
.ms-style .ms-list .ms-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}
.ms-style .ms-list .ms-user-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #555;
}
.ms-style .ms-list .ms-user-info p {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.ms-style .ms-body:hover {
  text-decoration: none;
  cursor: pointer;
}
.ms-style .ms-body:hover .ms-user-img {
  transition: all 0.3s ease-in-out;
}
.ms-style .ms-body ul {
  margin: 0;
  padding: 0;
}
.ms-style .ms-body li {
  margin: 0;
  padding: 10px;
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
}
.ms-style .ms-body li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.ms-style .ms-body li:hover {
  background-color: rgba(42, 182, 116, 0.07);
}

.ms-right-bottom {
  bottom: 15px;
  right: 15px;
  float: right;
}
.ms-right-bottom .ms-box {
  background-color: #2ab674;
  border-radius: 30px;
  cursor: pointer;
}
.ms-right-bottom .ms-box i {
  font-size: 20px;
  color: #fff;
}
.ms-right-bottom .ms-box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@keyframes ms-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes ms-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ms-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes ms-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes ms-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rotateForward {
  animation-name: rotateF;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
}

@keyframes rotateF {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotateBackward {
  animation-name: rotateB;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
}

@keyframes rotateB {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*===== Dark Mode Styles =====*/
:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f5f5f5;
  --bg-section: #efefef;
  --text-primary: #333333;
  --text-secondary: #555555;
  --text-muted: #777777;
  --border-color: #dfdfdf;
  --card-bg: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
  --bg-primary: #2a1d0a;
  --bg-secondary: #1a1107;
  --bg-section: #3d2a0f;
  --text-primary: #e6d5b8;
  --text-secondary: #d4a574;
  --text-muted: #b8956a;
  --border-color: #7f5112;
  --card-bg: #3d2a0f;
  --shadow-color: rgba(42, 29, 10, 0.5);
}

.dark-mode-toggle {
  position: fixed;
  top: 20px;
  right: 80px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--shadow-color);
}
.dark-mode-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px var(--shadow-color);
}
.dark-mode-toggle i {
  font-size: 22px;
  color: var(--text-primary);
  transition: transform 0.3s ease;
}
.dark-mode-toggle .fa-sun {
  display: none;
}
.dark-mode-toggle .fa-moon {
  display: block;
}
[data-theme="dark"] .dark-mode-toggle .fa-sun {
  display: block;
}
[data-theme="dark"] .dark-mode-toggle .fa-moon {
  display: none;
}
@media (max-width: 768px) {
  .dark-mode-toggle {
    top: 15px;
    right: 70px;
    width: 45px;
    height: 45px;
  }
  .dark-mode-toggle i {
    font-size: 20px;
  }
}

[data-theme="dark"] body {
  background-color: var(--bg-secondary);
  background-image: none;
  background-color: #1a1107;
  color: var(--text-primary);
}

[data-theme="dark"] .sec-bg {
  background-color: var(--bg-section);
}
[data-theme="dark"] .sec-bg::before {
  background: linear-gradient(
    135deg,
    rgba(42, 29, 10, 0.9) 0%,
    rgba(26, 17, 7, 0.95) 100%
  );
}

[data-theme="dark"] .ms-box,
[data-theme="dark"] .news-info,
[data-theme="dark"] .blog-post,
[data-theme="dark"] .timeline-content,
[data-theme="dark"] .brand-video-box,
[data-theme="dark"] .service-box .main-box .box-front,
[data-theme="dark"] .service-box .main-box .box-back {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: var(--text-primary);
}

[data-theme="dark"] p {
  color: var(--text-secondary);
}

[data-theme="dark"] .text-color,
[data-theme="dark"] .ms-text {
  color: var(--text-secondary);
}

[data-theme="dark"] .form-control,
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="text"],
[data-theme="dark"] textarea {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}
[data-theme="dark"] .form-control::placeholder,
[data-theme="dark"] input[type="email"]::placeholder,
[data-theme="dark"] input[type="text"]::placeholder,
[data-theme="dark"] textarea::placeholder {
  color: var(--text-muted);
}
[data-theme="dark"] .form-control:focus,
[data-theme="dark"] input[type="email"]:focus,
[data-theme="dark"] input[type="text"]:focus,
[data-theme="dark"] textarea:focus {
  background-color: var(--card-bg);
  border-color: #7f5112;
}

[data-theme="dark"] .ms-sidebar {
  background-color: #2a1d0a;
}
[data-theme="dark"] .ms-sidebar .nav-link {
  color: #fff;
}
[data-theme="dark"] .ms-sidebar .nav-link:hover {
  color: #9a784f;
}

[data-theme="dark"] .section-title .ligh-title {
  color: var(--bg-section);
  opacity: 0.1;
}
[data-theme="dark"] .section-title h2 {
  color: var(--text-primary);
}

[data-theme="dark"] .ms-hero {
  background: linear-gradient(
    135deg,
    rgba(92, 64, 16, 0.3) 0%,
    rgba(127, 81, 18, 0.2) 15%,
    rgba(154, 120, 79, 0.2) 30%,
    rgba(184, 115, 51, 0.15) 50%,
    rgba(212, 165, 116, 0.1) 75%,
    rgba(245, 230, 211, 0.05) 100%
  );
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}
[data-theme="dark"] .ms-hero::before {
  background: rgba(255, 255, 255, 0.05);
}
[data-theme="dark"] .ms-hero .ms-hero-title {
  background: linear-gradient(
    135deg,
    #d4a574 0%,
    #e6d5b8 35%,
    #f5e6d3 65%,
    #ffffff 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
[data-theme="dark"] .ms-hero .ms-hero-title .name {
  background: linear-gradient(
    135deg,
    #e6d5b8 0%,
    #f5e6d3 50%,
    #ffffff 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
[data-theme="dark"] .ms-hero .ms-hero-name h3 {
  background: linear-gradient(135deg, #d4a574, #e6d5b8, #f5e6d3) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

[data-theme="dark"] .ms-hero-detail {
  color: var(--text-secondary);
}
[data-theme="dark"] .ms-hero-detail .ms-hero-detail {
  color: rgba(255, 255, 255, 0.8) !important;
}

[data-theme="dark"] .gallery-item {
  background-color: var(--card-bg);
}

[data-theme="dark"] .newsletter-box {
  background-color: var(--card-bg);
  color: var(--text-primary);
}

[data-theme="dark"]
  .ms-newsletter
  .newsletter-box
  .newsletter-form
  .form-group
  .newsletter-submit-btn {
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
  color: #fff;
}
[data-theme="dark"]
  .ms-newsletter
  .newsletter-box
  .newsletter-form
  .form-group
  .newsletter-submit-btn:hover {
  box-shadow: 0 5px 20px 0 rgba(127, 81, 18, 0.5);
}

[data-theme="dark"] .newsletter-widget {
  background: linear-gradient(
    135deg,
    #7f5112 0%,
    #9a784f 50%,
    rgb(104.6655172414, 66.7551724138, 14.8344827586) 100%
  );
}

[data-theme="dark"] .ms-experience {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

[data-theme="dark"] .education h4,
[data-theme="dark"] .experiense h4 {
  color: var(--text-primary);
}

[data-theme="dark"] .ms-ex-box {
  background-color: transparent;
}

[data-theme="dark"] .timeline-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .timeline-info span {
  background-color: var(--card-bg);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .timeline-item:hover .timeline-info span {
  background-color: #9a784f;
  color: #fff;
  border-color: #9a784f;
}

[data-theme="dark"] .timeline-content .timeline-title {
  color: #7f5112;
}
[data-theme="dark"] .timeline-content .timeline-title .sub {
  color: var(--text-muted);
}
[data-theme="dark"] .timeline-content p {
  color: var(--text-secondary);
}

[data-theme="dark"] .timeline-image {
  border: 1px solid var(--border-color);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .ms-contact-form .form-group input,
[data-theme="dark"] .ms-contact-form .form-group textarea {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}

[data-theme="dark"] footer {
  background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.98) 0%,
    rgba(15, 15, 15, 0.99) 100%
  );
  color: var(--text-secondary);
}

[data-theme="dark"] .ms-footer-detail .ms-copy {
  color: var(--text-secondary);
}
[data-theme="dark"] .ms-footer-detail .ms-copy a {
  color: var(--text-primary);
}

[data-theme="dark"] .blog-sidebar .sidebar-widget {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}
[data-theme="dark"] .blog-sidebar .sidebar-widget h3 {
  color: var(--text-primary);
  border-bottom-color: var(--border-color);
}
[data-theme="dark"] .blog-sidebar .sidebar-widget .category-list li {
  border-bottom-color: var(--border-color);
}
[data-theme="dark"] .blog-sidebar .sidebar-widget .category-list li a {
  color: var(--text-secondary);
}
[data-theme="dark"] .blog-sidebar .sidebar-widget .category-list li a:hover {
  color: #7f5112;
}
[data-theme="dark"] .blog-sidebar .sidebar-widget .recent-posts li {
  border-bottom-color: var(--border-color);
}

[data-theme="dark"] .blog-pagination ul li a {
  background-color: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--border-color);
}
[data-theme="dark"] .blog-pagination ul li a:hover {
  background-color: #7f5112;
  color: #fff;
}
[data-theme="dark"] .blog-pagination ul li a.active {
  background-color: #7f5112;
  color: #fff;
}

[data-theme="dark"] a {
  color: var(--text-secondary);
}
[data-theme="dark"] a:hover {
  color: #7f5112;
}

[data-theme="dark"] ::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
}

[data-theme="dark"] ::selection {
  background: rgba(127, 81, 18, 0.5);
  color: var(--text-primary);
}

[data-theme="dark"] ::-moz-selection {
  background: rgba(127, 81, 18, 0.5);
  color: var(--text-primary);
}

[data-theme="dark"] #ms-overlay {
  background: linear-gradient(
    135deg,
    var(--bg-secondary) 0%,
    rgba(18, 18, 18, 0.95) 100%
  );
}

[data-theme="dark"] .ms-roller div {
  background: linear-gradient(135deg, #7f5112 0%, #9a784f 100%);
}

body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

* {
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
